New submission from Senthil Kumaran <orsent...@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 rep...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue11581>
_______________________________________
pushing to ssh://h...@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 rep...@bugs.python.org
remote: notified python-check...@python.org of incoming changeset e9724d7abbc2
remote: notified python-check...@python.org of incoming changeset 8cdb95cf096e
remote: notified python-check...@python.org of incoming changeset 6cd7de9deb1a
remote: notified python-check...@python.org of incoming changeset 1148131b1099

_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to