[Buildbot-commits] [Buildbot] #2007: Try --wait reports 'no build'
Buildbot
nobody at buildbot.net
Wed Jun 22 06:41:07 UTC 2011
#2007: Try --wait reports 'no build'
---------------------+--------------------
Reporter: aslater | Owner:
Type: defect | Status: new
Priority: critical | Milestone: 0.8.5
Version: 0.8.4p1 | Resolution:
Keywords: try |
---------------------+--------------------
Comment (by aslater):
About my setup, the command line and .buildbot/options file I'm using are
attached to this ticket (I'm actually using try_wait = True in the options
file rather than --wait on the command line)[[BR]]
About debugging, it doesn't seem to be even making it into send, so
messing with the errback doesn't seem to do much. However, after yet more
digging, it looks like the root problem is that
process.builder.Builder.startBuildFor is calling
self.master.status.build_started before build.startBuild; eventually (in
Status.build_started), it tries to call getBuild before the build has been
added to the currentBuilds list, returning None, so no observers are
notified.[[BR]]
It seems like this might be related to commit daa9ff73
--
Ticket URL: <http://trac.buildbot.net/ticket/2007#comment:3>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list