← Back to team overview

maas-devel team mailing list archive

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

 


maas-integration.TestMAASIntegration.test_disable_raring ... ok
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.SzRgWJ/ubtree1-build/real-tree/debian/tests/utils.py", line 53, in wrapper
     result = func(*args, **kwargs)
   File "/tmp/adt-run.SzRgWJ/ubtree1-build/real-tree/debian/tests/maas-integration.py", line 612, in test_juju_bootstrap
     self._wait_machines_running(1)
   File "/tmp/adt-run.SzRgWJ/ubtree1-build/real-tree/debian/tests/maas-integration.py", line 617, in _wait_machines_running
     status = self.get_juju_status()
   File "/tmp/adt-run.SzRgWJ/ubtree1-build/real-tree/debian/tests/maas-integration.py", line 597, in get_juju_status
     status_output = self._run_juju_command(["status"])
   File "/tmp/adt-run.SzRgWJ/ubtree1-build/real-tree/debian/tests/maas-integration.py", line 582, in _run_juju_command
     output, err = run_command(command)
   File "/tmp/adt-run.SzRgWJ/ubtree1-build/real-tree/debian/tests/utils.py", line 66, 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.SzRgWJ/ubtree1-build/real-tree/debian/tests/utils.py", line 47, in _handle_timeout
     raise TimeoutError(error_message)
TimeoutError: Timer expired


test_juju_bootstrap started failing since juju 1.16.0-0ubuntu1 was released in Saucy's archives (it was fine when 1.14.1-0ubuntu1 was in the archives).

Basically the juju daemon on the bootstrap node is not coming up.

The cloudinit log contains: http://paste.ubuntu.com/6226420/.

This is not good, we need to investigate with the juju-core people what happened there.


Follow ups

References