[Bug 669453] New: osc dies with error regularly
https://bugzilla.novell.com/show_bug.cgi?id=669453 https://bugzilla.novell.com/show_bug.cgi?id=669453#c0 Summary: osc dies with error regularly Classification: openSUSE Product: openSUSE.org Version: unspecified Platform: Other OS/Version: SLES 11 Status: NEW Severity: Major Priority: P5 - None Component: BuildService AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: choeger@open-xchange.com QAContact: adrian@novell.com Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206 Ubuntu/10.10 (maverick) Firefox/3.6.13 This is on our internal buildservice, versions: obs-api-2.1.2-4.4 obs-common-2.1.0-1.1 obs-service-verify_file-0.1-3.1 obs-service-tar_scm-0.2-6.1 obs-worker-2.1.2-4.4 obs-utils-2.1.2-4.4 obs-server-2.1.2-4.4 obs-signd-2.1.2-1.1 obs-service-set_version-0.1-4.1 We're doing continuous builds and nightly builds and thus, osc permanently dying is a very awkward issue. What's strange is, that his error happened never with obs <2.x, sometimes in the beginning of obs 2.x and now it happens permanently. This is a checkin stacktrace: Traceback (most recent call last): File "/usr/bin/osc", line 21, in <module> r = babysitter.run(osccli) File "/usr/lib/python2.6/site-packages/osc/babysitter.py", line 50, in run return prg.main() File "/usr/lib/python2.6/site-packages/osc/cmdln.py", line 309, in main return self.cmd(args) File "/usr/lib/python2.6/site-packages/osc/cmdln.py", line 332, in cmd retval = self.onecmd(argv) File "/usr/lib/python2.6/site-packages/osc/cmdln.py", line 448, in onecmd return self._dispatch_cmd(handler, argv) File "/usr/lib/python2.6/site-packages/osc/cmdln.py", line 1178, in _dispatch_cmd return handler(argv[0], opts, *args) File "/usr/lib/python2.6/site-packages/osc/commandline.py", line 2782, in do_checkout prj_dir=project_dir, service_files = opts.source_service_files, server_service_files=opts.server_side_source_service_files, progress_obj=self.download_progress, size_limit=opts.limit_size, meta=opts.meta) File "/usr/lib/python2.6/site-packages/osc/core.py", line 3793, in checkout_package p.update(revision, server_service_files, size_limit) File "/usr/lib/python2.6/site-packages/osc/core.py", line 1873, in update fm = self.get_files_meta(revision=rev) File "/usr/lib/python2.6/site-packages/osc/core.py", line 1358, in get_files_meta root = ET.fromstring(fm) File "<string>", line 86, in XML SyntaxError: no element found: line 1, column 0 This is a rresults stacktrace: Traceback (most recent call last): File "/usr/bin/osc", line 12, in <module> r = babysitter.run(osccli) File "/usr/lib/python2.5/site-packages/osc/babysitter.py", line 40, in run return prg.main() File "/usr/lib/python2.5/site-packages/osc/cmdln.py", line 256, in main return self.cmd(args) File "/usr/lib/python2.5/site-packages/osc/cmdln.py", line 279, in cmd retval = self.onecmd(argv) File "/usr/lib/python2.5/site-packages/osc/cmdln.py", line 395, in onecmd return self._dispatch_cmd(handler, argv) File "/usr/lib/python2.5/site-packages/osc/cmdln.py", line 1070, in _dispatch_cmd return handler(argv[0], opts, *args) File "/usr/lib/python2.5/site-packages/osc/commandline.py", line 1593, in do_rresults print '\n'.join(get_results(apiurl, prj, pkg)) File "/usr/lib/python2.5/site-packages/osc/core.py", line 2606, in get_results tree = ET.parse(StringIO(''.join(f))) File "<string>", line 45, in parse File "<string>", line 32, in parse SyntaxError: no element found: line 1, column 0 I could add debugging to log the time where this is happening, but a look at some of the logs in /srv/www/obs/api/log shows, that not all of them contain time and date. Also I don't know, where to look. Reproducible: Sometimes Steps to Reproduce: 1. 2. 3. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=669453 https://bugzilla.novell.com/show_bug.cgi?id=669453#c1 --- Comment #1 from Carsten Hoeger <choeger@open-xchange.com> 2011-02-09 07:22:30 UTC --- Note: This error seems to go away from time to time and then it starts again. This might be a timing related error. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=669453 https://bugzilla.novell.com/show_bug.cgi?id=669453#c wei wang <wewang@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wewang@novell.com AssignedTo|bnc-team-screening@forge.pr |adrian@novell.com |ovo.novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=669453 https://bugzilla.novell.com/show_bug.cgi?id=669453#c2 David Greaves <david@dgreaves.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@dgreaves.com --- Comment #2 from David Greaves <david@dgreaves.com> 2011-07-28 20:29:49 UTC --- I had the same error. In my case it seems to have been caused by a full disk on the frontend which caused MySQL problems. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=669453 https://bugzilla.novell.com/show_bug.cgi?id=669453#c3 Carsten Hoeger <choeger@open-xchange.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Carsten Hoeger <choeger@open-xchange.com> 2011-08-01 06:05:01 UTC --- It does not happen anymore for me since obs moved away from lighthttp to apache, so I am closing this as fixed. -- Configure bugmail: https://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