Ticket #414 (new defect)
Error processing a build
| Reported by: | nat@… | Owned by: | |
|---|---|---|---|
| Priority: | critical | Milestone: | 0.6.1 |
| Component: | General | Version: | dev |
| Keywords: | Cc: | osimons | |
| Operating System: | Linux |
Description
When I run a build, I get the following error below in the trac log.
2009-07-06 14:36:26,246 Trac[main] ERROR: Internal Server Error:
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/Trac-0.11.4-py2.4.egg/trac/web/main.py", line 435, in _dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.4/site-packages/Trac-0.11.4-py2.4.egg/trac/web/main.py", line 205, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/lib/python2.4/site-packages/Bitten-0.6dev-py2.4.egg/bitten/master.py", line 106, in process_request
return self._process_build_step(req, config, build)
File "/usr/lib/python2.4/site-packages/Bitten-0.6dev-py2.4.egg/bitten/master.py", line 225, in _process_build_step
recipe = Recipe(xmlio.parse(config.recipe))
File "/usr/lib/python2.4/site-packages/Bitten-0.6dev-py2.4.egg/bitten/recipe.py", line 229, in __init__
self.ctxt = Context(basedir, config, vars)
File "/usr/lib/python2.4/site-packages/Bitten-0.6dev-py2.4.egg/bitten/recipe.py", line 54, in __init__
self.config = config or Configuration()
File "/usr/lib/python2.4/site-packages/Bitten-0.6dev-py2.4.egg/bitten/build/config.py", line 47, in __init__
self._merge_sysinfo(parser, properties)
File "/usr/lib/python2.4/site-packages/Bitten-0.6dev-py2.4.egg/bitten/build/config.py", line 52, in _merge_sysinfo
system, _, release, version, machine, processor = platform.uname()
File "/usr/lib64/python2.4/platform.py", line 1007, in uname
processor = _syscmd_uname('-p','')
File "/usr/lib64/python2.4/platform.py", line 794, in _syscmd_uname
rc = f.close()
IOError: [Errno 10] No child processes
I am using the most recent trunk, trac 0.11.4, mysql, and Linux. The slave and master are on the same machine.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
