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
| W | Description | Score |
|---|---|---|
| Build stability: All recent builds failed. | 0 |
Changes
Add nested_depth column to stack table
by shardy
| edit | heat/engine/stack.py |
| add | heat/db/sqlalchemy/migrate_repo/versions/047_stack_nested_depth.py |
| edit | heat/db/sqlalchemy/models.py |
| edit | heat/tests/test_stack_resource.py |
| edit | heat/engine/stack_resource.py |
| edit | heat/tests/db/test_migrations.py |
engine service add nested_depth to create_stack
by shardy
| edit | heat/engine/service.py |
| edit | heat/tests/test_engine_service.py |
Add nested_depth to internal _create_stack RPC interface
by shardy
| edit | heat/rpc/client.py |
| edit | heat/tests/test_rpc_client.py |
| edit | heat/tests/test_api_openstack_v1.py |
| edit | heat/tests/test_api_cfn_v1.py |
StackResource add force_reload to nested() accessor method
by shardy
| edit | heat/tests/test_stack_resource.py |
| edit | heat/engine/stack.py |
| edit | heat/engine/stack_resource.py |
StackResource add show_deleted option to nested() accessor method
by shardy
| edit | heat/tests/test_stack_resource.py |
| edit | heat/engine/stack_resource.py |
engine service add user_creds_id to create_stack interface
by shardy
| edit | heat/engine/service.py |
| edit | heat/tests/test_engine_service.py |
unconfigured clients look in the [clients] section for defaults
by miguel.grinberg
| edit | heat/tests/test_clients.py |
| edit | contrib/heat_keystoneclient_v2/heat_keystoneclient_v2/client.py |
| edit | heat/common/heat_keystoneclient.py |
| edit | heat/common/config.py |
| edit | heat/engine/clients/client_plugin.py |
| edit | etc/heat/heat.conf.sample |
ERROR_WAIT_TIME should be a config option
by Niu.ZGlinux
| edit | heat/tests/common.py |
| edit | heat/engine/stack.py |
| edit | etc/heat/heat.conf.sample |
| edit | heat/common/config.py |
Remove die_if_not_set check for var user_roles
by nanjj
| edit | bin/heat-keystone-setup |
Always using domain id to create domain project or user
by xjunlin
| edit | heat/common/heat_keystoneclient.py |
| edit | heat/tests/test_heatclient.py |
Add validation constraints on config inputs
by andrea.rosa
| edit | heat/engine/resources/software_config/structured_config.py |
| edit | heat/tests/test_structured_config.py |
Updated from global requirements
by openstack-infra
| edit | test-requirements.txt |
Add snapshot restore HTTP API
by thomas.herve
| edit | heat/tests/test_parser.py |
| edit | heat/rpc/client.py |
| edit | heat/tests/test_volume.py |
| edit | heat/api/openstack/v1/stacks.py |
| edit | heat/api/openstack/v1/__init__.py |
| edit | heat/engine/service.py |
| edit | heat/tests/test_api_openstack_v1.py |
| edit | etc/heat/policy.json |
| edit | heat/tests/test_server.py |
| edit | heat/tests/test_engine_service.py |
| edit | heat/engine/stack.py |
| edit | heat/engine/clients/os/cinder.py |
Make resource check messages more consistent
by andersonvom
| edit | heat/engine/resource.py |
| edit | heat/tests/test_resource.py |
Use RPC directly for software config operations
by sbaker
| edit | heat/tests/test_software_deployment.py |
| edit | heat/engine/resources/software_config/software_config.py |
| edit | heat/tests/test_server.py |
| edit | heat/tests/test_software_config.py |
| edit | heat/engine/resource.py |
| edit | heat/tests/test_multi_part.py |
| edit | heat/tests/test_structured_config.py |
| edit | heat/engine/resources/server.py |
| edit | heat/engine/resources/software_config/cloud_config.py |
| edit | heat/tests/test_cloud_config.py |
| edit | heat/engine/resources/software_config/software_component.py |
| edit | heat/tests/test_software_component.py |
| edit | heat/engine/resources/software_config/software_deployment.py |
| edit | heat/engine/resources/software_config/multi_part.py |
Use RPC directly for software deployment operations
by sbaker
| edit | heat/engine/resources/software_config/software_deployment.py |
| edit | heat/tests/test_software_deployment.py |
Remove unused module processutils
by eric.guo
| edit | openstack-common.conf |
| delete | heat/openstack/common/processutils.py |
Remove unused module excutils
by eric.guo
| delete | heat/openstack/common/excutils.py |
Clarify ResourceGroup properties support status
by shardy
| edit | heat/engine/resources/resource_group.py |
Remove validation of nested stack for preview
by andersonvom
| edit | heat/engine/stack_resource.py |
| edit | heat/tests/test_stack_resource.py |
Correct error message when query domain id
by xjunlin
| edit | heat/common/heat_keystoneclient.py |
Mark stack_domain_admin_password as a secret option
by xjunlin
| edit | bin/heat-keystone-setup-domain |
| edit | heat/common/config.py |
Fix [H302] errors in contrib
by prazumovsky
| edit | contrib/nova_flavor/nova_flavor/tests/test_nova_flavor.py |
| edit | contrib/heat_docker/heat_docker/tests/test_docker_container.py |
| edit | contrib/rackspace/rackspace/resources/cloud_loadbalancer.py |
Fix incorrect ca argument for heat ceilometer client
by jpeeler
| edit | heat/engine/clients/os/ceilometer.py |
Handle 404 and 409 response when deleting containers
by jasondunsmore
| edit | heat/engine/resources/swiftsignal.py |
| edit | heat/tests/test_swiftsignal.py |
Fix [H302] errors in heat/api
by prazumovsky
| edit | heat/api/openstack/v1/util.py |
| edit | heat/api/cfn/__init__.py |
| edit | heat/api/aws/ec2token.py |
| edit | heat/api/cloudwatch/__init__.py |
| edit | heat/api/cfn/v1/__init__.py |
| edit | heat/api/openstack/__init__.py |
ResourceGroup don't special-case zero count
by shardy
| edit | heat/tests/test_resource_group.py |
| edit | heat/engine/resources/resource_group.py |
Update sample conf for new oslo.db release
by shardy
| edit | etc/heat/heat.conf.sample |
RandomString physical_resource_id as id not the string
by sbaker
| edit | heat/engine/resources/random_string.py |
| edit | heat/tests/test_random_string.py |
Alter models and add migration
by Niu.ZGlinux
| add | heat/db/sqlalchemy/migrate_repo/versions/048_resource_id_server_default_none_psql.py |
| edit | heat/db/sqlalchemy/models.py |
Import sqlalchemy module instead of classes
by Niu.ZGlinux
| edit | heat/db/sqlalchemy/migrate_repo/versions/048_resource_id_server_default_none_psql.py |
RandomString don't skip superclass validation
by shardy
| edit | heat/tests/test_random_string.py |
| edit | heat/engine/resources/random_string.py |
Remove duplication on stack resource operations
by andersonvom
| edit | heat/engine/service.py |
Functional tests skip volume_create_backup_restore
by shardy
| edit | heat_integrationtests/scenario/test_volumes.py |
Make Cloud Loadbalancer properties updatable
by jasondunsmore
| edit | contrib/rackspace/rackspace/resources/cloud_loadbalancer.py |
| edit | contrib/rackspace/rackspace/tests/test_cloud_loadbalancer.py |
Fix [H302] errors in heat/cloudinit
by sean
| edit | heat/cloudinit/loguserdata.py |
Don't stop create immediately on error for stack resources
by sean
| edit | heat/engine/stack_resource.py |
Updated from global requirements
by openstack-infra
| edit | test-requirements.txt |
Include group argument in calls to create_software_config
by sbaker
| edit | heat/engine/resources/software_config/cloud_config.py |
| edit | heat/tests/test_multi_part.py |
| edit | heat/engine/resources/software_config/multi_part.py |
| edit | heat/tests/test_cloud_config.py |
Fix and assert calls to update_software_deployment
by sbaker
| edit | heat/engine/resources/software_config/software_deployment.py |
| edit | heat/tests/test_software_deployment.py |
Imported Translations from Transifex
by openstack-infra
| delete | heat/locale/en_AU/LC_MESSAGES/heat-log-error.po |
| delete | heat/locale/ja/LC_MESSAGES/heat-log-error.po |
| edit | heat/locale/pt_BR/LC_MESSAGES/heat-log-error.po |
| delete | heat/locale/en_GB/LC_MESSAGES/heat-log-error.po |
| edit | heat/locale/heat-log-error.pot |
| edit | heat/locale/fr/LC_MESSAGES/heat-log-error.po |
| edit | heat/locale/ko_KR/LC_MESSAGES/heat-log-error.po |
| edit | heat/locale/de/LC_MESSAGES/heat-log-error.po |
| delete | heat/locale/zh_CN/LC_MESSAGES/heat-log-error.po |
| edit | heat/locale/es/LC_MESSAGES/heat-log-error.po |
| delete | heat/locale/vi_VN/LC_MESSAGES/heat-log-error.po |
| edit | heat/locale/heat.pot |
Move implementation_signature to StackResource
by shardy
| edit | heat/engine/stack_resource.py |
| edit | heat/tests/test_stack_resource.py |
| edit | heat/engine/resources/template_resource.py |
StackResource consider files in implementation_signature
by shardy
| edit | heat/engine/stack_resource.py |
| edit | heat/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

