Title: utopic_juno_nova_trunk

General Information

BUILD FAILURE
Build URL:https://jenkins.qa.ubuntu.com/job/utopic_juno_nova_trunk/531/
Project:utopic_juno_nova_trunk
Date of build:Fri, 22 Aug 2014 22:01:37 -0400
Build duration:41 sec
Build cause:Started by an SCM change
Built on:pkg-builder

Health Report

WDescriptionScore
Build stability: All recent builds failed.0

Changes

Fix 202 responses to contain valid content.

by vishvananda

  editnova/tests/api/openstack/compute/contrib/test_networks.py
  editnova/api/openstack/compute/contrib/networks_associate.py
  editnova/api/openstack/compute/contrib/os_networks.py
  editnova/api/openstack/compute/contrib/os_tenant_networks.py
  editnova/tests/integrated/test_api_samples.py
  editnova/api/openstack/compute/contrib/fixed_ips.py
  editnova/api/openstack/compute/contrib/cloudpipe_update.py

Add unit tests for libvirt domain creation

by andrew.melton

  editnova/tests/virt/libvirt/test_driver.py

Raise Not Implemented error from V2 diagnostics API

by ghanshyam.mann

  editnova/tests/api/openstack/compute/contrib/test_server_diagnostics.py
  editnova/api/openstack/compute/contrib/server_diagnostics.py

Image caching tests: use list comprehension

by gkotton

  editnova/tests/virt/vmwareapi/test_imagecache.py
  editnova/tests/virt/libvirt/test_imagecache.py

VMware: ensure test case for init_host in driver

by gkotton

  editnova/tests/virt/vmwareapi/test_driver_api.py

libvirt: make sysinfo serial number configurable

by berrange

  editnova/virt/libvirt/driver.py
  editnova/tests/virt/libvirt/test_driver.py

Support reserving ips at network create time

by vishvananda

  editnova/tests/network/test_manager.py
  editnova/network/manager.py
  editnova/tests/fake_network.py

Use real exceptions for network create and destroy

by vishvananda

  editnova/network/manager.py
  editnova/tests/network/test_manager.py
  editnova/exception.py

Add api extension for new network fields.

by vishvananda

  editnova/exception.py
  addnova/tests/integrated/api_samples/os-extended-networks/network-create-req.json.tpl
  addnova/tests/integrated/api_samples/os-extended-networks/network-create-resp.xml.tpl
  adddoc/api_samples/os-extended-networks/network-create-resp.xml
  addnova/tests/integrated/api_samples/os-extended-networks/network-create-resp.json.tpl
  addnova/tests/integrated/api_samples/os-extended-networks/network-show-resp.xml.tpl
  editdoc/api_samples/all_extensions/extensions-get-resp.xml
  addnova/api/openstack/compute/contrib/extended_networks.py
  editnova/api/openstack/compute/contrib/os_networks.py
  editnova/tests/api/openstack/compute/contrib/test_networks.py
  editnova/tests/integrated/api_samples/all_extensions/extensions-get-resp.json.tpl
  adddoc/api_samples/os-extended-networks/network-show-resp.xml
  addnova/tests/integrated/api_samples/os-extended-networks/network-show-resp.json.tpl
  editdoc/api_samples/all_extensions/extensions-get-resp.json
  editnova/tests/integrated/test_api_samples.py
  editnova/tests/integrated/api_samples/all_extensions/extensions-get-resp.xml.tpl
  addnova/tests/integrated/api_samples/os-extended-networks/networks-list-resp.json.tpl
  addnova/tests/integrated/api_samples/os-extended-networks/networks-list-resp.xml.tpl
  adddoc/api_samples/os-extended-networks/network-show-resp.json
  adddoc/api_samples/os-extended-networks/network-create-req.xml
  adddoc/api_samples/os-extended-networks/network-create-req.json
  adddoc/api_samples/os-extended-networks/network-create-resp.json
  addnova/tests/integrated/api_samples/os-extended-networks/network-create-req.xml.tpl
  adddoc/api_samples/os-extended-networks/networks-list-resp.json
  adddoc/api_samples/os-extended-networks/networks-list-resp.xml

Change error status code for out of quota to be 403 instead of 413

by cyeoh

  editnova/api/openstack/compute/plugins/v3/deferred_delete.py
  editnova/api/openstack/common.py
  editnova/api/openstack/compute/contrib/deferred_delete.py
  editnova/api/openstack/compute/plugins/v3/migrate_server.py
  editnova/api/openstack/compute/contrib/admin_actions.py
  editnova/api/openstack/compute/contrib/security_groups.py
  editnova/tests/api/openstack/compute/plugins/v3/test_server_actions.py
  editnova/tests/api/openstack/compute/plugins/v3/test_migrate_server.py
  editnova/tests/api/openstack/compute/test_server_metadata.py
  editnova/api/openstack/compute/plugins/v3/servers.py
  editnova/tests/api/openstack/compute/test_server_actions.py
  editnova/tests/api/openstack/compute/plugins/v3/test_server_metadata.py
  editnova/api/openstack/compute/plugins/v3/server_metadata.py
  editnova/api/openstack/compute/plugins/v3/keypairs.py
  editnova/api/openstack/compute/server_metadata.py
  editnova/api/openstack/compute/contrib/keypairs.py
  editnova/exception.py
  editnova/tests/api/openstack/compute/contrib/test_keypairs.py
  editnova/api/openstack/compute/plugins/v3/create_backup.py
  editnova/tests/api/openstack/compute/contrib/test_security_groups.py
  editnova/tests/api/openstack/compute/test_image_metadata.py
  editnova/tests/api/openstack/compute/plugins/v3/test_keypairs.py

XenAPI: Remove interrupted snapshots

by john

  editnova/tests/virt/xenapi/test_driver.py
  editnova/compute/manager.py
  editnova/virt/driver.py
  editnova/tests/virt/xenapi/test_vm_utils.py
  editnova/virt/xenapi/vm_utils.py
  editnova/virt/xenapi/driver.py
  editnova/tests/virt/test_virt_drivers.py
  editnova/tests/virt/xenapi/test_vmops.py
  editnova/tests/compute/test_compute_mgr.py
  editnova/virt/xenapi/vmops.py

Add QuotaError handling to servers rebuild API

by mriedem

  editnova/api/openstack/compute/servers.py
  editnova/tests/compute/test_compute_api.py
  editnova/tests/api/openstack/compute/test_servers.py
  editnova/api/openstack/compute/plugins/v3/servers.py
  editnova/exception.py
  editnova/tests/api/openstack/compute/plugins/v3/test_servers.py

Console Output

[...truncated 127 lines...]
Err http://archive.ubuntu.com/ubuntu/ utopic/main libpython-stdlib amd64 2.7.8-1
Unable to connect to 127.0.0.1:8000:
Err http://archive.ubuntu.com/ubuntu/ utopic/main python amd64 2.7.8-1
Unable to connect to 127.0.0.1:8000:
Err http://archive.ubuntu.com/ubuntu/ utopic/main python-pbr all 0.10.0-0ubuntu1
Unable to connect to 127.0.0.1:8000:
Err http://archive.ubuntu.com/ubuntu/ utopic/main python-pkg-resources all 5.5.1-1
Unable to connect to 127.0.0.1:8000:
Err http://archive.ubuntu.com/ubuntu/ utopic/main python-d2to1 all 0.2.11-1build1
Unable to connect to 127.0.0.1:8000:
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/python2.7/python2.7-minimal_2.7.8-4_amd64.deb Could not connect to 127.0.0.1:8000 (127.0.0.1). - connect (111: Connection refused)
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/python2.7/python2.7_2.7.8-4_amd64.deb Unable to connect to 127.0.0.1:8000:
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/python-defaults/python-minimal_2.7.8-1_amd64.deb Unable to connect to 127.0.0.1:8000:
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/python-defaults/libpython-stdlib_2.7.8-1_amd64.deb Unable to connect to 127.0.0.1:8000:
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/python-defaults/python_2.7.8-1_amd64.deb Unable to connect to 127.0.0.1:8000:
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/python-pbr/python-pbr_0.10.0-0ubuntu1_all.deb Unable to connect to 127.0.0.1:8000:
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/python-setuptools/python-pkg-resources_5.5.1-1_all.deb Unable to connect to 127.0.0.1:8000:
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/d/d2to1/python-d2to1_0.2.11-1build1_all.deb Unable to connect to 127.0.0.1:8000:
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'utopic-juno-amd64-c5a7a3f3-98a0-4cf6-b2da-70ee3c0fb619', '-u', 'root', '--', 'apt-get', '-y', 'install', 'python-pbr', 'python-d2to1']' returned non-zero exit status 100
ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'utopic-juno-amd64-c5a7a3f3-98a0-4cf6-b2da-70ee3c0fb619', '-u', 'root', '--', 'apt-get', '-y', 'install', 'python-pbr', 'python-d2to1']' returned non-zero exit status 100
INFO:root:Complete command log:
INFO:root:Destroying schroot.
Traceback (most recent call last):
File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in
raise e
subprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'utopic-juno-amd64-c5a7a3f3-98a0-4cf6-b2da-70ee3c0fb619', '-u', 'root', '--', 'apt-get', '-y', 'install', 'python-pbr', 'python-d2to1']' returned non-zero exit status 100
Error in sys.excepthook:
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 67, in apport_excepthook
binary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))
OSError: [Errno 2] No such file or directory
Original exception was:
Traceback (most recent call last):
File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in
raise e
subprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'utopic-juno-amd64-c5a7a3f3-98a0-4cf6-b2da-70ee3c0fb619', '-u', 'root', '--', 'apt-get', '-y', 'install', 'python-pbr', 'python-d2to1']' returned non-zero exit status 100
Build step 'Execute shell' marked build as failure
Email was triggered for: Failure
Sending email for trigger: Failure
-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp

Reply via email to