Title: precise_havana_nova_trunk

General Information

BUILD FAILURE
Build URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/123/
Project:precise_havana_nova_trunk
Date of build:Wed, 08 May 2013 12:32:53 -0400
Build duration:2 min 28 sec
Build cause:Started by an SCM change
Built on:pkg-builder

Health Report

WDescriptionScore
Build stability: 2 out of the last 5 builds failed.60

Changes

Rename nova.compute.instance_types to flavors

by jogo

  editnova/api/openstack/compute/contrib/flavor_access.py
  editnova/tests/utils.py
  editnova/tests/api/openstack/compute/contrib/test_flavor_access.py
  editnova/virt/powervm/blockdev.py
  editnova/compute/utils.py
  editnova/scheduler/driver.py
  editnova/scheduler/filter_scheduler.py
  editnova/tests/api/openstack/compute/test_servers.py
  editnova/virt/baremetal/tilera.py
  editnova/virt/libvirt/driver.py
  editnova/api/openstack/compute/contrib/simple_tenant_usage.py
  editnova/tests/api/openstack/compute/contrib/test_flavor_manage.py
  editnova/api/openstack/compute/flavors.py
  editnova/virt/xenapi/vmops.py
  editnova/cloudpipe/pipelib.py
  editnova/virt/hyperv/imagecache.py
  editnova/tests/test_xenapi.py
  editnova/tests/conductor/test_conductor.py
  editnova/notifications.py
  editnova/api/openstack/compute/contrib/flavormanage.py
  editnova/tests/api/openstack/compute/contrib/test_flavorextradata.py
  editnova/tests/test_powervm.py
  editnova/compute/cells_api.py
  editnova/tests/scheduler/test_filter_scheduler.py
  editnova/tests/compute/test_resource_tracker.py
  editnova/tests/api/ec2/test_cloud.py
  editnova/compute/api.py
  editnova/tests/test_instance_types.py
  editnova/virt/libvirt/blockinfo.py
  editnova/compute/resource_tracker.py
  editnova/virt/powervm/driver.py
  editnova/virt/baremetal/pxe.py
  editnova/api/ec2/cloud.py
  editnova/tests/compute/test_compute.py
  editnova/tests/test_quota.py
  editnova/tests/api/openstack/compute/contrib/test_flavor_disabled.py
  editnova/tests/test_notifications.py
  editnova/cmd/manage.py
  editnova/network/quantumv2/api.py
  deletenova/compute/instance_types.py
  editnova/network/api.py
  editnova/tests/api/openstack/compute/contrib/test_flavor_swap.py
  editnova/tests/network/test_quantumv2.py
  editnova/tests/scheduler/fakes.py
  editnova/compute/manager.py
  editnova/virt/xenapi/vm_utils.py
  editnova/api/openstack/compute/views/servers.py
  editnova/tests/api/openstack/compute/contrib/test_simple_tenant_usage.py
  editnova/tests/compute/test_compute_utils.py
  editnova/tests/network/test_api.py
  editnova/tests/api/openstack/compute/contrib/test_flavor_rxtx.py
  editnova/tests/test_metadata.py
  editnova/api/openstack/compute/servers.py
  editnova/tests/api/ec2/test_cinder_cloud.py
  editnova/api/metadata/base.py
  editnova/tests/api/openstack/fakes.py
  editnova/tests/test_libvirt_blockinfo.py
  editnova/tests/scheduler/test_scheduler.py
  editnova/tests/test_libvirt.py
  editnova/tests/api/openstack/compute/test_flavors.py
  addnova/compute/flavors.py
  editnova/tests/api/openstack/compute/contrib/test_volumes.py

Fixes mock calls in Hyper-V test method

by ap

  editnova/tests/test_hypervapi.py

Console Output

[...truncated 793 lines...]
Download error on http://pypi.python.org/simple/pbr/: timed out -- Some packages may not be found!
Couldn't find index page for 'pbr' (maybe misspelled?)
Download error on http://pypi.python.org/simple/: timed out -- Some packages may not be found!
No local packages or download links found for pbr
Traceback (most recent call last):
File "setup.py", line 21, in
d2to1=True)
File "/usr/lib/python2.7/distutils/core.py", line 112, in setup
_setup_distribution = dist = klass(attrs)
File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 221, in __init__
self.fetch_build_eggs(attrs.pop('setup_requires'))
File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 245, in fetch_build_eggs
parse_requirements(requires), installer=self.fetch_build_egg
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 576, in resolve
dist = best[req.key] = env.best_match(req, self, installer)
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 821, in best_match
return self.obtain(req, installer) # try and download/install
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 833, in obtain
return installer(requirement)
File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 294, in fetch_build_egg
return cmd.easy_install(req)
File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 602, in easy_install
raise DistutilsError(msg)
distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr')
ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-85fcd5c8-8b39-41fc-88bb-226efebec4ec', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1
ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-85fcd5c8-8b39-41fc-88bb-226efebec4ec', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1
INFO:root:Complete command log:
INFO:root:Destroying schroot.
bzr branch lp:~openstack-ubuntu-testing/nova/havana /tmp/tmptC_bQ_/nova
mk-build-deps -i -r -t apt-get -y /tmp/tmptC_bQ_/nova/debian/control
python setup.py sdist
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', 'precise-amd64-85fcd5c8-8b39-41fc-88bb-226efebec4ec', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1
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 '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-85fcd5c8-8b39-41fc-88bb-226efebec4ec', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1
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