← Back to team overview

maas-builds team mailing list archive

Jenkins Failure - trusty-adt-maas-daily 127

 

See http://d-jenkins.ubuntu-ci:8080/job/trusty-adt-maas-daily/127/

[...truncated 3402 lines...]
 > maasserver:0062_add_vlan_model
 > maasserver:0063_create_default_zone
 > maasserver:0064_set_default_zone
 > maasserver:0065_set_default_zone_as_model_default
 > maasserver:0066_rename_vlan_add_link_node_network
 > maasserver:0067_default_commissioning_trusty
 > maasserver:0068_network_description_textfield
 > maasserver:0069_add_mac_network_relation
 > maasserver:0070_drop_network_node_relation
 > maasserver:0071_drop_after_commissioning_action
 > maasserver:0072_remove_ipmi_autodetect
 - Loading initial data for maasserver.
Installed 1 object(s) from 1 fixture(s)
Running migrations for metadataserver:
 - Migrating forwards to 0014_commission_result_rename_data_bin_col.
 > metadataserver:0001_initial
 > metadataserver:0002_add_nodecommissionresult
 > metadataserver:0003_populate_hardware_details
 > metadataserver:0004_add_commissioningscript
 > metadataserver:0005_nodecommissionresult_add_timestamp
 > metadataserver:0006_nodecommissionresult_add_status
 > metadataserver:0007_nodecommissionresult_change_name_size
 > metadataserver:0008_rename_lshw_commissioning_output
 > metadataserver:0009_delete_status
 > metadataserver:0010_add_script_result
 > metadataserver:0011_commission_result_binary_data_col
 > metadataserver:0012_commission_result_binary_data_recode
 > metadataserver:0013_commission_result_drop_old_data_col
 > metadataserver:0014_commission_result_rename_data_bin_col
 - Loading initial data for metadataserver.
Installed 1 object(s) from 1 fixture(s)
 * Restarting web server apache2
   ...done.
squid-deb-proxy stop/waiting
squid-deb-proxy start/running, process 30149
maas-txlongpoll start/running, process 30230
maas-region-celery start/running, process 30315
Setting up python-testtools (0.9.35-0ubuntu1) ...
Setting up python-extras (0.0.3-2ubuntu1) ...
Setting up libnss3-nssdb (2:3.15.4-1ubuntu6) ...
Setting up libnss3:amd64 (2:3.15.4-1ubuntu6) ...
Setting up librados2 (0.72.2-1) ...
Setting up librbd1 (0.72.2-1) ...
Setting up tgt (1:1.0.43-0ubuntu2) ...
tgt start/running, process 30386
Processing triggers for ureadahead (0.100.0-16) ...
Setting up maas-cluster-controller (1.5+bzr1977+2064+245~ppa0~ubuntu14.04.1) ...
 * Restarting web server apache2
   ...done.
maas-pserv start/running, process 30620
maas-cluster-celery start/running, process 30654
Processing triggers for ureadahead (0.100.0-16) ...
Setting up maas (1.5+bzr1977+2064+245~ppa0~ubuntu14.04.1) ...
Processing triggers for libc-bin (2.19-0ubuntu2) ...
 -> Finished parsing the build-deps
adt-run1: shared downtmp with FIFO supported, showing test output in realtime
adt-run: & ubtree0t-maas-package-test: [----------------------------------------
networking stop/waiting
networking start/running
Ignoring indexes: https://pypi.python.org/simple/
Downloading/unpacking nose-timer
  Running setup.py egg_info for package nose-timer
    
Installing collected packages: nose-timer
  Running setup.py install for nose-timer
    
Successfully installed nose-timer
Cleaning up...
maas-integration.TestMAASIntegration.test_create_admin ... ok
maas-integration.TestMAASIntegration.test_restart_dbus_avahi ... SKIP: Avahi/DBUS are not used anymore
maas-integration.TestMAASIntegration.test_update_maas_url ... ok
maas-integration.TestMAASIntegration.test_restart_provisioning_server ... ok
maas-integration.TestMAASIntegration.test_check_initial_services ... ok
maas-integration.TestMAASIntegration.test_import_pxe_files ... ok
maas-integration.TestMAASIntegration.test_update_preseed_arm ... ok
maas-integration.TestMAASIntegration.test_login_api ... ok
maas-integration.TestMAASIntegration.test_set_http_proxy ... SKIP: Not testing proxy.
maas-integration.TestMAASIntegration.test_cluster_connected ... ok
maas-integration.TestMAASIntegration.test_set_up_dhcp_region ... ok
maas-integration.TestMAASIntegration.test_check_dhcp_service ... ok
maas-integration.TestMAASIntegration.test_set_up_dhcp_cluster ... SKIP: Not testing cluster controller
maas-integration.TestMAASIntegration.test_update_dns_config ... ok
maas-integration.TestMAASIntegration.test_add_new_zones ... ok
maas-integration.TestMAASIntegration.test_list_zones ... ok
maas-integration.TestMAASIntegration.test_delete_zone ... ok
maas-integration.TestMAASIntegration.test_boot_nodes_enlist ... ok
maas-integration.TestMAASIntegration.test_check_nodes_declared ... ok
maas-integration.TestMAASIntegration.test_assign_nodes_to_test_zone ... ok
maas-integration.TestMAASIntegration.test_set_nodes_ipmi_config ... ok
maas-integration.TestMAASIntegration.test_commission_nodes ... ok
maas-integration.TestMAASIntegration.test_check_nodes_ready ... ok
maas-integration.TestMAASIntegration.test_apply_tag_to_all_nodes ... ok
maas-integration.TestMAASIntegration.test_check_tag_applied_to_all_nodes ... ok
maas-integration.TestMAASIntegration.test_configure_juju ... ok
maas-integration.TestMAASIntegration.test_juju_bootstrap ... ERROR
SKIP: Not testing Cluster controller

======================================================================
ERROR: maas-integration.TestMAASIntegration.test_juju_bootstrap
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
  File "/tmp/adt-run.9AoCvT/ubtree0-build/real-tree/debian/tests/utils.py", line 69, in wrapper
    result = func(*args, **kwargs)
  File "/tmp/adt-run.9AoCvT/ubtree0-build/real-tree/debian/tests/maas-integration.py", line 687, in test_juju_bootstrap
    self._run_juju_command(command)
  File "/tmp/adt-run.9AoCvT/ubtree0-build/real-tree/debian/tests/maas-integration.py", line 657, in _run_juju_command
    retcode, output, err = run_command(command)
  File "/tmp/adt-run.9AoCvT/ubtree0-build/real-tree/debian/tests/utils.py", line 82, in run_command
    stdout, stderr = process.communicate()
  File "/usr/lib/python2.7/subprocess.py", line 799, in communicate
    return self._communicate(input)
  File "/usr/lib/python2.7/subprocess.py", line 1401, in _communicate
    stdout, stderr = self._communicate_with_poll(input)
  File "/usr/lib/python2.7/subprocess.py", line 1455, in _communicate_with_poll
    ready = poller.poll()
  File "/tmp/adt-run.9AoCvT/ubtree0-build/real-tree/debian/tests/utils.py", line 63, in _handle_timeout
    raise TimeoutError(error_message)
TimeoutError: Timer expired


maas-integration.TestMAASIntegration.test_update_preseed_arm: 0.0286s
maas-integration.TestMAASIntegration.test_check_initial_services: 0.0469s
maas-integration.TestMAASIntegration.test_restart_provisioning_server: 0.0806s
maas-integration.TestMAASIntegration.test_create_admin: 0.1274s
maas-integration.TestMAASIntegration.test_list_zones: 0.2031s
maas-integration.TestMAASIntegration.test_cluster_connected: 0.2405s
maas-integration.TestMAASIntegration.test_apply_tag_to_all_nodes: 0.2413s
maas-integration.TestMAASIntegration.test_update_dns_config: 0.3576s
maas-integration.TestMAASIntegration.test_commission_nodes: 0.3795s
maas-integration.TestMAASIntegration.test_delete_zone: 0.4441s
maas-integration.TestMAASIntegration.test_add_new_zones: 0.4952s
maas-integration.TestMAASIntegration.test_boot_nodes_enlist: 0.5062s
maas-integration.TestMAASIntegration.test_set_up_dhcp_region: 0.8270s
maas-integration.TestMAASIntegration.test_assign_nodes_to_test_zone: 0.9720s
maas-integration.TestMAASIntegration.test_login_api: 1.6275s
maas-integration.TestMAASIntegration.test_set_nodes_ipmi_config: 2.8399s
maas-integration.TestMAASIntegration.test_check_dhcp_service: 5.3344s
maas-integration.TestMAASIntegration.test_check_tag_applied_to_all_nodes: 5.5086s
maas-integration.TestMAASIntegration.test_configure_juju: 6.0412s
maas-integration.TestMAASIntegration.test_update_maas_url: 31.4544s
maas-integration.TestMAASIntegration.test_check_nodes_ready: 263.2642s
maas-integration.TestMAASIntegration.test_check_nodes_declared: 283.2464s
maas-integration.TestMAASIntegration.test_import_pxe_files: 549.5931s
maas-integration.TestMAASIntegration.test_juju_bootstrap: 3000.0301s
----------------------------------------------------------------------
Ran 27 tests in 4154.042s

FAILED (SKIP=4, errors=1)
adt-run1: testbed executing test finished with exit status 1
adt-run: & ubtree0t-maas-package-test: ----------------------------------------]
adt-run: & ubtree0t-maas-package-test:  - - - - - - - - - - results - - - - - - - - - -
ubtree0t-maas-package-test FAIL non-zero exit status 1
adt-run1: ** needs_reset, previously=False, requested by run_tests() line 1177
adt-run1: ** needs_reset, previously=True, requested by process_actions() line 2129
adt-run: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ tests done.
adt-run1: ** stop
adt-run1: ** close, scratch=/tmp/adt-run.9AoCvT
+ 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 /root/adt-log maas FAIL
+ chown -R ubuntu /root/adt-log /var/tmp/testresults
+ chmod og+r /var/log/syslog
+ ls /var/crash/
+ [ -n  ]
+ exit 4
Connection to localhost closed.
+ 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 2014-03-04 02:41:54: Failure: adt-run exited with status 4.\n
2014-03-04 02:41:54: Failure: adt-run exited with status 4.
+ [ 0 -eq 0 ]
+ mkdir -p /home/ubuntu/jenkins-jobs/workspace/trusty-adt-maas-daily/results
+ ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o CheckHostIP=no -i /var/tmp/adt/disks/adtkey -p 54323 -tt -o BatchMode=yes -l ubuntu localhost sudo chown -R ubuntu /root/adt-log; find /root/adt-log -type f -empty | xargs rm 2>/dev/null
Warning: Permanently added '[localhost]:54323' (ECDSA) to the list of known hosts.
find: `/root/adt-log': Permission denied
Connection to localhost closed.
+ true
+ scp -r -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o CheckHostIP=no -i /var/tmp/adt/disks/adtkey -P 54323 ubuntu@localhost:/root/adt-log/* /var/crash/*crash /var/log/syslog /var/tmp/testresults /home/ubuntu/jenkins-jobs/workspace/trusty-adt-maas-daily/results
+ true
+ log_info_msg Test artifacts copied to /home/ubuntu/jenkins-jobs/workspace/trusty-adt-maas-daily/results
+ log_msg Info: Test artifacts copied to /home/ubuntu/jenkins-jobs/workspace/trusty-adt-maas-daily/results\n
+ date +%F %X
+ printf 2014-03-04 02:41:56: Info: Test artifacts copied to /home/ubuntu/jenkins-jobs/workspace/trusty-adt-maas-daily/results\n
2014-03-04 02:41:56: Info: Test artifacts copied to /home/ubuntu/jenkins-jobs/workspace/trusty-adt-maas-daily/results
+ [ -f /home/ubuntu/jenkins-jobs/workspace/trusty-adt-maas-daily/results/summary.log ]
+ [ -n 2014-03-04_06-26-52 ]
+ ls -tr /home/ubuntu/jenkins-jobs/workspace/trusty-adt-maas-daily/results/*.result
+ tail -1
+ resfile=
+ [ -n  ]
+ log_failure_msg Test didn't end normally. Generating error file
+ log_msg Failure: Test didn't end normally. Generating error file\n
+ date +%F %X
+ printf 2014-03-04 02:41:56: Failure: Test didn't end normally. Generating error file\n
2014-03-04 02:41:56: Failure: Test didn't end normally. Generating error file
+ date +%Y%m%d-%H%M%S
+ errfile=/home/ubuntu/jenkins-jobs/workspace/trusty-adt-maas-daily/results/trusty_amd64_maas_20140304-024156.error
+ echo trusty amd64 maas
+ rsync -a /home/ubuntu/jenkins-jobs/workspace/trusty-adt-maas-daily/results/trusty_amd64_maas_20140304-024156.error /trusty/tmp/
rsync: mkdir "/trusty/tmp" failed: No such file or directory (2)
rsync error: error in file IO (code 11) at main.c(674) [Receiver=3.1.0]
+ true
+ [ 0 -eq 0 ]
+ ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o CheckHostIP=no -i /var/tmp/adt/disks/adtkey -p 54323 -tt -o BatchMode=yes -l ubuntu localhost sudo poweroff
Warning: Permanently added '[localhost]:54323' (ECDSA) to the list of known hosts.


Broadcast message from ubuntu@autopkgtest

	(/dev/pts/1) at 2:41 ...




The system is going down for power off NOW!

Connection to localhost closed.
+ exit 4
+ on_exit
+ log_info_msg Cleaning up
+ log_msg Info: Cleaning up\n
+ date +%F %X
+ printf 2014-03-04 02:41:56: Info: Cleaning up\n
2014-03-04 02:41:56: Info: Cleaning up
+ [ -f /var/tmp/adt/disks/run/trusty-amd64-maas-20140304_012735.vxDh0T.img.pid ]
+ cat /var/tmp/adt/disks/run/trusty-amd64-maas-20140304_012735.vxDh0T.img.pid
+ kill -9 18075
+ rm -f /var/tmp/adt/disks/run/trusty-amd64-maas-20140304_012735.vxDh0T.img.pid
+ rm -f /var/tmp/adt/disks/run/trusty-amd64-maas-20140304_012735.vxDh0T.img
+ rm -f /var/lock/adt/ssh.54323.lock
+ rm -f /var/lock/adt/vnc.5911.lock
+ [ -d /tmp/adt-amd64.JQDEd9 ]
+ rm -Rf /tmp/adt-amd64.JQDEd9
+ rm -f /var/tmp/adt/disks/run/trusty-amd64-maas-*.img*
+ find /var/lock/adt -name *.lock -mtime +1
+ exit 4
Build step 'Execute shell' marked build as failure
Archiving artifacts
Email was triggered for: Failure
Sending email for trigger: Failure


Follow ups