Build failed in Jenkins: raring-adt-software-center » i386,albali #26
Jenkins Notification
devnull at canonical.com
Tue Nov 27 18:05:57 UTC 2012
See <http://10.189.74.2:8080/job/raring-adt-software-center/./ARCH=i386,label=albali/26/>
------------------------------------------
[...truncated 3931 lines...]
softwarecenter/db/pkginfo_impl/aptcache.py:575:17: E125 continuation line does not distinguish itself from next logical line
softwarecenter/db/pkginfo_impl/aptcache.py:673:17: E125 continuation line does not distinguish itself from next logical line
softwarecenter/db/pkginfo_impl/aptcache.py:704:13: E125 continuation line does not distinguish itself from next logical line
softwarecenter/db/pkginfo_impl/aptcache.py:748:29: E126 continuation line over-indented for hanging indent
softwarecenter/db/pkginfo_impl/aptcache.py:752:29: E126 continuation line over-indented for hanging indent
softwarecenter/db/pkginfo_impl/aptcache.py:756:29: E126 continuation line over-indented for hanging indent
softwarecenter/db/pkginfo_impl/packagekit.py:150:13: E128 continuation line under-indented for visual indent
softwarecenter/db/pkginfo_impl/packagekit.py:183:13: E128 continuation line under-indented for visual indent
softwarecenter/db/pkginfo_impl/packagekit.py:202:13: E128 continuation line under-indented for visual indent
softwarecenter/db/pkginfo_impl/packagekit.py:241:45: E128 continuation line under-indented for visual indent
softwarecenter/db/pkginfo_impl/packagekit.py:242:45: E128 continuation line under-indented for visual indent
softwarecenter/db/pkginfo_impl/packagekit.py:243:9: E124 closing bracket does not match visual indentation
softwarecenter/db/pkginfo_impl/packagekit.py:257:45: E128 continuation line under-indented for visual indent
softwarecenter/db/pkginfo_impl/packagekit.py:258:45: E128 continuation line under-indented for visual indent
softwarecenter/db/pkginfo_impl/packagekit.py:259:9: E124 closing bracket does not match visual indentation
softwarecenter/db/pkginfo_impl/packagekit.py:268:35: E128 continuation line under-indented for visual indent
softwarecenter/db/pkginfo_impl/packagekit.py:269:35: E128 continuation line under-indented for visual indent
softwarecenter/db/pkginfo_impl/packagekit.py:308:13: E128 continuation line under-indented for visual indent
softwarecenter/db/pkginfo_impl/packagekit.py:317:9: E128 continuation line under-indented for visual indent
softwarecenter/db/pkginfo_impl/packagekit.py:317:9: E125 continuation line does not distinguish itself from next logical line
softwarecenter/db/pkginfo_impl/packagekit.py:338:9: E124 closing bracket does not match visual indentation
softwarecenter/db/pkginfo_impl/packagekit.py:343:9: E128 continuation line under-indented for visual indent
softwarecenter/db/pkginfo_impl/packagekit.py:343:9: E125 continuation line does not distinguish itself from next logical line
softwarecenter/db/history_impl/apthistory.py:49:41: E128 continuation line under-indented for visual indent
softwarecenter/db/history_impl/apthistory.py:151:17: E125 continuation line does not distinguish itself from next logical line
softwarecenter/db/history_impl/packagekit.py:73:13: E128 continuation line under-indented for visual indent
softwarecenter/db/history_impl/packagekit.py:74:13: E128 continuation line under-indented for visual indent
softwarecenter/db/history_impl/packagekit.py:75:13: E128 continuation line under-indented for visual indent
tests/../software-center:143:29: E126 continuation line over-indented for hanging indent
FAIL
======================================================================
FAIL: test_all_code (tests.test_pep8.PackagePep8TestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "tests/test_pep8.py", line 20, in test_all_code
self.assertEqual(res, 0)
AssertionError: 1 != 0
----------------------------------------------------------------------
Ran 1 test in 9.095s
FAILED (failures=1)
test_mocked_recagent_post_submit_profile (tests.test_recagent.MockTestRecommenderAgent) ... ok
test_recagent_post_implicit_feedback (tests.test_recagent.RealTestRecommenderAgent) ... skipped 'server returns 401'
test_recagent_post_submit_profile (tests.test_recagent.RealTestRecommenderAgent) ... skipped 'server returns 401'
test_recagent_query_error (tests.test_recagent.RealTestRecommenderAgent) ... ok
test_recagent_query_profile (tests.test_recagent.RealTestRecommenderAgent) ... skipped 'server returns 401'
test_recagent_query_recommend_all_apps (tests.test_recagent.RealTestRecommenderAgent) ... FAIL
Stderr:
/usr/lib/python2.7/dist-packages/gi/types.py:113: PyGIDeprecationWarning: source_remove is deprecated; use GLib.source_remove instead
return info.invoke(*args, **kwargs)
test_recagent_query_recommend_app (tests.test_recagent.RealTestRecommenderAgent) ... ok
test_recagent_query_recommend_me (tests.test_recagent.RealTestRecommenderAgent) ... skipped 'server returns 401'
test_recagent_query_recommend_top (tests.test_recagent.RealTestRecommenderAgent) ... ok
test_recagent_query_server_status (tests.test_recagent.RealTestRecommenderAgent) ... ok
test_recagent_query_submit_anon_profile (tests.test_recagent.RealTestRecommenderAgent) ... skipped 'server returns 401'
======================================================================
FAIL: test_recagent_query_recommend_all_apps (tests.test_recagent.RealTestRecommenderAgent)
----------------------------------------------------------------------
Traceback (most recent call last):
File "tests/test_recagent.py", line 113, in test_recagent_query_recommend_all_apps
self.assertServerReturnsWithNoError()
File "tests/test_recagent.py", line 66, in assertServerReturnsWithNoError
self.assertFalse(self.error, "got error: '%s'" % self.error_msg)
AssertionError: got error: 'WARNING:__main__:504: {'status': '504', 'content-length': '92', 'via': '1.0 myrica.canonical.com:3128 (squid/2.7.STABLE7)', 'x-cache': 'MISS from myrica.canonical.com', 'transfer-encoding': 'chunked', 'x-cache-lookup': 'HIT from myrica.canonical.com:3128', 'strict-transport-security': 'max-age=2592000', 'vary': 'Accept-Encoding', '-content-encoding': 'gzip', 'cache-control': 'no-cache', 'date': 'Tue, 27 Nov 2012 18:03:12 GMT', 'content-type': 'text/html'}
'
Stderr:
/usr/lib/python2.7/dist-packages/gi/types.py:113: PyGIDeprecationWarning: source_remove is deprecated; use GLib.source_remove instead
return info.invoke(*args, **kwargs)
----------------------------------------------------------------------
Ran 11 tests in 55.308s
FAILED (failures=1, skipped=5)
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-27 17:52:28,806 - softwarecenter.fixme - WARNING - logs to the root logger: '('softwarecenter/netstatus.py', 122, '__init_network_state')'
2012-11-27 17:52:28,806 - 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-27 17:52:28,861 - softwarecenter.fixme - WARNING - logs to the root logger: '('softwarecenter/netstatus.py', 151, 'test_ping')'
2012-11-27 17:52:28,860 - 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-27 17:52:29,197 - softwarecenter.db.pkginfo_impl.aptcache - INFO - aptcache.open()
INFO:softwarecenter.db.pkginfo_impl.aptcache:aptcache.open()
2012-11-27 17:52:29,409 - softwarecenter.db.pkginfo_impl.aptcache - INFO - aptcache.open()
INFO:softwarecenter.db.database:open() database: path=None use_axi=True use_agent=True
2012-11-27 17:52:29,622 - 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-27 17:52:29,634 - 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-27 17:52:32,032 - softwarecenter.db.pkginfo_impl.aptcache - INFO - aptcache.open()
INFO:softwarecenter.db.database:open() database: path=None use_axi=True use_agent=True
2012-11-27 17:52:32,303 - 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-27 17:52:32,309 - 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.093s
FAILED (failures=1)
INFO:root: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
'
WARNING:softwarecenter.fixme:logs to the root logger: '('softwarecenter/netstatus.py', 168, 'test_ping')'
2012-11-27 17:52:38,871 - softwarecenter.fixme - WARNING - logs to the root logger: '('softwarecenter/netstatus.py', 168, 'test_ping')'
2012-11-27 17:52:38,871 - 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
'
+ 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.VaAKxwbM8x:-/|/tmp/tmp.VaAKxwbM8x/!
+ 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 /var/crash/_usr_lib_ubuntu-sso-client_ubuntu-sso-login.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-27 18:05:54: Failure: adt-run exited with status 4.\n
2012-11-27 18:05:54: 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 54331 -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]:54331' (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 54331 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-27 18:05:55: 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-27 18:05:55: 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-27_16-50-25 ]
+ log_info_msg Updating Jenkins results
+ log_msg Info: Updating Jenkins results\n
+ date +%F %X
+ printf 2012-11-27 18:05:55: Info: Updating Jenkins results\n
2012-11-27 18:05:55: Info: Updating Jenkins results
+ res=fail
+ [ 4 -eq 0 ]
+ OPTS=-d
+ [ 1 -eq 1 ]
+ OPTS=-d -P
+ /var/lib/ubuntu-iso-testing/auto-package-testing/bin/../jenkins/update-adt-result -d -P -r raring software-center i386 fail
2012-11-27 18:05:56,040 DEBUG Debug mode enabled
2012-11-27 18:05:56,040 DEBUG aptroot: /var/lib/ubuntu-iso-testing/auto-package-testing/aptroot/raring-proposed-amd64
2012-11-27 18:05:56,040 DEBUG Loading status from /var/lib/ubuntu-iso-testing/auto-package-testing/aptroot/raring-proposed-amd64/var/cache/adt/raring-proposed_amd64_software-center
2012-11-27 18:05:56,041 DEBUG Writing status file
+ [ 0 -eq 0 ]
+ ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o CheckHostIP=no -i /var/cache/adt/disks/adtkey -p 54331 -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]:54331' (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-27 18:05:56: Info: Cleaning up\n
2012-11-27 18:05:56: Info: Cleaning up
+ [ -f /dev/shm/adt/raring-i386-software-center-20121127_173806.img.pid ]
+ cat /dev/shm/adt/raring-i386-software-center-20121127_173806.img.pid
+ kill -9 121227
+ rm -f /dev/shm/adt/raring-i386-software-center-20121127_173806.img.pid
+ rm -f /dev/shm/adt/raring-i386-software-center-20121127_173806.img
+ rm -f /var/lock/adt/ssh.54331.lock
+ rm -f /var/lock/adt/vnc.5919.lock
+ [ -d /tmp/adt-i386.EnR3mq ]
+ rm -Rf /tmp/adt-i386.EnR3mq
+ exit 4
Build step 'Execute shell' marked build as failure
Archiving artifacts
More information about the ubuntu-testing-notifications
mailing list