General Information
| BUILD FAILURE | |
| Build URL: | https://jenkins.qa.ubuntu.com/job/utopic_juno_ironic_trunk/125/ |
| Project: | utopic_juno_ironic_trunk |
| Date of build: | Mon, 18 Aug 2014 12:11:04 -0400 |
| Build duration: | 3 min 8 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
Allow Ironic URL from config file
by jim
| edit | ironic/nova/virt/ironic/client_wrapper.py |
| edit | ironic/nova/tests/virt/ironic/test_client_wrapper.py |
Add create() and destroy() to Port object
by lucasagomes
| edit | ironic/tests/drivers/test_pxe.py |
| edit | ironic/tests/test_neutron.py |
| edit | ironic/tests/api/v1/test_ports.py |
| edit | ironic/tests/test_pxe_utils.py |
| edit | ironic/tests/drivers/test_ssh.py |
| edit | ironic/db/sqlalchemy/api.py |
| edit | ironic/tests/api/v1/test_nodes.py |
| edit | ironic/tests/conductor/test_manager.py |
| edit | ironic/objects/port.py |
| edit | ironic/tests/drivers/test_utils.py |
| edit | ironic/api/controllers/v1/port.py |
Remove direct calls to dbapi's get_node_by_instance
by lucasagomes
| edit | ironic/objects/node.py |
| edit | ironic/api/controllers/v1/node.py |
| edit | ironic/db/sqlalchemy/api.py |
Reduce running time of test_different_sizes
by yzveryanskyy
| edit | ironic/tests/drivers/test_deploy_utils.py |
Add method for deallocating networks on reschedule
by dprince
| edit | ironic/nova/virt/ironic/driver.py |
Make swift tempurl key secret
by jim
| edit | ironic/common/glance_service/v2/image_service.py |
Use auth_token from keystonemiddleware
by devananda.vdv
| edit | ironic/common/neutron.py |
| edit | ironic/tests/api/base.py |
| edit | ironic/api/acl.py |
| edit | ironic/common/keystone.py |
| edit | ironic/api/middleware/auth_token.py |
| edit | tools/config/oslo.config.generator.rc |
| edit | etc/ironic/ironic.conf.sample |
| edit | ironic/tests/api/test_acl.py |
| edit | requirements.txt |
Imported Translations from Transifex
by openstack-infra
| edit | ironic/locale/ironic.pot |
| edit | ironic/locale/en_US/LC_MESSAGES/ironic.po |
| edit | ironic/locale/en_AU/LC_MESSAGES/ironic.po |
| edit | ironic/locale/en_GB/LC_MESSAGES/ironic-log-error.po |
| edit | ironic/locale/en_GB/LC_MESSAGES/ironic-log-warning.po |
| add | ironic/locale/en_GB/LC_MESSAGES/ironic-log-info.po |
Import fixes from the Nova driver reviews
by lucasagomes
| edit | ironic/nova/tests/virt/ironic/test_patcher.py |
Raise MissingParameterValue instead of Invalid
by ghe.rivero
| edit | ironic/tests/conductor/test_conductor_utils.py |
| edit | ironic/conductor/manager.py |
| edit | ironic/tests/drivers/test_ipmitool.py |
| edit | ironic/drivers/modules/ipmitool.py |
| edit | ironic/tests/drivers/test_pxe.py |
| edit | ironic/api/controllers/v1/node.py |
| edit | ironic/tests/drivers/test_seamicro.py |
| edit | ironic/tests/drivers/ilo/test_common.py |
| edit | ironic/conductor/rpcapi.py |
| edit | ironic/drivers/modules/ilo/common.py |
| edit | ironic/drivers/modules/seamicro.py |
| edit | ironic/tests/drivers/test_ssh.py |
| edit | ironic/common/exception.py |
| edit | ironic/drivers/modules/ipminative.py |
| edit | ironic/drivers/base.py |
| edit | ironic/drivers/modules/fake.py |
| edit | ironic/tests/drivers/test_ipminative.py |
| edit | ironic/tests/conductor/test_manager.py |
| edit | ironic/drivers/modules/ssh.py |
| edit | ironic/drivers/utils.py |
| edit | ironic/api/controllers/v1/port.py |
| edit | ironic/drivers/modules/pxe.py |
Driver merge review comments from 111425-2-3
by michael
| edit | ironic/nova/virt/ironic/driver.py |
Mechanism to cleanup all ImageCaches
by rameshg87
| edit | ironic/drivers/modules/image_cache.py |
| edit | ironic/drivers/modules/agent.py |
| edit | ironic/common/exception.py |
| edit | ironic/tests/drivers/test_image_cache.py |
| edit | ironic/drivers/modules/pxe.py |
| edit | ironic/tests/drivers/test_pxe.py |
Raise MissingParameterValue when validating glance info
by ghe
| edit | ironic/tests/drivers/test_pxe.py |
Add list() to Chassis, Node, Port objects
by lucasagomes
| edit | ironic/tests/objects/test_chassis.py |
| edit | ironic/objects/port.py |
| edit | ironic/tests/objects/test_port.py |
| edit | ironic/api/controllers/v1/port.py |
| edit | ironic/objects/node.py |
| edit | ironic/api/controllers/v1/chassis.py |
| edit | ironic/db/sqlalchemy/api.py |
| edit | ironic/objects/chassis.py |
| edit | ironic/tests/objects/test_node.py |
| edit | ironic/api/controllers/v1/node.py |
Remove objectify decorator from dbapi.update_* methods
by lucasagomes
| edit | ironic/db/sqlalchemy/api.py |
Use valid exception in start_shellinabox_console
by rloo
| edit | ironic/tests/drivers/test_console_utils.py |
| edit | ironic/drivers/modules/console_utils.py |
Improve exception handling in console code
by rloo
| edit | ironic/tests/drivers/test_ipmitool.py |
| edit | ironic/common/exception.py |
| edit | ironic/drivers/modules/console_utils.py |
| edit | ironic/tests/drivers/test_console_utils.py |
| edit | ironic/drivers/modules/ipmitool.py |
Handle all exceptions from _exec_ipmitool
by rloo
| edit | ironic/drivers/modules/ipmitool.py |
| edit | ironic/tests/drivers/test_ipmitool.py |
Replace incomplete "ilo" driver with pxe_ilo and fake_ilo
by devananda.vdv
| edit | setup.cfg |
| edit | ironic/tests/drivers/ilo/test_power.py |
| edit | ironic/drivers/fake.py |
| delete | ironic/drivers/ilo.py |
| edit | ironic/drivers/pxe.py |
| edit | ironic/tests/conductor/test_manager.py |
Removes get_port_by_vif
by athomas
| edit | ironic/db/sqlalchemy/api.py |
| edit | ironic/db/api.py |
Remove d_info param from _destroy_images
by ghe
| edit | ironic/drivers/modules/pxe.py |
Console Output
| [...truncated 2157 lines...] |
| dch -a [8b554de] Fix nodes left in an incosistent state if no workers |
| dch -a [ddfc546] IPMINative to use the new ManagementInterface |
| dch -a [3d1a772] Backporting nova host manager changes into ironic |
| dch -a [82de9e3] Catch oslo.db error instead of sqlalchemy error |
| dch -a [1ec567b] Add a tesINFO:root:Destroying schroot. |
| t case for DB schema comparison |
| dch -a [12023ad] remove ironic-manage-ipmi.filters |
| dch -a [a65d3e6] Implement API to get driver properties |
| dch -a [c75a070] Add drivers.base.BaseDriver.get_properties() |
| dch -a [428c247] Implement retry on NodeLocked exceptions |
| dch -a [b60c5be] SeaMicro to use the new ManagementInterface |
| dch -a [d0629b2] Import fixes from Nova scheduler reviews |
| dch -a [a9d7a65] Rename/update common/tftp.py to common/pxe_utils.py |
| dch -a [8cca771] Imported Translations from Transifex |
| dch -a [73b6372] Factor out deploy info from PXE driver |
| dch -a [11521f7] IPMITool to use the new ManagementInterface |
| dch -a [034f4c6] Use mock.assert_called_once_with() |
| dch -a [67b577f] Add missing docstrings |
| dch -a [db509e1] Raise appropriate errors on duplicate Node, Port and Chassis creation |
| dch -a [e59e5cd] Add IloDriver and its IloPower module |
| dch -a [ae85081] Add methods to ipmitool driver |
| dch -a [ffd83dc] Use opportunistic approach for migration testing |
| dch -a [4d41e5c] Use oslo.db library |
| dch -a [61533bb] oslo.i18n migration |
| dch -a [aa108b5] Allow Ironic URL from config file |
| dch -a [4b3276e] ManagementInterface {set, get}_boot_device() to support 'persistent' |
| dch -a [aa79b15] Use my_ip for neutron URL |
| 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', 'utopic-juno-amd64-e3ccded2-bf6e-4ecc-93aa-7725bf3f6d6c', '-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 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 '['/usr/bin/schroot', '-p', '-r', '-c', 'utopic-juno-amd64-e3ccded2-bf6e-4ecc-93aa-7725bf3f6d6c', '-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 : [email protected] Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications More help : https://help.launchpad.net/ListHelp

