Build failed in Jenkins: raring-proposed-adt-python-dbusmock » i386,albali #1

Jenkins Notification devnull at canonical.com
Thu Nov 15 11:47:48 UTC 2012


See <http://10.189.74.2:8080/job/raring-proposed-adt-python-dbusmock/./ARCH=i386,label=albali/1/>

------------------------------------------
[...truncated 1161 lines...]
adt-run: trace: & dsc0t-upstream:  - - - - - - - - - - results - - - - - - - - - -
dsc0t-upstream       FAIL non-zero exit status 1
adt-run: trace: & dsc0t-upstream:  - - - - - - - - - - stdout - - - - - - - - - -
test_add_object (__main__.TestAPI)
add a new object ... ERROR
test_add_object_existing (__main__.TestAPI)
try to add an existing object ... ERROR
test_add_object_with_methods (__main__.TestAPI)
add a new object with methods ... ERROR
test_array_arg (__main__.TestAPI)
array argument ... ERROR
test_introspection_methods (__main__.TestAPI)
dynamically added methods appear in introspection ... ERROR
test_methods_on_other_interfaces (__main__.TestAPI)
methods on other interfaces ... ERROR
test_methods_type_mismatch (__main__.TestAPI)
calling methods with wrong arguments ... ERROR
test_noarg_noret (__main__.TestAPI)
no arguments, no return value ... ERROR
test_objects_map (__main__.TestAPI)
access global objects map ... ERROR
test_onearg_noret (__main__.TestAPI)
one argument, no return value ... ERROR
test_onearg_ret (__main__.TestAPI)
one argument, code for return value ... ERROR
test_properties (__main__.TestAPI)
add and change properties ... ERROR
test_signals (__main__.TestAPI)
emitting signals ... ERROR
test_signals_type_mismatch (__main__.TestAPI)
emitting signals with wrong arguments ... ERROR
test_twoarg_ret (__main__.TestAPI)
two arguments, code for return value ... ERROR

======================================================================
ERROR: test_add_object (__main__.TestAPI)
add a new object
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_api.py", line 45, in setUp
    self.dbus_mock = dbus.Interface(self.obj_test, dbusmock.MOCK_IFACE)
AttributeError: 'module' object has no attribute 'MOCK_IFACE'

======================================================================
ERROR: test_add_object_existing (__main__.TestAPI)
try to add an existing object
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_api.py", line 45, in setUp
    self.dbus_mock = dbus.Interface(self.obj_test, dbusmock.MOCK_IFACE)
AttributeError: 'module' object has no attribute 'MOCK_IFACE'

======================================================================
ERROR: test_add_object_with_methods (__main__.TestAPI)
add a new object with methods
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_api.py", line 45, in setUp
    self.dbus_mock = dbus.Interface(self.obj_test, dbusmock.MOCK_IFACE)
AttributeError: 'module' object has no attribute 'MOCK_IFACE'

======================================================================
ERROR: test_array_arg (__main__.TestAPI)
array argument
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_api.py", line 45, in setUp
    self.dbus_mock = dbus.Interface(self.obj_test, dbusmock.MOCK_IFACE)
AttributeError: 'module' object has no attribute 'MOCK_IFACE'

======================================================================
ERROR: test_introspection_methods (__main__.TestAPI)
dynamically added methods appear in introspection
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_api.py", line 45, in setUp
    self.dbus_mock = dbus.Interface(self.obj_test, dbusmock.MOCK_IFACE)
AttributeError: 'module' object has no attribute 'MOCK_IFACE'

======================================================================
ERROR: test_methods_on_other_interfaces (__main__.TestAPI)
methods on other interfaces
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_api.py", line 45, in setUp
    self.dbus_mock = dbus.Interface(self.obj_test, dbusmock.MOCK_IFACE)
AttributeError: 'module' object has no attribute 'MOCK_IFACE'

======================================================================
ERROR: test_methods_type_mismatch (__main__.TestAPI)
calling methods with wrong arguments
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_api.py", line 45, in setUp
    self.dbus_mock = dbus.Interface(self.obj_test, dbusmock.MOCK_IFACE)
AttributeError: 'module' object has no attribute 'MOCK_IFACE'

======================================================================
ERROR: test_noarg_noret (__main__.TestAPI)
no arguments, no return value
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_api.py", line 45, in setUp
    self.dbus_mock = dbus.Interface(self.obj_test, dbusmock.MOCK_IFACE)
AttributeError: 'module' object has no attribute 'MOCK_IFACE'

======================================================================
ERROR: test_objects_map (__main__.TestAPI)
access global objects map
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_api.py", line 45, in setUp
    self.dbus_mock = dbus.Interface(self.obj_test, dbusmock.MOCK_IFACE)
AttributeError: 'module' object has no attribute 'MOCK_IFACE'

======================================================================
ERROR: test_onearg_noret (__main__.TestAPI)
one argument, no return value
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_api.py", line 45, in setUp
    self.dbus_mock = dbus.Interface(self.obj_test, dbusmock.MOCK_IFACE)
AttributeError: 'module' object has no attribute 'MOCK_IFACE'

======================================================================
ERROR: test_onearg_ret (__main__.TestAPI)
one argument, code for return value
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_api.py", line 45, in setUp
    self.dbus_mock = dbus.Interface(self.obj_test, dbusmock.MOCK_IFACE)
AttributeError: 'module' object has no attribute 'MOCK_IFACE'

======================================================================
ERROR: test_properties (__main__.TestAPI)
add and change properties
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_api.py", line 45, in setUp
    self.dbus_mock = dbus.Interface(self.obj_test, dbusmock.MOCK_IFACE)
AttributeError: 'module' object has no attribute 'MOCK_IFACE'

======================================================================
ERROR: test_signals (__main__.TestAPI)
emitting signals
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_api.py", line 45, in setUp
    self.dbus_mock = dbus.Interface(self.obj_test, dbusmock.MOCK_IFACE)
AttributeError: 'module' object has no attribute 'MOCK_IFACE'

======================================================================
ERROR: test_signals_type_mismatch (__main__.TestAPI)
emitting signals with wrong arguments
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_api.py", line 45, in setUp
    self.dbus_mock = dbus.Interface(self.obj_test, dbusmock.MOCK_IFACE)
AttributeError: 'module' object has no attribute 'MOCK_IFACE'

======================================================================
ERROR: test_twoarg_ret (__main__.TestAPI)
two arguments, code for return value
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_api.py", line 45, in setUp
    self.dbus_mock = dbus.Interface(self.obj_test, dbusmock.MOCK_IFACE)
AttributeError: 'module' object has no attribute 'MOCK_IFACE'

----------------------------------------------------------------------
Ran 15 tests in 0.770s

FAILED (errors=15)
adt-run: trace: & dsc0t-upstream: ----------------------------------------]
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.a0e3HBNhpb:-/|/tmp/tmp.a0e3HBNhpb/!
+ RC=4
+ [ 0 -eq 1 ]
+ 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-15 11:47:45: Failure: adt-run exited with status 4.\n
2012-11-15 11:47:45: Failure: adt-run exited with status 4.
+ [ 0 -eq 0 ]
+ mkdir -p <http://10.189.74.2:8080/job/raring-proposed-adt-python-dbusmock/./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-proposed-adt-python-dbusmock/./ARCH=i386,label=albali/ws/results>
+ true
+ log_info_msg Test artifacts copied to <http://10.189.74.2:8080/job/raring-proposed-adt-python-dbusmock/./ARCH=i386,label=albali/ws/results>
+ log_msg Info: Test artifacts copied to <http://10.189.74.2:8080/job/raring-proposed-adt-python-dbusmock/./ARCH=i386,label=albali/ws/results\n>
+ date +%F %X
+ printf 2012-11-15 11:47:46: Info: Test artifacts copied to <http://10.189.74.2:8080/job/raring-proposed-adt-python-dbusmock/./ARCH=i386,label=albali/ws/results\n>
2012-11-15 11:47:46: Info: Test artifacts copied to <http://10.189.74.2:8080/job/raring-proposed-adt-python-dbusmock/./ARCH=i386,label=albali/ws/results>
+ [ -n 2012-11-15_11-41-17 ]
+ log_info_msg Updating Jenkins results
+ log_msg Info: Updating Jenkins results\n
+ date +%F %X
+ printf 2012-11-15 11:47:46: Info: Updating Jenkins results\n
2012-11-15 11:47:46: 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 python-dbusmock i386 fail
2012-11-15 11:47:46,959 DEBUG Debug mode enabled
2012-11-15 11:47:46,959 DEBUG aptroot: /var/lib/ubuntu-iso-testing/auto-package-testing/aptroot/raring-proposed-amd64
2012-11-15 11:47:46,959 DEBUG Loading status from /var/lib/ubuntu-iso-testing/auto-package-testing/aptroot/raring-proposed-amd64/var/cache/adt/raring-proposed_amd64_python-dbusmock
2012-11-15 11:47:46,960 DEBUG Writing status file
2012-11-15 11:47:46,960 INFO Writing results to /var/lib/ubuntu-iso-testing/auto-package-testing/aptroot/raring-proposed-amd64/../raring/raring-proposed_python-dbusmock_20121115-114746
+ [ 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-15 11:47:47: Info: Cleaning up\n
2012-11-15 11:47:47: Info: Cleaning up
+ [ -f /dev/shm/adt/raring-i386-python-dbusmock-20121115_114117.img.pid ]
+ cat /dev/shm/adt/raring-i386-python-dbusmock-20121115_114117.img.pid
+ kill -9 3397
+ rm -f /dev/shm/adt/raring-i386-python-dbusmock-20121115_114117.img.pid
+ rm -f /dev/shm/adt/raring-i386-python-dbusmock-20121115_114117.img
+ rm -f /var/lock/adt/ssh.54331.lock
+ rm -f /var/lock/adt/vnc.5919.lock
+ [ -d /tmp/adt-i386.Qe8Po0 ]
+ rm -Rf /tmp/adt-i386.Qe8Po0
+ exit 4
Build step 'Execute shell' marked build as failure
Archiving artifacts



More information about the ubuntu-testing-notifications mailing list