Build failed in Jenkins: raring-adt-apport-armhf » armhf,1ss-panda01 #4
Jenkins Notification
devnull at canonical.com
Sat Mar 30 11:55:56 UTC 2013
See <http://10.189.74.2:8080/job/raring-adt-apport-armhf/./ARCH=armhf,label=1ss-panda01/4/>
------------------------------------------
[...truncated 3355 lines...]
run_report_bug() with saving report into a file ... ok
test_run_report_bug_kernel_thread (__main__.T)
run_report_bug() for a pid of a kernel thread ... FAIL
test_run_report_bug_list_symptoms (__main__.T)
run_report_bug() without specifying arguments and available symptoms ... ok
test_run_report_bug_noargs (__main__.T)
run_report_bug() without specifying arguments ... ok
test_run_report_bug_noperm_pid (__main__.T)
run_report_bug() for a pid which runs as a different user ... Exception PermissionError: PermissionError(1, 'Operation not permitted') in <bound method _TemporaryFileWrapper.__del__ of <tempfile._TemporaryFileWrapper object at 0xb3b5cd50>> ignored
ok
test_run_report_bug_package (__main__.T)
run_report_bug() for a package ... ok
test_run_report_bug_pid_tags (__main__.T)
run_report_bug() for a pid with extra tags ... ok
test_run_report_bug_unpackaged_pid (__main__.T)
run_report_bug() for a pid of an unpackaged program ... ok
test_run_report_bug_wrong_pid (__main__.T)
run_report_bug() for a nonexisting pid ... ok
test_run_symptom (__main__.T)
run_symptom() ... ok
test_run_update_report_different_binary_source (__main__.T)
run_update_report() on a source package which does not have a binary of the same name ... ERROR
test_run_update_report_existing_package_cli_cmdname (__main__.T)
run_update_report() on an existing package (-collect program) ... ok
test_run_update_report_existing_package_cli_tags (__main__.T)
run_update_report() on an existing package (CLI argument) with extra tag ... ok
test_run_update_report_existing_package_from_bug (__main__.T)
run_update_report() on an existing package (from bug) ... ok
test_run_update_report_nonexisting_package_cli (__main__.T)
run_update_report() on a nonexisting package (CLI argument) ... ok
test_run_update_report_nonexisting_package_from_bug (__main__.T)
run_update_report() on a nonexisting package (from bug) ... ok
test_run_update_report_noninstalled_but_hook (__main__.T)
run_update_report() on an uninstalled package with a source hook ... dpkg-query: no packages found matching foo
ok
test_run_version (__main__.T)
run_report_bug() as "ubuntu-bug" with version argument ... ok
test_wait_for_pid (__main__.T) ... ok
======================================================================
ERROR: test_run_update_report_different_binary_source (__main__.T)
run_update_report() on a source package which does not have a binary of the same name
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/share/apport/testsuite/test_ui.py", line 1487, in test_run_update_report_different_binary_source
self.assertNotEqual(apport.packaging.get_version(kernel_pkg), '',
File "/usr/lib/python3/dist-packages/apport/packaging_impl.py", line 123, in get_version
raise ValueError('package %s does not exist' % package)
ValueError: package linux-image-3.5.0-221-omap4 does not exist
======================================================================
FAIL: test_run_crash (__main__.T)
run_crash()
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/share/apport/testsuite/test_ui.py", line 748, in test_run_crash
r = self._gen_test_crash()
File "/usr/share/apport/testsuite/test_ui.py", line 740, in _gen_test_crash
assert os.path.exists(coredump)
AssertionError
======================================================================
FAIL: test_run_crash_abort (__main__.T)
run_crash() for an abort() without assertion message
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/share/apport/testsuite/test_ui.py", line 815, in test_run_crash_abort
r = self._gen_test_crash()
File "/usr/share/apport/testsuite/test_ui.py", line 740, in _gen_test_crash
assert os.path.exists(coredump)
AssertionError
======================================================================
FAIL: test_run_crash_anonymity (__main__.T)
run_crash() anonymization
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/share/apport/testsuite/test_ui.py", line 1228, in test_run_crash_anonymity
r = self._gen_test_crash()
File "/usr/share/apport/testsuite/test_ui.py", line 740, in _gen_test_crash
assert os.path.exists(coredump)
AssertionError
======================================================================
FAIL: test_run_crash_anonymity_order (__main__.T)
run_crash() anonymization runs after info and duplicate collection
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/share/apport/testsuite/test_ui.py", line 1277, in test_run_crash_anonymity_order
r = self._gen_test_crash()
File "/usr/share/apport/testsuite/test_ui.py", line 740, in _gen_test_crash
assert os.path.exists(coredump)
AssertionError
======================================================================
FAIL: test_run_crash_anonymity_substring (__main__.T)
run_crash() anonymization only catches whole words
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/share/apport/testsuite/test_ui.py", line 1312, in test_run_crash_anonymity_substring
r = self._gen_test_crash()
File "/usr/share/apport/testsuite/test_ui.py", line 740, in _gen_test_crash
assert os.path.exists(coredump)
AssertionError
======================================================================
FAIL: test_run_crash_known (__main__.T)
run_crash() for already known problem
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/share/apport/testsuite/test_ui.py", line 1339, in test_run_crash_known
r = self._gen_test_crash()
File "/usr/share/apport/testsuite/test_ui.py", line 740, in _gen_test_crash
assert os.path.exists(coredump)
AssertionError
======================================================================
FAIL: test_run_crash_precollected (__main__.T)
run_crash() on complete report on uninstalled package
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/share/apport/testsuite/test_ui.py", line 1010, in test_run_crash_precollected
self.ui.report = self._gen_test_crash()
File "/usr/share/apport/testsuite/test_ui.py", line 740, in _gen_test_crash
assert os.path.exists(coredump)
AssertionError
======================================================================
FAIL: test_run_crash_preretraced (__main__.T)
run_crash() pre-retraced reports.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/share/apport/testsuite/test_ui.py", line 981, in test_run_crash_preretraced
r = self._gen_test_crash()
File "/usr/share/apport/testsuite/test_ui.py", line 740, in _gen_test_crash
assert os.path.exists(coredump)
AssertionError
======================================================================
FAIL: test_run_crash_uninstalled (__main__.T)
run_crash() on reports with subsequently uninstalled packages
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/share/apport/testsuite/test_ui.py", line 1059, in test_run_crash_uninstalled
r = self._gen_test_crash()
File "/usr/share/apport/testsuite/test_ui.py", line 740, in _gen_test_crash
assert os.path.exists(coredump)
AssertionError
======================================================================
FAIL: test_run_crash_updated_binary (__main__.T)
run_crash() on binary that got updated in the meantime
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/share/apport/testsuite/test_ui.py", line 1100, in test_run_crash_updated_binary
r = self._gen_test_crash()
File "/usr/share/apport/testsuite/test_ui.py", line 740, in _gen_test_crash
assert os.path.exists(coredump)
AssertionError
======================================================================
FAIL: test_run_report_bug_kernel_thread (__main__.T)
run_report_bug() for a pid of a kernel thread
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/share/apport/testsuite/test_ui.py", line 658, in test_run_report_bug_kernel_thread
self.assertFalse(pid is None)
AssertionError: True is not false
----------------------------------------------------------------------
Ran 63 tests in 593.896s
FAILED (failures=11, errors=1)
Package bar not installed and no hook available, ignoring
Package foo not installed and no hook available, ignoring
adt-run: trace: & dsc0t-upstream-system: ----------------------------------------]
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.OlOhBLH8kM:-/|/tmp/tmp.OlOhBLH8kM/!
+ RC=4
+ [ 4 -eq 20 ]
+ [ 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 apport FAIL
+ chown -R ubuntu /home/ubuntu/adt-log /var/tmp/testresults
+ chmod og+r /var/log/syslog
+ chmod og+r /var/crash/*
+ true
+ 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 2013-03-30 07:55:15: Failure: adt-run exited with status 4.\n
2013-03-30 07:55:15: Failure: adt-run exited with status 4.
+ [ 0 -eq 0 ]
+ mkdir -p <http://10.189.74.2:8080/job/raring-adt-apport-armhf/./ARCH=armhf,label=1ss-panda01/ws/results>
+ ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o CheckHostIP=no -i /tmp/adt/disks/adtkey -p 22 -t -o BatchMode=yes -l ubuntu pristine-adt-raring-armhf-20cwkd.lxc sudo chown -R ubuntu /home/ubuntu/adt-log; find /home/ubuntu/adt-log -type f -empty | xargs rm
Pseudo-terminal will not be allocated because stdin is not a terminal.
Warning: Permanently added 'pristine-adt-raring-armhf-20cwkd.lxc' (ECDSA) to the list of known hosts.
+ scp -r -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o CheckHostIP=no -i /tmp/adt/disks/adtkey -P 22 ubuntu at pristine-adt-raring-armhf-20cwkd.lxc:/home/ubuntu/adt-log/* /var/crash/*crash /var/log/syslog /var/tmp/testresults <http://10.189.74.2:8080/job/raring-adt-apport-armhf/./ARCH=armhf,label=1ss-panda01/ws/results>
+ true
+ log_info_msg Test artifacts copied to <http://10.189.74.2:8080/job/raring-adt-apport-armhf/./ARCH=armhf,label=1ss-panda01/ws/results>
+ log_msg Info: Test artifacts copied to <http://10.189.74.2:8080/job/raring-adt-apport-armhf/./ARCH=armhf,label=1ss-panda01/ws/results\n>
+ date +%F %X
+ printf 2013-03-30 07:55:42: Info: Test artifacts copied to <http://10.189.74.2:8080/job/raring-adt-apport-armhf/./ARCH=armhf,label=1ss-panda01/ws/results\n>
2013-03-30 07:55:42: Info: Test artifacts copied to <http://10.189.74.2:8080/job/raring-adt-apport-armhf/./ARCH=armhf,label=1ss-panda01/ws/results>
+ [ -n 2013-03-30_11-14-44 ]
+ log_info_msg Updating Jenkins results
+ log_msg Info: Updating Jenkins results\n
+ date +%F %X
+ printf 2013-03-30 07:55:42: Info: Updating Jenkins results\n
2013-03-30 07:55:42: Info: Updating Jenkins results
+ rsync -a <http://10.189.74.2:8080/job/raring-adt-apport-armhf/./ARCH=armhf,label=1ss-panda01/ws/results/raring_armv7l_apport_20130330-115513.result> /raring/out/
rsync: mkdir "/raring/out" failed: No such file or directory (2)
rsync error: error in file IO (code 11) at main.c(605) [Receiver=3.0.9]
rsync: connection unexpectedly closed (9 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(605) [sender=3.0.9]
+ true
+ [ 0 -eq 0 ]
+ ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o CheckHostIP=no -i /tmp/adt/disks/adtkey -p 22 -t -o BatchMode=yes -l ubuntu pristine-adt-raring-armhf-20cwkd.lxc sudo poweroff
Pseudo-terminal will not be allocated because stdin is not a terminal.
Warning: Permanently added 'pristine-adt-raring-armhf-20cwkd.lxc' (ECDSA) to the list of known hosts.
+ exit 4
+ on_exit
+ log_info_msg Cleaning up
+ log_msg Info: Cleaning up\n
+ date +%F %X
+ printf 2013-03-30 07:55:45: Info: Cleaning up\n
2013-03-30 07:55:45: Info: Cleaning up
+ [ -d /tmp/adt-armhf.ZNvkNT ]
+ rm -Rf /tmp/adt-armhf.ZNvkNT
+ sudo lxc-stop -n pristine-adt-raring-armhf-20cwkd
+ LOOP=0
+ :
+ LOOP=10
+ [ 10 -gt 120 ]
+ sudo lxc-info -n pristine-adt-raring-armhf-20cwkd -t STOPPED
+ break
+ sudo lxc-destroy -n pristine-adt-raring-armhf-20cwkd
+ exit 4
Build step 'Execute shell' marked build as failure
Archiving artifacts
More information about the ubuntu-testing-notifications
mailing list