Title: utopic_juno_heat_trunk

General Information

BUILD FAILURE
Build URL:https://jenkins.qa.ubuntu.com/job/utopic_juno_heat_trunk/172/
Project:utopic_juno_heat_trunk
Date of build:Tue, 15 Jul 2014 07:20:28 -0400
Build duration:9 min 28 sec
Build cause:Started by an SCM change
Built on:pkg-builder

Health Report

WDescriptionScore
Build stability: All recent builds failed.0

Changes

Improve OS::Trove::Instance resource

by pshchelokovskyy

  editheat/engine/resources/os_database.py
  editheat/tests/test_os_database.py

Add datastore properties to OS::Trove::Instance

by pshchelokovskyy

  editheat/tests/test_os_database.py
  editheat/engine/resources/os_database.py

Implement nova client plugin

by sbaker

  editheat/tests/test_instance.py
  editheat/tests/test_loadbalancer.py
  addheat/engine/clients/os/__init__.py
  editheat/tests/test_nokey.py
  editheat/tests/test_parser.py
  editheat/tests/test_nova_keypair.py
  editheat/tests/test_nova_servergroup.py
  editheat/tests/test_nova_utils.py
  editheat/tests/test_autoscaling_update_policy.py
  editheat/tests/test_eip.py
  editheat/tests/test_server_tags.py
  editheat/engine/resources/nova_floatingip.py
  editcontrib/rackspace/rackspace/tests/test_rackspace_cloud_server.py
  editheat/tests/test_sqlalchemy_api.py
  editheat/engine/resources/eip.py
  editheat/engine/resources/security_group.py
  editheat/engine/resources/nova_utils.py
  editheat/tests/test_security_group.py
  editheat/tests/test_engine_service.py
  editheat/tests/test_server.py
  editheat/tests/test_nova_floatingip.py
  editheat/engine/resources/instance.py
  editheat/tests/v1_1/fakes.py
  editheat/tests/test_neutron_loadbalancer.py
  editcontrib/nova_flavor/nova_flavor/tests/test_nova_flavor.py
  editheat/tests/test_validate.py
  editheat/tests/test_instance_group_update_policy.py
  editsetup.cfg
  editheat/engine/resources/server.py
  editheat/tests/test_instance_network.py
  addheat/engine/clients/os/nova.py
  editheat/engine/clients/__init__.py
  editheat/engine/resources/volume.py
  editheat/tests/test_volume.py

Remove unused parameter name in validate_value

by skraynev

  editheat/engine/parameters.py
  editheat/tests/test_hot.py

remove bogus comments re stack_delete_after in tests

by shardy

  editheat/tests/test_ceilometer_alarm.py
  editheat/tests/test_waitcondition.py
  editheat/tests/test_signal.py
  editheat/tests/test_parser.py
  editheat/tests/test_metadata_refresh.py

Unit tests: Check for lost resource after failed rollback

by zbitter

  editheat/tests/test_parser.py

Implement swift client plugin

by sbaker

  addheat/engine/clients/os/swift.py
  editheat/tests/test_swift.py
  editheat/engine/resources/s3.py
  editsetup.cfg
  editheat/engine/clients/__init__.py
  editheat/engine/resources/swift.py
  editheat/tests/test_s3.py

Implement glance client plugin

by sbaker

  editheat/engine/clients/__init__.py
  editcontrib/rackspace/rackspace/tests/test_rackspace_cloud_server.py
  addheat/engine/clients/os/glance.py
  editsetup.cfg
  editheat/tests/test_server.py
  editheat/tests/test_volume.py
  editheat/tests/test_glance_image.py
  editheat/tests/test_validate.py
  editheat/tests/test_autoscaling_update_policy.py
  editheat/tests/test_sqlalchemy_api.py
  editheat/tests/test_instance_network.py
  editheat/tests/test_loadbalancer.py
  editheat/tests/test_engine_service.py
  editheat/engine/resources/glance_image.py
  editheat/tests/test_instance.py
  editheat/tests/test_server_tags.py
  editheat/tests/test_nokey.py

Fix typo in HOT template guide

by matt.printz

  editdoc/source/template_guide/hot_guide.rst

Implement neutron client plugin

by sbaker

  editheat/tests/test_eip.py
  editheat/tests/test_neutron_autoscaling.py
  editsetup.cfg
  editheat/engine/resources/eip.py
  editheat/tests/test_neutron_metering.py
  editheat/engine/resources/network_interface.py
  addheat/engine/clients/os/neutron.py
  editheat/tests/test_neutron_network_gateway.py
  editheat/engine/resources/security_group.py
  editheat/tests/test_vpc.py
  editheat/engine/resources/internet_gateway.py
  editheat/engine/resources/neutron/router.py
  editheat/engine/clients/__init__.py
  editheat/engine/resources/neutron/vpnservice.py
  editheat/engine/resources/vpc.py
  editheat/engine/resources/neutron/provider_net.py
  editheat/engine/resources/subnet.py
  editheat/tests/test_neutron_loadbalancer.py
  editheat/tests/test_autoscaling.py
  editheat/engine/resources/neutron/loadbalancer.py
  editheat/engine/resources/neutron/net.py
  editcontrib/extraroute/extraroute/resources/extraroute.py
  editheat/tests/test_template_format.py
  editheat/tests/test_neutron_firewall.py
  editheat/tests/test_neutron.py
  editcontrib/extraroute/extraroute/tests/test_extraroute.py
  editheat/engine/resources/neutron/security_group.py
  editheat/engine/resources/neutron/subnet.py
  editheat/engine/resources/neutron/firewall.py
  editheat/engine/resources/route_table.py
  editheat/engine/resources/neutron/port.py
  editheat/engine/resources/neutron/metering.py
  editheat/engine/resources/neutron/network_gateway.py
  editheat/engine/resources/neutron/floatingip.py
  editheat/tests/test_neutron_vpnservice.py

Change help text for StructuredConfig.CONFIG property

by ramishra

  editheat/engine/resources/software_config/structured_config.py

Remove unused 'VERSIONS' definition

by skraynev

  editheat/engine/hot/template.py

Fix several misspells

by junxiebj

  editheat/engine/parser.py
  editheat/engine/resource.py

Don't overwrite deployments metadata in Server resource

by shardy

  editheat/tests/test_metadata_refresh.py
  editheat/engine/resources/server.py

Removed redundant code in stack preview, create.

by unmesh.gurjar

  editheat/engine/service.py

Fixing a typo

by andrea.rosa

  editheat/engine/resources/wait_condition.py

Console Output

[...truncated 71491 lines...]
dch -a [d278a8c] Unit tests: Check for lost resource after failed rollback
dch -a [b537bdf] remove bogus comments re stack_delete_after in tests
dch -a [04030c2] Remove unused parameter name in validate_value
dch -a [9850832] Implement nova client plugin
dch -a [43a948e] Use stevedore to load client plugins
dch -a [896fe97] Revert "Convert WaitConditionHandle to use handle_signal"
dch -a [f16a0f6] Revert "Update waitcondition API to use signal RPC interface"
dch -a [26ce899] Revert "Refactor waitcondition resources to allow easier subclassing"
dch -a [a4e7229] Add datastore properties to OS::Trove::Instance
dch -a [3f80c2b] Improve OS::Trove::Instance resource
dch -a [1e8e0fc] HOT intrinisic function list_join like Fn::Join
dch -a [30e4163] Order intrinsic function docs alphabetically
dch -a [25e7bf2] Base class for client plugins
dch -a [850ac0c] Refactor waitcondition resources to allow easier subclassing
dch -a [7354e68] Support using domain_name instead of domain_id
dch -a [7e272cc] Makefile option to build xml docs
dch -a [d1f513a] Implement Flavor Extra-specs Key/Value Pairs
dch -a [240468e] Avoid truncating API Response
dch -a [cb966ff] Sleep before stopping threads for delete
dch -a [ce95ff4] Change template loading to use stevedore extensions
dch -a [2482246] Support loading constraints as stevedore extensions
dch -a [3cf75a1] Use auth_token_info to initialize heat_keystoneclient sessions
dch -a [a2eb685] Re-organise top-level template guide structure
dch -a [dcdcfcb] Fix docker volumes binds issue
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 heat_2014.2+git201407150720~utopic-0ubuntu1_source.changes
mk-build-deps -i -r -t apt-get -y /tmp/tmpwnlIE6/heat/debian/control
sbuild -d utopic-juno -n -A heat_2014.2+git201407150720~utopic-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', 'utopic-juno', '-n', '-A', 'heat_2014.2+git201407150720~utopic-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 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 '['sbuild', '-d', 'utopic-juno', '-n', '-A', 'heat_2014.2+git201407150720~utopic-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