[Buildbot-commits] [SPAM] Re: [Buildbot] #683: Unhandled error, Build.setupBuild failed
Buildbot
buildbot-devel at lists.sourceforge.net
Fri Jan 15 21:01:14 UTC 2010
#683: Unhandled error, Build.setupBuild failed
-------------------+--------------------------------------------------------
Reporter: tfogal | Owner:
Type: defect | Status: new
Priority: major | Milestone: undecided
Version: | Resolution:
Keywords: |
-------------------+--------------------------------------------------------
Comment(by tfogal):
Since the error seemed to be from this:
{{{
File "/usr/local/lib/python2.5/site-
packages/buildbot/process/builder.py", line 764, in _startBuild_2
d = build.startBuild(bs, self.expectations, sb)
}}}
I added:
{{{
log.msg("build configuration:")
log.msg(bs)
log.msg(self.expectations)
log.msg(sb)
}}}
immediately before that line. It creates the log output:
{{{
2010-01-15 13:57:36-0700 [Broker,0,155.98.20.143] <BuildStatus #0>
2010-01-15 13:57:36-0700 [Broker,0,155.98.20.143] None
2010-01-15 13:57:36-0700 [Broker,0,155.98.20.143] <SlaveBuilder builder
=tjf-ncrr-win64-bld slave=tjf-ncrr-win64>
2010-01-15 13:57:36-0700 [Broker,0,155.98.20.143] <Build tjf-ncrr-
win64-bld>.startBuild
}}}
I forgot to note originally, but I see now that immediately before the
traceback I get:
{{{
2010-01-15 13:57:36-0700 [Broker,0,155.98.20.143] error while creating
step, factory=<built-in function compile>, args={}
2010-01-15 13:57:36-0700 [Broker,0,155.98.20.143] Build.setupBuild failed
2010-01-15 13:57:36-0700 [Broker,0,155.98.20.143] Unhandled Error
}}}
--
Ticket URL: <http://buildbot.net/trac/ticket/683#comment:2>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list