Page MenuHomePhabricator
Paste P6604

(An Untitled Masterwork)
ActivePublic

Authored by ema on Jan 17 2018, 3:17 PM.
Tags
None
Referenced Files
F12618294:
Jan 17 2018, 3:17 PM
Subscribers
None
Jan 17 15:10:16 pybal-test2001 pybal[14350]: Unhandled Error
Jan 17 15:10:16 pybal-test2001 pybal[14350]: Traceback (most recent call last):
Jan 17 15:10:16 pybal-test2001 pybal[14350]: File "/usr/lib/python2.7/dist-packages/twisted/python/log.py", line 101, in callWithLogger
Jan 17 15:10:16 pybal-test2001 pybal[14350]: return callWithContext({"system": lp}, func, *args, **kw)
Jan 17 15:10:16 pybal-test2001 pybal[14350]: File "/usr/lib/python2.7/dist-packages/twisted/python/log.py", line 84, in callWithContext
Jan 17 15:10:16 pybal-test2001 pybal[14350]: return context.call({ILogContext: newCtx}, func, *args, **kw)
Jan 17 15:10:16 pybal-test2001 pybal[14350]: File "/usr/lib/python2.7/dist-packages/twisted/python/context.py", line 118, in callWithContext
Jan 17 15:10:16 pybal-test2001 pybal[14350]: return self.currentContext().callWithContext(ctx, func, *args, **kw)
Jan 17 15:10:16 pybal-test2001 pybal[14350]: File "/usr/lib/python2.7/dist-packages/twisted/python/context.py", line 81, in callWithContext
Jan 17 15:10:16 pybal-test2001 pybal[14350]: return func(*args,**kw)
Jan 17 15:10:16 pybal-test2001 pybal[14350]: --- <exception caught here> ---
Jan 17 15:10:16 pybal-test2001 pybal[14350]: File "/usr/lib/python2.7/dist-packages/twisted/internet/posixbase.py", line 602, in _doReadOrWrite
Jan 17 15:10:16 pybal-test2001 pybal[14350]: why = selectable.doWrite()
Jan 17 15:10:16 pybal-test2001 pybal[14350]: File "/usr/lib/python2.7/dist-packages/twisted/internet/tcp.py", line 587, in doConnect
Jan 17 15:10:16 pybal-test2001 pybal[14350]: self._connectDone()
Jan 17 15:10:16 pybal-test2001 pybal[14350]: File "/usr/lib/python2.7/dist-packages/twisted/internet/tcp.py", line 601, in _connectDone
Jan 17 15:10:16 pybal-test2001 pybal[14350]: self.protocol = self.connector.buildProtocol(self.getPeer())
Jan 17 15:10:16 pybal-test2001 pybal[14350]: File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 1073, in buildProtocol
Jan 17 15:10:16 pybal-test2001 pybal[14350]: return self.factory.buildProtocol(addr)
Jan 17 15:10:16 pybal-test2001 pybal[14350]: File "/usr/lib/python2.7/dist-packages/twisted/protocols/policies.py", line 171, in buildProtocol
Jan 17 15:10:16 pybal-test2001 pybal[14350]: return self.protocol(self, self.wrappedFactory.buildProtocol(addr))
Jan 17 15:10:16 pybal-test2001 pybal[14350]: File "/usr/lib/python2.7/dist-packages/twisted/web/client.py", line 403, in buildProtocol
Jan 17 15:10:16 pybal-test2001 pybal[14350]: timeoutCall = reactor.callLater(self.timeout, p.timeout)
Jan 17 15:10:16 pybal-test2001 pybal[14350]: File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 708, in callLater
Jan 17 15:10:16 pybal-test2001 pybal[14350]: "%s is not greater than or equal to 0 seconds" % (_seconds,)
Jan 17 15:10:16 pybal-test2001 pybal[14350]: exceptions.AssertionError: -1 is not greater than or equal to 0 seconds