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
| W | Description | Score |
|---|---|---|
| Build stability: All recent builds failed. | 0 |
Changes
xenapi: Do not retry snapshot upload on 500
by bdelliott
| edit | plugins/xenserver/xenapi/etc/xapi.d/plugins/glance |
Baremetal driver: remove unused states
by gkotton
| edit | nova/virt/baremetal/baremetal_states.py |
Add support for user_id based authentication with Neutron
by philip.day
| edit | nova/network/neutronv2/__init__.py |
| edit | nova/network/neutronv2/api.py |
| edit | nova/tests/network/test_neutronv2.py |
Make compute api use util.check_string_length
by jichenjc
| edit | nova/compute/api.py |
| edit | nova/tests/compute/test_keypairs.py |
| edit | nova/tests/test_utils.py |
| edit | nova/utils.py |
| edit | nova/tests/api/openstack/compute/contrib/test_keypairs.py |
Remove pause/unpause NotImplementedError API layer
by jichenjc
| edit | nova/tests/api/openstack/compute/contrib/test_admin_actions.py |
| edit | nova/api/openstack/compute/contrib/admin_actions.py |
Add instanceset info to StopInstance response
by swamireddy
| edit | nova/api/ec2/cloud.py |
| edit | nova/tests/api/ec2/test_cloud.py |
Don't mask out HostState details in WeighedHost
by rbtcollins
| edit | nova/scheduler/weights/__init__.py |
Send compute.instance.create.end after launched_at is set
by andrew.laski
| edit | nova/tests/compute/test_compute_mgr.py |
| edit | nova/compute/manager.py |
Remove translation for debug message
by jichenjc
| edit | nova/network/neutronv2/api.py |
Commit quota when deallocate floating ip
by jichenjc
| edit | nova/objects/floating_ip.py |
| edit | nova/tests/network/test_manager.py |
Downgrade the warn log in network to debug
by jichenjc
| edit | nova/network/manager.py |
Add valid method check for quota resources
by jichenjc
| edit | nova/quota.py |
| edit | nova/exception.py |
| edit | nova/tests/test_quota.py |
Correct InvalidAggregateAction reason for Xen
by jichenjc
| edit | nova/tests/virt/xenapi/test_xenapi.py |
| edit | nova/virt/xenapi/pool.py |
Deprecate scheduler prep_resize
by sbauza
| edit | nova/scheduler/rpcapi.py |
| edit | nova/tests/scheduler/test_rpcapi.py |
| edit | nova/scheduler/manager.py |
servers list API support specify multi-status
by boh.ricky
| edit | nova/tests/integrated/api_samples/all_extensions/extensions-get-resp.json.tpl |
| edit | nova/api/openstack/compute/servers.py |
| add | nova/tests/integrated/api_samples/os-server-list-multi-status/server-post-resp.xml.tpl |
| add | nova/tests/integrated/api_samples/os-server-list-multi-status/server-post-resp.json.tpl |
| add | doc/api_samples/os-server-list-multi-status/servers-list-resp.xml |
| add | doc/api_samples/os-server-list-multi-status/servers-list-resp.json |
| add | doc/api_samples/os-server-list-multi-status/server-post-req.xml |
| add | doc/api_samples/os-server-list-multi-status/server-post-resp.xml |
| add | nova/tests/integrated/api_samples/os-server-list-multi-status/server-post-req.json.tpl |
| add | nova/tests/integrated/api_samples/os-server-list-multi-status/server-post-req.xml.tpl |
| edit | nova/api/openstack/common.py |
| add | doc/api_samples/os-server-list-multi-status/server-post-resp.json |
| add | nova/api/openstack/compute/contrib/server_list_multi_status.py |
| edit | nova/tests/api/openstack/compute/test_servers.py |
| edit | nova/tests/api/openstack/test_common.py |
| edit | nova/tests/api/openstack/compute/test_extensions.py |
| add | doc/api_samples/os-server-list-multi-status/server-post-req.json |
| edit | nova/tests/integrated/test_api_samples.py |
| edit | nova/api/openstack/compute/plugins/v3/servers.py |
| add | nova/tests/integrated/api_samples/os-server-list-multi-status/servers-list-resp.json.tpl |
| edit | nova/tests/integrated/api_samples/all_extensions/extensions-get-resp.xml.tpl |
| edit | doc/api_samples/all_extensions/extensions-get-resp.json |
| add | nova/tests/integrated/api_samples/os-server-list-multi-status/servers-list-resp.xml.tpl |
| edit | doc/api_samples/all_extensions/extensions-get-resp.xml |
Fix extra metadata didn't assign into snapshot image
by xuhj
| edit | nova/tests/api/openstack/compute/plugins/v3/test_server_actions.py |
| edit | nova/api/openstack/compute/plugins/v3/servers.py |
| edit | nova/api/openstack/compute/servers.py |
| edit | nova/tests/api/openstack/compute/test_server_actions.py |
Fix duplicated images in test_block_device_mapping
by oomichi
| edit | nova/tests/api/openstack/compute/plugins/v3/test_block_device_mapping.py |
Clean nova.compute.resource_tracker:_update_usage_from_instances
by romain.forest
| edit | nova/compute/resource_tracker.py |
Use hypervisor hostname for compute trust level
by yunhong.jiang
| edit | nova/scheduler/filters/trusted_filter.py |
| edit | nova/tests/scheduler/test_host_filters.py |
VMware: remove local variable
by gkotton
| edit | nova/virt/vmwareapi/vmops.py |
API: Enable support for tenant option in nova absolute-limits
by thang.g.pham
| edit | nova/api/openstack/compute/limits.py |
| edit | nova/tests/api/openstack/compute/test_limits.py |
libvirt: fill in metadata when launching instances
by berrange
| edit | nova/tests/virt/libvirt/test_driver.py |
| edit | nova/virt/libvirt/driver.py |
Make devref point to official devstack vagrant repo.
by joe.gordon0
| edit | doc/source/devref/development.environment.rst |
Extend API schema for "create a server" extensions
by oomichi
| edit | nova/api/openstack/compute/schemas/v3/keypairs.py |
| edit | nova/tests/api/openstack/compute/plugins/v3/test_servers.py |
| edit | nova/api/openstack/compute/plugins/v3/servers.py |
| edit | nova/api/openstack/compute/plugins/v3/keypairs.py |
| add | nova/api/openstack/compute/schemas/v3/servers.py |
Live migration is broken for NFS shared storage
by vladik.romanovsky
| edit | nova/virt/libvirt/driver.py |
| edit | nova/tests/virt/libvirt/test_driver.py |
Remove useless check in _add_retry_host
by xuhj
| edit | nova/scheduler/utils.py |
Handle NotImplementedError in server_diagnostics v3 api
by taget
| edit | nova/api/openstack/compute/plugins/v3/server_diagnostics.py |
| edit | nova/tests/api/openstack/compute/plugins/v3/test_server_diagnostics.py |
Allow to unshelve instance booted from volume
by mehdi.abaakouk
| edit | nova/tests/compute/test_shelve.py |
| edit | nova/tests/virt/test_block_device.py |
| edit | nova/virt/block_device.py |
| edit | nova/compute/manager.py |
| edit | nova/tests/compute/test_compute.py |
Fix attaching config drive issue on Hyper-V when migrate instances
by mriedem
| edit | nova/virt/hyperv/pathutils.py |
| add | nova/tests/virt/hyperv/test_pathutils.py |
| edit | nova/tests/virt/hyperv/test_hypervapi.py |
| edit | nova/virt/hyperv/migrationops.py |
| edit | nova/virt/hyperv/vmops.py |
| edit | nova/tests/virt/hyperv/fake.py |
| add | nova/tests/virt/hyperv/test_vmops.py |
| edit | nova/virt/hyperv/constants.py |
| add | nova/tests/virt/hyperv/test_migrationops.py |
Parse unicode cpu_info as json before using it
by pawel.koniszewski
| edit | nova/tests/scheduler/test_host_filters.py |
| edit | nova/scheduler/filters/compute_capabilities_filter.py |
Move check_image_exists out of try in _inject_data
by taget
| edit | nova/virt/libvirt/driver.py |
Improved error logging in nova-network for allocate_fixed_ip()
by pawel.koniszewski
| edit | nova/api/openstack/compute/plugins/v3/multinic.py |
| edit | nova/api/openstack/compute/contrib/multinic.py |
| edit | nova/tests/api/openstack/compute/contrib/test_multinic_xs.py |
| edit | nova/tests/api/openstack/compute/plugins/v3/test_multinic.py |
Add extensible resources to resource tracker (2)
by pmurray
| edit | nova/compute/stats.py |
| add | nova/compute/resources/vcpu.py |
| edit | setup.cfg |
| edit | nova/tests/compute/test_claims.py |
| edit | nova/tests/compute/fake_resource_tracker.py |
| add | nova/compute/resources/__init__.py |
| add | nova/compute/resources/base.py |
| edit | nova/tests/compute/test_stats.py |
| edit | nova/tests/compute/test_resource_tracker.py |
| add | nova/tests/compute/test_resources.py |
| edit | nova/compute/resource_tracker.py |
| edit | nova/compute/claims.py |
Convert network/api.py get calls to use Network object
by dansmith
| edit | nova/tests/network/test_api.py |
| edit | nova/network/api.py |
| edit | nova/api/openstack/compute/contrib/os_tenant_networks.py |
Convert network/api.py fixedip calls to use FixedIP object
by dansmith
| edit | nova/network/api.py |
| edit | nova/tests/network/test_api.py |
| edit | nova/tests/objects/test_fixed_ip.py |
| edit | nova/objects/fixed_ip.py |
Fix ownership checking in get_networks_by_uuid
by sean
| edit | nova/tests/compute/test_compute_mgr.py |
| edit | nova/network/floating_ips.py |
| edit | nova/tests/network/test_manager.py |
| edit | nova/network/manager.py |
| edit | nova/compute/manager.py |
| edit | nova/tests/compute/test_compute.py |
Remove duplicate index from block_device_mapping table
by johannes
| edit | nova/tests/db/test_migrations.py |
| add | nova/db/sqlalchemy/migrate_repo/versions/249_remove_duplicate_index.py |
Update scheduler after instance delete
by vishvananda
| edit | nova/compute/manager.py |
EndpointNotFound deleting volume backend instance
by liyingjun1988
| edit | nova/tests/compute/test_compute_mgr.py |
| edit | nova/compute/manager.py |
Change LOG.warn to LOG.debug in _shutdown_instance
by liyingjun1988
| edit | nova/compute/manager.py |
docs - fix missing references
by dims
| edit | doc/source/devref/filter_scheduler.rst |
docs - Add an index for the command line utilities
by davanum
| add | doc/source/man/index.rst |
| edit | doc/source/index.rst |
docs - Prevent eventlet exception during docs generation
by davanum
| edit | nova/tests/__init__.py |
| edit | nova/cmd/__init__.py |
docs - Fix indentation for RPC API's
by davanum
| edit | nova/conductor/rpcapi.py |
| edit | nova/network/rpcapi.py |
| edit | nova/cells/rpcapi.py |
| edit | nova/consoleauth/rpcapi.py |
| edit | nova/scheduler/rpcapi.py |
| edit | nova/compute/rpcapi.py |
docs - Fix doc build errors with SQLAlchemy 0.9
by davanum
| edit | nova/openstack/common/db/sqlalchemy/utils.py |
| edit | nova/virt/baremetal/db/sqlalchemy/migrate_repo/versions/006_move_prov_mac_address.py |
| edit | nova/tests/db/test_migration_utils.py |
| edit | nova/db/sqlalchemy/api.py |
| edit | nova/tests/db/test_db_api.py |
Only get image location attributes if including locations
by mriedem
| edit | nova/image/glance.py |
| edit | nova/tests/image/test_glance.py |
Remove ESXDriver from Juno.
by akashg1611
| edit | nova/tests/virt/vmwareapi/fake.py |
| edit | nova/virt/vmwareapi/driver.py |
| edit | nova/virt/vmwareapi/__init__.py |
| edit | nova/tests/virt/vmwareapi/test_driver_api.py |
| edit | nova/tests/virt/vmwareapi/test_vim_util.py |
| edit | nova/tests/virt/vmwareapi/test_configdrive.py |
Add policy on how patches and reviews go hand in hand
by joe.gordon0
| edit | doc/source/devref/policies.rst |
Handle FloatingIpPoolNotFound exception in floating ip creation
by cyeoh
| edit | nova/api/openstack/compute/contrib/floating_ips.py |
| edit | nova/tests/api/openstack/compute/contrib/test_floating_ips.py |
Handle NetworkAmbiguous error when booting a new instance with v3 api
by taget
| edit | nova/api/openstack/compute/plugins/v3/servers.py |
| edit | nova/tests/api/openstack/compute/plugins/v3/test_servers.py |
Compute: add log exception hints
by shuangtai.tian
| edit | nova/compute/manager.py |
| edit | nova/compute/flavors.py |
| edit | nova/compute/api.py |
Update devref out-of-tree policy grammar error
by mriedem
| edit | doc/source/devref/policies.rst |
Make spawn_n() stub properly ignore errors in the child thread work
by dansmith
| edit | nova/tests/fake_utils.py |
Remove instance_info_cache_delete() from conductor
by dansmith
| edit | nova/conductor/rpcapi.py |
| edit | nova/conductor/manager.py |
| edit | nova/tests/conductor/test_conductor.py |
| edit | nova/conductor/api.py |
Updated from global requirements
by mriedem
| edit | requirements.txt |
Handle MacAddressInUseClient exception from Neutron when creating port
by mriedem
| edit | nova/network/neutronv2/api.py |
| edit | nova/tests/network/test_neutronv2.py |
Revert "Deallocate the network if rescheduling for
by cbehrens
| edit | nova/tests/compute/test_compute_mgr.py |
| edit | nova/compute/manager.py |
Add missed discoverable policy rules for flavor-manage v3
by xuhj
| edit | etc/nova/policy.json |
Diagnostics: add validation for types
by gkotton
| edit | nova/virt/diagnostics.py |
| edit | nova/tests/virt/test_diagnostics.py |
Removes unnecessary instructions in test_hypervapi
by cbelu
| edit | nova/tests/virt/hyperv/test_hypervapi.py |
Add instanceset info to StartInstance response
by swamireddy
| edit | nova/api/ec2/cloud.py |
| edit | nova/tests/api/ec2/test_cloud.py |
Migrate test_glance from mox to mock
by chris.buccella
| edit | nova/tests/image/test_glance.py |
Make network/api.py use Network object for associations
by dansmith
| edit | nova/network/api.py |
| edit | nova/tests/network/test_api.py |
Add expire reservations in backport position.
by vishvananda
| delete | nova/db/sqlalchemy/migrate_repo/versions/234_placeholder.py |
| add | nova/db/sqlalchemy/migrate_repo/versions/234_add_expire_reservations_index.py |
Add method for deallocating networks on reschedule
by cbehrens
| edit | nova/virt/driver.py |
| edit | nova/compute/manager.py |
| edit | nova/virt/baremetal/driver.py |
| edit | nova/tests/compute/test_compute_mgr.py |
libvirt: saving the lxc rootfs device in instance metadata
by vladik.romanovsky
| edit | nova/virt/libvirt/driver.py |
| edit | nova/tests/virt/libvirt/test_driver.py |
Code change for nova support cinder client v2
by thingee
| edit | nova/volume/cinder.py |
| edit | nova/context.py |
| edit | nova/tests/test_cinder.py |
| edit | nova/tests/volume/test_cinder.py |
Fixes wrong usage of mock.assert_not_called()
by eric.guo
| edit | nova/tests/volume/test_cinder.py |
Optimize db.floating_ip_deallocate
by pkholkin
| edit | nova/network/floating_ips.py |
| edit | nova/tests/db/test_db_api.py |
| edit | nova/db/sqlalchemy/api.py |
Make nova-api use quotas object for reservations
by burt
| edit | nova/tests/compute/test_compute_api.py |
| edit | nova/compute/api.py |
makes sure correct PCI device allocation
by baoli
| edit | nova/tests/pci/test_pci_stats.py |
| edit | nova/tests/pci/test_pci_manager.py |
| edit | nova/pci/pci_stats.py |
| edit | nova/pci/pci_manager.py |
Catch NeutronClientException when showing a network
by xu-haiwei
| edit | nova/network/neutronv2/api.py |
| edit | nova/tests/network/test_neutronv2.py |
Return 404 when floating IP pool not found
by salv.orlando
| edit | nova/api/openstack/compute/contrib/floating_ips.py |
| edit | nova/tests/api/openstack/compute/contrib/test_floating_ips.py |
Enable terminate for EC2 InstanceInitiatedShutdownBehavior
by burt
| edit | nova/tests/api/ec2/test_cloud.py |
| edit | nova/compute/api.py |
| edit | nova/api/ec2/cloud.py |
| edit | nova/tests/compute/test_compute_mgr.py |
| edit | nova/compute/manager.py |
| edit | nova/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

