[Buildbot-commits] [SPAM] [Buildbot] #683: Unhandled error, Build.setupBuild failed
Buildbot
buildbot-devel at lists.sourceforge.net
Fri Jan 15 05:37:21 UTC 2010
#683: Unhandled error, Build.setupBuild failed
-------------------+--------------------------------------------------------
Reporter: tfogal | Owner:
Type: defect | Status: new
Priority: major | Milestone: undecided
Version: | Keywords:
-------------------+--------------------------------------------------------
I'm trying to get a Windows7 build slave working. My build slave is
latest master, 7fe3fcde203249...
A user in the channel reports a working build slave with 0.7.11p3. I
tried that version first and couldn't get it to do builds; I now think
it's this same error, but haven't downgraded to verify.
Anyway, the slave connects fine but the "force build" buttons on the web
pages do not appear to work. If I use buildbot debugclient and force a
build of the windows7 slave, I get the following in my buildmaster's
twistd.log:
Traceback (most recent call last):
File "/usr/local/lib/python2.5/site-
packages/twisted/internet/defer.py", line 238, in callback
self._startRunCallbacks(result)
File "/usr/local/lib/python2.5/site-
packages/twisted/internet/defer.py", line 307, in _startRunCallbacks
self._runCallbacks()
File "/usr/local/lib/python2.5/site-
packages/twisted/internet/defer.py", line 323, in _runCallbacks
self.result = callback(self.result, *args, **kw)
File "/usr/local/lib/python2.5/site-
packages/buildbot/process/builder.py", line 764, in _startBuild_2
d = build.startBuild(bs, self.expectations, sb)
--- <exception caught here> ---
File "/usr/local/lib/python2.5/site-
packages/buildbot/process/base.py", line 349, in startBuild
self.setupBuild(expectations) # create .steps
File "/usr/local/lib/python2.5/site-
packages/buildbot/process/base.py", line 399, in setupBuild
step = factory(**args)
exceptions.TypeError: compile() takes at least 3 arguments (0
given)
The build never starts.
The Windows7 machine does not have cygwin installed. I'm using Python26
(x86 version), Twisted9, win32file 214, and zope.interface 3.3.0.
--
Ticket URL: <http://buildbot.net/trac/ticket/683>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list