[Buildbot-devel] 0.8.0rc2 force build doesn't work..
Bill Deegan
bill at baddogconsulting.com
Mon May 3 18:29:54 UTC 2010
Greetings,
Just updated to 0.8.0RC2 and the force build button doesn't work.
It indicates that one is scheduled
http://buildbot/builders/abc
Requested build via the force build button.
I see:
No current builds
Pending builds:
* (May 03 11:27:49, waiting 0 secs)
no changes specified
To cancel this build, fill out the following fields and push the 'Cancel' button
To cancel individual builds, click the 'Cancel' buttons above.
But when I go back to the waterfall or then back to the build page,
the pending build is gone.
Looks like something broke in the p4 code.
2010-05-03 11:29:17-0700 [Broker,1,10.1.0.184] Build.setupBuild failed
2010-05-03 11:29:17-0700 [Broker,1,10.1.0.184] Unhandled Error
Traceback (most recent call last):
File "/tools/linux-ia32/python/python/2.5.4/lib/python2.5/site-packages/Twisted-8.2.0-py2.5-linux-i686.egg/twisted/internet/defer.py",
line 243, in callback
self._startRunCallbacks(result)
File "/tools/linux-ia32/python/python/2.5.4/lib/python2.5/site-packages/Twisted-8.2.0-py2.5-linux-i686.egg/twisted/internet/defer.py",
line 312, in _startRunCallbacks
self._runCallbacks()
File "/tools/linux-ia32/python/python/2.5.4/lib/python2.5/site-packages/Twisted-8.2.0-py2.5-linux-i686.egg/twisted/internet/defer.py",
line 328, in _runCallbacks
self.result = callback(self.result, *args, **kw)
File "/tools/linux-ia32/python/python/2.5.4/lib/python2.5/site-packages/buildbot-0.8.0rc2-py2.5.egg/buildbot/process/builder.py",
line 839, in _startBuild_2
d = build.startBuild(bs, self.expectations, sb)
--- <exception caught here> ---
File "/tools/linux-ia32/python/python/2.5.4/lib/python2.5/site-packages/buildbot-0.8.0rc2-py2.5.egg/buildbot/process/base.py",
line 214, in startBuild
self.setupBuild(expectations) # create .steps
File "/tools/linux-ia32/python/python/2.5.4/lib/python2.5/site-packages/buildbot-0.8.0rc2-py2.5.egg/buildbot/process/base.py",
line 270, in setupBuild
step.setBuild(self)
File "/tools/linux-ia32/python/python/2.5.4/lib/python2.5/site-packages/buildbot-0.8.0rc2-py2.5.egg/buildbot/steps/source.py",
line 1222, in setBuild
self.args['p4base'] = self.computeRepositoryURL(p4base)
exceptions.NameError: global name 'p4base' is not defined
-Bill
More information about the devel
mailing list