← Back to team overview

maas-devel team mailing list archive

Build failed in Jenkins: saucy-adt-maas-daily » amd64,lenovo-RD230-01 #256

 

See <http://10.189.74.2:8080/job/saucy-adt-maas-daily/./ARCH=amd64,label=lenovo-RD230-01/256/>

------------------------------------------
[...truncated 3410 lines...]
 > maasserver:0055_nullable_bytes_downloaded
 > maasserver:0056_netboot_off_for_allocated_nodes
 > maasserver:0057_remove_hardware_details
 > maasserver:0058_add_agent_name_to_node
 - Loading initial data for maasserver.
Installed 0 object(s) from 0 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        AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message

[ OK ]
squid-deb-proxy stop/waiting
squid-deb-proxy start/running, process 12619
maas-txlongpoll start/running, process 12701
maas-region-celery start/running, process 12779
Processing triggers for ureadahead ...
Setting up maas (1.4+bzr1701+dfsg-0+1727+212~ppa0~ubuntu13.10.1) ...
Setting up maas-dns (1.4+bzr1701+dfsg-0+1727+212~ppa0~ubuntu13.10.1) ...
 * Stopping domain name service... bind9        waiting for pid 8311 to die

[ OK ]
 * Starting domain name service... bind9        
[ OK ]
Setting up python-testtools (0.9.32-0ubuntu1) ...
Setting up python-extras (0.0.3-2) ...
Processing triggers for libc-bin ...
 -> Finished parsing the build-deps
adt-run: & ubtree1t-maas-package-test: [----------------------------------------
adt-run1: teeing to stdout: /tmp/adt-run.KAeJcl/ubtree1t-maas-package-test-testtmp/test_stdout, stderr: /tmp/adt-run.KAeJcl/ubtree1t-maas-package-test-testtmp/test_stderr
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 ... ok
maas-integration.TestMAASIntegration.test_update_maas_url ... ok
maas-integration.TestMAASIntegration.test_check_initial_services ... ok
maas-integration.TestMAASIntegration.test_update_pxe_config ... 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_boot_nodes_enlist ... ok
maas-integration.TestMAASIntegration.test_check_nodes_declared ... 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: Empty attachments:
  juju bootstrap --upload-tools
  juju status

Traceback (most recent call last):
  File "/tmp/adt-run.KAeJcl/ubtree1-build/real-tree/debian/tests/utils.py", line 55, in wrapper
    result = func(*args, **kwargs)
  File "/tmp/adt-run.KAeJcl/ubtree1-build/real-tree/debian/tests/maas-integration.py", line 596, in test_juju_bootstrap
    self._wait_machines_running(1)
  File "/tmp/adt-run.KAeJcl/ubtree1-build/real-tree/debian/tests/maas-integration.py", line 601, in _wait_machines_running
    status = self.get_juju_status()
  File "/tmp/adt-run.KAeJcl/ubtree1-build/real-tree/debian/tests/maas-integration.py", line 581, in get_juju_status
    status_output = self._run_juju_command(["status"])
  File "/tmp/adt-run.KAeJcl/ubtree1-build/real-tree/debian/tests/maas-integration.py", line 566, in _run_juju_command
    retcode, output, err = run_command(command)
  File "/tmp/adt-run.KAeJcl/ubtree1-build/real-tree/debian/tests/utils.py", line 68, in run_command
    stdout, stderr = process.communicate()
  File "/usr/lib/python2.7/subprocess.py", line 798, in communicate
    return self._communicate(input)
  File "/usr/lib/python2.7/subprocess.py", line 1400, in _communicate
    stdout, stderr = self._communicate_with_poll(input)
  File "/usr/lib/python2.7/subprocess.py", line 1454, in _communicate_with_poll
    ready = poller.poll()
  File "/tmp/adt-run.KAeJcl/ubtree1-build/real-tree/debian/tests/utils.py", line 49, in _handle_timeout
    raise TimeoutError(error_message)
TimeoutError: Timer expired


maas-integration.TestMAASIntegration.test_update_pxe_config: 0.0004s
maas-integration.TestMAASIntegration.test_check_initial_services: 0.0604s
maas-integration.TestMAASIntegration.test_update_preseed_arm: 0.0931s
maas-integration.TestMAASIntegration.test_restart_dbus_avahi: 0.1297s
maas-integration.TestMAASIntegration.test_create_admin: 0.1367s
maas-integration.TestMAASIntegration.test_apply_tag_to_all_nodes: 0.2079s
maas-integration.TestMAASIntegration.test_check_tag_applied_to_all_nodes: 0.2368s
maas-integration.TestMAASIntegration.test_cluster_connected: 0.2449s
maas-integration.TestMAASIntegration.test_update_dns_config: 0.2994s
maas-integration.TestMAASIntegration.test_commission_nodes: 0.3877s
maas-integration.TestMAASIntegration.test_boot_nodes_enlist: 0.4532s
maas-integration.TestMAASIntegration.test_login_api: 1.2980s
maas-integration.TestMAASIntegration.test_update_maas_url: 2.1937s
maas-integration.TestMAASIntegration.test_set_nodes_ipmi_config: 2.4983s
maas-integration.TestMAASIntegration.test_set_up_dhcp_region: 2.5516s
maas-integration.TestMAASIntegration.test_check_dhcp_service: 5.0490s
maas-integration.TestMAASIntegration.test_configure_juju: 5.8038s
maas-integration.TestMAASIntegration.test_check_nodes_declared: 146.2107s
maas-integration.TestMAASIntegration.test_check_nodes_ready: 177.9920s
maas-integration.TestMAASIntegration.test_import_pxe_files: 1308.4988s
maas-integration.TestMAASIntegration.test_juju_bootstrap: 3000.0211s
----------------------------------------------------------------------
Ran 23 tests in 4654.383s

FAILED (SKIP=3, errors=1)
adt-run1: testbed executing test finished with exit status 1
adt-run: & ubtree1t-maas-package-test: ----------------------------------------]
adt-run: & ubtree1t-maas-package-test:  - - - - - - - - - - results - - - - - - - - - -
ubtree1t-maas-package-test FAIL non-zero exit status 1
adt-run1: ** needs_reset, previously=False
adt-run: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ tests done.
adt-run1: ** stop
adt-run1: ** close, scratch=tb-scratch~/tmp/adt-run.KAeJcl:-/|/tmp/adt-run.KAeJcl/!
+ 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 2013-10-30 22:32:43: Failure: adt-run exited with status 4.\n
2013-10-30 22:32:43: Failure: adt-run exited with status 4.
+ [ 0 -eq 0 ]
+ mkdir -p <http://10.189.74.2:8080/job/saucy-adt-maas-daily/./ARCH=amd64,label=lenovo-RD230-01/ws/results>
+ dirname /root/adt-log
+ 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; find /root/adt-log -type f -empty | xargs rm -Rf
Warning: Permanently added '[localhost]:54323' (ECDSA) to the list of known hosts.
Connection to localhost closed.
+ 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 <http://10.189.74.2:8080/job/saucy-adt-maas-daily/./ARCH=amd64,label=lenovo-RD230-01/ws/results>
+ true
+ log_info_msg Test artifacts copied to <http://10.189.74.2:8080/job/saucy-adt-maas-daily/./ARCH=amd64,label=lenovo-RD230-01/ws/results>
+ log_msg Info: Test artifacts copied to <http://10.189.74.2:8080/job/saucy-adt-maas-daily/./ARCH=amd64,label=lenovo-RD230-01/ws/results\n>
+ date +%F %X
+ printf 2013-10-30 22:32:44: Info: Test artifacts copied to <http://10.189.74.2:8080/job/saucy-adt-maas-daily/./ARCH=amd64,label=lenovo-RD230-01/ws/results\n>
2013-10-30 22:32:44: Info: Test artifacts copied to <http://10.189.74.2:8080/job/saucy-adt-maas-daily/./ARCH=amd64,label=lenovo-RD230-01/ws/results>
+ [ -f <http://10.189.74.2:8080/job/saucy-adt-maas-daily/./ARCH=amd64,label=lenovo-RD230-01/256/artifact/results/summary.log> ]
+ mkdir -p <http://10.189.74.2:8080/job/saucy-adt-maas-daily/./ARCH=amd64,label=lenovo-RD230-01/ws/results/testresults/>
+ summary2xml <http://10.189.74.2:8080/job/saucy-adt-maas-daily/./ARCH=amd64,label=lenovo-RD230-01/256/artifact/results/summary.log>
+ [ ! -f <http://10.189.74.2:8080/job/saucy-adt-maas-daily/./ARCH=amd64,label=lenovo-RD230-01/256/artifact/results/summary.log> ]
+ classname=summary
+ tc=
+ fails=0
+ tests=0
+ read t r e
+ echo non-zero exit status 1
+ sed -e s~&~\&amp;~g -e s~<~\&lt;~g -e s~>~\&gt;~g -e s~"~\&quot;~g
+ e=non-zero exit status 1
+ [ FAIL = FAIL ]
+ fails=1
+ tc=\n\t<testcase classname='summary' name='ubtree1t-maas-package-test' time='0.01'>
+ tc=\n\t<testcase classname='summary' name='ubtree1t-maas-package-test' time='0.01'>\n\t\t<failure message='' type=''>non-zero exit status 1</failure>\n\t</testcase>
+ tests=1
+ read t r e
+ echo -n <?xml version='1.0' encoding='utf-8'?>
<testsuite failures='1' name='summary' skipped='0' tests='1'>
+ echo \n\t<testcase classname='summary' name='ubtree1t-maas-package-test' time='0.01'>\n\t\t<failure message='' type=''>non-zero exit status 1</failure>\n\t</testcase>
+ echo </testsuite>
+ [ -n 2013-10-30_23-30-54 ]
+ log_info_msg Updating Jenkins results
+ log_msg Info: Updating Jenkins results\n
+ date +%F %X
+ printf 2013-10-30 22:32:44: Info: Updating Jenkins results\n
2013-10-30 22:32:44: Info: Updating Jenkins results
+ rsync -a <http://10.189.74.2:8080/job/saucy-adt-maas-daily/./ARCH=amd64,label=lenovo-RD230-01/ws/results/saucy_amd64_maas_20131031-023243.result> /saucy/out/
rsync: mkdir "/saucy/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 /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/0) at 22:32 ...




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 2013-10-30 22:32:44: Info: Cleaning up\n
2013-10-30 22:32:44: Info: Cleaning up
+ [ -f /var/tmp/adt/disks/run/saucy-amd64-maas-20131030_210619.piv6BG.img.pid ]
+ cat /var/tmp/adt/disks/run/saucy-amd64-maas-20131030_210619.piv6BG.img.pid
+ kill -9 7869
+ rm -f /var/tmp/adt/disks/run/saucy-amd64-maas-20131030_210619.piv6BG.img.pid
+ rm -f /var/tmp/adt/disks/run/saucy-amd64-maas-20131030_210619.piv6BG.img
+ rm -f /var/tmp/adt/disks/run/saucy-amd64-maas-20131030_210619.piv6BG.img.monitor
+ rm -f /var/lock/adt/ssh.54323.lock
+ rm -f /var/lock/adt/vnc.5911.lock
+ [ -d /tmp/adt-amd64.vY7bOl ]
+ rm -Rf /tmp/adt-amd64.vY7bOl
+ rm -f /var/tmp/adt/disks/run/saucy-amd64-maas-*.img*
+ find /var/lock/adt -name *.lock -mtime +1
+ exit 4
Build step 'Execute shell' marked build as failure
Archiving artifacts


Follow ups

References