[OpenStack-Infra] [openstack-infra][tempest]

Bob Hansen hansenb at us.ibm.com
Tue Oct 4 18:24:13 UTC 2016



I see this intermittently on my 3rd party CI system. Anyone else seeing
this? Suggestions on where to look to figre out why?

Slaves are running ubuntu 14.04.4 LTS.

This occurs during the tempest verification step in devstacklog.txt, and
the devstack installation fails:.

2016-10-04 12:58:17.897 | Conflict: An object with that identifier already
exists
2016-10-04 12:58:17.897 | Details: {u'title': u'Conflict', u'code': 409,
u'message': u'Conflict occurred attempting to store user - Duplicate
Entry'}

Tempest.log contains, which appears to be a ReadTimeout in the post call.
It appears the original post operation actually completed, it's the retry
that fails;

2016-10-04 12:56:49.233 10929 DEBUG tempest.lib.common.rest_client
[req-39514032-0494-47cd-a3bd-e4dcb8f7dddd ] Request - Headers:
{'Content-Type': 'application/json', 'Accept': 'application/json',
'X-Auth-Token': '<omitted>'}
        Body: {"tenant": {"name":
"tempest-verify_tempest_config-588144059", "description":
"tempest-verify_tempest_config-588144059-desc"}}
    Response - Headers: {'content-type': 'application/json',
'content-location': 'http://127.0.0.1/identity_admin/v2.0/tenants', 'date':
'Tue, 04 Oct 2016 12:56:33 GMT', 'status': '200', 'connection': 'close',
'x-openstack-request-id': 'req-39514032-0494-47cd-a3bd-e4dcb8f7dddd',
'content-length': '185', 'vary': 'X-Auth-Token', 'server': 'Apache/2.4.7
(Ubuntu)'}
        Body: {"tenant": {"description":
"tempest-verify_tempest_config-588144059-desc", "enabled": true, "id":
"a04c3c0fe33441469e02f326aa6ac088", "name":
"tempest-verify_tempest_config-588144059"}}
_log_request_full /opt/stack/new/tempest/tempest/lib/common/rest_client.py:431
2016-10-04 12:57:49.298 10929 WARNING urllib3.connectionpool [-] Retrying
(Retry(total=9, connect=None, read=None, redirect=5)) after connection
broken by 'ReadTimeoutError("HTTPConnectionPool(host='127.0.0.1', port=80):
Read timed out. (read timeout=60)",)': /identity_admin/v2.0/users
2016-10-04 12:58:17.449 10929 INFO tempest.lib.common.rest_client
[req-02878d51-808c-4624-833a-4827018ba76d ] Request (main): 409 POST
http://127.0.0.1/identity_admin/v2.0/users 88.213s
2016-10-04 12:58:17.450 10929 DEBUG tempest.lib.common.rest_client
[req-02878d51-808c-4624-833a-4827018ba76d ] Request - Headers:
{'Content-Type': 'application/json', 'Accept': 'application/json',
'X-Auth-Token': '<omitted>'}
        Body: {"user": {"password": "P5^ar3k760tax2T", "name":
"tempest-verify_tempest_config-588144059", "email":
"tempest-verify_tempest_config-1403445183 at example.com", "tenantId":
"a04c3c0fe33441469e02f326aa6ac088"}}
    Response - Headers: {'content-type': 'application/json',
'content-location': 'http://127.0.0.1/identity_admin/v2.0/users', 'date':
'Tue, 04 Oct 2016 12:57:49 GMT', 'status': '409', 'connection': 'close',
'x-openstack-request-id': 'req-02878d51-808c-4624-833a-4827018ba76d',
'content-length': '120', 'vary': 'X-Auth-Token', 'server': 'Apache/2.4.7
(Ubuntu)'}
        Body: {"error": {"message": "Conflict occurred attempting to store
user - Duplicate Entry", "code": 409, "title": "Conflict"}}
_log_request_full /opt/stack/new/tempest/tempest/lib/common/rest_client.py:431

.....

2016-10-04 12:58:17.450 10929 ERROR tempest.cmd.verify_tempest_config
Conflict: An object with that identifier already exists
2016-10-04 12:58:17.450 10929 ERROR tempest.cmd.verify_tempest_config
Details: {u'title': u'Conflict', u'code': 409, u'message': u'Conflict
occurred attempting to store user - Duplicate Entry'}

Thanks,

Bob Hansen
z/VM OpenStack Enablement
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-infra/attachments/20161004/d08a5e03/attachment.html>


More information about the OpenStack-Infra mailing list