Created
July 15, 2015 12:37
-
-
Save sils/387d64d97020fa84d6de to your computer and use it in GitHub Desktop.
This file contains 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
lasse@lssteadarch ~/prog/coala (git)-[sils/dep] % ./run_tests.py -t DbusTest | |
1/1 | DbusTest | |
test_dbus (__main__.DbusTest) ... Traceback (most recent call last): | |
File "/home/lasse/prog/coala/coalib/tests/output/dbus/DbusTest.py", line 122, in <module> | |
create_mainloop() | |
File "/home/lasse/prog/coala/coalib/tests/output/dbus/DbusTest.py", line 35, in create_mainloop | |
mainloop.run() | |
File "/usr/lib/python3.4/site-packages/gi/overrides/GLib.py", line 575, in run | |
raise KeyboardInterrupt | |
KeyboardInterrupt | |
Traceback (most recent call last): | |
File "/usr/lib/python3.4/site-packages/dbus/connection.py", line 602, in msg_reply_handler | |
def msg_reply_handler(message): | |
KeyboardInterrupt | |
ERROR | |
====================================================================== | |
ERROR: test_dbus (__main__.DbusTest) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/lasse/prog/coala/coalib/tests/output/dbus/DbusTest.py", line 70, in test_dbus | |
dbus_interface="org.coala.v1") | |
File "/usr/lib/python3.4/site-packages/dbus/proxies.py", line 70, in __call__ | |
return self._proxy_method(*args, **keywords) | |
File "/usr/lib/python3.4/site-packages/dbus/proxies.py", line 145, in __call__ | |
**keywords) | |
File "/usr/lib/python3.4/site-packages/dbus/connection.py", line 651, in call_blocking | |
message, timeout) | |
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. | |
---------------------------------------------------------------------- | |
Ran 1 test in 69.954s | |
FAILED (errors=1) | |
This test failed because it was taking more than 20.000000 sec to execute. To change the timeout setting use the `-T` or `--timeout` argument. | |
###################################################################### | |
Tests finished: failures in 1 of 1 test modules, skipped 0 test modules. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment