Title: precise_havana_nova_trunk

General Information

BUILD FAILURE
Build URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/690/
Project:precise_havana_nova_trunk
Date of build:Tue, 30 Jul 2013 17:37:27 -0400
Build duration:47 min
Build cause:Started by an SCM changeStarted by an SCM changeStarted by an SCM change
Built on:pkg-builder

Health Report

WDescriptionScore
Build stability: All recent builds failed.0

Changes

XenAPI: Refactor Fake to create pools, SRs and VIFs automatically

by bob.ball

  editnova/tests/virt/xenapi/test_xenapi.py
  editnova/virt/xenapi/fake.py
  editnova/tests/virt/xenapi/test_vm_utils.py

Use valid IP addresses values in tests

by rpodolyaka

  editnova/tests/db/test_db_api.py

Change EC2 client tokens to use system_metadata

by burt

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

Raise exception if both port and fixed-ip are in requested networks.

by amigliaccio

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

Fix flavor v3 follow API v3 rules

by xuhj

  editnova/tests/api/openstack/compute/plugins/v3/test_flavors.py
  editnova/api/openstack/compute/plugins/v3/flavors.py

Fix extension rescue follow API v3 rules

by xuhj

  editnova/tests/api/openstack/compute/plugins/v3/test_rescue.py
  editnova/api/openstack/compute/plugins/v3/rescue.py

Set VM back to its original state if cold migration failed

by liugya

  editnova/tests/scheduler/test_scheduler.py
  editnova/scheduler/manager.py

Fix HTTP response for PortNotFound during boot

by rohit.karajgi

  editnova/network/neutronv2/api.py
  editnova/api/openstack/compute/servers.py
  editnova/tests/network/test_neutronv2.py
  editnova/tests/api/openstack/compute/test_servers.py

Clarify instance_type vs flavor in nova-manage

by joe.gordon0

  editnova/tests/test_nova_manage.py
  editnova/cmd/manage.py

Fixes Hyper-V issues on versions prior to 2012

by ap

  editnova/virt/hyperv/volumeops.py
  editnova/tests/virt/hyperv/test_hypervapi.py
  editnova/virt/hyperv/livemigrationops.py
  editnova/virt/hyperv/hostutils.py

Fix postgresql failures related to Data type to API-v3 fixed-ip

by maurosr

  editnova/tests/api/openstack/compute/plugins/v3/test_fixed_ips.py
  editnova/api/openstack/compute/plugins/v3/fixed_ips.py

Sync lockutils from Oslo

by openstack

  editetc/nova/nova.conf.sample
  editnova/openstack/common/lockutils.py

Use RetrievePropertiesEx instead of RetrieveProperties

by gkotton

  editnova/tests/virt/vmwareapi/test_vmwareapi_vm_util.py
  editnova/virt/vmwareapi/vim_util.py
  editetc/nova/nova.conf.sample
  editnova/virt/vmwareapi/vm_util.py
  editnova/virt/vmwareapi/error_util.py
  editnova/virt/vmwareapi/vmops.py
  editnova/virt/vmwareapi/fake.py
  editnova/virt/vmwareapi/host.py
  editnova/tests/virt/vmwareapi/test_vmwareapi.py

Update references with new Mailing List location

by tom

  editdoc/source/man/nova-spicehtml5proxy.rst
  editdoc/source/man/nova-baremetal-deploy-helper.rst
  editdoc/source/man/nova-rootwrap.rst
  editdoc/source/man/nova-objectstore.rst
  editdoc/source/devref/launchpad.rst
  editdoc/source/man/nova-api-os-compute.rst
  editREADME.rst
  editdoc/source/man/nova-cert.rst
  editdoc/source/man/nova-consoleauth.rst
  editdoc/source/man/nova-all.rst
  editdoc/source/man/nova-scheduler.rst
  editdoc/source/man/nova-dhcpbridge.rst
  editdoc/source/man/nova-compute.rst
  editdoc/source/man/nova-network.rst
  editdoc/source/man/nova-api.rst
  editdoc/source/man/nova-manage.rst
  editdoc/source/man/nova-rpc-zmq-receiver.rst
  editdoc/source/man/nova-console.rst
  editdoc/source/man/nova-novncproxy.rst
  editdoc/source/man/nova-conductor.rst
  editdoc/source/man/nova-api-ec2.rst
  editdoc/source/man/nova-xvpvncproxy.rst
  editdoc/source/man/nova-baremetal-manage.rst
  editdoc/source/man/nova-api-metadata.rst

Use project quota as default user quota

by liyingjun1988

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

Remove fping plugin from V3 API

by joe.gordon0

  editsetup.cfg
  editnova/api/openstack/compute/plugins/v3/limits.py
  deletenova/api/openstack/compute/plugins/v3/fping.py
  editnova/tests/fake_policy.py
  deletenova/tests/api/openstack/compute/plugins/v3/test_fping.py
  editetc/nova/policy.json

Enabled the hacking warning for Py3 compatible octal literals (H232)

by alex.gaynor

  editnova/tests/db/test_db_api.py
  edittox.ini

Fix race between aggregate list and delete

by treinish

  editnova/tests/compute/test_compute.py
  editnova/compute/api.py

Enabled hacking check for Python3 compatible print (H233)

by alex.gaynor

  editnova/wsgi.py
  edittox.ini
  editsmoketests/run_tests.py
  editnova/cmd/novncproxy.py
  editnova/cmd/dhcpbridge.py
  editnova/cmd/spicehtml5proxy.py
  editnova/cmd/manage.py

Fix 2 pep8 errors in tests

by cbehrens

  editnova/tests/virt/xenapi/test_vm_utils.py
  editnova/tests/compute/test_compute_api.py

Console Output

[...truncated 646952 lines...]
dch -a [827c2d3] Sane rest API rate limit defaults
dch -a [4fbc164] Remove locals() from compute directory
dch -a [d2a4915] Hypervisor uptime fails if service is disabled
dch -a [09accc6] Port server password extension to v3 API Part 1
dch -a [e00245804] Port Simple_tenant_usage API to v3 Part 2
dch -a [b505388] Make sure periodic instance reclaims continues on error
dch -a [941984e] Make sure periodic cleanup of instances continues on error
dch -a [7f57bb8] Sync models.Console* with migrations.
dch -a [42bd910] Exeption message of 'live migration' is not appropriate
dch -a [b5a3d05] Sync rpc from oslo-incubator.
dch -a [ec01030] Update pyparsing to 1.5.7
dch -a [b0a2a2d] Avoid redefining host to none in get_instance_nw_info(...)
dch -a [12c6416] Clarify the compute API is_volume_backed_instance method
dch -a [1b3f890] Port extended-server-attributes into v3 part1
dch -a [37b269d] Revert "fixes nova resize bug when force_config_drive is set."
dch -a [b01136e] Port extended status extension to v3 API Part 1
dch -a [b0da1ab] Preserve network order when using ConfigDrive
dch -a [5e6c081] Add troubleshoot to baremetal PXE template.
dch -a [fdafaf3] Port hypervisor API into v3 part1
dch -a [5bc4b7a] port Simple_tenant_usage API into v3 part1
dch -a [d925044] Don't deallocate network if destroy time out
dch -a [c8fc1c2] Port fping extension to v3 API Part 1
dch -a [cf3cf3c] libvirt fix resize/migrates with swap or ephemeral
dch -a [2654ae8] Enforce sqlite-specific flow in drop_unique_constraint
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
debsign -k9935ACDC nova_2013.2+git201307301739~precise-0ubuntu1_source.changes
mk-build-deps -i -r -t apt-get -y /tmp/tmpEnz9yr/nova/debian/control
sbuild -d precise-havana -n -A nova_2013.2+git201307301739~precise-0ubuntu1.dsc
Traceback (most recent call last):
File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in
raise e
subprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'nova_2013.2+git201307301739~precise-0ubuntu1.dsc']' returned non-zero exit status 2
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 139, in
raise e
subprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'nova_2013.2+git201307301739~precise-0ubuntu1.dsc']' returned non-zero exit status 2
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