Build failed in Jenkins: quantal-adt-software-center » i386,albali #54

Jenkins Notification devnull at canonical.com
Thu Oct 4 22:25:56 UTC 2012


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

------------------------------------------
[...truncated 3743 lines...]
test_region_blacklist (tests.test_database.AppDetailsSCAApplicationParser)
Test that the region blacklist ignores blacklisted locations ... ok
test_region_blacklist_blacklists (tests.test_database.AppDetailsSCAApplicationParser)
Test that the region blacklist adds non-blacklisted locations ... ok
test_region_whitelist_blacklists (tests.test_database.AppDetailsSCAApplicationParser)
Test that the whitelist ignores non-whitelist locations ... ok
test_region_whitelist_whitelists (tests.test_database.AppDetailsSCAApplicationParser)
Test that the whitelist adds whitelisted locations ... ok
test_search_app_pkgname_duplication_lp891613 (tests.test_database.DBSearchTestCase) ... ok
test_search_custom_pkgs_list_lp1043159 (tests.test_database.DBSearchTestCase) ... ok
test_multiple_version_pkg_states (tests.test_database.MultipleVersionsSupportTestCase) ... ok
test_not_automatic_channel_support (tests.test_database.MultipleVersionsSupportTestCase) ... ok
test_not_automatic_version (tests.test_database.MultipleVersionsSupportTestCase) ... ok
test_app_enquire (tests.test_database.TestDatabase) ... ok
test_appdetails (tests.test_database.TestDatabase) ... ok
test_application (tests.test_database.TestDatabase) ... ok
test_application_details (tests.test_database.TestDatabase) ... ok
test_build_from_software_center_agent (tests.test_database.TestDatabase) ... ok
test_for_purchase_apps_date_published (tests.test_database.TestDatabase) ... ok
test_hardware_requirements_satisfied (tests.test_database.TestDatabase) ... ok
test_is_pkgname_known (tests.test_database.TestDatabase) ... ok
test_license_string_data_from_software_center_agent (tests.test_database.TestDatabase) ... ok
test_multiple_versions_sorting (tests.test_database.TestDatabase) ... ok
test_package_states (tests.test_database.TestDatabase) ... ok
test_packagename_is_application (tests.test_database.TestDatabase) ... ok
test_parse_axi_values_file (tests.test_database.TestDatabase) ... ok
test_region_requirements_satisfied (tests.test_database.TestDatabase) ... ok
test_regression_index_terms (tests.test_database.TestDatabase)
this tests for a regression that we had in the term indexer ... ok
test_update_from_appstream_xml (tests.test_database.TestDatabase) ... ok
test_update_from_desktop_file (tests.test_database.TestDatabase) ... ok
test_update_from_json_string (tests.test_database.TestDatabase) ... ok
test_update_from_var_lib_apt_lists (tests.test_database.TestDatabase) ... FAIL
test_whats_new (tests.test_database.TestDatabase) ... ok
test_track_db_open (tests.test_database.TrackDBTestCase) ... ok
test_utils_get_installed_apps_list (tests.test_database.UtilsTestCase) ... ok
test_utils_get_installed_package_list (tests.test_database.UtilsTestCase) ... ok
test_name_mangling_for_query_parser (tests.test_database.XapianQueryParserWorkarounds) ... ok
test_query_parser_wildcard (tests.test_database.XapianQueryParserWorkarounds) ... ok

======================================================================
FAIL: test_update_from_var_lib_apt_lists (tests.test_database.TestDatabase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "tests/test_database.py", line 151, in test_update_from_var_lib_apt_lists
    self.assertEqual(i, 1)
AssertionError: 0 != 1

----------------------------------------------------------------------
Ran 42 tests in 33.552s

FAILED (failures=1)
test_get_categories (tests.test_dataprovider.DataProviderTestCase) ... ok
test_get_category_internet (tests.test_dataprovider.DataProviderTestCase) ... ok
test_get_category_top_rated (tests.test_dataprovider.DataProviderTestCase) ... ok
test_get_category_whats_new (tests.test_dataprovider.DataProviderTestCase) ... ok
test_get_details (tests.test_dataprovider.DataProviderTestCase) ... FAIL
test_get_details_non_desktop (tests.test_dataprovider.DataProviderTestCase) ... ok
test_get_subcategories (tests.test_dataprovider.DataProviderTestCase) ... ok
test_have_data_in_db (tests.test_dataprovider.DataProviderTestCase) ... ok
test_dbus_on_real_bus (tests.test_dataprovider.DbusForRealTestCase) ... ok
Activating service name='com.ubuntu.sso'
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 131, in test_get_details
    self.assertEqual(result["is_desktop_dependency"], True)
AssertionError: False != True

----------------------------------------------------------------------
Ran 13 tests in 5.552s

FAILED (failures=1)
Traceback (most recent call last):
  File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
  File "/usr/lib/python2.7/unittest/__main__.py", line 12, in <module>
    main(module=None)
  File "/usr/lib/python2.7/unittest/main.py", line 94, in __init__
    self.parseArgs(argv)
  File "/usr/lib/python2.7/unittest/main.py", line 149, in parseArgs
    self.createTests()
  File "/usr/lib/python2.7/unittest/main.py", line 158, in createTests
    self.module)
  File "/usr/lib/python2.7/unittest/loader.py", line 128, in loadTestsFromNames
    suites = [self.loadTestsFromName(name, module) for name in names]
  File "/usr/lib/python2.7/unittest/loader.py", line 91, in loadTestsFromName
    module = __import__('.'.join(parts_copy))
  File "tests/test_origin.py", line 13, in <module>
    class TestOrigins(unittest.TestCase):
  File "tests/test_origin.py", line 17, in TestOrigins
    url_accessable("http://de.archive.ubuntu.com/ubuntu", "dists/"),
  File "tests/utils.py", line 64, in url_accessable
    f = urlopen(url)
  File "/usr/lib/python2.7/urllib2.py", line 127, in urlopen
    return _opener.open(url, data, timeout)
  File "/usr/lib/python2.7/urllib2.py", line 401, in open
    response = self._open(req, data)
  File "/usr/lib/python2.7/urllib2.py", line 419, in _open
    '_open', req)
  File "/usr/lib/python2.7/urllib2.py", line 379, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.7/urllib2.py", line 1211, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "/usr/lib/python2.7/urllib2.py", line 1181, in do_open
    raise URLError(err)
urllib2.URLError: <urlopen error [Errno 110] Connection timed out>
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-10-04 22:11:03,621 - softwarecenter.fixme - WARNING - logs to the root logger: '('softwarecenter/netstatus.py', 122, '__init_network_state')'
2012-10-04 22:11:03,621 - 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.
WARNING:softwarecenter.fixme:logs to the root logger: '('softwarecenter/netstatus.py', 151, 'test_ping')'
test_hardware_requirements_box (tests.gtk3.test_widgets.TestHWRequirements)2012-10-04 22:11:03,723 - softwarecenter.fixme - WARNING - logs to the root logger: '('softwarecenter/netstatus.py', 151, 'test_ping')'
2012-10-04 22:11:03,722 - 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-10-04 22:11:04,580 - softwarecenter.db.pkginfo_impl.aptcache - INFO - aptcache.open()
INFO:softwarecenter.db.pkginfo_impl.aptcache:aptcache.open()
2012-10-04 22:11:05,059 - softwarecenter.db.pkginfo_impl.aptcache - INFO - aptcache.open()
INFO:softwarecenter.db.database:open() database: path=None use_axi=True use_agent=True
2012-10-04 22:11:05,534 - 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-10-04 22:11:05,556 - 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-10-04 22:11:12,228 - softwarecenter.db.pkginfo_impl.aptcache - INFO - aptcache.open()
INFO:softwarecenter.db.database:open() database: path=None use_axi=True use_agent=True
2012-10-04 22:11:12,782 - 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-0ubuntu4' to 'http://screenshots.ubuntu.com/screenshot-with-version/comix/4.0.4-1'
2012-10-04 22:11:12,794 - softwarecenter.simplefiledownloader - WARNING - url changed from 'http://screenshots.ubuntu.com/screenshot-with-version/totem/3.4.3-0ubuntu4' 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 9.749s

FAILED (failures=1)
INFO:root:ping output: 'Internet connection available!
PING archive.ubuntu.com (91.189.92.190) 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-10-04 22:11:13,746 - softwarecenter.fixme - WARNING - logs to the root logger: '('softwarecenter/netstatus.py', 168, 'test_ping')'
2012-10-04 22:11:13,746 - root - INFO - ping output: 'Internet connection available!
PING archive.ubuntu.com (91.189.92.190) 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.KREv8Gu17n:-/|/tmp/tmp.KREv8Gu17n/!
+ 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.2_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-10-04 22:25:47: Failure: adt-run exited with status 4.\n
2012-10-04 22:25:47: Failure: adt-run exited with status 4.
+ [ 0 -eq 0 ]
+ mkdir -p <http://10.189.74.2:8080/job/quantal-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 54350 -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]:54350' (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 54350 ubuntu at localhost:/home/ubuntu/adt-log/* /var/crash/*crash /var/log/syslog <http://10.189.74.2:8080/job/quantal-adt-software-center/./ARCH=i386,label=albali/ws/results>
Warning: Permanently added '[localhost]:54350' (ECDSA) to the list of known hosts.
+ log_info_msg Test artifacts copied to <http://10.189.74.2:8080/job/quantal-adt-software-center/./ARCH=i386,label=albali/ws/results>
+ log_msg Info: Test artifacts copied to <http://10.189.74.2:8080/job/quantal-adt-software-center/./ARCH=i386,label=albali/ws/results\n>
+ date +%F %X
+ printf 2012-10-04 22:25:55: Info: Test artifacts copied to <http://10.189.74.2:8080/job/quantal-adt-software-center/./ARCH=i386,label=albali/ws/results\n>
2012-10-04 22:25:55: Info: Test artifacts copied to <http://10.189.74.2:8080/job/quantal-adt-software-center/./ARCH=i386,label=albali/ws/results>
+ [ 0 -eq 0 ]
+ ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o CheckHostIP=no -i /var/cache/adt/disks/adtkey -p 54350 -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]:54350' (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-10-04 22:25:56: Info: Cleaning up\n
2012-10-04 22:25:56: Info: Cleaning up
+ [ -f /dev/shm/adt/quantal-i386-software-center-20121004_214937.img.pid ]
+ cat /dev/shm/adt/quantal-i386-software-center-20121004_214937.img.pid
+ kill -9 129475
+ rm -f /dev/shm/adt/quantal-i386-software-center-20121004_214937.img.pid
+ rm -f /dev/shm/adt/quantal-i386-software-center-20121004_214937.img
+ rm -f /var/lock/adt/ssh.54350.lock
+ rm -f /var/lock/adt/vnc.5938.lock
+ [ -d /tmp/adt-i386.jBPuxn ]
+ rm -Rf /tmp/adt-i386.jBPuxn
+ exit 4
Build step 'Execute shell' marked build as failure
Archiving artifacts



More information about the ubuntu-testing-notifications mailing list