[Buildbot-commits] [Buildbot] #2450: traceback in status_push
Buildbot
nobody at buildbot.net
Fri Feb 15 22:42:46 UTC 2013
#2450: traceback in status_push
----------------------+-----------------------
Reporter: virgilg | Owner:
Type: undecided | Status: new
Priority: major | Milestone: undecided
Version: 0.8.7p1 | Keywords:
----------------------+-----------------------
After migrating from 0.8.5 to 0.8.7p1 on OS X 10.8.2, I see the following
traceback:
1) at every reconfigure time
or
2) at every event status_push
2013-02-15 14:34:48-0800 [-] Unhandled error in Deferred:
2013-02-15 14:34:48-0800 [-] Unhandled Error
Traceback (most recent call last):
File "/Library/Python/2.7/site-
packages/buildbot-0.8.7p1-py2.7.egg/buildbot/status/status_push.py", line
176, in queueNextServerPush
return BlockForEverythingBeingSent()
File
"/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twisted/internet/defer.py",
line 1187, in unwindGenerator
return _inlineCallbacks(None, gen, Deferred())
File
"/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twisted/internet/defer.py",
line 1045, in _inlineCallbacks
result = g.send(result)
File "/Library/Python/2.7/site-
packages/buildbot-0.8.7p1-py2.7.egg/buildbot/status/status_push.py", line
175, in BlockForEverythingBeingSent
yield defer.maybeDeferred(self.serverPushCb())
--- <exception caught here> ---
File
"/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twisted/internet/defer.py",
line 134, in maybeDeferred
result = f(*args, **kw)
exceptions.AttributeError: Deferred instance has no __call__
method
--
Ticket URL: <http://trac.buildbot.net/ticket/2450>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list