Public bug reported: Binary package hint: buildbot
I installed buildbot on one master and two slave systems. I configured the master with a minimal configuration, and attached the two slaves. The configuration file passed validation from buildbot checkconfig. The buildbot service started, and the slaves connected. I attempted to start a build and the build immediately failed with a setupBuild exception. Examining twistd.log on the server revealed this as the cause of the setupBuild exception. ----- Start copy of twistd.log ----- 2009-12-07 23:44:45+1100 [HTTPChannel,0,10.0.0.1] 10.0.0.1 - - [07/Dec/2009:12:44:44 +0000] "POST /builders/ubuntu-904-amd64-gcc43-rwd/force HTTP/1.1" 302 180 "http://shinka.bpa.nu:8010/builders/ubuntu-904-amd64-gcc43-rwd/" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.15) Gecko/2009102815 Ubuntu/9.04 (jaunty) Firefox/3.0.15" 2009-12-07 23:44:45+1100 [Broker,0,10.0.0.118] ping finished: success 2009-12-07 23:44:45+1100 [Broker,0,10.0.0.118] <Build ubuntu-904-amd64-gcc43-rwd>.startBuild 2009-12-07 23:44:45+1100 [Broker,0,10.0.0.118] error while creating step, factory=[<buildbot.steps.source.Git instance at 0x30de128>], args={} 2009-12-07 23:44:45+1100 [Broker,0,10.0.0.118] Build.setupBuild failed 2009-12-07 23:44:45+1100 [Broker,0,10.0.0.118] Unhandled Error Traceback (most recent call last): File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 243, in callback self._startRunCallbacks(result) File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 312, in _startRunCallbacks self._runCallbacks() File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 328, in _runCallbacks self.result = callback(self.result, *args, **kw) File "/usr/lib/python2.6/dist-packages/buildbot/process/builder.py", line 805, in _startBuild_2 d = build.startBuild(bs, self.expectations, sb) --- <exception caught here> --- File "/usr/lib/python2.6/dist-packages/buildbot/process/base.py", line 351, in startBuild self.setupBuild(expectations) # create .steps File "/usr/lib/python2.6/dist-packages/buildbot/process/base.py", line 401, in setupBuild step = factory(**args) exceptions.TypeError: 'list' object is not callable ----- End copy of twistd.log ----- I have attached the relevant master.cfg file to this bug report. With this bug, buildbot is non-functional on a Karmic host. ProblemType: Bug Architecture: amd64 Date: Mon Dec 7 23:59:43 2009 DistroRelease: Ubuntu 9.10 ExecutablePath: /usr/bin/buildbot InterpreterPath: /usr/bin/python2.6 Package: buildbot 0.7.11p3-1 PackageArchitecture: all ProcEnviron: PATH=(custom, no user) LANG=en_AU.UTF-8 SHELL=/bin/sh ProcVersionSignature: Ubuntu 2.6.31-16.52-server SourcePackage: buildbot Uname: Linux 2.6.31-16-server x86_64 ** Affects: buildbot (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug -- Buildbot master generates a setupBuild exception when attempting to run a builder https://bugs.launchpad.net/bugs/493575 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
