Created
May 8, 2016 21:05
-
-
Save cas--/cc2e4849271c0280971bc69629f61597 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
deluge.tests.test_log | |
LogTestCase | |
test_twisted_error_log ... 22:01:12.170 [ERROR ][deluge.log:284 ] ('Unhandled error in Deferred:',) | |
22:01:12.171 [ERROR ][deluge.log:284 ] [Failure instance: Traceback (failure with no frames): <class 'deluge.component.ComponentException'>: Trying to start a component ('EventManager') not in stopped state. Current state: 'Paused' | |
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1039, in _inlineCallbacks | |
result = g.send(result) | |
File "/home/ubuntu/deluge.git/deluge/tests/test_log.py", line 48, in call | |
yield component.start(["EventManager"]) | |
File "/home/ubuntu/deluge.git/deluge/component.py", line 298, in start | |
deferreds.append(self.components[name]._component_start()) | |
File "/home/ubuntu/deluge.git/deluge/component.py", line 128, in _component_start | |
(self._component_name, self._component_state), traceback.format_stack(limit=4))) | |
] | |
[ERROR] | |
=============================================================================== | |
[ERROR] | |
Traceback (most recent call last): | |
Failure: deluge.component.ComponentException: Trying to start a component ('EventManager') not in stopped state. Current state: 'Paused' | |
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1039, in _inlineCallbacks | |
result = g.send(result) | |
File "/home/ubuntu/deluge.git/deluge/tests/test_log.py", line 48, in call | |
yield component.start(["EventManager"]) | |
File "/home/ubuntu/deluge.git/deluge/component.py", line 298, in start | |
deferreds.append(self.components[name]._component_start()) | |
File "/home/ubuntu/deluge.git/deluge/component.py", line 128, in _component_start | |
(self._component_name, self._component_state), traceback.format_stack(limit=4))) | |
deluge.tests.test_log.LogTestCase.test_twisted_error_log | |
------------------------------------------------------------------------------- | |
Ran 1 tests in 0.005s | |
FAILED (errors=1) | |
************************** OLD PythonLoggingObserver ******************************************** | |
deluge.tests.test_log | |
LogTestCase | |
test_twisted_error_log ... 22:02:16.906 [ERROR ][twisted :532 ] Unhandled error in Deferred: | |
22:02:16.906 [ERROR ][twisted :532 ] Unhandled Error | |
Traceback (most recent call last): | |
Failure: deluge.component.ComponentException: Trying to start a component ('EventManager') not in stopped state. Current state: 'Paused' | |
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1039, in _inlineCallbacks | |
result = g.send(result) | |
File "/home/ubuntu/deluge.git/deluge/tests/test_log.py", line 48, in call | |
yield component.start(["EventManager"]) | |
File "/home/ubuntu/deluge.git/deluge/component.py", line 298, in start | |
deferreds.append(self.components[name]._component_start()) | |
File "/home/ubuntu/deluge.git/deluge/component.py", line 128, in _component_start | |
(self._component_name, self._component_state), traceback.format_stack(limit=4))) | |
[ERROR] | |
=============================================================================== | |
[ERROR] | |
Traceback (most recent call last): | |
Failure: deluge.component.ComponentException: Trying to start a component ('EventManager') not in stopped state. Current state: 'Paused' | |
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1039, in _inlineCallbacks | |
result = g.send(result) | |
File "/home/ubuntu/deluge.git/deluge/tests/test_log.py", line 48, in call | |
yield component.start(["EventManager"]) | |
File "/home/ubuntu/deluge.git/deluge/component.py", line 298, in start | |
deferreds.append(self.components[name]._component_start()) | |
File "/home/ubuntu/deluge.git/deluge/component.py", line 128, in _component_start | |
(self._component_name, self._component_state), traceback.format_stack(limit=4))) | |
deluge.tests.test_log.LogTestCase.test_twisted_error_log | |
------------------------------------------------------------------------------- | |
Ran 1 tests in 0.007s | |
FAILED (errors=1) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment