[issue11581] buildbot error when pushing to 2.5 branch?
Senthil Kumaran
report at bugs.python.org
Thu Mar 17 08:02:20 CET 2011
New submission from Senthil Kumaran <orsenthil at gmail.com>:
When pushed a change to 2.5 branch, I got an error, which I think has
to do with buildbot not available for 2.5 codeline.
It asked me to notify the tracker and here it is.
remote: state = method(*args, **kw)
remote: File "/data/buildbot/master/master.cfg", line 87, in
perspective_addChange
remote: changedict['category'] =
branch_to_category[changedict['branch']]
remote: exceptions.KeyError: '2.5'
remote: ]
remote: sent email to roundup at report at bugs.python.org
----------
files: bb-error.txt
messages: 131229
nosy: orsenthil, python-dev
priority: normal
severity: normal
status: open
title: buildbot error when pushing to 2.5 branch?
Added file: http://bugs.python.org/file21263/bb-error.txt
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11581>
_______________________________________
-------------- next part --------------
pushing to ssh://hg@hg.python.org/cpython
searching for changes
remote: adding changesets
remote: adding manifests
remote: adding file changes
remote: added 4 changesets with 2 changes to 1 files
remote: change(s) NOT sent, something went wrong:
remote: [Failure instance: Traceback from remote host -- Traceback (most recent call last):
remote: File "/usr/lib/python2.6/dist-packages/twisted/spread/banana.py", line 153, in gotItem
remote: self.callExpressionReceived(item)
remote: File "/usr/lib/python2.6/dist-packages/twisted/spread/banana.py", line 116, in callExpressionReceived
remote: self.expressionReceived(obj)
remote: File "/usr/lib/python2.6/dist-packages/twisted/spread/pb.py", line 514, in expressionReceived
remote: method(*sexp[1:])
remote: File "/usr/lib/python2.6/dist-packages/twisted/spread/pb.py", line 826, in proto_message
remote: self._recvMessage(self.localObjectForID, requestID, objectID, message, answerRequired, netArgs, netKw)
remote: --- <exception caught here> ---
remote: File "/usr/lib/python2.6/dist-packages/twisted/spread/pb.py", line 840, in _recvMessage
remote: netResult = object.remoteMessageReceived(self, message, netArgs, netKw)
remote: File "/usr/lib/python2.6/dist-packages/twisted/spread/pb.py", line 225, in perspectiveMessageReceived
remote: state = method(*args, **kw)
remote: File "/data/buildbot/master/master.cfg", line 87, in perspective_addChange
remote: changedict['category'] = branch_to_category[changedict['branch']]
remote: exceptions.KeyError: '2.5'
remote: ]
remote: sent email to roundup at report at bugs.python.org
remote: notified python-checkins at python.org of incoming changeset e9724d7abbc2
remote: notified python-checkins at python.org of incoming changeset 8cdb95cf096e
remote: notified python-checkins at python.org of incoming changeset 6cd7de9deb1a
remote: notified python-checkins at python.org of incoming changeset 1148131b1099
More information about the Python-bugs-list
mailing list