Created
December 16, 2014 17:08
-
-
Save nelsnelson/dadf304e1857a8faab0b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
setUpClass (tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON) | |
-------------------------------------------------------------------------------------- | |
Captured traceback: | |
~~~~~~~~~~~~~~~~~~~ | |
Traceback (most recent call last): | |
File "tempest/test.py", line 274, in setUpClass | |
cls.resource_setup() | |
File "tempest/api/compute/servers/test_servers_negative.py", line 50, in resource_setup | |
resp, server = cls.create_test_server(wait_until='ACTIVE') | |
File "tempest/api/compute/base.py", line 249, in create_test_server | |
pass | |
File "tempest/openstack/common/excutils.py", line 68, in __exit__ | |
six.reraise(self.type_, self.value, self.tb) | |
File "tempest/api/compute/base.py", line 239, in create_test_server | |
server['id'], kwargs['wait_until']) | |
File "tempest/services/compute/json/servers_client.py", line 183, in wait_for_server_status | |
ready_wait=ready_wait) | |
File "tempest/common/waiters.py", line 77, in wait_for_server_status | |
server_id=server_id) | |
BuildErrorException: Server 1627194a-e2d9-46cb-8364-1a570d3b9cfe failed to build and is in ERROR status | |
Details: {u'created': u'2014-12-16T16:56:36Z', u'code': 500, u'message': u'No valid host was found. There are not enough hosts available.'} | |
====== | |
Totals | |
====== | |
Run: 62 in 1225.832992 sec. | |
- Passed: 21 | |
- Skipped: 6 | |
- Failed: 35 | |
============== | |
Worker Balance | |
============== | |
- Worker 0 (19 tests) => 0:03:44.251061s | |
- Worker 1 (23 tests) => 0:03:47.552621s | |
- Worker 2 (10 tests) => 0:03:40.005474s | |
- Worker 3 (10 tests) => 0:10:09.474754s | |
ERROR: InvocationError: '/bin/bash tools/pretty_tox.sh --concurrency=4 tempest.api.compute.servers.*JSON.*' | |
___________________________________ summary ____________________________________ | |
ERROR: all: commands failed | |
ERROR: the main setup script run by this job failed - exit code: 1 | |
please look at the relevant log files to determine the root cause | |
Cleaning up host | |
... this takes 3 - 4 minutes (logs at logs/devstack-gate-cleanup-host.txt.gz) | |
2014-12-15 14:42:12,024 INFO [SSH] Remote command to 23.253.40.145: cat /tmp/gate-finished | |
2014-12-15 14:42:12,392 INFO [Stack] 1 | |
2014-12-15 14:42:12,392 INFO [Stack] Exiting with return code 1 | |
Finished running devstack tempest tests on 23.253.40.145 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
devstack_regex = tempest.api.compute.servers.*JSON.* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment