=?UTF-8?Q?Build_failed_in_Jenkins:_raring-adt-friends_=C2=BB_amd64, adt_#9?=
Jenkins Notification
devnull at canonical.com
Mon Mar 11 13:54:38 UTC 2013
See <http://10.189.74.2:8080/job/raring-adt-friends/./ARCH=amd64,label=adt/9/>
------------------------------------------
[...truncated 1444 lines...]
test_is_not_shortened (friends.tests.test_shortener.TestShorteners) ... ok
test_is_shortened (friends.tests.test_shortener.TestShorteners) ... ok
test_isgd (friends.tests.test_shortener.TestShorteners) ... ok
test_isgd_protocol (friends.tests.test_shortener.TestShorteners) ... ok
test_linkeecom (friends.tests.test_shortener.TestShorteners) ... ok
test_linkeecom_protocol (friends.tests.test_shortener.TestShorteners) ... ok
test_missing_or_disabled_lookup (friends.tests.test_shortener.TestShorteners) ... ok
test_ougd (friends.tests.test_shortener.TestShorteners) ... ok
test_ougd_protocol (friends.tests.test_shortener.TestShorteners) ... ok
test_tinyurlcom (friends.tests.test_shortener.TestShorteners) ... ok
test_tinyurlcom_protocol (friends.tests.test_shortener.TestShorteners) ... ok
test_account_auth (friends.tests.test_account.TestAccount) ... ok
test_account_id (friends.tests.test_account.TestAccount) ... ok
test_account_service (friends.tests.test_account.TestAccount) ... ok
test_account_unsupported (friends.tests.test_account.TestAccount) ... ok
test_enabled (friends.tests.test_account.TestAccount) ... ok
test_equal (friends.tests.test_account.TestAccount) ... ok
test_iter_filter (friends.tests.test_account.TestAccount) ... ok
test_on_account_changed (friends.tests.test_account.TestAccount) ... ok
test_on_account_changed_signal (friends.tests.test_account.TestAccount) ... ok
test_unequal (friends.tests.test_account.TestAccount) ... ok
test_account_manager_add_new_account (friends.tests.test_account.TestAccountManager) ... ok
test_account_manager_delete_account (friends.tests.test_account.TestAccountManager) ... ok
test_account_manager_delete_account_no_account (friends.tests.test_account.TestAccountManager) ... ok
test_account_manager_delete_account_preserve_messages (friends.tests.test_account.TestAccountManager) ... ok
test_account_manager_enabled_event (friends.tests.test_account.TestAccountManager) ... ok
test_get_service (friends.tests.test_account.TestAccountManager) ... ok
test_account_manager_add_new_account_unsupported (friends.tests.test_account.TestAccountManagerRealAccount) ... ok
======================================================================
ERROR: test_clear_indicators (friends.tests.test_dispatcher.TestDispatcher)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3.3/unittest/mock.py", line 1088, in patched
return func(*args, **keywargs)
File "/tmp/tmp.OIyg8KBXGp/dsc0-build/friends-0.1.2daily13.03.11.1/friends/tests/test_dispatcher.py", line 47, in setUp
self.dispatcher = Dispatcher(mock.Mock(), mock.Mock())
File "/tmp/tmp.OIyg8KBXGp/dsc0-build/friends-0.1.2daily13.03.11.1/friends/service/dispatcher.py", line 52, in __init__
self.bus = dbus.SessionBus()
File "/usr/lib/python3/dist-packages/dbus/_dbus.py", line 211, in __new__
mainloop=mainloop)
File "/usr/lib/python3/dist-packages/dbus/_dbus.py", line 100, in __new__
bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
File "/usr/lib/python3/dist-packages/dbus/bus.py", line 122, in __new__
bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
======================================================================
ERROR: test_do (friends.tests.test_dispatcher.TestDispatcher)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3.3/unittest/mock.py", line 1088, in patched
return func(*args, **keywargs)
File "/tmp/tmp.OIyg8KBXGp/dsc0-build/friends-0.1.2daily13.03.11.1/friends/tests/test_dispatcher.py", line 47, in setUp
self.dispatcher = Dispatcher(mock.Mock(), mock.Mock())
File "/tmp/tmp.OIyg8KBXGp/dsc0-build/friends-0.1.2daily13.03.11.1/friends/service/dispatcher.py", line 52, in __init__
self.bus = dbus.SessionBus()
File "/usr/lib/python3/dist-packages/dbus/_dbus.py", line 211, in __new__
mainloop=mainloop)
File "/usr/lib/python3/dist-packages/dbus/_dbus.py", line 100, in __new__
bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
File "/usr/lib/python3/dist-packages/dbus/bus.py", line 122, in __new__
bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
======================================================================
ERROR: test_failing_do (friends.tests.test_dispatcher.TestDispatcher)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3.3/unittest/mock.py", line 1088, in patched
return func(*args, **keywargs)
File "/tmp/tmp.OIyg8KBXGp/dsc0-build/friends-0.1.2daily13.03.11.1/friends/tests/test_dispatcher.py", line 47, in setUp
self.dispatcher = Dispatcher(mock.Mock(), mock.Mock())
File "/tmp/tmp.OIyg8KBXGp/dsc0-build/friends-0.1.2daily13.03.11.1/friends/service/dispatcher.py", line 52, in __init__
self.bus = dbus.SessionBus()
File "/usr/lib/python3/dist-packages/dbus/_dbus.py", line 211, in __new__
mainloop=mainloop)
File "/usr/lib/python3/dist-packages/dbus/_dbus.py", line 100, in __new__
bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
File "/usr/lib/python3/dist-packages/dbus/bus.py", line 122, in __new__
bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
======================================================================
ERROR: test_get_features (friends.tests.test_dispatcher.TestDispatcher)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3.3/unittest/mock.py", line 1088, in patched
return func(*args, **keywargs)
File "/tmp/tmp.OIyg8KBXGp/dsc0-build/friends-0.1.2daily13.03.11.1/friends/tests/test_dispatcher.py", line 47, in setUp
self.dispatcher = Dispatcher(mock.Mock(), mock.Mock())
File "/tmp/tmp.OIyg8KBXGp/dsc0-build/friends-0.1.2daily13.03.11.1/friends/service/dispatcher.py", line 52, in __init__
self.bus = dbus.SessionBus()
File "/usr/lib/python3/dist-packages/dbus/_dbus.py", line 211, in __new__
mainloop=mainloop)
File "/usr/lib/python3/dist-packages/dbus/_dbus.py", line 100, in __new__
bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
File "/usr/lib/python3/dist-packages/dbus/bus.py", line 122, in __new__
bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
======================================================================
ERROR: test_refresh (friends.tests.test_dispatcher.TestDispatcher)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3.3/unittest/mock.py", line 1088, in patched
return func(*args, **keywargs)
File "/tmp/tmp.OIyg8KBXGp/dsc0-build/friends-0.1.2daily13.03.11.1/friends/tests/test_dispatcher.py", line 47, in setUp
self.dispatcher = Dispatcher(mock.Mock(), mock.Mock())
File "/tmp/tmp.OIyg8KBXGp/dsc0-build/friends-0.1.2daily13.03.11.1/friends/service/dispatcher.py", line 52, in __init__
self.bus = dbus.SessionBus()
File "/usr/lib/python3/dist-packages/dbus/_dbus.py", line 211, in __new__
mainloop=mainloop)
File "/usr/lib/python3/dist-packages/dbus/_dbus.py", line 100, in __new__
bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
File "/usr/lib/python3/dist-packages/dbus/bus.py", line 122, in __new__
bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
======================================================================
ERROR: test_send_message (friends.tests.test_dispatcher.TestDispatcher)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3.3/unittest/mock.py", line 1088, in patched
return func(*args, **keywargs)
File "/tmp/tmp.OIyg8KBXGp/dsc0-build/friends-0.1.2daily13.03.11.1/friends/tests/test_dispatcher.py", line 47, in setUp
self.dispatcher = Dispatcher(mock.Mock(), mock.Mock())
File "/tmp/tmp.OIyg8KBXGp/dsc0-build/friends-0.1.2daily13.03.11.1/friends/service/dispatcher.py", line 52, in __init__
self.bus = dbus.SessionBus()
File "/usr/lib/python3/dist-packages/dbus/_dbus.py", line 211, in __new__
mainloop=mainloop)
File "/usr/lib/python3/dist-packages/dbus/_dbus.py", line 100, in __new__
bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
File "/usr/lib/python3/dist-packages/dbus/bus.py", line 122, in __new__
bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
======================================================================
ERROR: test_send_reply (friends.tests.test_dispatcher.TestDispatcher)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3.3/unittest/mock.py", line 1088, in patched
return func(*args, **keywargs)
File "/tmp/tmp.OIyg8KBXGp/dsc0-build/friends-0.1.2daily13.03.11.1/friends/tests/test_dispatcher.py", line 47, in setUp
self.dispatcher = Dispatcher(mock.Mock(), mock.Mock())
File "/tmp/tmp.OIyg8KBXGp/dsc0-build/friends-0.1.2daily13.03.11.1/friends/service/dispatcher.py", line 52, in __init__
self.bus = dbus.SessionBus()
File "/usr/lib/python3/dist-packages/dbus/_dbus.py", line 211, in __new__
mainloop=mainloop)
File "/usr/lib/python3/dist-packages/dbus/_dbus.py", line 100, in __new__
bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
File "/usr/lib/python3/dist-packages/dbus/bus.py", line 122, in __new__
bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
======================================================================
ERROR: test_send_reply_failed (friends.tests.test_dispatcher.TestDispatcher)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3.3/unittest/mock.py", line 1088, in patched
return func(*args, **keywargs)
File "/tmp/tmp.OIyg8KBXGp/dsc0-build/friends-0.1.2daily13.03.11.1/friends/tests/test_dispatcher.py", line 47, in setUp
self.dispatcher = Dispatcher(mock.Mock(), mock.Mock())
File "/tmp/tmp.OIyg8KBXGp/dsc0-build/friends-0.1.2daily13.03.11.1/friends/service/dispatcher.py", line 52, in __init__
self.bus = dbus.SessionBus()
File "/usr/lib/python3/dist-packages/dbus/_dbus.py", line 211, in __new__
mainloop=mainloop)
File "/usr/lib/python3/dist-packages/dbus/_dbus.py", line 100, in __new__
bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
File "/usr/lib/python3/dist-packages/dbus/bus.py", line 122, in __new__
bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
======================================================================
ERROR: test_upload_async (friends.tests.test_dispatcher.TestDispatcher)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3.3/unittest/mock.py", line 1088, in patched
return func(*args, **keywargs)
File "/tmp/tmp.OIyg8KBXGp/dsc0-build/friends-0.1.2daily13.03.11.1/friends/tests/test_dispatcher.py", line 47, in setUp
self.dispatcher = Dispatcher(mock.Mock(), mock.Mock())
File "/tmp/tmp.OIyg8KBXGp/dsc0-build/friends-0.1.2daily13.03.11.1/friends/service/dispatcher.py", line 52, in __init__
self.bus = dbus.SessionBus()
File "/usr/lib/python3/dist-packages/dbus/_dbus.py", line 211, in __new__
mainloop=mainloop)
File "/usr/lib/python3/dist-packages/dbus/_dbus.py", line 100, in __new__
bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
File "/usr/lib/python3/dist-packages/dbus/bus.py", line 122, in __new__
bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
======================================================================
ERROR: test_urlshorten (friends.tests.test_dispatcher.TestDispatcher)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3.3/unittest/mock.py", line 1088, in patched
return func(*args, **keywargs)
File "/tmp/tmp.OIyg8KBXGp/dsc0-build/friends-0.1.2daily13.03.11.1/friends/tests/test_dispatcher.py", line 47, in setUp
self.dispatcher = Dispatcher(mock.Mock(), mock.Mock())
File "/tmp/tmp.OIyg8KBXGp/dsc0-build/friends-0.1.2daily13.03.11.1/friends/service/dispatcher.py", line 52, in __init__
self.bus = dbus.SessionBus()
File "/usr/lib/python3/dist-packages/dbus/_dbus.py", line 211, in __new__
mainloop=mainloop)
File "/usr/lib/python3/dist-packages/dbus/_dbus.py", line 100, in __new__
bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
File "/usr/lib/python3/dist-packages/dbus/bus.py", line 122, in __new__
bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
======================================================================
ERROR: test_urlshorten_already_shortened (friends.tests.test_dispatcher.TestDispatcher)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3.3/unittest/mock.py", line 1088, in patched
return func(*args, **keywargs)
File "/tmp/tmp.OIyg8KBXGp/dsc0-build/friends-0.1.2daily13.03.11.1/friends/tests/test_dispatcher.py", line 47, in setUp
self.dispatcher = Dispatcher(mock.Mock(), mock.Mock())
File "/tmp/tmp.OIyg8KBXGp/dsc0-build/friends-0.1.2daily13.03.11.1/friends/service/dispatcher.py", line 52, in __init__
self.bus = dbus.SessionBus()
File "/usr/lib/python3/dist-packages/dbus/_dbus.py", line 211, in __new__
mainloop=mainloop)
File "/usr/lib/python3/dist-packages/dbus/_dbus.py", line 100, in __new__
bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
File "/usr/lib/python3/dist-packages/dbus/bus.py", line 122, in __new__
bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
----------------------------------------------------------------------
Ran 227 tests in 5.543s
FAILED (errors=11)
make: *** [check] Error 1
adt-run: trace: & dsc0t-unit: - - - - - - - - - - stdout - - - - - - - - - -
python3 -m unittest discover -vv
adt-run: trace: & dsc0t-unit: ----------------------------------------]
adt-run: trace1: ** needs_reset, previously=False
adt-run: trace: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ tests done.
adt-run: trace: ** stop
adt-run: trace: ** close, scratch=tb-scratch~/tmp/tmp.OIyg8KBXGp:-/|/tmp/tmp.OIyg8KBXGp/!
2013-03-11 13:54:35: Failure: adt-run exited with status 4.
Pseudo-terminal will not be allocated because stdin is not a terminal.
Warning: Permanently added '[localhost]:54323' (ECDSA) to the list of known hosts.
2013-03-11 13:54:36: Info: Test artifacts copied to <http://10.189.74.2:8080/job/raring-adt-friends/./ARCH=amd64,label=adt/ws/results>
2013-03-11 13:54:36: Info: Updating Jenkins results
Pseudo-terminal will not be allocated because stdin is not a terminal.
Warning: Permanently added '[localhost]:54323' (ECDSA) to the list of known hosts.
2013-03-11 13:54:37: Info: Cleaning up
Build step 'Execute shell' marked build as failure
Archiving artifacts
More information about the ubuntu-testing-notifications
mailing list