Title: trusty_juno_nova_trunk

General Information

BUILD FAILURE
Build URL:https://jenkins.qa.ubuntu.com/job/trusty_juno_nova_trunk/547/
Project:trusty_juno_nova_trunk
Date of build:Fri, 22 Aug 2014 22:01:32 -0400
Build duration:47 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/api/openstack/compute/contrib/os_networks.py
  editnova/tests/integrated/test_api_samples.py
  editnova/api/openstack/compute/contrib/os_tenant_networks.py
  editnova/api/openstack/compute/contrib/networks_associate.py
  editnova/tests/api/openstack/compute/contrib/test_networks.py
  editnova/api/openstack/compute/contrib/cloudpipe_update.py
  editnova/api/openstack/compute/contrib/fixed_ips.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/api/openstack/compute/contrib/server_diagnostics.py
  editnova/tests/api/openstack/compute/contrib/test_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/tests/fake_network.py
  editnova/network/manager.py

Use real exceptions for network create and destroy

by vishvananda

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

Add api extension for new network fields.

by vishvananda

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

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

by cyeoh

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

XenAPI: Remove interrupted snapshots

by john

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

Add QuotaError handling to servers rebuild API

by mriedem

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

Console Output

[...truncated 114 lines...]
Need to get 1592 kB of archives.
After this operation, 4983 kB of additional disk space will be used.
Err http://archive.ubuntu.com/ubuntu/ trusty/main python2.7-minimal amd64 2.7.6-8
Could not connect to 127.0.0.1:8000 (127.0.0.1). - connect (111: Connection refused)
Err http://archive.ubuntu.com/ubuntu/ trusty/main python2.7 amd64 2.7.6-8
Unable to connect to 127.0.0.1:8000:
Err http://ppa.launchpad.net/ubuntu-cloud-archive/juno-staging/ubuntu/ trusty/main python-pbr all 0.10.0-0ubuntu1~cloud0
Could not connect to 127.0.0.1:8000 (127.0.0.1). - connect (111: Connection refused)
Err http://archive.ubuntu.com/ubuntu/ trusty/main python-minimal amd64 2.7.5-5ubuntu3
Unable to connect to 127.0.0.1:8000:
Err http://archive.ubuntu.com/ubuntu/ trusty/main libpython-stdlib amd64 2.7.5-5ubuntu3
Unable to connect to 127.0.0.1:8000:
Err http://archive.ubuntu.com/ubuntu/ trusty/main python amd64 2.7.5-5ubuntu3
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.6-8_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.6-8_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.5-5ubuntu3_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.5-5ubuntu3_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.5-5ubuntu3_amd64.deb Unable to connect to 127.0.0.1:8000:
E: Failed to fetch http://ppa.launchpad.net/ubuntu-cloud-archive/juno-staging/ubuntu/pool/main/p/python-pbr/python-pbr_0.10.0-0ubuntu1~cloud0_all.deb Could not connect to 127.0.0.1:8000 (127.0.0.1). - connect (111: Connection refused)
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', 'trusty-juno-amd64-8105a450-9b9c-4be2-b2e6-a8159e2b418d', '-u', 'root', '--', 'apt-get', '-y', 'install', 'python-pbr']' returned non-zero exit status 100
ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'trusty-juno-amd64-8105a450-9b9c-4be2-b2e6-a8159e2b418d', '-u', 'root', '--', 'apt-get', '-y', 'install', 'python-pbr']' 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', 'trusty-juno-amd64-8105a450-9b9c-4be2-b2e6-a8159e2b418d', '-u', 'root', '--', 'apt-get', '-y', 'install', 'python-pbr']' 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', 'trusty-juno-amd64-8105a450-9b9c-4be2-b2e6-a8159e2b418d', '-u', 'root', '--', 'apt-get', '-y', 'install', 'python-pbr']' 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