[Buildbot-commits] [Buildbot] #1923: buildbot try failure in 0.8.3 and 0.8.3p1
Buildbot
nobody at buildbot.net
Sun Apr 10 11:17:58 UTC 2011
#1923: buildbot try failure in 0.8.3 and 0.8.3p1
---------------------+-----------------------
Reporter: jonathan | Owner:
Type: defect | Status: new
Priority: major | Milestone: undecided
Version: 0.8.3 | Keywords: try
---------------------+-----------------------
After upgrading from the master from 0.8.2 to 0.8.3p1 every buildbot try
results in a traceback similar to the following, I have downgraded to
0.8.3 with the same result. Reverting to 0.8.2 fixes the problem.
{{{
2011-04-10 12:12:53+0100 [Broker,0,127.0.0.1] Peer will receive following
PB traceback:
2011-04-10 12:12:53+0100 [Broker,0,127.0.0.1] Unhandled Error
Traceback (most recent call last):
File "/usr/local/lib/python2.6/site-
packages/Twisted-11.0.0-py2.6-linux-x86_64.egg/twisted/spread/banana.py",
line 153, in gotItem
self.callExpressionReceived(item)
File "/usr/local/lib/python2.6/site-
packages/Twisted-11.0.0-py2.6-linux-x86_64.egg/twisted/spread/banana.py",
line 116, in callExpressionReceived
self.expressionReceived(obj)
File "/usr/local/lib/python2.6/site-
packages/Twisted-11.0.0-py2.6-linux-x86_64.egg/twisted/spread/pb.py", line
515, in expressionReceived
method(*sexp[1:])
File "/usr/local/lib/python2.6/site-
packages/Twisted-11.0.0-py2.6-linux-x86_64.egg/twisted/spread/pb.py", line
827, in proto_message
self._recvMessage(self.localObjectForID, requestID, objectID,
message, answerRequired, netArgs, netKw)
--- <exception caught here> ---
File "/usr/local/lib/python2.6/site-
packages/Twisted-11.0.0-py2.6-linux-x86_64.egg/twisted/spread/pb.py", line
841, in _recvMessage
netResult = object.remoteMessageReceived(self, message,
netArgs, netKw)
File "/usr/local/lib/python2.6/site-
packages/Twisted-11.0.0-py2.6-linux-x86_64.egg/twisted/spread/pb.py", line
225, in perspectiveMessageReceived
state = method(*args, **kw)
File "/usr/local/lib/python2.6/site-
packages/buildbot-0.8.3-py2.6.egg/buildbot/schedulers/trysched.py", line
215, in perspective_try
combined_props.updateFromProperties(self.parent.properties)
File "/usr/local/lib/python2.6/site-
packages/buildbot-0.8.3-py2.6.egg/buildbot/process/properties.py", line
101, in updateFromProperties
self.properties.update(other.properties)
exceptions.AttributeError: 'dict' object has no attribute
'properties'
}}}
--
Ticket URL: <http://trac.buildbot.net/ticket/1923>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list