Image with identifier XX not found

Bug #1291611 reported by Jamie Lennox
18
This bug affects 4 people
Affects Status Importance Assigned to Milestone
OpenStack Core Infrastructure
Invalid
Undecided
Unassigned
tempest
Fix Released
Undecided
Unassigned

Bug Description

From: http://logs.openstack.org/74/79474/1/gate/gate-tempest-dsvm-full/746a7fa/console.html

2014-03-12 07:48:05.551 | The resource could not be found.
2014-03-12 07:48:05.551 |
2014-03-12 07:48:05.551 | Image with identifier 0194395c-581c-4903-b815-306ecc6d6a02 not found
2014-03-12 07:48:05.551 | }}}
2014-03-12 07:48:05.551 |
2014-03-12 07:48:05.551 | traceback-1: {{{
2014-03-12 07:48:05.551 | Traceback (most recent call last):
2014-03-12 07:48:05.552 | File "tempest/api/compute/servers/test_server_actions.py", line 249, in _clean_oldest_backup
2014-03-12 07:48:05.552 | self.os.image_client.delete_image(oldest_backup)
2014-03-12 07:48:05.552 | File "tempest/services/image/v1/json/image_client.py", line 184, in delete_image
2014-03-12 07:48:05.552 | return self.delete(url)
2014-03-12 07:48:05.552 | File "tempest/common/rest_client.py", line 205, in delete
2014-03-12 07:48:05.552 | return self.request('DELETE', url, headers, body)
2014-03-12 07:48:05.553 | File "tempest/common/rest_client.py", line 374, in request
2014-03-12 07:48:05.553 | resp, resp_body)
2014-03-12 07:48:05.553 | File "tempest/common/rest_client.py", line 418, in _error_checker
2014-03-12 07:48:05.553 | raise exceptions.NotFound(resp_body)
2014-03-12 07:48:05.553 | NotFound: Object not found
2014-03-12 07:48:05.553 | Details: 404 Not Found
2014-03-12 07:48:05.553 |
2014-03-12 07:48:05.554 | The resource could not be found.
2014-03-12 07:48:05.554 |
2014-03-12 07:48:05.554 | Image with identifier 0194395c-581c-4903-b815-306ecc6d6a02 not found
2014-03-12 07:48:05.554 | }}}
2014-03-12 07:48:05.554 |
2014-03-12 07:48:05.554 | Traceback (most recent call last):
2014-03-12 07:48:05.554 | File "tempest/api/compute/servers/test_server_actions.py", line 296, in test_create_backup
2014-03-12 07:48:05.555 | self.os.image_client.wait_for_resource_deletion(image1_id)
2014-03-12 07:48:05.555 | File "tempest/common/rest_client.py", line 491, in wait_for_resource_deletion
2014-03-12 07:48:05.555 | if self.is_resource_deleted(id):
2014-03-12 07:48:05.555 | File "tempest/services/image/v1/json/image_client.py", line 229, in is_resource_deleted
2014-03-12 07:48:05.555 | self.get_image(id)
2014-03-12 07:48:05.555 | File "tempest/services/image/v1/json/image_client.py", line 224, in get_image
2014-03-12 07:48:05.555 | resp, body = self.get(url)
2014-03-12 07:48:05.556 | File "tempest/common/rest_client.py", line 202, in get
2014-03-12 07:48:05.556 | return self.request('GET', url, headers)
2014-03-12 07:48:05.556 | File "tempest/common/rest_client.py", line 374, in request
2014-03-12 07:48:05.556 | resp, resp_body)
2014-03-12 07:48:05.556 | File "tempest/common/rest_client.py", line 470, in _error_checker
2014-03-12 07:48:05.556 | raise exceptions.ServerFault(message)
2014-03-12 07:48:05.557 | ServerFault: Got server fault

I don't see any faults in glance - cinder is littered with known errors.

Revision history for this message
Jamie Lennox (jamielennox) wrote :

FAIL: tempest.api.compute.servers.test_server_actions.ServerActionsTestXML.test_create_backup[gate]

Revision history for this message
Clark Boylan (cboylan) wrote :

This looks like a tempest failure. Is there something indicating the infrastructure (slave/jenkins/something) failed here?

Changed in openstack-ci:
status: New → Incomplete
Revision history for this message
Mauro S M Rodrigues (maurorodrigues) wrote :

there is this failure on glance
http://logs.openstack.org/74/79474/1/gate/gate-tempest-dsvm-full/746a7fa/logs/screen-g-api.txt.gz?level=TRACE
which also happens here http://logs.openstack.org/96/79196/2/check/check-tempest-dsvm-full/d03a169/logs/screen-g-api.txt.gz?level=TRACE (which I got from another bug which duplicates this one with same failure on deleting a image)

Revision history for this message
David Kranz (david-kranz) wrote :

The current code in _clean_oldest_backup catches this exception as an expected result. So I guess this bug was fixed.

Changed in openstack-ci:
status: Incomplete → Invalid
Changed in tempest:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

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