General Information
| BUILD FAILURE | |
| Build URL: | https://jenkins.qa.ubuntu.com/job/precise_folsom_nova_stable/664/ |
| Project: | precise_folsom_nova_stable |
| Date of build: | Fri, 23 Nov 2012 03:12:30 -0500 |
| Build duration: | 3 min 8 sec |
| Build cause: | Started by user james-page |
| Built on: | pkg-builder |
Health Report
| W | Description | Score |
|---|---|---|
| Build stability: 2 out of the last 5 builds failed. | 60 |
Changes
read_deleted snapshot and volume id mappings.
by adam.gandelman
| edit | nova/db/sqlalchemy/api.py |
handles empty dhcp_domain with hostname in metadata
by melwitt
| edit | nova/api/metadata/base.py |
Avoid leaking BDMs for deleted instances.
by eglynn
| edit | nova/tests/compute/test_compute.py |
| edit | nova/compute/manager.py |
Fix issues deleting instances in RESIZED state
by chuck.short
| edit | nova/tests/compute/test_compute.py |
| edit | nova/compute/api.py |
libvirt: allows attach and detach from all domains
by chuck.short
| edit | nova/virt/libvirt/driver.py |
| edit | nova/tests/fakelibvirt.py |
xenapi: Refactor snapshots during resize
by chuck.short
| edit | nova/virt/xenapi/driver.py |
| edit | nova/compute/manager.py |
| edit | nova/virt/xenapi/vmops.py |
| edit | nova/tests/test_xenapi.py |
| edit | nova/virt/xenapi/volumeops.py |
| edit | nova/virt/xenapi/vm_utils.py |
libvirt: Fix _cleanup_resize
by chuck.short
| edit | nova/virt/libvirt/driver.py |
| edit | nova/tests/test_libvirt.py |
Consistent Rollback for instance creation failures
by andy.mccrae
| edit | nova/compute/api.py |
Add call to trigger_instance[add/remove]_security_group_refresh quantum
by arosen
| edit | nova/network/quantumv2/api.py |
Detect and fix issues caused by vol ID migration
by john.griffith
| edit | nova/volume/iscsi.py |
| edit | nova/volume/manager.py |
| edit | nova/volume/driver.py |
| edit | etc/nova/rootwrap.d/volume.filters |
| edit | nova/tests/api/ec2/test_cloud.py |
pin sqlalchemy to the 0.7.x series
by sdague
| edit | tools/pip-requires |
Fix nova-network MAC collision logic
by review
| edit | nova/db/sqlalchemy/api.py |
| edit | nova/tests/network/test_manager.py |
Fix reserve_block_device_name while attach volume
by vishvananda
| edit | nova/compute/manager.py |
create_db_entry_for_new_instance did not call sgh for default
by arosen
| edit | nova/compute/api.py |
Fix VM deletion from down compute node
by vishvananda
| edit | nova/tests/compute/test_compute.py |
| edit | nova/compute/api.py |
| edit | nova/network/manager.py |
Fixed instance deletion issue from Nova API.
by vishvananda
| edit | nova/compute/api.py |
| edit | nova/tests/compute/test_compute.py |
fix deletion of LVM backed instances
by heut2008
| edit | nova/virt/libvirt/utils.py |
Make resource tracker uses faster DB query
by mikal
| edit | nova/tests/compute/test_resource_tracker.py |
| edit | nova/compute/resource_tracker.py |
| edit | nova/tests/compute/test_compute.py |
Fix incorrect LOG.error usage in _compare_cpu
by mikal
| edit | nova/virt/libvirt/driver.py |
Fix Broken XML Namespace Handling
by chuck.short
| edit | nova/api/openstack/wsgi.py |
| edit | nova/tests/api/openstack/compute/test_servers.py |
| edit | nova/api/openstack/compute/servers.py |
Proxy floating IP calls to quantum
by chuck.short
| edit | nova/tests/network/test_quantumv2.py |
| edit | nova/api/openstack/compute/contrib/floating_ips.py |
| edit | tools/pip-requires |
| edit | nova/network/quantumv2/api.py |
| edit | nova/exception.py |
Stable oslo (aka common) update
by gkotton
| edit | nova/openstack/common/rpc/amqp.py |
| edit | nova/openstack/common/notifier/api.py |
| edit | nova/openstack/common/log.py |
| edit | nova/openstack/common/rpc/__init__.py |
| edit | nova/openstack/common/timeutils.py |
| edit | nova/openstack/common/cfg.py |
| edit | nova/openstack/common/rpc/impl_qpid.py |
| edit | nova/openstack/common/rpc/impl_kombu.py |
| edit | nova/openstack/common/setup.py |
| edit | nova/openstack/common/policy.py |
Fix signing_dir option for auth_token middleware.
by chuck.short
| edit | etc/nova/api-paste.ini |
Ensures compute_driver flag can be used by bdm
by chuck.short
| edit | nova/flags.py |
| edit | nova/compute/manager.py |
Don't verify image hashes if checksumming is disabled.
by chuck.short
| edit | nova/virt/libvirt/imagecache.py |
| edit | nova/tests/test_imagecache.py |
make QuantumV2 support requested nic ordering
by gkotton
| edit | nova/tests/network/test_quantumv2.py |
| edit | nova/network/quantumv2/api.py |
don't explode if a 413 didn't set Retry-After
by sdague
| edit | nova/api/openstack/wsgi.py |
add port support when QuantumV2 subclass is used
by gkotton
| edit | nova/api/openstack/compute/servers.py |
| edit | nova/tests/api/openstack/compute/test_servers.py |
Eliminates simultaneous schedule race.
by vishvananda
| edit | nova/scheduler/host_manager.py |
| edit | nova/tests/scheduler/fakes.py |
| edit | nova/tests/scheduler/test_filter_scheduler.py |
Stop network.api import on network import
by gkotton
| edit | nova/network/__init__.py |
| edit | nova/api/openstack/compute/contrib/networks.py |
| edit | nova/virt/firewall.py |
| edit | nova/tests/compute/test_compute_utils.py |
| edit | nova/tests/api/openstack/fakes.py |
| edit | nova/tests/test_metadata.py |
| edit | nova/tests/fake_network.py |
| edit | nova/tests/compute/test_compute.py |
| edit | nova/tests/test_notifications.py |
Fixes bug Snapshotting LXC instance fails
by vishvananda
| edit | nova/virt/libvirt/driver.py |
| edit | nova/tests/test_libvirt.py |
Reinstate default FLAGS.compute_driver for folsom
by adam.gandelman
| edit | nova/flags.py |
Don't require quantumclient when running nova-api.
by gkotton
| edit | nova/tests/api/openstack/compute/test_servers.py |
| edit | nova/api/openstack/compute/servers.py |
Improve the performance of quantum detection.
by gkotton
| edit | nova/api/openstack/compute/servers.py |
Console Output
| [...truncated 3395 lines...] |
| 1 out of 1 hunk FAILED -- rejects in file tools/pip-requires |
| Patch avoid_setuptools_git_dependency.patch does not apply (enforce with -f) |
| ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-1dff83b3-f85e-4e22-8526-a8477b103d13', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3 |
| ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-1dff83b3-f85e-4e22-8526-a8477b103d13', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3 |
| INFO:root:Complete command log: |
| INFO:root:Destroying schroot. |
| bzr branch lp:~openstack-ubuntu-testing/nova/folsom /tmp/tmp3GPB8p/nova |
| mk-build-deps -i -r -t apt-get -y /tmp/tmp3GPB8p/nova/debian/control |
| python setup.py sdist |
| git log -n1 --no-merges --pretty=format:%H |
| git log 97542c9ead202e658406341a35ef4a15e0c93fe6..HEAD --no-merges --pretty=format:[%h] %s |
| bzr merge lp:~openstack-ubuntu-testing/nova/precise-folsom --force |
| dch -b -D precise --newversion 2012.2.1+git201211230313~precise-0ubuntu1 Automated Ubuntu testing build: |
| dch -a [1351c6b] Improve the performance of quantum detection. |
| dch -a [612f404] Don't require quantumclient when running nova-api. |
| dch -a [7e8a166] Reinstate default FLAGS.compute_driver for folsom |
| dch -a [1581505] Fixes bug Snapshotting LXC instance fails |
| dch -a [197398f] Stop network.api import on network import |
| dch -a [b874d21] Eliminates simultaneous schedule race. |
| dch -a [182ca80] add port support when QuantumV2 subclass is used |
| dch -a [55d1412] don't explode if a 413 didn't set Retry-After |
| dch -a [3316e1f] make QuantumV2 support requested nic ordering |
| dch -a [d3fd05b] Ensures compute_driver flag can be used by bdm |
| dch -a [76b44d9] Fix signing_dir option for auth_token middleware. |
| dch -a [ab7e37e] Stable oslo (aka common) update |
| dch -a [3f7788c] Proxy floating IP calls to quantum |
| dch -a [b31f528] Fix Broken XML Namespace Handling |
| debcommit |
| 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 141, in |
| raise e |
| subprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-1dff83b3-f85e-4e22-8526-a8477b103d13', '-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 68, 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 141, in |
| raise e |
| subprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-1dff83b3-f85e-4e22-8526-a8477b103d13', '-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

