Built with lp:maas (revno: 4259) and lp:~maas-maintainers/maas/packaging (revno: 425)
See http://162.213.35.104:8080/job/maas-utopic-trunk/788/ [...truncated 12952 lines...] retcode for maas maas ['nodes', 'list']: {{{0}}} stdout for maas maas ['node', 'update', 'node-d81e0128-5b75-11e5-8506-deadbeef6bb3', 'zone=test-zone']: {{{{"osystem": ["Select a valid choice. ubuntu is not one of the available choices."], "distro_series": ["Select a valid choice. ubuntu/trusty is not one of the available choices."]}}}} stdout for maas maas ['node', 'update', 'node-d90ca378-5b75-11e5-8506-deadbeef6bb3', 'zone=test-zone']: {{{{"osystem": ["Select a valid choice. ubuntu is not one of the available choices."], "distro_series": ["Select a valid choice. ubuntu/trusty is not one of the available choices."]}}}} stdout for maas maas ['nodes', 'list', 'zone=test-zone']: {{{[]}}} stdout for maas maas ['nodes', 'list']: {{{ [ { "hwe_kernel": "hwe-t", "ip_addresses": [], "cpu_count": 0, "power_type": "ipmi", "tag_names": [], "swap_size": null, "owner": null, "macaddress_set": [ { "mac_address": "00:e0:81:dd:d5:99" }, { "mac_address": "00:e0:81:dd:d5:9a" } ], "zone": { "resource_uri": "/MAAS/api/1.0/zones/default/", "name": "default", "description": "" }, "hostname": "lumbering-brother.maas", "storage": 0, "system_id": "node-d81e0128-5b75-11e5-8506-deadbeef6bb3", "boot_type": "fastpath", "memory": 0, "disable_ipv4": false, "architecture": "amd64/generic", "status": 0, "power_state": "unknown", "routers": null, "physicalblockdevice_set": [], "boot_disk": null, "pxe_mac": { "mac_address": "00:e0:81:dd:d5:99" }, "netboot": true, "osystem": "ubuntu", "substatus": 0, "virtualblockdevice_set": [], "min_hwe_kernel": "", "blockdevice_set": [], "distro_series": "trusty", "resource_uri": "/MAAS/api/1.0/nodes/node-d81e0128-5b75-11e5-8506-deadbeef6bb3/" }, { "hwe_kernel": "hwe-t", "ip_addresses": [], "cpu_count": 0, "power_type": "ipmi", "tag_names": [], "swap_size": null, "owner": null, "macaddress_set": [ { "mac_address": "00:e0:81:d1:b1:47" }, { "mac_address": "00:e0:81:d1:b1:48" } ], "zone": { "resource_uri": "/MAAS/api/1.0/zones/default/", "name": "default", "description": "" }, "hostname": "relieved-brush.maas", "storage": 0, "system_id": "node-d90ca378-5b75-11e5-8506-deadbeef6bb3", "boot_type": "fastpath", "memory": 0, "disable_ipv4": false, "architecture": "amd64/generic", "status": 0, "power_state": "unknown", "routers": null, "physicalblockdevice_set": [], "boot_disk": null, "pxe_mac": { "mac_address": "00:e0:81:d1:b1:47" }, "netboot": true, "osystem": "ubuntu", "substatus": 0, "virtualblockdevice_set": [], "min_hwe_kernel": "", "blockdevice_set": [], "distro_series": "trusty", "resource_uri": "/MAAS/api/1.0/nodes/node-d90ca378-5b75-11e5-8506-deadbeef6bb3/" }, { "hwe_kernel": "hwe-t", "ip_addresses": [], "cpu_count": 0, "power_type": "ipmi", "tag_names": [], "swap_size": null, "owner": null, "macaddress_set": [ { "mac_address": "00:e0:81:dd:d1:0c" }, { "mac_address": "00:e0:81:dd:d1:0b" } ], "zone": { "resource_uri": "/MAAS/api/1.0/zones/default/", "name": "default", "description": "" }, "hostname": "warlike-country.maas", "storage": 0, "system_id": "node-da4e5cb8-5b75-11e5-8506-deadbeef6bb3", "boot_type": "fastpath", "memory": 0, "disable_ipv4": false, "architecture": "amd64/generic", "status": 0, "power_state": "unknown", "routers": null, "physicalblockdevice_set": [], "boot_disk": null, "pxe_mac": { "mac_address": "00:e0:81:dd:d1:0c" }, "netboot": true, "osystem": "ubuntu", "substatus": 0, "virtualblockdevice_set": [], "min_hwe_kernel": "", "blockdevice_set": [], "distro_series": "trusty", "resource_uri": "/MAAS/api/1.0/nodes/node-da4e5cb8-5b75-11e5-8506-deadbeef6bb3/" }, { "hwe_kernel": "hwe-t", "ip_addresses": [], "cpu_count": 0, "power_type": "ipmi", "tag_names": [], "swap_size": null, "owner": null, "macaddress_set": [ { "mac_address": "00:e0:81:dd:d4:11" }, { "mac_address": "00:e0:81:dd:d4:12" } ], "zone": { "resource_uri": "/MAAS/api/1.0/zones/default/", "name": "default", "description": "" }, "hostname": "serene-grain.maas", "storage": 0, "system_id": "node-dd6b98b6-5b75-11e5-8506-deadbeef6bb3", "boot_type": "fastpath", "memory": 0, "disable_ipv4": false, "architecture": "amd64/generic", "status": 0, "power_state": "unknown", "routers": null, "physicalblockdevice_set": [], "boot_disk": null, "pxe_mac": { "mac_address": "00:e0:81:dd:d4:11" }, "netboot": true, "osystem": "ubuntu", "substatus": 0, "virtualblockdevice_set": [], "min_hwe_kernel": "", "blockdevice_set": [], "distro_series": "trusty", "resource_uri": "/MAAS/api/1.0/nodes/node-dd6b98b6-5b75-11e5-8506-deadbeef6bb3/" } ] }}} Traceback (most recent call last): File "/tmp/adt-run.p28Gwq/build.B7A/real-tree/debian/tests/maas-integration.py", line 780, in test_assign_nodes_to_test_zone self.assertEqual(len(nodes), 2) File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 338, in assertEqual self.assertThat(observed, matcher, message) File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 423, in assertThat raise mismatch_error MismatchError: 0 != 2 maas-integration.TestMAASIntegration.test_update_preseed_arm: 0.0003s maas-integration.TestMAASIntegration.test_check_dhcp_service: 0.0119s maas-integration.TestMAASIntegration.test_check_initial_services: 0.0241s maas-integration.TestMAASIntegration.test_create_admin: 0.1515s maas-integration.TestMAASIntegration.test_restart_provisioning_server: 0.1521s maas-integration.TestMAASIntegration.test_list_zones: 0.3393s maas-integration.TestMAASIntegration.test_import_boot_resources: 0.3572s maas-integration.TestMAASIntegration.test_login_api: 0.4279s maas-integration.TestMAASIntegration.test_delete_zone: 0.6394s maas-integration.TestMAASIntegration.test_add_new_zones: 0.7214s maas-integration.TestMAASIntegration.test_cluster_connected: 0.9287s maas-integration.TestMAASIntegration.test_boot_nodes_enlist: 0.9764s maas-integration.TestMAASIntegration.test_update_dns_config: 1.0692s maas-integration.TestMAASIntegration.test_set_http_proxy: 1.3746s maas-integration.TestMAASIntegration.test_assign_nodes_to_test_zone: 1.8292s maas-integration.TestMAASIntegration.test_update_maas_url: 2.6848s maas-integration.TestMAASIntegration.test_set_up_dhcp_region: 12.4502s maas-integration.TestMAASIntegration.test_imported_boot_resources: 91.2042s maas-integration.TestMAASIntegration.test_check_nodes_declared: 196.4999s maas-integration.TestMAASIntegration.test_imported_boot_images: 260.6031s ---------------------------------------------------------------------- Ran 24 tests in 577.290s FAILED (SKIP=5, failures=1) adt-run: DBG: testbed command exited with code 1 adt-run [06:49:18]: test maas-package-test: -----------------------] adt-run: DBG: testbed executing test finished with exit status 1 adt-run: DBG: sending command to testbed: copyup /tmp/adt-run.p28Gwq/maas-package-test-stdout /var/lib/jenkins/workspace/maas-utopic-trunk/results/maas-package-test-stdout adt-run: DBG: got reply from testbed: ok adt-run: DBG: sending command to testbed: copyup /tmp/adt-run.p28Gwq/maas-package-test-stderr /var/lib/jenkins/workspace/maas-utopic-trunk/results/maas-package-test-stderr adt-run: DBG: got reply from testbed: ok adt-run [06:49:20]: test maas-package-test: - - - - - - - - - - results - - - - - - - - - - maas-package-test FAIL non-zero exit status 1 adt-run: DBG: sending command to testbed: copyup /tmp/adt-run.p28Gwq/maas-package-test-artifacts/ /var/lib/jenkins/workspace/maas-utopic-trunk/results/artifacts/ adt-run: DBG: got reply from testbed: ok adt-run: DBG: testbed command ['rm', '-rf', '/tmp/adt-run.p28Gwq/maas-package-test-artifacts'], kind short, sout raw, serr pipe, env ['LANG=C.UTF-8'] adt-run: DBG: testbed command exited with code 0 adt-run: DBG: no need to restore click AppArmor profiles adt-run: DBG: needs_reset, previously=False, requested by run_tests() line 1287 adt-run: DBG: testbed stop adt-run: DBG: testbed close, scratch=/tmp/adt-run.p28Gwq adt-run: DBG: sending command to testbed: close qemu: terminating on signal 15 from pid 2998 adt-run: DBG: got reply from testbed: ok adt-run: DBG: sending command to testbed: quit adt-run: DBG: / tests-tree rmtree /var/lib/jenkins/workspace/maas-utopic-trunk/results/tests-tree Build step 'Execute shell' marked build as failure Archiving artifacts Email was triggered for: Failure - Any Sending email for trigger: Failure - Any
-- Mailing list: https://launchpad.net/~maas-builds Post to : [email protected] Unsubscribe : https://launchpad.net/~maas-builds More help : https://help.launchpad.net/ListHelp

