Build failed in Jenkins: raring-adt-apport » i386,albali #11

Jenkins Notification devnull at canonical.com
Fri Nov 30 22:24:37 UTC 2012


See <http://10.189.74.2:8080/job/raring-adt-apport/./ARCH=i386,label=albali/11/>

------------------------------------------
[...truncated 3494 lines...]
ok
test_run_crash_updated_binary (__main__.T)
run_crash() on binary that got updated in the meantime ... FAIL
test_run_nopending (__main__.T)
running the frontend without any pending reports ... ok
test_run_report_bug_file (__main__.T)
run_report_bug() with saving report into a file ... <string>:383: ResourceWarning: unclosed <socket.socket object, fd=5, family=2, type=2049, proto=6>
ok
test_run_report_bug_kernel_thread (__main__.T)
run_report_bug() for a pid of a kernel thread ... <string>:383: ResourceWarning: unclosed <socket.socket object, fd=5, family=2, type=2049, proto=6>
ok
test_run_report_bug_list_symptoms (__main__.T)
run_report_bug() without specifying arguments and available symptoms ... <string>:383: ResourceWarning: unclosed <socket.socket object, fd=5, family=2, type=2049, proto=6>
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 0xb3d9fe2c>> ignored
ok
test_run_report_bug_package (__main__.T)
run_report_bug() for a package ... <string>:383: ResourceWarning: unclosed <socket.socket object, fd=5, family=2, type=2049, proto=6>
ok
test_run_report_bug_pid_tags (__main__.T)
run_report_bug() for a pid with extra tags ... <string>:383: ResourceWarning: unclosed <socket.socket object, fd=6, family=2, type=2049, proto=6>
ok
test_run_report_bug_unpackaged_pid (__main__.T)
run_report_bug() for a pid of an unpackaged program ... <string>:383: ResourceWarning: unclosed <socket.socket object, fd=5, family=2, type=2049, proto=6>
ok
test_run_report_bug_wrong_pid (__main__.T)
run_report_bug() for a nonexisting pid ... ok
test_run_symptom (__main__.T)
run_symptom() ... <string>:383: ResourceWarning: unclosed <socket.socket object, fd=5, family=2, type=2049, proto=6>
<string>:383: ResourceWarning: unclosed <socket.socket object, fd=7, family=2, type=2049, proto=6>
<string>:383: ResourceWarning: unclosed <socket.socket object, fd=5, family=2, type=2049, proto=6>
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 ... dpkg-query: no packages found matching linux
<string>:383: ResourceWarning: unclosed <socket.socket object, fd=5, family=2, type=2049, proto=6>
ok
test_run_update_report_existing_package_cli_cmdname (__main__.T)
run_update_report() on an existing package (-collect program) ... <string>:383: ResourceWarning: unclosed <socket.socket object, fd=5, family=2, type=2049, proto=6>
ok
test_run_update_report_existing_package_cli_tags (__main__.T)
run_update_report() on an existing package (CLI argument) with extra tag ... <string>:383: ResourceWarning: unclosed <socket.socket object, fd=5, family=2, type=2049, proto=6>
ok
test_run_update_report_existing_package_from_bug (__main__.T)
run_update_report() on an existing package (from bug) ... <string>:383: ResourceWarning: unclosed <socket.socket object, fd=5, family=2, type=2049, proto=6>
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
<string>:383: ResourceWarning: unclosed <socket.socket object, fd=5, family=2, type=2049, proto=6>
ok
test_run_version (__main__.T)
run_report_bug() as "ubuntu-bug" with version argument ... ok
test_wait_for_pid (__main__.T) ... ok

======================================================================
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

----------------------------------------------------------------------
Ran 63 tests in 359.484s

FAILED (failures=10)
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.5s01v51lTM:-/|/tmp/tmp.5s01v51lTM/!
+ 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 apport FAIL
+ chown -R ubuntu /home/ubuntu/adt-log
+ 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 2012-11-30 22:24:33: Failure: adt-run exited with status 4.\n
2012-11-30 22:24:33: Failure: adt-run exited with status 4.
+ [ 0 -eq 0 ]
+ mkdir -p <http://10.189.74.2:8080/job/raring-adt-apport/./ARCH=i386,label=albali/ws/results>
+ ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o CheckHostIP=no -i /var/cache/adt/disks/adtkey -p 54342 -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]:54342' (ECDSA) to the list of known hosts.
sudo: unable to resolve host autopkgtest
find: `./.autopkgtest/gpg': Permission denied
find: `./.dbus': Permission denied
find: `./.kde': Permission denied
+ scp -r -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o CheckHostIP=no -i /var/cache/adt/disks/adtkey -P 54342 ubuntu at localhost:/home/ubuntu/adt-log/*
    /var/crash/*crash /var/log/syslog <http://10.189.74.2:8080/job/raring-adt-apport/./ARCH=i386,label=albali/ws/results>
+ true
+ log_info_msg Test artifacts copied to <http://10.189.74.2:8080/job/raring-adt-apport/./ARCH=i386,label=albali/ws/results>
+ log_msg Info: Test artifacts copied to <http://10.189.74.2:8080/job/raring-adt-apport/./ARCH=i386,label=albali/ws/results\n>
+ date +%F %X
+ printf 2012-11-30 22:24:35: Info: Test artifacts copied to <http://10.189.74.2:8080/job/raring-adt-apport/./ARCH=i386,label=albali/ws/results\n>
2012-11-30 22:24:35: Info: Test artifacts copied to <http://10.189.74.2:8080/job/raring-adt-apport/./ARCH=i386,label=albali/ws/results>
+ [ -n 2012-11-30_22-00-19 ]
+ log_info_msg Updating Jenkins results
+ log_msg Info: Updating Jenkins results\n
+ date +%F %X
+ printf 2012-11-30 22:24:35: Info: Updating Jenkins results\n
2012-11-30 22:24:35: Info: Updating Jenkins results
+ rsync -a <http://10.189.74.2:8080/job/raring-adt-apport/./ARCH=i386,label=albali/ws/results/raring_i386_apport_20121130-222433.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 54342 -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]:54342' (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-30 22:24:36: Info: Cleaning up\n
2012-11-30 22:24:36: Info: Cleaning up
+ [ -f /dev/shm/adt/raring-i386-apport-20121130_220020.img.pid ]
+ cat /dev/shm/adt/raring-i386-apport-20121130_220020.img.pid
+ kill -9 95255
+ rm -f /dev/shm/adt/raring-i386-apport-20121130_220020.img.pid
+ rm -f /dev/shm/adt/raring-i386-apport-20121130_220020.img
+ rm -f /var/lock/adt/ssh.54342.lock
+ rm -f /var/lock/adt/vnc.5930.lock
+ [ -d /tmp/adt-i386.FIfxLp ]
+ rm -Rf /tmp/adt-i386.FIfxLp
+ exit 4
Build step 'Execute shell' marked build as failure
Archiving artifacts



More information about the ubuntu-testing-notifications mailing list