Comment 3 for bug 493575

Revision history for this message
Yagisan (yagisan) wrote :

I have now duplicated this bug on ubuntu 8.04 with buildbot 0.7.6-1. I have copied the output from twistd.log below, and have attached the adjusted master.cfg file needed to reproduce this on hardy (the locking commands were removed as they are not understood on this old version)

--- Start of twistd.log ----
2009/12/08 23:20 +1100 [Broker,0,10.0.0.118] ping finished: success
2009/12/08 23:20 +1100 [Broker,0,10.0.0.118] <Build ubuntu-904-amd64-gcc43-rwd>.startBuild
2009/12/08 23:20 +1100 [Broker,0,10.0.0.118] error while creating step, factory=[<buildbot.steps.source.Git instance at 0xc94440>], args={}
2009/12/08 23:20 +1100 [Broker,0,10.0.0.118] Build.setupBuild failed
2009/12/08 23:20 +1100 [Broker,0,10.0.0.118] Unhandled Error
 Traceback (most recent call last):
   File "/usr/lib/python2.5/site-packages/twisted/internet/defer.py", line 239, in callback
     self._startRunCallbacks(result)
   File "/usr/lib/python2.5/site-packages/twisted/internet/defer.py", line 304, in _startRunCallbacks
     self._runCallbacks()
   File "/usr/lib/python2.5/site-packages/twisted/internet/defer.py", line 317, in _runCallbacks
     self.result = callback(self.result, *args, **kw)
   File "/usr/lib/python2.5/site-packages/buildbot/process/builder.py", line 616, in _startBuild_2
     d = build.startBuild(bs, self.expectations, sb)
 --- <exception caught here> ---
   File "/usr/lib/python2.5/site-packages/buildbot/process/base.py", line 300, in startBuild
     self.setupBuild(expectations) # create .steps
   File "/usr/lib/python2.5/site-packages/buildbot/process/base.py", line 351, in setupBuild
     step = factory(**args)
 exceptions.TypeError: 'list' object is not callable
---- End of twistd.log ----