[Buildbot-commits] [Buildbot] #1921: a reconfig that removes builders will fail the first time
Buildbot
nobody at buildbot.net
Sat Apr 9 17:56:12 UTC 2011
#1921: a reconfig that removes builders will fail the first time
--------------------+----------------------
Reporter: dustin | Owner:
Type: defect | Status: new
Priority: major | Milestone: 0.8.4
Version: 0.8.3p1 | Keywords: reconfig
--------------------+----------------------
{{{
2011-04-09 19:54:48+0200 [-] Unhandled Error
Traceback (most recent call last):
File
"/home/buildbot/metabuildbot/src/master/buildbot/master.py", line 700, in
loadTheConfigFile
d = self.loadConfig(f)
File
"/home/buildbot/metabuildbot/src/master/buildbot/master.py", line 1039, in
loadConfig
d.addCallback(do_load)
File "/home/buildbot/sandbox/lib/python2.6/site-
packages/twisted/internet/defer.py", line 297, in addCallback
callbackKeywords=kw)
File "/home/buildbot/sandbox/lib/python2.6/site-
packages/twisted/internet/defer.py", line 286, in addCallbacks
self._runCallbacks()
--- <exception caught here> ---
File "/home/buildbot/sandbox/lib/python2.6/site-
packages/twisted/internet/defer.py", line 542, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File
"/home/buildbot/metabuildbot/src/master/buildbot/master.py", line 914, in
do_load
"%s uses unknown builder %s" % (s, b)
exceptions.AssertionError: <buildbot.schedulers.basic.Scheduler
instance at 0xa4e37e8> uses unknown builder py27-tw1000
}}}
That builder had been removed, but it was also removed from the schedulers
- so perhaps this is just an error in the order these things get checked?
--
Ticket URL: <http://trac.buildbot.net/ticket/1921>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list