Build failed in Jenkins: raring-adt-software-center » i386,albali #40

Jenkins Notification devnull at canonical.com
Thu Nov 29 07:48:01 UTC 2012


See <http://10.189.74.2:8080/job/raring-adt-software-center/./ARCH=i386,label=albali/40/>

------------------------------------------
[...truncated 2801 lines...]
  File "/usr/lib/python2.7/dist-packages/dbus/_dbus.py", line 100, in __new__
    bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
  File "/usr/lib/python2.7/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.NoServer: Failed to connect to socket /tmp/dbus-jhDgKRs0OF: Connection refused
ok
test_idle_timeout_updates (tests.test_dataprovider.IdleTimeoutTestCase) ... ok
test_empty_dict_set (tests.test_dataprovider.PropertyDictExceptionsTestCase) ... ok
test_normal_dict (tests.test_dataprovider.PropertyDictExceptionsTestCase) ... ok
test_normal_set (tests.test_dataprovider.PropertyDictExceptionsTestCase) ... ok
test_simple (tests.test_dataprovider.PropertyDictExceptionsTestCase) ... ok

======================================================================
FAIL: test_get_details (tests.test_dataprovider.DataProviderTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "tests/test_dataprovider.py", line 136, in test_get_details
    self.assertEqual(result["is_desktop_dependency"], True)
AssertionError: False != True

Stderr:
softwarecenter/db/history_impl/apthistory.py:85: PyGIDeprecationWarning: main_context_default is deprecated; use GLib.main_context_default instead
  self.main_context = GObject.main_context_default()
softwarecenter/db/history_impl/apthistory.py:96: PyGIDeprecationWarning: idle_add is deprecated; use GLib.idle_add instead
  GObject.idle_add(self._rescan, use_cache)

----------------------------------------------------------------------
Ran 15 tests in 5.943s

FAILED (failures=1)
./softwarecenter/db/update.py:1047: PyGIDeprecationWarning: main_context_default is deprecated; use GLib.main_context_default instead
  context = GObject.main_context_default()
./softwarecenter/db/update.py:1048: PyGIDeprecationWarning: MainLoop is deprecated; use GLib.MainLoop instead
  loop = GObject.MainLoop(context)
./softwarecenter/backend/ubuntusso.py:78: PyGIDeprecationWarning: main_context_default is deprecated; use GLib.main_context_default instead
  self.loop = GObject.MainLoop(GObject.main_context_default())
./softwarecenter/backend/ubuntusso.py:78: PyGIDeprecationWarning: MainLoop is deprecated; use GLib.MainLoop instead
  self.loop = GObject.MainLoop(GObject.main_context_default())
Traceback (most recent call last):
  File "/tmp/tmp.GaKBAg2lT4/dsc0-build/software-center-5.5.1.1/data/update-software-center-agent", line 112, in <module>
    if not update_from_software_center_agent(db, cache, options.ignore_cache, include_sca_qa):
  File "./softwarecenter/db/update.py", line 1061, in update_from_software_center_agent
    token = helper.find_oauth_token_sync()
  File "./softwarecenter/backend/ubuntusso.py", line 138, in find_oauth_token_sync
    sso = self. _get_login_backend_and_connect()
  File "./softwarecenter/backend/ubuntusso.py", line 130, in _get_login_backend_and_connect
    _(SOFTWARE_CENTER_SSO_DESCRIPTION))
  File "./softwarecenter/backend/login.py", line 80, in get_login_backend
    sso_class = LoginBackendDbusSSO(window_id, appname, help_text)
  File "./softwarecenter/backend/login_impl/login_sso.py", line 46, in __init__
    self.bus = dbus.SessionBus()
  File "/usr/lib/python2.7/dist-packages/dbus/_dbus.py", line 211, in __new__
    mainloop=mainloop)
  File "/usr/lib/python2.7/dist-packages/dbus/_dbus.py", line 100, in __new__
    bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
  File "/usr/lib/python2.7/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.NoServer: Failed to connect to socket /tmp/dbus-jhDgKRs0OF: Connection refused
test_fake_aptd (tests.test_testutils.DummyBackendTestUtilsTestCase) ... 07:47:12 AptDaemon [INFO]: Initializing daemon
07:47:12 AptDaemon [INFO]: CommitPackages() was called: dbus.Array([dbus.String('')], signature=dbus.Signature('s')), dbus.Array([dbus.String('')], signature=dbus.Signature('s')), dbus.Array([dbus.String('')], signature=dbus.Signature('s')), dbus.Array([dbus.String('')], signature=dbus.Signature('s')), dbus.Array([dbus.String('')], signature=dbus.Signature('s')), dbus.Array([dbus.String('')], signature=dbus.Signature('s'))
07:47:12 AptDaemon.Trans [INFO]: Queuing transaction /org/debian/apt/transaction/701f881eadd749de9015a9239f7ee2a2
07:47:13 AptDaemon [INFO]: Quitting was requested
ok
test_start_stop_dummy_backend (tests.test_testutils.DummyBackendTestUtilsTestCase) ... 07:47:13 AptDaemon [INFO]: Initializing daemon
FAIL
07:47:13 AptDaemon [INFO]: Quitting was requested
test_app_properties_helper_mock_with_custom_values (tests.test_testutils.TestUtilsTestCase) ... ok
test_app_properties_helper_mock_with_defaults (tests.test_testutils.TestUtilsTestCase) ... ok
test_url_accessable (tests.test_testutils.TestUtilsTestCase) ... ok

======================================================================
FAIL: test_start_stop_dummy_backend (tests.test_testutils.DummyBackendTestUtilsTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "tests/test_testutils.py", line 40, in test_start_stop_dummy_backend
    self.assertEqual(len(names), 4)
AssertionError: 6 != 4

----------------------------------------------------------------------
Ran 5 tests in 1.915s

FAILED (failures=1)
ERROR:root:Could not find any typelib for Gst
WARNING:root:failed to init network state watcher 'org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.NetworkManager was not provided by any .service files'
WARNING:softwarecenter.fixme:logs to the root logger: '('softwarecenter/netstatus.py', 122, '__init_network_state')'
2012-11-29 07:37:21,724 - softwarecenter.fixme - WARNING - logs to the root logger: '('softwarecenter/netstatus.py', 122, '__init_network_state')'
2012-11-29 07:37:21,724 - root - WARNING - failed to init network state watcher 'org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.NetworkManager was not provided by any .service files'
INFO:root:Attempting one time ping of archive.ubuntu.com to test if internet connectivity exists.
test_hardware_requirements_box (tests.gtk3.test_widgets.TestHWRequirements) ... WARNING:softwarecenter.fixme:logs to the root logger: '('softwarecenter/netstatus.py', 151, 'test_ping')'
2012-11-29 07:37:21,782 - softwarecenter.fixme - WARNING - logs to the root logger: '('softwarecenter/netstatus.py', 151, 'test_ping')'
ok2012-11-29 07:37:21,779 - root - INFO - Attempting one time ping of archive.ubuntu.com to test if internet connectivity exists.

test_hardware_requirements_label (tests.gtk3.test_widgets.TestHWRequirements) ... ok
test_hardware_requirements_label_utf8 (tests.gtk3.test_widgets.TestHWRequirements) ... ok
test_reviews_includes_any_language (tests.gtk3.test_widgets.TestUIReviewsList) ... ok
test_reviews_no_reviews_but_app_not_installed (tests.gtk3.test_widgets.TestUIReviewsList) ... ok
test_reviews_no_reviews_offer_to_write_one (tests.gtk3.test_widgets.TestUIReviewsList) ... ok
test_reviews_offers_to_relax_language (tests.gtk3.test_widgets.TestUIReviewsList) ... ok
test_actionbar (tests.gtk3.test_widgets.TestWidgets) ... ok
test_apptreeview (tests.gtk3.test_widgets.TestWidgets) ... INFO:softwarecenter.db.pkginfo_impl.aptcache:aptcache.open()
2012-11-29 07:37:22,145 - softwarecenter.db.pkginfo_impl.aptcache - INFO - aptcache.open()
INFO:softwarecenter.db.pkginfo_impl.aptcache:aptcache.open()
2012-11-29 07:37:22,391 - softwarecenter.db.pkginfo_impl.aptcache - INFO - aptcache.open()
INFO:softwarecenter.db.database:open() database: path=None use_axi=True use_agent=True
2012-11-29 07:37:22,631 - softwarecenter.db.database - INFO - open() database: path=None use_axi=True use_agent=True
WARNING:softwarecenter.region:failed to use geoclue: 'org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Geoclue.Master was not provided by any .service files'
2012-11-29 07:37:22,648 - softwarecenter.region - WARNING - failed to use geoclue: 'org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Geoclue.Master was not provided by any .service files'
ok
test_backforward (tests.gtk3.test_widgets.TestWidgets) ... ok
test_backforward_lp1034894 (tests.gtk3.test_widgets.TestWidgets) ... ok
test_buttons (tests.gtk3.test_widgets.TestWidgets) ... ok
test_containers (tests.gtk3.test_widgets.TestWidgets) ... ok
test_description (tests.gtk3.test_widgets.TestWidgets) ... ok
test_exhibits (tests.gtk3.test_widgets.TestWidgets) ... ok
test_screenshot_thumbnail (tests.gtk3.test_widgets.TestWidgets) ... INFO:softwarecenter.db.pkginfo_impl.aptcache:aptcache.open()
2012-11-29 07:37:25,227 - softwarecenter.db.pkginfo_impl.aptcache - INFO - aptcache.open()
INFO:softwarecenter.db.database:open() database: path=None use_axi=True use_agent=True
2012-11-29 07:37:25,512 - softwarecenter.db.database - INFO - open() database: path=None use_axi=True use_agent=True
WARNING:softwarecenter.simplefiledownloader:url changed from 'http://screenshots.ubuntu.com/screenshot-with-version/totem/3.4.3-0ubuntu6' to 'http://screenshots.ubuntu.com/screenshot-with-version/comix/4.0.4-1'
2012-11-29 07:37:25,518 - softwarecenter.simplefiledownloader - WARNING - url changed from 'http://screenshots.ubuntu.com/screenshot-with-version/totem/3.4.3-0ubuntu6' to 'http://screenshots.ubuntu.com/screenshot-with-version/comix/4.0.4-1'
FAIL

Stderr:
softwarecenter/ui/gtk3/widgets/exhibits.py:182: PyGIDeprecationWarning: timeout_add is deprecated; use GLib.timeout_add instead
  GObject.timeout_add(100, lambda: self.emit("render-finished"))
softwarecenter/ui/gtk3/widgets/exhibits.py:482: PyGIDeprecationWarning: timeout_add is deprecated; use GLib.timeout_add instead
  GObject.timeout_add(50, fade_step)
softwarecenter/ui/gtk3/widgets/exhibits.py:447: PyGIDeprecationWarning: timeout_add_seconds is deprecated; use GLib.timeout_add_seconds instead
  self.TIMEOUT_SECONDS, self.next_exhibit)
softwarecenter/ui/gtk3/widgets/thumbnail.py:48: PyGIDeprecationWarning: source_remove is deprecated; use GLib.source_remove instead
  GObject.source_remove(self._sig)
test_searchentry (tests.gtk3.test_widgets.TestWidgets) ... ok
test_show_image_dialog (tests.gtk3.test_widgets.TestWidgets) ... ok
test_spinner (tests.gtk3.test_widgets.TestWidgets) ... ok
test_stars (tests.gtk3.test_widgets.TestWidgets) ... ok
test_symbolic_icons (tests.gtk3.test_widgets.TestWidgets) ... ok
test_videoplayer (tests.gtk3.test_widgets.TestWidgets) ... ok
test_stop (tests.gtk3.test_widgets.VideoPlayerTestCase) ... ok
test_uri (tests.gtk3.test_widgets.VideoPlayerTestCase) ... ok

======================================================================
FAIL: test_screenshot_thumbnail (tests.gtk3.test_widgets.TestWidgets)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "tests/gtk3/test_widgets.py", line 129, in test_screenshot_thumbnail
    t.spinner.get_property("visible"))
AssertionError: False is not true

Stderr:
softwarecenter/ui/gtk3/widgets/exhibits.py:182: PyGIDeprecationWarning: timeout_add is deprecated; use GLib.timeout_add instead
  GObject.timeout_add(100, lambda: self.emit("render-finished"))
softwarecenter/ui/gtk3/widgets/exhibits.py:482: PyGIDeprecationWarning: timeout_add is deprecated; use GLib.timeout_add instead
  GObject.timeout_add(50, fade_step)
softwarecenter/ui/gtk3/widgets/exhibits.py:447: PyGIDeprecationWarning: timeout_add_seconds is deprecated; use GLib.timeout_add_seconds instead
  self.TIMEOUT_SECONDS, self.next_exhibit)
softwarecenter/ui/gtk3/widgets/thumbnail.py:48: PyGIDeprecationWarning: source_remove is deprecated; use GLib.source_remove instead
  GObject.source_remove(self._sig)

----------------------------------------------------------------------
Ran 24 tests in 4.378s

FAILED (failures=1)
INFO:root:ping output: 'Internet connection available!
PING archive.ubuntu.com (91.189.92.156) 56(84) bytes of data.

--- archive.ubuntu.com ping statistics ---
1 packets transmitted, 0 received, 100% packet loss, time 0ms

'
WARNING:softwarecenter.fixme:logs to the root logger: '('softwarecenter/netstatus.py', 168, 'test_ping')'
2012-11-29 07:37:31,795 - softwarecenter.fixme - WARNING - logs to the root logger: '('softwarecenter/netstatus.py', 168, 'test_ping')'
2012-11-29 07:37:31,795 - root - INFO - ping output: 'Internet connection available!
PING archive.ubuntu.com (91.189.92.156) 56(84) bytes of data.

--- archive.ubuntu.com ping statistics ---
1 packets transmitted, 0 received, 100% packet loss, time 0ms

'
+ exit 1
adt-run: trace: & dsc0t-run-tests: ----------------------------------------]
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.GaKBAg2lT4:-/|/tmp/tmp.GaKBAg2lT4/!
+ RC=4
+ [ 0 -eq 1 ]
+ [ -x /home/ubuntu/adt-export-result ]
+ RES=PASS
+ [ 4 -gt 0 ]
+ RES=FAIL
+ /home/ubuntu/adt-export-result -D /home/ubuntu/adt-log software-center FAIL
+ chown -R ubuntu /home/ubuntu/adt-log
+ chmod og+r /var/log/syslog
+ chmod og+r /var/crash/_usr_lib_python3.3_unittest___init__.py.1000.crash
+ exit 4
+ RET=4
+ [ 0 -eq 1 ]
+ [ 4 -gt 0 ]
+ log_failure_msg adt-run exited with status 4.
+ log_msg Failure: adt-run exited with status 4.\n
+ date +%F %X
+ printf 2012-11-29 07:47:53: Failure: adt-run exited with status 4.\n
2012-11-29 07:47:53: Failure: adt-run exited with status 4.
+ [ 0 -eq 0 ]
+ mkdir -p <http://10.189.74.2:8080/job/raring-adt-software-center/./ARCH=i386,label=albali/ws/results>
+ ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o CheckHostIP=no -i /var/cache/adt/disks/adtkey -p 54332 -t -o BatchMode=yes -l ubuntu localhost sudo chown -R ubuntu /home/ubuntu/adt-log; find  -type f -empty | xargs rm
Pseudo-terminal will not be allocated because stdin is not a terminal.
Warning: Permanently added '[localhost]:54332' (ECDSA) to the list of known hosts.
sudo: unable to resolve host autopkgtest
find: `./.autopkgtest/gpg': Permission denied
+ scp -r -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o CheckHostIP=no -i /var/cache/adt/disks/adtkey -P 54332 ubuntu at localhost:/home/ubuntu/adt-log/*
    /var/crash/*crash /var/log/syslog <http://10.189.74.2:8080/job/raring-adt-software-center/./ARCH=i386,label=albali/ws/results>
+ true
+ log_info_msg Test artifacts copied to <http://10.189.74.2:8080/job/raring-adt-software-center/./ARCH=i386,label=albali/ws/results>
+ log_msg Info: Test artifacts copied to <http://10.189.74.2:8080/job/raring-adt-software-center/./ARCH=i386,label=albali/ws/results\n>
+ date +%F %X
+ printf 2012-11-29 07:47:57: Info: Test artifacts copied to <http://10.189.74.2:8080/job/raring-adt-software-center/./ARCH=i386,label=albali/ws/results\n>
2012-11-29 07:47:57: Info: Test artifacts copied to <http://10.189.74.2:8080/job/raring-adt-software-center/./ARCH=i386,label=albali/ws/results>
+ [ -n 2012-11-29_07-20-17 ]
+ log_info_msg Updating Jenkins results
+ log_msg Info: Updating Jenkins results\n
+ date +%F %X
+ printf 2012-11-29 07:47:57: Info: Updating Jenkins results\n
2012-11-29 07:47:57: Info: Updating Jenkins results
+ rsync -a <http://10.189.74.2:8080/job/raring-adt-software-center/./ARCH=i386,label=albali/ws/results/raring_i386_software-center_20121129-074753.result> rsync://jiufeng/adt//raring/out/
+ [ 0 -eq 0 ]
+ ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o CheckHostIP=no -i /var/cache/adt/disks/adtkey -p 54332 -t -o BatchMode=yes -l ubuntu localhost sudo poweroff
Pseudo-terminal will not be allocated because stdin is not a terminal.
Warning: Permanently added '[localhost]:54332' (ECDSA) to the list of known hosts.
sudo: unable to resolve host autopkgtest
+ exit 4
+ on_exit
+ log_info_msg Cleaning up
+ log_msg Info: Cleaning up\n
+ date +%F %X
+ printf 2012-11-29 07:48:01: Info: Cleaning up\n
2012-11-29 07:48:01: Info: Cleaning up
+ [ -f /dev/shm/adt/raring-i386-software-center-20121129_072701.img.pid ]
+ cat /dev/shm/adt/raring-i386-software-center-20121129_072701.img.pid
+ kill -9 48511
+ rm -f /dev/shm/adt/raring-i386-software-center-20121129_072701.img.pid
+ rm -f /dev/shm/adt/raring-i386-software-center-20121129_072701.img
+ rm -f /var/lock/adt/ssh.54332.lock
+ rm -f /var/lock/adt/vnc.5925.lock
+ [ -d /tmp/adt-i386.hz2G9i ]
+ rm -Rf /tmp/adt-i386.hz2G9i
+ exit 4
Build step 'Execute shell' marked build as failure
Archiving artifacts



More information about the ubuntu-testing-notifications mailing list