Advertisement
Guest User

buildbot ticket 2451

a guest
Feb 18th, 2013
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 2.81 KB | None | 0 0
  1. 2013-02-15 14:51:02-0800 [Broker,36,17.202.80.187] Unhandled Error
  2.         Traceback (most recent call last):
  3.           File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twisted/internet/selectreactor.py", line 155, in _doReadOrWrite
  4.             self._disconnectSelectable(selectable, why, method=="doRead")
  5.           File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twisted/internet/posixbase.py", line 260, in _disconnectSelectable
  6.             selectable.readConnectionLost(f)
  7.           File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twisted/internet/tcp.py", line 257, in readConnectionLost
  8.             self.connectionLost(reason)
  9.           File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twisted/internet/tcp.py", line 277, in connectionLost
  10.             protocol.connectionLost(reason)
  11.         --- <exception caught here> ---
  12.           File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twisted/spread/pb.py", line 645, in connectionLost
  13.             notifier()
  14.           File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twisted/spread/pb.py", line 1341, in maybeLogout
  15.             fn()
  16.           File "/Library/Python/2.7/site-packages/buildbot-0.8.7p1-py2.7.egg/buildbot/pbmanager.py", line 160, in <lambda>
  17.             return (pb.IPerspective, persp, lambda: persp.detached(mind))
  18.           File "/Library/Python/2.7/site-packages/buildbot-0.8.7p1-py2.7.egg/buildbot/buildslave.py", line 736, in detached
  19.             AbstractBuildSlave.detached(self, mind)
  20.           File "/Library/Python/2.7/site-packages/buildbot-0.8.7p1-py2.7.egg/buildbot/buildslave.py", line 475, in detached
  21.             self.botmaster.master.status.slaveDisconnected(self.slavename)
  22.           File "/Library/Python/2.7/site-packages/buildbot-0.8.7p1-py2.7.egg/buildbot/status/master.py", line 377, in slaveDisconnected
  23.             t.slaveDisconnected(name)
  24.           File "/Library/Python/2.7/site-packages/buildbot-0.8.7p1-py2.7.egg/buildbot/status/status_push.py", line 323, in slaveDisconnected
  25.             self.push('slaveDisconnected', slavename=slavename)
  26.           File "/Library/Python/2.7/site-packages/buildbot-0.8.7p1-py2.7.egg/buildbot/status/status_push.py", line 234, in push
  27.             self.queue.pushItem(packet)
  28.           File "/Library/Python/2.7/site-packages/buildbot-0.8.7p1-py2.7.egg/buildbot/status/persistent_queue.py", line 284, in pushItem
  29.             item = self.secondaryQueue.pushItem(item)
  30.           File "/Library/Python/2.7/site-packages/buildbot-0.8.7p1-py2.7.egg/buildbot/status/persistent_queue.py", line 170, in pushItem
  31.             raise IOError('%s already exists.' % path)
  32.         exceptions.IOError: events_myserver.com/154 already exists.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement