Title: saucy_havana_heat_trunk

General Information

BUILD FAILURE
Build URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_heat_trunk/148/
Project:saucy_havana_heat_trunk
Date of build:Wed, 04 Sep 2013 13:51:21 -0400
Build duration:1 min 50 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

EC2token middleware implement multi-cloud auth

by sbaker

  editetc/heat/heat.conf.sample
  editheat/tests/test_api_ec2token.py
  editheat/api/aws/ec2token.py

Remove localhost references from tests

by shardy

  editheat/tests/test_waitcondition.py
  editheat/tests/test_loadbalancer.py
  editheat/tests/test_metadata_refresh.py
  editheat/tests/test_swift.py
  editheat/tests/test_ceilometer_alarm.py
  editheat/tests/utils.py
  editheat/tests/test_s3.py
  editheat/tests/test_autoscaling.py
  editheat/tests/test_nova_utils.py
  editheat/tests/test_signal.py

autoscaling test fix assertRaises Exception warning

by shardy

  editheat/tests/test_autoscaling.py

Do updates based on a single dependency list

by zbitter

  editheat/engine/update.py

Don't stub LoadBalancer.update in autoscaling tests

by zbitter

  editheat/tests/test_autoscaling.py

Allow resources to be updated in parallel

by zbitter

  editheat/engine/resource.py
  editheat/tests/test_server.py
  editheat/tests/test_ceilometer_alarm.py
  editheat/tests/test_cw_alarm.py
  editheat/tests/test_resource.py
  editheat/tests/test_rackspace_cloud_server.py
  editheat/tests/test_neutron_firewall.py
  editheat/tests/test_neutron_loadbalancer.py
  editheat/tests/test_instance_group.py
  editheat/tests/test_instance.py
  editheat/tests/test_autoscaling.py
  editheat/engine/resources/autoscaling.py

Parallelise Instance updates

by zbitter

  editheat/engine/resources/instance.py
  editheat/engine/resources/rackspace/cloud_server.py

Rackspace: Parallelise CloudServer updates

by zbitter

  editheat/engine/resources/rackspace/cloud_server.py

Parallelise Server updates

by zbitter

  editheat/engine/resources/server.py

Make security groups associated with Neutron port work

by jpeeler

  editheat/engine/resources/network_interface.py
  editheat/engine/resources/neutron/neutron.py
  editheat/tests/test_vpc.py
  editheat/engine/resources/neutron/port.py

Sync rpc from oslo-incubator

by rbryant

  editheat/openstack/common/rpc/impl_qpid.py
  editheat/openstack/common/rpc/zmq_receiver.py
  editheat/openstack/common/rpc/impl_fake.py
  editheat/openstack/common/rpc/impl_kombu.py
  editetc/heat/heat.conf.sample
  addheat/openstack/common/rpc/securemessage.py
  editheat/openstack/common/rpc/impl_zmq.py
  editheat/openstack/common/rpc/amqp.py

Support ISO8601 duration format for UpdatePolicy PauseTime

by winson.c.chan

  addheat/tests/test_iso8601_utils.py
  addheat/common/timeutils.py

Remove references to the multiple config files

by asalkeld

  editdoc/source/getting_started/on_fedora.rst
  editbin/heat-db-setup
  editdoc/source/man/heat-api-cloudwatch.rst
  editdoc/source/man/heat-engine.rst
  editdoc/source/getting_started/on_ubuntu.rst
  editdoc/source/man/heat-api.rst
  editinstall.sh
  editdoc/source/man/heat-api-cfn.rst
  editheat/db/sqlalchemy/manage.py
  editetc/heat/api-paste.ini

Delete the old example config files

by asalkeld

  deleteetc/heat/heat-api-cfn.conf
  deleteetc/heat/heat-api-cloudwatch.conf
  deleteetc/heat/heat-engine.conf
  deleteetc/heat/heat-api.conf

Don't use a query for stack_get()

by zbitter

  editheat/db/sqlalchemy/api.py

Don't use a query for watch_rule_get()

by zbitter

  editheat/db/sqlalchemy/api.py

Allowing to pass network name to router gateway

by bartosz.gorski

  editheat/engine/resources/neutron/router.py
  editheat/tests/test_neutron.py

Add trust_id and trustor_user_id Context and DB

by shardy

  editheat/db/sqlalchemy/api.py
  editheat/common/context.py
  addheat/db/sqlalchemy/migrate_repo/versions/027_user_creds_trusts.py
  editheat/db/sqlalchemy/models.py
  editheat/tests/test_sqlalchemy_api.py

Add unit tests for Resource dependency inference

by zbitter

  editheat/tests/test_resource.py

Make error message for InvalidTemplateReference sane

by zbitter

  editheat/tests/test_resource.py
  editheat/common/exception.py
  editheat/tests/test_vpc.py
  editheat/engine/resource.py

Migrate stored credentials to keystone trusts

by shardy

  editheat/tests/utils.py
  editheat/tests/fakes.py
  editheat/common/heat_keystoneclient.py
  editheat/tests/test_heatclient.py
  editrequirements.txt
  editheat/common/config.py
  editheat/engine/service.py
  editetc/heat/heat.conf.sample
  editheat/tests/test_engine_service.py
  editheat/tests/test_signal.py
  editheat/tests/test_ceilometer_alarm.py
  editheat/tests/test_metadata_refresh.py

Change _testnoexisthost_ references in tests

by shardy

  editheat/tests/test_ceilometer_alarm.py
  editheat/tests/test_swift.py
  editheat/tests/test_autoscaling.py
  editheat/tests/test_metadata_refresh.py
  editheat/tests/utils.py
  editheat/tests/test_sqlalchemy_api.py
  editheat/tests/test_waitcondition.py
  editheat/tests/test_signal.py
  editheat/tests/test_s3.py
  editheat/tests/test_heatclient.py
  editheat/tests/test_nova_utils.py
  editheat/tests/test_loadbalancer.py

Create a Stack.update_task() method

by zbitter

  editheat/engine/parser.py

Fix problem with mocking tasks

by zbitter

  editheat/engine/scheduler.py

Update nested stacks in parallel

by zbitter

  editheat/engine/resources/stack.py
  editheat/engine/resources/autoscaling.py
  editheat/tests/test_stack_resource.py
  editheat/engine/stack_resource.py
  editheat/tests/test_nested_stack.py

Console Output

[...truncated 1580 lines...]
dch -a [f2acd0e] Add unit tests for Resource dependency inference
dch -a [85968a7] Add trust_id and trustor_user_id Context and DB
dch -a [9cf5a38] Allowing to pass network name to router gateway
dch -a [fc0361a] Don't use a query for watch_rule_get()
dch -a [f1da454] Don't use a query for stack_get()
dch -a [c8c61d9] Delete the old example config files
dch -a [ae28bf4] Remove references to the multiple config files
dch -a [f70d459] Support ISO8601 duration format for UpdatePolicy PauseTime
dch -a [7f1c6e9] Sync rpc from oslo-incubator
dch -a [3334a88] Make security groups associated with Neutron port work
dch -a [723b90e] Parallelise Server updates
dch -a [24c5d98] Rackspace: Parallelise CloudServer updates
dch -a [cb5fae0] Parallelise Instance updates
dch -a [5532be0] Allow resources to be updated in parallel
dch -a [4da718c] Don't stub LoadBalancer.update in autoscaling tests
dch -a [8b73224] Do updates based on a single dependency list
dch -a [e710fd3] autoscaling test fix assertRaises Exception warning
dch -a [752da8e] Remove localhost references from tests
dch -a [fcd91d8] Generate docs using new properties Schema class
dch -a [f075b4e] Give Property constraints a string representation
dch -a [03638aa] Fix CFN API error responses
dch -a [7e23212] Cleanup the Properties doc strings
dch -a [83737d2] Add auto code api doc generation
dch -a [46ae684] Implement interruption-free update and rollback
dch -a [10f9360] Add schema for security group rule
dch -a [e820a28] Add the missing heat.po files into heat
dch -a [fc007a1] EC2token middleware implement multi-cloud auth
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', 'saucy-amd64-5e596878-bc5e-4901-bd3c-b30720c9e7ff', '-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 139, in
raise e
subprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-5e596878-bc5e-4901-bd3c-b30720c9e7ff', '-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     : 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