[Buildbot-commits] [Buildbot] #2011: Traceback popping from empty deque in addChange
Buildbot
nobody at buildbot.net
Thu Jul 28 17:09:47 UTC 2011
#2011: Traceback popping from empty deque in addChange
------------------------+--------------------
Reporter: adamcollard | Owner:
Type: defect | Status: new
Priority: blocker | Milestone: 0.8.5
Version: 0.8.4p1 | Resolution:
Keywords: |
------------------------+--------------------
Comment (by dustin):
I don't think that this is related to the 7/11 failure, but it is related
to this bug.
{{{
2011-07-27 13:32:44+0200 [-] Unhandled Error
Traceback (most recent call last):
File "/home/buildbot/sandbox/lib/python2.6/site-
packages/twisted/internet/base.py", line 1167, in mainLoop
self.runUntilCurrent()
File "/home/buildbot/sandbox/lib/python2.6/site-
packages/twisted/internet/base.py", line 762, in runUntilCurrent
f(*a, **kw)
File "/home/buildbot/sandbox/lib/python2.6/site-
packages/twisted/internet/defer.py", line 361, in callback
self._startRunCallbacks(result)
File "/home/buildbot/sandbox/lib/python2.6/site-
packages/twisted/internet/defer.py", line 455, in _startRunCallbacks
self._runCallbacks()
--- <exception caught here> ---
File "/home/buildbot/sandbox/lib/python2.6/site-
packages/twisted/internet/defer.py", line 542, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File
"/home/buildbot/metabuildbot/src/master/buildbot/util/lru.py", line 154,
in handle_result
self._purge()
File
"/home/buildbot/metabuildbot/src/master/buildbot/util/lru.py", line 192,
in _purge
del cache[k]
exceptions.KeyError: 194
}}}
--
Ticket URL: <http://trac.buildbot.net/ticket/2011#comment:5>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list