Title: vivid_kilo_heat_trunk

General Information

BUILD FAILURE
Build URL:https://jenkins.qa.ubuntu.com/job/vivid_kilo_heat_trunk/4/
Project:vivid_kilo_heat_trunk
Date of build:Wed, 19 Nov 2014 16:30:48 -0500
Build duration:9 min 10 sec
Build cause:Started by an SCM change
Built on:pkg-builder

Health Report

WDescriptionScore
Build stability: All recent builds failed.0

Changes

Add nested_depth column to stack table

by shardy

  editheat/engine/stack.py
  addheat/db/sqlalchemy/migrate_repo/versions/047_stack_nested_depth.py
  editheat/db/sqlalchemy/models.py
  editheat/tests/test_stack_resource.py
  editheat/engine/stack_resource.py
  editheat/tests/db/test_migrations.py

engine service add nested_depth to create_stack

by shardy

  editheat/engine/service.py
  editheat/tests/test_engine_service.py

Add nested_depth to internal _create_stack RPC interface

by shardy

  editheat/rpc/client.py
  editheat/tests/test_rpc_client.py
  editheat/tests/test_api_openstack_v1.py
  editheat/tests/test_api_cfn_v1.py

StackResource add force_reload to nested() accessor method

by shardy

  editheat/tests/test_stack_resource.py
  editheat/engine/stack.py
  editheat/engine/stack_resource.py

StackResource add show_deleted option to nested() accessor method

by shardy

  editheat/tests/test_stack_resource.py
  editheat/engine/stack_resource.py

engine service add user_creds_id to create_stack interface

by shardy

  editheat/engine/service.py
  editheat/tests/test_engine_service.py

unconfigured clients look in the [clients] section for defaults

by miguel.grinberg

  editheat/tests/test_clients.py
  editcontrib/heat_keystoneclient_v2/heat_keystoneclient_v2/client.py
  editheat/common/heat_keystoneclient.py
  editheat/common/config.py
  editheat/engine/clients/client_plugin.py
  editetc/heat/heat.conf.sample

ERROR_WAIT_TIME should be a config option

by Niu.ZGlinux

  editheat/tests/common.py
  editheat/engine/stack.py
  editetc/heat/heat.conf.sample
  editheat/common/config.py

Remove die_if_not_set check for var user_roles

by nanjj

  editbin/heat-keystone-setup

Always using domain id to create domain project or user

by xjunlin

  editheat/common/heat_keystoneclient.py
  editheat/tests/test_heatclient.py

Add validation constraints on config inputs

by andrea.rosa

  editheat/engine/resources/software_config/structured_config.py
  editheat/tests/test_structured_config.py

Updated from global requirements

by openstack-infra

  edittest-requirements.txt

Add snapshot restore HTTP API

by thomas.herve

  editheat/tests/test_parser.py
  editheat/rpc/client.py
  editheat/tests/test_volume.py
  editheat/api/openstack/v1/stacks.py
  editheat/api/openstack/v1/__init__.py
  editheat/engine/service.py
  editheat/tests/test_api_openstack_v1.py
  editetc/heat/policy.json
  editheat/tests/test_server.py
  editheat/tests/test_engine_service.py
  editheat/engine/stack.py
  editheat/engine/clients/os/cinder.py

Make resource check messages more consistent

by andersonvom

  editheat/engine/resource.py
  editheat/tests/test_resource.py

Use RPC directly for software config operations

by sbaker

  editheat/tests/test_software_deployment.py
  editheat/engine/resources/software_config/software_config.py
  editheat/tests/test_server.py
  editheat/tests/test_software_config.py
  editheat/engine/resource.py
  editheat/tests/test_multi_part.py
  editheat/tests/test_structured_config.py
  editheat/engine/resources/server.py
  editheat/engine/resources/software_config/cloud_config.py
  editheat/tests/test_cloud_config.py
  editheat/engine/resources/software_config/software_component.py
  editheat/tests/test_software_component.py
  editheat/engine/resources/software_config/software_deployment.py
  editheat/engine/resources/software_config/multi_part.py

Use RPC directly for software deployment operations

by sbaker

  editheat/engine/resources/software_config/software_deployment.py
  editheat/tests/test_software_deployment.py

Remove unused module processutils

by eric.guo

  editopenstack-common.conf
  deleteheat/openstack/common/processutils.py

Remove unused module excutils

by eric.guo

  deleteheat/openstack/common/excutils.py

Clarify ResourceGroup properties support status

by shardy

  editheat/engine/resources/resource_group.py

Remove validation of nested stack for preview

by andersonvom

  editheat/engine/stack_resource.py
  editheat/tests/test_stack_resource.py

Correct error message when query domain id

by xjunlin

  editheat/common/heat_keystoneclient.py

Mark stack_domain_admin_password as a secret option

by xjunlin

  editbin/heat-keystone-setup-domain
  editheat/common/config.py

Fix [H302] errors in contrib

by prazumovsky

  editcontrib/nova_flavor/nova_flavor/tests/test_nova_flavor.py
  editcontrib/heat_docker/heat_docker/tests/test_docker_container.py
  editcontrib/rackspace/rackspace/resources/cloud_loadbalancer.py

Fix incorrect ca argument for heat ceilometer client

by jpeeler

  editheat/engine/clients/os/ceilometer.py

Handle 404 and 409 response when deleting containers

by jasondunsmore

  editheat/engine/resources/swiftsignal.py
  editheat/tests/test_swiftsignal.py

Fix [H302] errors in heat/api

by prazumovsky

  editheat/api/openstack/v1/util.py
  editheat/api/cfn/__init__.py
  editheat/api/aws/ec2token.py
  editheat/api/cloudwatch/__init__.py
  editheat/api/cfn/v1/__init__.py
  editheat/api/openstack/__init__.py

ResourceGroup don't special-case zero count

by shardy

  editheat/tests/test_resource_group.py
  editheat/engine/resources/resource_group.py

Update sample conf for new oslo.db release

by shardy

  editetc/heat/heat.conf.sample

RandomString physical_resource_id as id not the string

by sbaker

  editheat/engine/resources/random_string.py
  editheat/tests/test_random_string.py

Alter models and add migration

by Niu.ZGlinux

  addheat/db/sqlalchemy/migrate_repo/versions/048_resource_id_server_default_none_psql.py
  editheat/db/sqlalchemy/models.py

Import sqlalchemy module instead of classes

by Niu.ZGlinux

  editheat/db/sqlalchemy/migrate_repo/versions/048_resource_id_server_default_none_psql.py

RandomString don't skip superclass validation

by shardy

  editheat/tests/test_random_string.py
  editheat/engine/resources/random_string.py

Remove duplication on stack resource operations

by andersonvom

  editheat/engine/service.py

Functional tests skip volume_create_backup_restore

by shardy

  editheat_integrationtests/scenario/test_volumes.py

Make Cloud Loadbalancer properties updatable

by jasondunsmore

  editcontrib/rackspace/rackspace/resources/cloud_loadbalancer.py
  editcontrib/rackspace/rackspace/tests/test_cloud_loadbalancer.py

Fix [H302] errors in heat/cloudinit

by sean

  editheat/cloudinit/loguserdata.py

Don't stop create immediately on error for stack resources

by sean

  editheat/engine/stack_resource.py

Updated from global requirements

by openstack-infra

  edittest-requirements.txt

Include group argument in calls to create_software_config

by sbaker

  editheat/engine/resources/software_config/cloud_config.py
  editheat/tests/test_multi_part.py
  editheat/engine/resources/software_config/multi_part.py
  editheat/tests/test_cloud_config.py

Fix and assert calls to update_software_deployment

by sbaker

  editheat/engine/resources/software_config/software_deployment.py
  editheat/tests/test_software_deployment.py

Imported Translations from Transifex

by openstack-infra

  deleteheat/locale/en_AU/LC_MESSAGES/heat-log-error.po
  deleteheat/locale/ja/LC_MESSAGES/heat-log-error.po
  editheat/locale/pt_BR/LC_MESSAGES/heat-log-error.po
  deleteheat/locale/en_GB/LC_MESSAGES/heat-log-error.po
  editheat/locale/heat-log-error.pot
  editheat/locale/fr/LC_MESSAGES/heat-log-error.po
  editheat/locale/ko_KR/LC_MESSAGES/heat-log-error.po
  editheat/locale/de/LC_MESSAGES/heat-log-error.po
  deleteheat/locale/zh_CN/LC_MESSAGES/heat-log-error.po
  editheat/locale/es/LC_MESSAGES/heat-log-error.po
  deleteheat/locale/vi_VN/LC_MESSAGES/heat-log-error.po
  editheat/locale/heat.pot

Move implementation_signature to StackResource

by shardy

  editheat/engine/stack_resource.py
  editheat/tests/test_stack_resource.py
  editheat/engine/resources/template_resource.py

StackResource consider files in implementation_signature

by shardy

  editheat/engine/stack_resource.py
  editheat/tests/test_stack_resource.py

Console Output

[...truncated 12202 lines...]
Package: heat
Package-Time: 414
Source-Version: 1:2014.3+git201411191630~vivid-0ubuntu1
Space: 20232
Status: attempted
Version: 1:2014.3+git201411191630~vivid-0ubuntu1
������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������
Finished at 20141119-1639
Build needed 00:06:54, 20232k disc space
ERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'vivid-kilo', '-n', '-A', 'heat_2014.3+git201411191630~vivid-0ubuntu1.dsc']' returned non-zero exit status 2
ERROR:root:Command '['sbuild', '-d', 'vivid-kilo', '-n', '-A', 'heat_2014.3+git201411191630~vivid-0ubuntu1.dsc']' returned non-zero exit status 2
INFO:root:Complete command log:
INFO:root:Destroying schroot.
apt-get -y install python-setuptools git
python setup.py sdist
bzr branch lp:~ubuntu-server-dev/heat/kilo heat
dch -b -D vivid --newversion 1:2014.3+git201411191630~vivid-0ubuntu1 Automated Ubuntu testing build:
git log -n1 --no-merges --pretty=format:%H
git log -n5 --no-merges --pretty=format:[%h] %s
dch -a [32b4988] StackResource consider files in implementation_signature
dch -a [f5221fe] Move implementation_signature to StackResource
dch -a [5e9f6db] Imported Translations from Transifex
dch -a [dcc7fd1] Fix and assert calls to update_software_deployment
dch -a [550683b] Include group argument in calls to create_software_config
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.3+git201411191630~vivid-0ubuntu1_source.changes
mk-build-deps -i -r -t apt-get -y /tmp/tmpVaW_zy/heat/debian/control
sbuild -d vivid-kilo -n -A heat_2014.3+git201411191630~vivid-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', 'vivid-kilo', '-n', '-A', 'heat_2014.3+git201411191630~vivid-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', 'vivid-kilo', '-n', '-A', 'heat_2014.3+git201411191630~vivid-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