State change timeout exceeded with boto tests

Bug #1188323 reported by Avishay Traeger
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tempest
New
Undecided
Unassigned

Bug Description

http://logs.openstack.org/31682/4/check/gate-tempest-devstack-vm-quantum/28056/console.html.gz

2013-06-06 07:40:47.050 | FAIL: tempest.thirdparty.boto.test_ec2_instance_run.InstanceRunTest.test_integration_1[gate,smoke]
2013-06-06 07:40:47.050 | ----------------------------------------------------------------------
2013-06-06 07:40:47.050 | _StringException: Traceback (most recent call last):
2013-06-06 07:40:47.050 | File "/opt/stack/new/tempest/tempest/thirdparty/boto/test_ec2_instance_run.py", line 178, in test_integration_1
2013-06-06 07:40:47.050 | self.assertInstanceStateWait(instance, "running")
2013-06-06 07:40:47.050 | File "/opt/stack/new/tempest/tempest/thirdparty/boto/test.py", line 350, in assertInstanceStateWait
2013-06-06 07:40:47.050 | state = self.waitInstanceState(lfunction, wait_for)
2013-06-06 07:40:47.050 | File "/opt/stack/new/tempest/tempest/thirdparty/boto/test.py", line 335, in waitInstanceState
2013-06-06 07:40:47.050 | self.valid_instance_state)
2013-06-06 07:40:47.050 | File "/opt/stack/new/tempest/tempest/thirdparty/boto/test.py", line 325, in state_wait_gone
2013-06-06 07:40:47.050 | state = state_wait(lfunction, final_set, valid_set)
2013-06-06 07:40:47.050 | File "/opt/stack/new/tempest/tempest/thirdparty/boto/utils/wait.py", line 58, in state_wait
2013-06-06 07:40:47.050 | final_set, status))
2013-06-06 07:40:47.050 | AssertionError: State change timeout exceeded!(403s) While waitingfor set(['running', '_GONE']) at "pending"

2013-06-06 07:40:47.560 | FAIL: tempest.thirdparty.boto.test_ec2_volumes.EC2VolumesTest.test_create_get_delete[gate,smoke]
2013-06-06 07:40:47.560 | ----------------------------------------------------------------------
2013-06-06 07:40:47.560 | _StringException: Traceback (most recent call last):
2013-06-06 07:40:47.561 | File "/opt/stack/new/tempest/tempest/thirdparty/boto/test_ec2_volumes.py", line 49, in test_create_get_delete
2013-06-06 07:40:47.561 | self.assertVolumeStatusWait(volume, "available")
2013-06-06 07:40:47.561 | File "/opt/stack/new/tempest/tempest/thirdparty/boto/test.py", line 354, in assertVolumeStatusWait
2013-06-06 07:40:47.561 | state = self.waitVolumeStatus(lfunction, wait_for)
2013-06-06 07:40:47.561 | File "/opt/stack/new/tempest/tempest/thirdparty/boto/test.py", line 343, in waitVolumeStatus
2013-06-06 07:40:47.561 | self.valid_volume_status)
2013-06-06 07:40:47.561 | File "/opt/stack/new/tempest/tempest/thirdparty/boto/test.py", line 325, in state_wait_gone
2013-06-06 07:40:47.561 | state = state_wait(lfunction, final_set, valid_set)
2013-06-06 07:40:47.561 | File "/opt/stack/new/tempest/tempest/thirdparty/boto/utils/wait.py", line 58, in state_wait
2013-06-06 07:40:47.561 | final_set, status))
2013-06-06 07:40:47.561 | AssertionError: State change timeout exceeded!(400s) While waitingfor set(['available', '_GONE']) at "creating"

2013-06-06 07:40:47.889 | FAIL: tempest.thirdparty.boto.test_ec2_volumes.EC2VolumesTest.test_create_volume_from_snapshot[gate,smoke]
2013-06-06 07:40:47.889 | ----------------------------------------------------------------------
2013-06-06 07:40:47.889 | _StringException: Traceback (most recent call last):
2013-06-06 07:40:47.889 | File "/opt/stack/new/tempest/tempest/thirdparty/boto/test_ec2_volumes.py", line 58, in test_create_volume_from_snapshot
2013-06-06 07:40:47.889 | self.assertVolumeStatusWait(volume, "available")
2013-06-06 07:40:47.889 | File "/opt/stack/new/tempest/tempest/thirdparty/boto/test.py", line 354, in assertVolumeStatusWait
2013-06-06 07:40:47.889 | state = self.waitVolumeStatus(lfunction, wait_for)
2013-06-06 07:40:47.889 | File "/opt/stack/new/tempest/tempest/thirdparty/boto/test.py", line 343, in waitVolumeStatus
2013-06-06 07:40:47.889 | self.valid_volume_status)
2013-06-06 07:40:47.889 | File "/opt/stack/new/tempest/tempest/thirdparty/boto/test.py", line 325, in state_wait_gone
2013-06-06 07:40:47.889 | state = state_wait(lfunction, final_set, valid_set)
2013-06-06 07:40:47.889 | File "/opt/stack/new/tempest/tempest/thirdparty/boto/utils/wait.py", line 58, in state_wait
2013-06-06 07:40:47.890 | final_set, status))
2013-06-06 07:40:47.890 | AssertionError: State change timeout exceeded!(400s) While waitingfor set(['available', '_GONE']) at "creating"

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.