← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1340149] [NEW] EC2 tests fail with BotoServerError: 500 Internal Server Error

 

Public bug reported:

Tempest tests fails in check job. The full log could be found at
http://logs.openstack.org/46/104646/2/check/check-tempest-dsvm-postgres-
full/a58b623/logs/screen-n-api.txt.gz

2014-07-10 01:10:53.190 | Captured traceback:
2014-07-10 01:10:53.190 | ~~~~~~~~~~~~~~~~~~~
2014-07-10 01:10:53.190 |     Traceback (most recent call last):
2014-07-10 01:10:53.190 |       File "tempest/thirdparty/boto/test_ec2_security_groups.py", line 32, in test_create_authorize_security_group
2014-07-10 01:10:53.190 |         group_description)
2014-07-10 01:10:53.190 |       File "tempest/services/botoclients.py", line 82, in func
2014-07-10 01:10:53.191 |         return getattr(conn, name)(*args, **kwargs)
2014-07-10 01:10:53.191 |       File "/opt/stack/new/tempest/.tox/full/local/lib/python2.7/site-packages/boto/ec2/connection.py", line 2976, in create_security_group
2014-07-10 01:10:53.191 |         SecurityGroup, verb='POST')
2014-07-10 01:10:53.191 |       File "/opt/stack/new/tempest/.tox/full/local/lib/python2.7/site-packages/boto/connection.py", line 1164, in get_object
2014-07-10 01:10:53.191 |         response = self.make_request(action, params, path, verb)
2014-07-10 01:10:53.191 |       File "/opt/stack/new/tempest/.tox/full/local/lib/python2.7/site-packages/boto/connection.py", line 1090, in make_request
2014-07-10 01:10:53.191 |         return self._mexe(http_request)
2014-07-10 01:10:53.191 |       File "/opt/stack/new/tempest/.tox/full/local/lib/python2.7/site-packages/boto/connection.py", line 1003, in _mexe
2014-07-10 01:10:53.191 |         raise BotoServerError(response.status, response.reason, body)
2014-07-10 01:10:53.191 |     BotoServerError: BotoServerError: 500 Internal Server Error
2014-07-10 01:10:53.191 |     <?xml version="1.0"?>
2014-07-10 01:10:53.192 |     <Response><Errors><Error><Code>OperationalError</Code><Message>Unknown error occurred.</Message></Error></Errors><RequestID>req-178ab1f9-e9f6-4b9e-8a3e-56d2bd78c5c2</RequestID></Response>

The failure seems to be similar to one in https://bugs.launchpad.net/nova/+bug/1315580 , but the issue is not related strictly to floating IPs. Here the following tests failed:
tempest.thirdparty.boto.test_ec2_volumes.EC2VolumesTest.test_create_get_delete
tempest.thirdparty.boto.test_ec2_volumes.EC2VolumesTest.test_create_volume_from_snapshot
tempest.thirdparty.boto.test_ec2_security_groups.EC2SecurityGroupTest.test_create_authorize_security_group

The entries of the following kind in screen-n-api log seems to be related to the failure:
2014-07-10 01:07:39.576 ERROR nova.api.ec2 [req-9bc0089f-9257-401b-bf8e-27df3b45bb4b EC2VolumesTest-1485461725 EC2VolumesTest-529577160] Unexpected OperationalError raised: (OperationalError) asynchronous connection failed None None

** Affects: nova
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1340149

Title:
  EC2 tests fail with BotoServerError: 500 Internal Server Error

Status in OpenStack Compute (Nova):
  New

Bug description:
  Tempest tests fails in check job. The full log could be found at
  http://logs.openstack.org/46/104646/2/check/check-tempest-dsvm-
  postgres-full/a58b623/logs/screen-n-api.txt.gz

  2014-07-10 01:10:53.190 | Captured traceback:
  2014-07-10 01:10:53.190 | ~~~~~~~~~~~~~~~~~~~
  2014-07-10 01:10:53.190 |     Traceback (most recent call last):
  2014-07-10 01:10:53.190 |       File "tempest/thirdparty/boto/test_ec2_security_groups.py", line 32, in test_create_authorize_security_group
  2014-07-10 01:10:53.190 |         group_description)
  2014-07-10 01:10:53.190 |       File "tempest/services/botoclients.py", line 82, in func
  2014-07-10 01:10:53.191 |         return getattr(conn, name)(*args, **kwargs)
  2014-07-10 01:10:53.191 |       File "/opt/stack/new/tempest/.tox/full/local/lib/python2.7/site-packages/boto/ec2/connection.py", line 2976, in create_security_group
  2014-07-10 01:10:53.191 |         SecurityGroup, verb='POST')
  2014-07-10 01:10:53.191 |       File "/opt/stack/new/tempest/.tox/full/local/lib/python2.7/site-packages/boto/connection.py", line 1164, in get_object
  2014-07-10 01:10:53.191 |         response = self.make_request(action, params, path, verb)
  2014-07-10 01:10:53.191 |       File "/opt/stack/new/tempest/.tox/full/local/lib/python2.7/site-packages/boto/connection.py", line 1090, in make_request
  2014-07-10 01:10:53.191 |         return self._mexe(http_request)
  2014-07-10 01:10:53.191 |       File "/opt/stack/new/tempest/.tox/full/local/lib/python2.7/site-packages/boto/connection.py", line 1003, in _mexe
  2014-07-10 01:10:53.191 |         raise BotoServerError(response.status, response.reason, body)
  2014-07-10 01:10:53.191 |     BotoServerError: BotoServerError: 500 Internal Server Error
  2014-07-10 01:10:53.191 |     <?xml version="1.0"?>
  2014-07-10 01:10:53.192 |     <Response><Errors><Error><Code>OperationalError</Code><Message>Unknown error occurred.</Message></Error></Errors><RequestID>req-178ab1f9-e9f6-4b9e-8a3e-56d2bd78c5c2</RequestID></Response>

  The failure seems to be similar to one in https://bugs.launchpad.net/nova/+bug/1315580 , but the issue is not related strictly to floating IPs. Here the following tests failed:
  tempest.thirdparty.boto.test_ec2_volumes.EC2VolumesTest.test_create_get_delete
  tempest.thirdparty.boto.test_ec2_volumes.EC2VolumesTest.test_create_volume_from_snapshot
  tempest.thirdparty.boto.test_ec2_security_groups.EC2SecurityGroupTest.test_create_authorize_security_group

  The entries of the following kind in screen-n-api log seems to be related to the failure:
  2014-07-10 01:07:39.576 ERROR nova.api.ec2 [req-9bc0089f-9257-401b-bf8e-27df3b45bb4b EC2VolumesTest-1485461725 EC2VolumesTest-529577160] Unexpected OperationalError raised: (OperationalError) asynchronous connection failed None None

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1340149/+subscriptions


Follow ups

References