Comment 4 for bug 1224518

Revision history for this message
Doug Hellmann (doug-hellmann) wrote :

I think I'm hitting a similar problem:

http://logs.openstack.org/04/104304/1/gate/gate-tempest-dsvm-full/5d3c265/console.html

2014-07-02 23:11:51.469 | tempest.api.compute.servers.test_server_actions.ServerActionsTestXML.test_reboot_server_hard[gate,smoke]
2014-07-02 23:11:51.469 | --------------------------------------------------------------------------------------------------------
2014-07-02 23:11:51.469 |
2014-07-02 23:11:51.469 | Captured traceback-1:
2014-07-02 23:11:51.469 | ~~~~~~~~~~~~~~~~~~~~~
2014-07-02 23:11:51.469 | Traceback (most recent call last):
2014-07-02 23:11:51.469 | File "tempest/api/compute/servers/test_server_actions.py", line 51, in tearDown
2014-07-02 23:11:51.469 | self.server_check_teardown()
2014-07-02 23:11:51.469 | File "tempest/api/compute/base.py", line 165, in server_check_teardown
2014-07-02 23:11:51.470 | cls.servers_client.wait_for_server_termination(cls.server_id)
2014-07-02 23:11:51.470 | File "tempest/services/compute/xml/servers_client.py", line 403, in wait_for_server_termination
2014-07-02 23:11:51.470 | raise exceptions.BuildErrorException(server_id=server_id)
2014-07-02 23:11:51.470 | BuildErrorException: Server e812dd65-6acc-4113-b463-df403fc948c6 failed to build and is in ERROR status
2014-07-02 23:11:51.470 |
2014-07-02 23:11:51.470 |
2014-07-02 23:11:51.470 | Captured traceback:
2014-07-02 23:11:51.470 | ~~~~~~~~~~~~~~~~~~~
2014-07-02 23:11:51.470 | Traceback (most recent call last):
2014-07-02 23:11:51.470 | File "tempest/api/compute/servers/test_server_actions.py", line 90, in test_reboot_server_hard
2014-07-02 23:11:51.470 | self.client.wait_for_server_status(self.server_id, 'ACTIVE')
2014-07-02 23:11:51.470 | File "tempest/services/compute/xml/servers_client.py", line 390, in wait_for_server_status
2014-07-02 23:11:51.471 | raise_on_error=raise_on_error)
2014-07-02 23:11:51.471 | File "tempest/common/waiters.py", line 87, in wait_for_server_status
2014-07-02 23:11:51.471 | raise exceptions.BuildErrorException(server_id=server_id)
2014-07-02 23:11:51.471 | BuildErrorException: Server e812dd65-6acc-4113-b463-df403fc948c6 failed to build and is in ERROR status
2014-07-02 23:11:51.471 |