[Bug 544327] New: build service down ...
http://bugzilla.novell.com/show_bug.cgi?id=544327 Summary: build service down ... Classification: openSUSE Product: openSUSE.org Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Blocker Priority: P5 - None Component: BuildService AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: mmeeks@novell.com QAContact: adrian@novell.com Found By: --- Once again, it's not working - and of course a customer is demanding a new package hours ago: osc build --no-verify SLE_11 i586 Building banshee-1.spec for SLE_11/i586 Getting buildinfo from server Failed to reach a server: The read operation timed out michael@linux-h3ht:~/osc/ui/banshee-1> osc build --no-verify SLE_11 i586 Building banshee-1.spec for SLE_11/i586 Getting buildinfo from server .. ping build.opensuse.org PING build.opensuse.org (195.135.221.34) 56(84) bytes of data. .. nothing ... Thanks. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=544327 User mmeeks@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=544327#c1 Michael Meeks <mmeeks@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.pr |mls@novell.com |ovo.novell.com | --- Comment #1 from Michael Meeks <mmeeks@novell.com> 2009-10-05 07:38:07 MDT --- Some hints from darix: "the repo server is signing some bigger stuff atm and sadly this blocks us all atm." "mls will work on splitting the signing out so it [doesn't] blocks the repo server anymore" So - I guess it's your bug Marcus :-) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=544327 User abockover@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=544327#c2 --- Comment #2 from Aaron Bockover <abockover@novell.com> 2009-10-05 07:39:13 MDT --- Created an attachment (id=321051) --> (http://bugzilla.novell.com/attachment.cgi?id=321051) Here's an strace of osc ci sitting for a while -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=544327 Michael Meeks <mmeeks@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|build service down ... |slow signing brings build | |service down ... -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=544327 User mmeeks@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=544327#c3 --- Comment #3 from Michael Meeks <mmeeks@novell.com> 2009-10-05 08:52:43 MDT --- Another instance - start build, and walk away while it completes: $ osc build --no-verify SLE_11 i586 Building cubano.spec for SLE_11/i586 Getting buildinfo from server Failed to reach a server: The read operation timed out return - oh ! it was just chewing my life again :-) re-start; now it works. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=544327 User mls@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=544327#c4 Michael Schröder <mls@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #4 from Michael Schröder <mls@novell.com> 2009-10-05 09:01:28 MDT --- Turn out it wasn't the signing after all. Thinks look much better now. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=544327 User mmeeks@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=544327#c5 --- Comment #5 from Michael Meeks <mmeeks@novell.com> 2009-10-06 05:15:05 MDT --- Oh - great :-) what was the problem ? [ like people delayed in an airport - it'd be really nice to know the real cause ;-]. Thanks. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=544327 User mls@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=544327#c6 --- Comment #6 from Michael Schröder <mls@novell.com> 2009-10-06 05:29:18 MDT --- Here's what happened: we switched the storage format of the internal repository metadatas used for solving from perl's Storable to libsatsolver's solv files. As we also have an API call to retrieve the metadata (used for the interconnect feature), we currently have to convert the solv data back to Storable for each of those requests. Formerly we could just stream the stored file. The code that does the streaming (in the so called AJAX server, used for long running requests) couldn't deal which very large data blobs in memory. It needed about 10 seconds for a request. That in turn made the reposerver processes hang for requests that were redirected to the AJAX server, like logfile reads. After a short time the maximum number of repo processes were reached, which in turn made the source server hang. My current workaround is simply to write the converted data back to disk and stream from there. Problem solved (for now). -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=544327 User mmeeks@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=544327#c7 --- Comment #7 from Michael Meeks <mmeeks@novell.com> 2009-10-06 14:29:47 MDT --- Cool - thanks Michael ! it really helps to have this to empathise with you & at least see the great progress behind the temporary failures. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com