Title: utopic_juno_nova_trunk

General Information

BUILD FAILURE
Build URL:https://jenkins.qa.ubuntu.com/job/utopic_juno_nova_trunk/497/
Project:utopic_juno_nova_trunk
Date of build:Fri, 08 Aug 2014 12:47:57 -0400
Build duration:4 min 58 sec
Build cause:Started by an SCM changeStarted by an SCM change
Built on:pkg-builder

Health Report

WDescriptionScore
Build stability: All recent builds failed.0

Changes

xenapi: Do not retry snapshot upload on 500

by bdelliott

  editplugins/xenserver/xenapi/etc/xapi.d/plugins/glance

Baremetal driver: remove unused states

by gkotton

  editnova/virt/baremetal/baremetal_states.py

Add support for user_id based authentication with Neutron

by philip.day

  editnova/network/neutronv2/__init__.py
  editnova/network/neutronv2/api.py
  editnova/tests/network/test_neutronv2.py

Make compute api use util.check_string_length

by jichenjc

  editnova/compute/api.py
  editnova/tests/compute/test_keypairs.py
  editnova/tests/test_utils.py
  editnova/utils.py
  editnova/tests/api/openstack/compute/contrib/test_keypairs.py

Remove pause/unpause NotImplementedError API layer

by jichenjc

  editnova/tests/api/openstack/compute/contrib/test_admin_actions.py
  editnova/api/openstack/compute/contrib/admin_actions.py

Add instanceset info to StopInstance response

by swamireddy

  editnova/api/ec2/cloud.py
  editnova/tests/api/ec2/test_cloud.py

Don't mask out HostState details in WeighedHost

by rbtcollins

  editnova/scheduler/weights/__init__.py

Send compute.instance.create.end after launched_at is set

by andrew.laski

  editnova/tests/compute/test_compute_mgr.py
  editnova/compute/manager.py

Remove translation for debug message

by jichenjc

  editnova/network/neutronv2/api.py

Commit quota when deallocate floating ip

by jichenjc

  editnova/objects/floating_ip.py
  editnova/tests/network/test_manager.py

Downgrade the warn log in network to debug

by jichenjc

  editnova/network/manager.py

Add valid method check for quota resources

by jichenjc

  editnova/quota.py
  editnova/exception.py
  editnova/tests/test_quota.py

Correct InvalidAggregateAction reason for Xen

by jichenjc

  editnova/tests/virt/xenapi/test_xenapi.py
  editnova/virt/xenapi/pool.py

Deprecate scheduler prep_resize

by sbauza

  editnova/scheduler/rpcapi.py
  editnova/tests/scheduler/test_rpcapi.py
  editnova/scheduler/manager.py

servers list API support specify multi-status

by boh.ricky

  editnova/tests/integrated/api_samples/all_extensions/extensions-get-resp.json.tpl
  editnova/api/openstack/compute/servers.py
  addnova/tests/integrated/api_samples/os-server-list-multi-status/server-post-resp.xml.tpl
  addnova/tests/integrated/api_samples/os-server-list-multi-status/server-post-resp.json.tpl
  adddoc/api_samples/os-server-list-multi-status/servers-list-resp.xml
  adddoc/api_samples/os-server-list-multi-status/servers-list-resp.json
  adddoc/api_samples/os-server-list-multi-status/server-post-req.xml
  adddoc/api_samples/os-server-list-multi-status/server-post-resp.xml
  addnova/tests/integrated/api_samples/os-server-list-multi-status/server-post-req.json.tpl
  addnova/tests/integrated/api_samples/os-server-list-multi-status/server-post-req.xml.tpl
  editnova/api/openstack/common.py
  adddoc/api_samples/os-server-list-multi-status/server-post-resp.json
  addnova/api/openstack/compute/contrib/server_list_multi_status.py
  editnova/tests/api/openstack/compute/test_servers.py
  editnova/tests/api/openstack/test_common.py
  editnova/tests/api/openstack/compute/test_extensions.py
  adddoc/api_samples/os-server-list-multi-status/server-post-req.json
  editnova/tests/integrated/test_api_samples.py
  editnova/api/openstack/compute/plugins/v3/servers.py
  addnova/tests/integrated/api_samples/os-server-list-multi-status/servers-list-resp.json.tpl
  editnova/tests/integrated/api_samples/all_extensions/extensions-get-resp.xml.tpl
  editdoc/api_samples/all_extensions/extensions-get-resp.json
  addnova/tests/integrated/api_samples/os-server-list-multi-status/servers-list-resp.xml.tpl
  editdoc/api_samples/all_extensions/extensions-get-resp.xml

Fix extra metadata didn't assign into snapshot image

by xuhj

  editnova/tests/api/openstack/compute/plugins/v3/test_server_actions.py
  editnova/api/openstack/compute/plugins/v3/servers.py
  editnova/api/openstack/compute/servers.py
  editnova/tests/api/openstack/compute/test_server_actions.py

Fix duplicated images in test_block_device_mapping

by oomichi

  editnova/tests/api/openstack/compute/plugins/v3/test_block_device_mapping.py

Clean nova.compute.resource_tracker:_update_usage_from_instances

by romain.forest

  editnova/compute/resource_tracker.py

Use hypervisor hostname for compute trust level

by yunhong.jiang

  editnova/scheduler/filters/trusted_filter.py
  editnova/tests/scheduler/test_host_filters.py

VMware: remove local variable

by gkotton

  editnova/virt/vmwareapi/vmops.py

API: Enable support for tenant option in nova absolute-limits

by thang.g.pham

  editnova/api/openstack/compute/limits.py
  editnova/tests/api/openstack/compute/test_limits.py

libvirt: fill in metadata when launching instances

by berrange

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

Make devref point to official devstack vagrant repo.

by joe.gordon0

  editdoc/source/devref/development.environment.rst

Extend API schema for "create a server" extensions

by oomichi

  editnova/api/openstack/compute/schemas/v3/keypairs.py
  editnova/tests/api/openstack/compute/plugins/v3/test_servers.py
  editnova/api/openstack/compute/plugins/v3/servers.py
  editnova/api/openstack/compute/plugins/v3/keypairs.py
  addnova/api/openstack/compute/schemas/v3/servers.py

Live migration is broken for NFS shared storage

by vladik.romanovsky

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

Remove useless check in _add_retry_host

by xuhj

  editnova/scheduler/utils.py

Handle NotImplementedError in server_diagnostics v3 api

by taget

  editnova/api/openstack/compute/plugins/v3/server_diagnostics.py
  editnova/tests/api/openstack/compute/plugins/v3/test_server_diagnostics.py

Allow to unshelve instance booted from volume

by mehdi.abaakouk

  editnova/tests/compute/test_shelve.py
  editnova/tests/virt/test_block_device.py
  editnova/virt/block_device.py
  editnova/compute/manager.py
  editnova/tests/compute/test_compute.py

Fix attaching config drive issue on Hyper-V when migrate instances

by mriedem

  editnova/virt/hyperv/pathutils.py
  addnova/tests/virt/hyperv/test_pathutils.py
  editnova/tests/virt/hyperv/test_hypervapi.py
  editnova/virt/hyperv/migrationops.py
  editnova/virt/hyperv/vmops.py
  editnova/tests/virt/hyperv/fake.py
  addnova/tests/virt/hyperv/test_vmops.py
  editnova/virt/hyperv/constants.py
  addnova/tests/virt/hyperv/test_migrationops.py

Parse unicode cpu_info as json before using it

by pawel.koniszewski

  editnova/tests/scheduler/test_host_filters.py
  editnova/scheduler/filters/compute_capabilities_filter.py

Move check_image_exists out of try in _inject_data

by taget

  editnova/virt/libvirt/driver.py

Improved error logging in nova-network for allocate_fixed_ip()

by pawel.koniszewski

  editnova/api/openstack/compute/plugins/v3/multinic.py
  editnova/api/openstack/compute/contrib/multinic.py
  editnova/tests/api/openstack/compute/contrib/test_multinic_xs.py
  editnova/tests/api/openstack/compute/plugins/v3/test_multinic.py

Add extensible resources to resource tracker (2)

by pmurray

  editnova/compute/stats.py
  addnova/compute/resources/vcpu.py
  editsetup.cfg
  editnova/tests/compute/test_claims.py
  editnova/tests/compute/fake_resource_tracker.py
  addnova/compute/resources/__init__.py
  addnova/compute/resources/base.py
  editnova/tests/compute/test_stats.py
  editnova/tests/compute/test_resource_tracker.py
  addnova/tests/compute/test_resources.py
  editnova/compute/resource_tracker.py
  editnova/compute/claims.py

Convert network/api.py get calls to use Network object

by dansmith

  editnova/tests/network/test_api.py
  editnova/network/api.py
  editnova/api/openstack/compute/contrib/os_tenant_networks.py

Convert network/api.py fixedip calls to use FixedIP object

by dansmith

  editnova/network/api.py
  editnova/tests/network/test_api.py
  editnova/tests/objects/test_fixed_ip.py
  editnova/objects/fixed_ip.py

Fix ownership checking in get_networks_by_uuid

by sean

  editnova/tests/compute/test_compute_mgr.py
  editnova/network/floating_ips.py
  editnova/tests/network/test_manager.py
  editnova/network/manager.py
  editnova/compute/manager.py
  editnova/tests/compute/test_compute.py

Remove duplicate index from block_device_mapping table

by johannes

  editnova/tests/db/test_migrations.py
  addnova/db/sqlalchemy/migrate_repo/versions/249_remove_duplicate_index.py

Update scheduler after instance delete

by vishvananda

  editnova/compute/manager.py

EndpointNotFound deleting volume backend instance

by liyingjun1988

  editnova/tests/compute/test_compute_mgr.py
  editnova/compute/manager.py

Change LOG.warn to LOG.debug in _shutdown_instance

by liyingjun1988

  editnova/compute/manager.py

docs - fix missing references

by dims

  editdoc/source/devref/filter_scheduler.rst

docs - Add an index for the command line utilities

by davanum

  adddoc/source/man/index.rst
  editdoc/source/index.rst

docs - Prevent eventlet exception during docs generation

by davanum

  editnova/tests/__init__.py
  editnova/cmd/__init__.py

docs - Fix indentation for RPC API's

by davanum

  editnova/conductor/rpcapi.py
  editnova/network/rpcapi.py
  editnova/cells/rpcapi.py
  editnova/consoleauth/rpcapi.py
  editnova/scheduler/rpcapi.py
  editnova/compute/rpcapi.py

docs - Fix doc build errors with SQLAlchemy 0.9

by davanum

  editnova/openstack/common/db/sqlalchemy/utils.py
  editnova/virt/baremetal/db/sqlalchemy/migrate_repo/versions/006_move_prov_mac_address.py
  editnova/tests/db/test_migration_utils.py
  editnova/db/sqlalchemy/api.py
  editnova/tests/db/test_db_api.py

Only get image location attributes if including locations

by mriedem

  editnova/image/glance.py
  editnova/tests/image/test_glance.py

Remove ESXDriver from Juno.

by akashg1611

  editnova/tests/virt/vmwareapi/fake.py
  editnova/virt/vmwareapi/driver.py
  editnova/virt/vmwareapi/__init__.py
  editnova/tests/virt/vmwareapi/test_driver_api.py
  editnova/tests/virt/vmwareapi/test_vim_util.py
  editnova/tests/virt/vmwareapi/test_configdrive.py

Add policy on how patches and reviews go hand in hand

by joe.gordon0

  editdoc/source/devref/policies.rst

Handle FloatingIpPoolNotFound exception in floating ip creation

by cyeoh

  editnova/api/openstack/compute/contrib/floating_ips.py
  editnova/tests/api/openstack/compute/contrib/test_floating_ips.py

Handle NetworkAmbiguous error when booting a new instance with v3 api

by taget

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

Compute: add log exception hints

by shuangtai.tian

  editnova/compute/manager.py
  editnova/compute/flavors.py
  editnova/compute/api.py

Update devref out-of-tree policy grammar error

by mriedem

  editdoc/source/devref/policies.rst

Make spawn_n() stub properly ignore errors in the child thread work

by dansmith

  editnova/tests/fake_utils.py

Remove instance_info_cache_delete() from conductor

by dansmith

  editnova/conductor/rpcapi.py
  editnova/conductor/manager.py
  editnova/tests/conductor/test_conductor.py
  editnova/conductor/api.py

Updated from global requirements

by mriedem

  editrequirements.txt

Handle MacAddressInUseClient exception from Neutron when creating port

by mriedem

  editnova/network/neutronv2/api.py
  editnova/tests/network/test_neutronv2.py

Revert "Deallocate the network if rescheduling for

by cbehrens

  editnova/tests/compute/test_compute_mgr.py
  editnova/compute/manager.py

Add missed discoverable policy rules for flavor-manage v3

by xuhj

  editetc/nova/policy.json

Diagnostics: add validation for types

by gkotton

  editnova/virt/diagnostics.py
  editnova/tests/virt/test_diagnostics.py

Removes unnecessary instructions in test_hypervapi

by cbelu

  editnova/tests/virt/hyperv/test_hypervapi.py

Add instanceset info to StartInstance response

by swamireddy

  editnova/api/ec2/cloud.py
  editnova/tests/api/ec2/test_cloud.py

Migrate test_glance from mox to mock

by chris.buccella

  editnova/tests/image/test_glance.py

Make network/api.py use Network object for associations

by dansmith

  editnova/network/api.py
  editnova/tests/network/test_api.py

Add expire reservations in backport position.

by vishvananda

  deletenova/db/sqlalchemy/migrate_repo/versions/234_placeholder.py
  addnova/db/sqlalchemy/migrate_repo/versions/234_add_expire_reservations_index.py

Add method for deallocating networks on reschedule

by cbehrens

  editnova/virt/driver.py
  editnova/compute/manager.py
  editnova/virt/baremetal/driver.py
  editnova/tests/compute/test_compute_mgr.py

libvirt: saving the lxc rootfs device in instance metadata

by vladik.romanovsky

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

Code change for nova support cinder client v2

by thingee

  editnova/volume/cinder.py
  editnova/context.py
  editnova/tests/test_cinder.py
  editnova/tests/volume/test_cinder.py

Fixes wrong usage of mock.assert_not_called()

by eric.guo

  editnova/tests/volume/test_cinder.py

Optimize db.floating_ip_deallocate

by pkholkin

  editnova/network/floating_ips.py
  editnova/tests/db/test_db_api.py
  editnova/db/sqlalchemy/api.py

Make nova-api use quotas object for reservations

by burt

  editnova/tests/compute/test_compute_api.py
  editnova/compute/api.py

makes sure correct PCI device allocation

by baoli

  editnova/tests/pci/test_pci_stats.py
  editnova/tests/pci/test_pci_manager.py
  editnova/pci/pci_stats.py
  editnova/pci/pci_manager.py

Catch NeutronClientException when showing a network

by xu-haiwei

  editnova/network/neutronv2/api.py
  editnova/tests/network/test_neutronv2.py

Return 404 when floating IP pool not found

by salv.orlando

  editnova/api/openstack/compute/contrib/floating_ips.py
  editnova/tests/api/openstack/compute/contrib/test_floating_ips.py

Enable terminate for EC2 InstanceInitiatedShutdownBehavior

by burt

  editnova/tests/api/ec2/test_cloud.py
  editnova/compute/api.py
  editnova/api/ec2/cloud.py
  editnova/tests/compute/test_compute_mgr.py
  editnova/compute/manager.py
  editnova/tests/compute/test_compute_api.py

Console Output

[...truncated 6125 lines...]
dch -a [62e33be] Fix duplicated images in test_block_device_mapping
dch -a [536bcbd] Fix extra metadata didn't assign into snapshot image
dch -a [f37a5e1] libvirt: add support for memory tuning in config
dch -a [ab32995] servers list API support specify multi-status
dch -a [2ee0a15] Deprecate scheduler prep_resize
dch -a [a4e3ea4] Correct InvalidAggregateAction reason for Xen
dch -a [712108a] Add valid method check for quota resources
dch -a [a609498] Inject expected results for IBM Power when testing bus devices
dch -a [4dcfa79] Add context as param to cleanup function
dch -a [e8be541] Downgrade the warn log in network to debug
dch -a [f71d2fc] Add debug log for pci passthrough filter
dch -a [77a7d14] Commit quota when deallocate floating ip
dch -a [9428ba0] Remove translation for debug message
dch -a [6ddd9f9] Don't remove delete_on_terminate volumes on a reschedule
dch -a [acb4763] Send compute.instance.create.end after launched_at is set
dch -a [97b667d] Don't mask out HostState details in WeighedHost
dch -a [502fa48] Add instanceset info to StopInstance response
dch -a [541aa57] Remove pause/unpause NotImplementedError API layer
dch -a [8e0e61c] Make compute api use util.check_string_length
dch -a [59ceb68] object-ify API v2 availability_zone extension
dch -a [206e7a3] Add support for user_id based authentication with Neutron
dch -a [284c9dc] Add debug log for core_filter
dch -a [ebe02b5] VMware: cleanup the constructors of the compute drivers
dch -a [e2087e4] Baremetal driver: remove unused states
dch -a [b26a909] Reduce unit test times for glance
dch -a [77aea0e] xenapi: Do not retry snapshot upload on 500
dch -a [2620a7c] Fix security group race condition while creating rule
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-075fbefe-e943-4d31-87fc-f97dd0b11fb0', '-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-075fbefe-e943-4d31-87fc-f97dd0b11fb0', '-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     : [email protected]
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp

Reply via email to