Title: utopic_juno_nova_trunk

General Information

BUILD FAILURE
Build URL:https://jenkins.qa.ubuntu.com/job/utopic_juno_nova_trunk/652/
Project:utopic_juno_nova_trunk
Date of build:Fri, 12 Sep 2014 23:05:46 -0400
Build duration:3 min 30 sec
Build cause:Started by an SCM change
Built on:pkg-builder

Health Report

WDescriptionScore
Build stability: All recent builds failed.0

Changes

Add InstancePCIRequests object

by dansmith

  addnova/objects/instance_pci_requests.py
  addnova/tests/objects/test_instance_pci_requests.py
  editnova/objects/__init__.py

Handle exception better in v2 attach_interface

by jichenjc

  editnova/api/openstack/compute/contrib/attach_interfaces.py

Replace pci_request flavor storage with proper object usage

by baoli

  editnova/scheduler/host_manager.py
  editnova/tests/scheduler/test_filter_scheduler.py
  editnova/pci/pci_manager.py
  editnova/scheduler/filter_scheduler.py
  editnova/tests/scheduler/test_caching_scheduler.py
  editnova/compute/flavors.py
  editnova/compute/resource_tracker.py
  editnova/compute/manager.py
  editnova/tests/pci/test_pci_request.py
  editnova/compute/claims.py
  editnova/scheduler/filters/pci_passthrough_filter.py
  editnova/pci/pci_request.py
  editnova/tests/scheduler/test_host_manager.py
  editnova/tests/scheduler/test_host_filters.py
  editnova/tests/compute/test_resource_tracker.py
  editnova/tests/compute/test_shelve.py
  editnova/tests/compute/test_claims.py
  editnova/tests/pci/test_pci_manager.py
  editnova/compute/api.py

Add request_id in PciDevice

by baoli

  editnova/tests/objects/test_objects.py
  addnova/db/sqlalchemy/migrate_repo/versions/254_add_request_id_in_pci_devices.py
  editnova/tests/integrated/v3/test_pci.py
  editnova/objects/pci_device.py
  editnova/tests/objects/test_instance.py
  editnova/tests/pci/test_pci_stats.py
  editnova/objects/instance.py
  editnova/tests/pci/test_pci_manager.py
  editnova/tests/objects/test_pci_device.py
  editnova/objects/floating_ip.py
  editnova/objects/block_device.py
  editnova/db/sqlalchemy/models.py
  editnova/objects/fixed_ip.py
  editnova/virt/xenapi/fake.py
  editnova/tests/pci/test_pci_device.py
  editnova/pci/pci_device.py
  editnova/tests/db/test_db_api.py

Support SR-IOV networking in the PCI modules

by baoli

  editnova/objects/instance_pci_requests.py
  editnova/tests/virt/xenapi/test_xenapi.py
  editnova/tests/pci/test_pci_manager.py
  editnova/tests/compute/test_resource_tracker.py
  editnova/tests/pci/test_pci_stats.py
  editnova/pci/pci_stats.py
  editnova/tests/compute/test_claims.py
  editnova/pci/pci_whitelist.py
  editnova/tests/objects/test_instance_pci_requests.py
  addnova/tests/pci/pci_fakes.py
  editnova/tests/pci/test_pci_whitelist.py
  editnova/pci/pci_manager.py

Support SR-IOV networking in nova compute api and nova neutronv2

by dansmith

  editnova/compute/api.py
  editnova/pci/pci_request.py
  editnova/tests/compute/test_compute_cells.py
  editnova/tests/network/test_network_info.py
  editnova/tests/api/openstack/compute/test_servers.py
  editnova/tests/scheduler/test_filter_scheduler.py
  editnova/tests/pci/test_pci_manager.py
  editnova/network/neutronv2/api.py
  editnova/scheduler/filter_scheduler.py
  editnova/network/base_api.py
  editnova/tests/api/openstack/fakes.py
  editnova/tests/api/openstack/compute/plugins/v3/test_servers.py
  editnova/tests/objects/test_network_request.py
  editnova/network/api.py
  editnova/tests/network/test_neutronv2.py
  editnova/objects/network_request.py
  editnova/network/model.py
  editnova/tests/api/openstack/compute/contrib/test_neutron_security_groups.py

Support SR-IOV networking in libvirt

by dansmith

  editnova/virt/libvirt/config.py
  editnova/tests/virt/libvirt/test_driver.py
  editnova/virt/libvirt/vif.py
  editnova/virt/libvirt/designer.py
  editnova/virt/libvirt/driver.py
  editnova/tests/virt/libvirt/test_vif.py
  editnova/tests/virt/libvirt/test_config.py

Adds LOG statements in multiprocess API test

by jaypipes

  editnova/tests/integrated/test_multiprocess_api.py

Console Output

[...truncated 6302 lines...]
dch -a [3f5419b] VMware: remove unused _get_vmdk_path from vmops
dch -a [4afece5] virt: use compute.arch constants and validate architectures
dch -a [c0f8c96] Change v3 quota-sets API to v2.1
dch -a [0a18598] Allow _poll_bandwidth_usage task to hit slave
dch -a [ce96e0b] VMware: spawn refactor enlist image
dch -a [f0a8517] VMware: image user functions for spawn()
dch -a [2a81337] Change v3 flavor_manage API to v2.1
dch -a [cbfe353] Add API schema for v2.1 access_ips extension
dch -a [fbfd1f5] Add API schema for v2.1 "rebuild a server" API
dch -a [edf11d1] Add API schema for v2.1 "update a server" API
dch -a [0e61b02] Add API schema for v2.1/v3 server_metadata API
dch -a [be605e9] Convert v3 ExtendedAvailabilINFO:root:Destroying schroot.
ityZone api to v2.1
dch -a [aab2bac] Port image-size extension to work in v2.1/v3 framework
dch -a [fb37f54] Port v2 image_metadata extension to work in v2.1(v3) framework
dch -a [b8251f4] Convert rescue v3 plugin to v2.1 API
dch -a [bbc7f8a] Change v3 security_groups API to v2.1
dch -a [9025abf] Make neutronapi use NetworkRequest for allocate_for_instance()
dch -a [4b8aa95] Use NetworkRequest objects through to nova-network
dch -a [00808f2] Fix rootwrap for non openstack.org iqn's
dch -a [853d8f9] Mask passwords in exceptions and error messages
dch -a [61d5de6] Make strutils.mask_password more secure
dch -a [46e7835] VMware: Remove unused variable in test_configdrive
dch -a [a811630] libvirt: do not fail instance destroy, if mount_device is missing
dch -a [cc134ab] libvirt: persist lxc attached volumes across reboots and power down
dch -a [d96a8f0] Handle ExternalNetworkAttachForbidden exception
dch -a [609713a] Remove pre-icehouse rpc client API compat
debcommit
apt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piuparts
bzr builddeb -S -- -sa -us -uc
bzr builddeb -S -- -sa -us -uc
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-f9b1e91a-46e0-421c-8bea-8ba70685fc77', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3
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-f9b1e91a-46e0-421c-8bea-8ba70685fc77', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3
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     : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp

Reply via email to