Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

builtins.IndexError: pop from empty list #4

Open
cjw296 opened this issue Apr 19, 2023 · 0 comments
Open

builtins.IndexError: pop from empty list #4

cjw296 opened this issue Apr 19, 2023 · 0 comments
Assignees

Comments

@cjw296
Copy link
Owner

cjw296 commented Apr 19, 2023

Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py", line 62, in run
return f(*args, **kwargs)
File "....py", line 72, in setUp
client = yield makeWebSocketClient(context, self.mockServer, factory=workerFactory)
File "/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py", line 62, in run
return f(*args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/carly/tcp.py", line 62, in waitForClient
clientConnected.protocol(), serverConnected.protocol(),
twisted.internet.defer.FirstError: FirstError[#0, [Failure instance: Traceback: <class 'twisted.internet.defer.TimeoutError'>: (10.0, 'Deferred')
/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py:763:_startRunCallbacks
/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py:858:_runCallbacks
/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py:1750:gotResult
/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py:62:run
--- ---
/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py:1657:_inlineCallbacks
/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py:62:run
/usr/local/lib/python3.6/site-packages/twisted/python/failure.py:514:throwExceptionIntoGenerator
/usr/local/lib/python3.6/site-packages/carly/hook.py:125:protocol
/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py:1657:_inlineCallbacks
/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py:62:run
/usr/local/lib/python3.6/site-packages/twisted/python/failure.py:514:throwExceptionIntoGenerator
/usr/local/lib/python3.6/site-packages/carly/hook.py:45:expectCallback
/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py:858:_runCallbacks
/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py:594:convertCancelled
/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py:251:_cancelledToTimedOutError
]]
[ERROR]
Traceback (most recent call last):
Failure: twisted.trial.util.DirtyReactorAggregateError: Reactor was unclean.
Selectables:
<<class 'twisted.internet.tcp.Port'> of <class 'autobahn.twisted.websocket.WebSocketServerFactory'> on 38619>
[ERROR]
testExecuteOutputToDevNull ... Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py", line 62, in run
return f(*args, **kwargs)
File "/....py", line 72, in setUp
client = yield makeWebSocketClient(context, self.mockServer, factory=workerFactory)
File "/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py", line 62, in run
return f(*args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/carly/tcp.py", line 62, in waitForClient
clientConnected.protocol(), serverConnected.protocol(),
twisted.internet.defer.FirstError: FirstError[#0, [Failure instance: Traceback: <class 'IndexError'>: pop from empty list
/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py:62:run
/usr/local/lib/python3.6/site-packages/carly/hook.py:125:protocol
/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py:1905:unwindGenerator
/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py:1815:_cancellableInlineCallbacks
--- ---
/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py:62:run
/usr/local/lib/python3.6/site-packages/carly/hook.py:125:protocol
/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py:1660:_inlineCallbacks
/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py:62:run
/usr/local/lib/python3.6/site-packages/carly/hook.py:49:expectCallback
]]
[ERROR]
Traceback (most recent call last):
Failure: twisted.trial.util.DirtyReactorAggregateError: Reactor was unclean.
DelayedCalls: (set twisted.internet.base.DelayedCall.debug = True to debug)
<DelayedCall 0x7fffec1b4cf8 [0.9376339912414551s] called=0 cancelled=0 _BatchedTimer._notify_bucket(1681900399000)>
<DelayedCall 0x7fffec1b4e80 [4.937618970870972s] called=0 cancelled=0 _BatchedTimer._notify_bucket(1681900403000)>
[ERROR]
Traceback (most recent call last):
Failure: twisted.trial.util.DirtyReactorAggregateError: Reactor was unclean.
Selectables:
<<class 'twisted.internet.tcp.Client'> to ('127.0.0.1', 39691) at 7fffeca7bda0>
<<class 'twisted.internet.tcp.Port'> of <class 'autobahn.twisted.websocket.WebSocketServerFactory'> on 39691>
<WebSocketServerProtocol #0 on 39691>
[ERROR]
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py", line 62, in run
return f(*args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/carly/hook.py", line 125, in protocol
call = yield self.state.expectCallback(None, timeout)
File "/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py", line 1660, in _inlineCallbacks
result = current_context.run(gen.send, result)
File "/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py", line 62, in run
return f(*args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/carly/hook.py", line 49, in expectCallback
call = queue.pop(0)
builtins.IndexError: pop from empty list
[ERROR]
testExecuteStderrToStdout ... Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py", line 62, in run
return f(*args, **kwargs)
File "/....py", line 72, in setUp
client = yield makeWebSocketClient(context, self.mockServer, factory=workerFactory)
File "/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py", line 62, in run
return f(*args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/carly/tcp.py", line 62, in waitForClient
clientConnected.protocol(), serverConnected.protocol(),
twisted.internet.defer.FirstError: FirstError[#0, [Failure instance: Traceback: <class 'IndexError'>: pop from empty list
/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py:62:run
/usr/local/lib/python3.6/site-packages/carly/hook.py:125:protocol
/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py:1905:unwindGenerator
/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py:1815:_cancellableInlineCallbacks
--- ---
/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py:62:run
/usr/local/lib/python3.6/site-packages/carly/hook.py:125:protocol
/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py:1660:_inlineCallbacks
/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py:62:run
/usr/local/lib/python3.6/site-packages/carly/hook.py:49:expectCallback
]]
[ERROR]
Traceback (most recent call last):
Failure: twisted.trial.util.DirtyReactorAggregateError: Reactor was unclean.
DelayedCalls: (set twisted.internet.base.DelayedCall.debug = True to debug)
<DelayedCall 0x7fffeca947f0 [0.8927743434906006s] called=0 cancelled=0 _BatchedTimer._notify_bucket(1681900399000)>
<DelayedCall 0x7fffec98ee10 [4.892767906188965s] called=0 cancelled=0 _BatchedTimer._notify_bucket(1681900403000)>
[ERROR]
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py", line 62, in run
return f(*args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/carly/hook.py", line 125, in protocol
call = yield self.state.expectCallback(None, timeout)
File "/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py", line 1660, in _inlineCallbacks
result = current_context.run(gen.send, result)
File "/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py", line 62, in run
return f(*args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/carly/hook.py", line 49, in expectCallback
call = queue.pop(0)
builtins.IndexError: pop from empty list
[ERROR]
Traceback (most recent call last):
Failure: twisted.trial.util.DirtyReactorAggregateError: Reactor was unclean.
Selectables:
<<class 'twisted.internet.tcp.Client'> to ('127.0.0.1', 33217) at 7fffec1b4390>
<WebSocketServerProtocol #0 on 33217>
<<class 'twisted.internet.tcp.Port'> of <class 'autobahn.twisted.websocket.WebSocketServerFactory'> on 33217>
[ERROR]
testExecuteSuccess ... Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py", line 62, in run
return f(*args, **kwargs)
File "....py", line 72, in setUp
client = yield makeWebSocketClient(context, self.mockServer, factory=workerFactory)
File "/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py", line 62, in run
return f(*args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/carly/tcp.py", line 62, in waitForClient
clientConnected.protocol(), serverConnected.protocol(),
twisted.internet.defer.FirstError: FirstError[#0, [Failure instance: Traceback: <class 'IndexError'>: pop from empty list
/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py:62:run
/usr/local/lib/python3.6/site-packages/carly/hook.py:125:protocol
/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py:1905:unwindGenerator
/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py:1815:_cancellableInlineCallbacks
--- ---
/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py:62:run
/usr/local/lib/python3.6/site-packages/carly/hook.py:125:protocol
/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py:1660:_inlineCallbacks
/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py:62:run
/usr/local/lib/python3.6/site-packages/carly/hook.py:49:expectCallback
]]
[ERROR]
Traceback (most recent call last):
Failure: twisted.trial.util.DirtyReactorAggregateError: Reactor was unclean.
DelayedCalls: (set twisted.internet.base.DelayedCall.debug = True to debug)
<DelayedCall 0x7fffecb99cc0 [0.8486268520355225s] called=0 cancelled=0 _BatchedTimer._notify_bucket(1681900399000)>
<DelayedCall 0x7fffec1b2710 [4.848613739013672s] called=0 cancelled=0 _BatchedTimer._notify_bucket(1681900403000)>
[ERROR]
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py", line 62, in run
return f(*args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/carly/hook.py", line 125, in protocol
call = yield self.state.expectCallback(None, timeout)
File "/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py", line 1660, in _inlineCallbacks
result = current_context.run(gen.send, result)
File "/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py", line 62, in run
return f(*args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/carly/hook.py", line 49, in expectCallback
call = queue.pop(0)
builtins.IndexError: pop from empty list
[ERROR]
Traceback (most recent call last):
Failure: twisted.trial.util.DirtyReactorAggregateError: Reactor was unclean.
Selectables:
<WebSocketServerProtocol #0 on 40161>
<<class 'twisted.internet.tcp.Port'> of <class 'autobahn.twisted.websocket.WebSocketServerFactory'> on 40161>
<<class 'twisted.internet.tcp.Client'> to ('127.0.0.1', 40161) at 7fffec98ef28>
[ERROR]
testInvalidTransition ... Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py", line 62, in run
return f(*args, **kwargs)
File "....py", line 72, in setUp
client = yield makeWebSocketClient(context, self.mockServer, factory=workerFactory)
File "/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py", line 62, in run
return f(*args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/carly/tcp.py", line 62, in waitForClient
clientConnected.protocol(), serverConnected.protocol(),
twisted.internet.defer.FirstError: FirstError[#0, [Failure instance: Traceback: <class 'IndexError'>: pop from empty list
/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py:62:run
/usr/local/lib/python3.6/site-packages/carly/hook.py:125:protocol
/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py:1905:unwindGenerator
/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py:1815:_cancellableInlineCallbacks
--- ---
/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py:62:run
/usr/local/lib/python3.6/site-packages/carly/hook.py:125:protocol
/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py:1660:_inlineCallbacks
/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py:62:run
/usr/local/lib/python3.6/site-packages/carly/hook.py:49:expectCallback
]]
[ERROR]
Traceback (most recent call last):
Failure: twisted.trial.util.DirtyReactorAggregateError: Reactor was unclean.
DelayedCalls: (set twisted.internet.base.DelayedCall.debug = True to debug)
<DelayedCall 0x7fffec1b2588 [0.8052053451538086s] called=0 cancelled=0 _BatchedTimer._notify_bucket(1681900399000)>
<DelayedCall 0x7fffec7d7518 [4.805190086364746s] called=0 cancelled=0 _BatchedTimer._notify_bucket(1681900403000)>
[ERROR]
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py", line 62, in run
return f(*args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/carly/hook.py", line 125, in protocol
call = yield self.state.expectCallback(None, timeout)
File "/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py", line 1660, in _inlineCallbacks
result = current_context.run(gen.send, result)
File "/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py", line 62, in run
return f(*args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/carly/hook.py", line 49, in expectCallback
call = queue.pop(0)
builtins.IndexError: pop from empty list
[ERROR]
Traceback (most recent call last):
Failure: twisted.trial.util.DirtyReactorAggregateError: Reactor was unclean.
Selectables:
<<class 'twisted.internet.tcp.Port'> of <class 'autobahn.twisted.websocket.WebSocketServerFactory'> on 40339>
<<class 'twisted.internet.tcp.Client'> to ('127.0.0.1', 40339) at 7fffec1b29b0>
<WebSocketServerProtocol #0 on 40339>
[ERROR]
testTerminateIdle ... Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py", line 62, in run
return f(*args, **kwargs)
File "....py", line 72, in setUp
client = yield makeWebSocketClient(context, self.mockServer, factory=workerFactory)
File "/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py", line 62, in run
return f(*args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/carly/tcp.py", line 62, in waitForClient
clientConnected.protocol(), serverConnected.protocol(),
twisted.internet.defer.FirstError: FirstError[#0, [Failure instance: Traceback: <class 'IndexError'>: pop from empty list
/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py:62:run
/usr/local/lib/python3.6/site-packages/carly/hook.py:125:protocol
/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py:1905:unwindGenerator
/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py:1815:_cancellableInlineCallbacks
--- ---
/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py:62:run
/usr/local/lib/python3.6/site-packages/carly/hook.py:125:protocol
/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py:1660:_inlineCallbacks
/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py:62:run
/usr/local/lib/python3.6/site-packages/carly/hook.py:49:expectCallback
]]
[ERROR]
Traceback (most recent call last):
Failure: twisted.trial.util.DirtyReactorAggregateError: Reactor was unclean.
DelayedCalls: (set twisted.internet.base.DelayedCall.debug = True to debug)
<DelayedCall 0x7fffec50b860 [0.7618429660797119s] called=0 cancelled=0 _BatchedTimer._notify_bucket(1681900399000)>
<DelayedCall 0x7fffec7b3c88 [4.7618248462677s] called=0 cancelled=0 _BatchedTimer._notify_bucket(1681900403000)>
[ERROR]
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py", line 62, in run
return f(*args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/carly/hook.py", line 125, in protocol
call = yield self.state.expectCallback(None, timeout)
File "/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py", line 1660, in _inlineCallbacks
result = current_context.run(gen.send, result)
File "/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py", line 62, in run
return f(*args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/carly/hook.py", line 49, in expectCallback
call = queue.pop(0)
builtins.IndexError: pop from empty list
[ERROR]
Traceback (most recent call last):
Failure: twisted.trial.util.DirtyReactorAggregateError: Reactor was unclean.
Selectables:
<<class 'twisted.internet.tcp.Port'> of <class 'autobahn.twisted.websocket.WebSocketServerFactory'> on 39263>
<WebSocketServerProtocol #0 on 39263>
<<class 'twisted.internet.tcp.Client'> to ('127.0.0.1', 39263) at 7fffec7d7278>
[ERROR]
testTimeoutWaitingForWork ... Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py", line 62, in run
return f(*args, **kwargs)
File "....py", line 72, in setUp
client = yield makeWebSocketClient(context, self.mockServer, factory=workerFactory)
File "/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py", line 62, in run
return f(*args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/carly/tcp.py", line 62, in waitForClient
clientConnected.protocol(), serverConnected.protocol(),
twisted.internet.defer.FirstError: FirstError[#0, [Failure instance: Traceback: <class 'IndexError'>: pop from empty list
/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py:62:run
/usr/local/lib/python3.6/site-packages/carly/hook.py:125:protocol
/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py:1905:unwindGenerator
/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py:1815:_cancellableInlineCallbacks
--- ---
/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py:62:run
/usr/local/lib/python3.6/site-packages/carly/hook.py:125:protocol
/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py:1660:_inlineCallbacks
/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py:62:run
/usr/local/lib/python3.6/site-packages/carly/hook.py:49:expectCallback
]]
[ERROR]
Traceback (most recent call last):
Failure: twisted.trial.util.DirtyReactorAggregateError: Reactor was unclean.
DelayedCalls: (set twisted.internet.base.DelayedCall.debug = True to debug)
<DelayedCall 0x7fffec48e9e8 [0.7191016674041748s] called=0 cancelled=0 _BatchedTimer._notify_bucket(1681900399000)>
<DelayedCall 0x7fffec48ec50 [4.719079256057739s] called=0 cancelled=0 _BatchedTimer._notify_bucket(1681900403000)>
[ERROR]
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py", line 62, in run
return f(*args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/carly/hook.py", line 125, in protocol
call = yield self.state.expectCallback(None, timeout)
File "/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py", line 1660, in _inlineCallbacks
result = current_context.run(gen.send, result)
File "/usr/local/lib/python3.6/site-packages/twisted/internet/defer.py", line 62, in run
return f(*args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/carly/hook.py", line 49, in expectCallback
call = queue.pop(0)
builtins.IndexError: pop from empty list
[ERROR]
Traceback (most recent call last):
Failure: twisted.trial.util.DirtyReactorAggregateError: Reactor was unclean.
Selectables:
<<class 'twisted.internet.tcp.Client'> to ('127.0.0.1', 45529) at 7fffec7b34a8>
<WebSocketServerProtocol #0 on 45529>
<<class 'twisted.internet.tcp.Port'> of <class 'autobahn.twisted.websocket.WebSocketServerFactory'> on 45529>

@cjw296 cjw296 self-assigned this Apr 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant