Build failed in Jenkins: raring-adt-software-center » amd64,albali #20

Jenkins Notification devnull at canonical.com
Mon Nov 19 18:00:44 UTC 2012


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

------------------------------------------
[...truncated 3698 lines...]
'
WARNING:softwarecenter.fixme:logs to the root logger: '('softwarecenter/netstatus.py', 168, 'test_ping')'
2012-11-19 17:50:45,300 - softwarecenter.fixme - WARNING - logs to the root logger: '('softwarecenter/netstatus.py', 168, 'test_ping')'
2012-11-19 17:50:45,299 - root - INFO - ping output: 'Internet connection available!
PING archive.ubuntu.com (91.189.92.177) 56(84) bytes of data.

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

'
ERROR:dbus.proxies:Introspect error on com.ubuntu.sso:/com/ubuntu/sso/credentials: 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.
WARNING:softwarecenter.fixme:logs to the root logger: '('/usr/lib/python2.7/dist-packages/dbus/proxies.py', 410, '_introspect_error_handler')'
2012-11-19 17:51:01,392 - softwarecenter.fixme - WARNING - logs to the root logger: '('/usr/lib/python2.7/dist-packages/dbus/proxies.py', 410, '_introspect_error_handler')'
2012-11-19 17:51:01,392 - dbus.proxies - ERROR - Introspect error on com.ubuntu.sso:/com/ubuntu/sso/credentials: 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.
ERROR

======================================================================
ERROR: setUpClass (tests.gtk3.test_unity_launcher_integration.TestUnityLauncherIntegration)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "tests/gtk3/test_unity_launcher_integration.py", line 34, in setUpClass
    cls.win = get_test_window_availablepane()
  File "tests/gtk3/windows.py", line 261, in get_test_window_availablepane
    manager = appmanager.ApplicationManager(db, backend, icons)
  File "softwarecenter/ui/gtk3/session/appmanager.py", line 66, in __init__
    self.oauth_token = helper.find_oauth_token_sync()
  File "softwarecenter/backend/ubuntusso.py", line 139, in find_oauth_token_sync
    sso.find_credentials()
  File "softwarecenter/backend/login_impl/login_sso.py", line 75, in find_credentials
    self.proxy.find_credentials(self.appname, self._get_params())
  File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 70, in __call__
    return self._proxy_method(*args, **keywords)
  File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 145, in __call__
    **keywords)
  File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 651, in call_blocking
    message, timeout)
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 4 tests in 51.166s

FAILED (errors=1)
test_expunge_cache (tests.test_utils.TestExpungeCache) ... Need either --by-days or --by-unsuccessful-http-states argument
DEBUG:root:Deleting: /tmp/tmpGA5zl2s-c-testsuite/foo-301
DEBUG:root:Skipping files with unknown header: 'expunge.lock'
DEBUG:root:Skipping files with unknown header: 'foo-random'
DEBUG:root:mtime of 'foo-200': '1.0
DEBUG:root:Deleting: /tmp/tmpGA5zl2s-c-testsuite/foo-200
DEBUG:root:Skipping files with unknown header: 'expunge.lock'
DEBUG:root:Skipping files with unknown header: 'foo-random'
ok
test_expunge_cache_lock (tests.test_utils.TestExpungeCache) ... ok
test_memory_growth (tests.test_utils.TestExpungeCache) ... ok
test_oem_channel_extractor (tests.test_utils.TestExpungeCache) ... ok
test_capitalize_first_word (tests.test_utils.TestSCUtils) ... ok
test_clear_credentials (tests.test_utils.TestSCUtils) ... ERROR

Stderr:
ERROR:dbus.proxies:Introspect error on com.ubuntu.sso:/com/ubuntu/sso/credentials: 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.
ERROR:dbus.connection:Unable to set arguments ('fo', {}) according to signature None: <type 'exceptions.ValueError'>: Unable to guess signature from an empty dict
test_encode (tests.test_utils.TestSCUtils) ... ok
test_ensure_file_writable_and_delete_if_not (tests.test_utils.TestSCUtils) ... ok
test_get_file_path_from_iconname (tests.test_utils.TestSCUtils) ... ok
test_get_http_proxy_from_gsettings (tests.test_utils.TestSCUtils) ... ok
test_get_nice_date_string (tests.test_utils.TestSCUtils) ... ok
test_get_recommender_uuid (tests.test_utils.TestSCUtils) ... ok
test_get_title_from_html (tests.test_utils.TestSCUtils) ... ok
test_get_uuid (tests.test_utils.TestSCUtils) ... ok
test_lists_filename (tests.test_utils.TestSCUtils) ... ok
test_make_string_from_list (tests.test_utils.TestSCUtils) ... ok
test_no_display_desktop_file (tests.test_utils.TestSCUtils) ... ok
test_safe_makedirs (tests.test_utils.TestSCUtils) ... ok
test_split_icon_ext (tests.test_utils.TestSCUtils) ... ok

======================================================================
ERROR: test_clear_credentials (tests.test_utils.TestSCUtils)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "tests/test_utils.py", line 160, in test_clear_credentials
    clear_token_from_ubuntu_sso_sync("fo")
  File "softwarecenter/utils.py", line 551, in clear_token_from_ubuntu_sso_sync
    proxy.clear_credentials(appname, {})
  File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 70, in __call__
    return self._proxy_method(*args, **keywords)
  File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 145, in __call__
    **keywords)
  File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 641, in call_blocking
    message.append(signature=signature, *args)
ValueError: Unable to guess signature from an empty dict

Stderr:
ERROR:dbus.proxies:Introspect error on com.ubuntu.sso:/com/ubuntu/sso/credentials: 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.
ERROR:dbus.connection:Unable to set arguments ('fo', {}) according to signature None: <type 'exceptions.ValueError'>: Unable to guess signature from an empty dict

----------------------------------------------------------------------
Ran 19 tests in 25.837s

FAILED (errors=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-19 17:49:12,573 - softwarecenter.fixme - WARNING - logs to the root logger: '('softwarecenter/netstatus.py', 122, '__init_network_state')'
2012-11-19 17:49:12,573 - 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'
test_hardware_requirements_box (tests.gtk3.test_widgets.TestHWRequirements) ... INFO:root:Attempting one time ping of archive.ubuntu.com to test if internet connectivity exists.
WARNING:softwarecenter.fixme:logs to the root logger: '('softwarecenter/netstatus.py', 151, 'test_ping')'
2012-11-19 17:49:12,678 - softwarecenter.fixme - WARNING - logs to the root logger: '('softwarecenter/netstatus.py', 151, 'test_ping')'
2012-11-19 17:49:12,677 - root - INFO - Attempting one time ping of archive.ubuntu.com to test if internet connectivity exists.
ok
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-19 17:49:13,482 - softwarecenter.db.pkginfo_impl.aptcache - INFO - aptcache.open()
INFO:softwarecenter.db.pkginfo_impl.aptcache:aptcache.open()
2012-11-19 17:49:13,966 - softwarecenter.db.pkginfo_impl.aptcache - INFO - aptcache.open()
INFO:softwarecenter.db.database:open() database: path=None use_axi=True use_agent=True
2012-11-19 17:49:14,444 - 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-19 17:49:14,465 - 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-19 17:49:22,482 - softwarecenter.db.pkginfo_impl.aptcache - INFO - aptcache.open()
INFO:root:ping output: 'Internet connection available!
PING archive.ubuntu.com (91.189.92.202) 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-19 17:49:22,890 - softwarecenter.fixme - WARNING - logs to the root logger: '('softwarecenter/netstatus.py', 168, 'test_ping')'
2012-11-19 17:49:22,889 - root - INFO - ping output: 'Internet connection available!
PING archive.ubuntu.com (91.189.92.202) 56(84) bytes of data.

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

'
INFO:softwarecenter.db.database:open() database: path=None use_axi=True use_agent=True
2012-11-19 17:49:23,064 - 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-19 17:49:23,077 - 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
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

----------------------------------------------------------------------
Ran 24 tests in 11.100s

FAILED (failures=1)
+ 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.Ytu8OdZLHu:-/|/tmp/tmp.Ytu8OdZLHu/!
+ RC=4
+ [ 0 -eq 1 ]
+ 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-19 18:00:37: Failure: adt-run exited with status 4.\n
2012-11-19 18:00:37: Failure: adt-run exited with status 4.
+ [ 0 -eq 0 ]
+ mkdir -p <http://10.189.74.2:8080/job/raring-adt-software-center/./ARCH=amd64,label=albali/ws/results>
+ ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o CheckHostIP=no -i /var/cache/adt/disks/adtkey -p 54326 -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]:54326' (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 54326 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=amd64,label=albali/ws/results>
+ true
+ log_info_msg Test artifacts copied to <http://10.189.74.2:8080/job/raring-adt-software-center/./ARCH=amd64,label=albali/ws/results>
+ log_msg Info: Test artifacts copied to <http://10.189.74.2:8080/job/raring-adt-software-center/./ARCH=amd64,label=albali/ws/results\n>
+ date +%F %X
+ printf 2012-11-19 18:00:43: Info: Test artifacts copied to <http://10.189.74.2:8080/job/raring-adt-software-center/./ARCH=amd64,label=albali/ws/results\n>
2012-11-19 18:00:43: Info: Test artifacts copied to <http://10.189.74.2:8080/job/raring-adt-software-center/./ARCH=amd64,label=albali/ws/results>
+ [ -n 2012-11-19_17-11-53 ]
+ log_info_msg Updating Jenkins results
+ log_msg Info: Updating Jenkins results\n
+ date +%F %X
+ printf 2012-11-19 18:00:43: Info: Updating Jenkins results\n
2012-11-19 18:00:43: Info: Updating Jenkins results
+ res=fail
+ [ 4 -eq 0 ]
+ OPTS=-d
+ [ 0 -eq 1 ]
+ /var/lib/ubuntu-iso-testing/auto-package-testing/bin/../jenkins/update-adt-result -d -r raring software-center amd64 fail
2012-11-19 18:00:43,487 DEBUG Debug mode enabled
2012-11-19 18:00:43,487 DEBUG aptroot: /var/lib/ubuntu-iso-testing/auto-package-testing/aptroot/raring-amd64
2012-11-19 18:00:43,488 DEBUG Loading status from /var/lib/ubuntu-iso-testing/auto-package-testing/aptroot/raring-amd64/var/cache/adt/raring_amd64_software-center
2012-11-19 18:00:43,488 DEBUG Writing status file
2012-11-19 18:00:43,489 INFO Writing results to /var/lib/ubuntu-iso-testing/auto-package-testing/aptroot/raring-amd64/../raring/raring_software-center_20121119-180043
+ [ 0 -eq 0 ]
+ ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o CheckHostIP=no -i /var/cache/adt/disks/adtkey -p 54326 -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]:54326' (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-19 18:00:44: Info: Cleaning up\n
2012-11-19 18:00:44: Info: Cleaning up
+ [ -f /dev/shm/adt/raring-amd64-software-center-20121119_171911.img.pid ]
+ cat /dev/shm/adt/raring-amd64-software-center-20121119_171911.img.pid
+ kill -9 42604
+ rm -f /dev/shm/adt/raring-amd64-software-center-20121119_171911.img.pid
+ rm -f /dev/shm/adt/raring-amd64-software-center-20121119_171911.img
+ rm -f /var/lock/adt/ssh.54326.lock
+ rm -f /var/lock/adt/vnc.5914.lock
+ [ -d /tmp/adt-amd64.pUkCr2 ]
+ rm -Rf /tmp/adt-amd64.pUkCr2
+ exit 4
Build step 'Execute shell' marked build as failure
Archiving artifacts



More information about the ubuntu-testing-notifications mailing list