all develop-inst-nodeps: /opt/stack/tempest all installed: attrs==22.2.0,autopage==0.5.1,bcrypt==4.0.1,certifi==2022.12.7,cffi==1.15.1,charset-normalizer==3.1.0,cinder-tempest-plugin @ file:///opt/stack/cinder-tempest-plugin,cliff==4.2.0,cmd2==2.4.3,cryptography==40.0.1,debtcollector==2.5.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.18,fixtures==4.0.1,future==0.18.3,idna==3.4,importlib-metadata==6.0.1,iso8601==1.1.0,jsonschema==4.17.3,msgpack==1.0.5,netaddr==0.8.0,netifaces==0.11.0,oslo.concurrency==5.1.1,oslo.config==9.1.1,oslo.context==5.1.1,oslo.i18n==6.0.0,oslo.log==5.2.0,oslo.serialization==5.1.1,oslo.utils==6.1.0,packaging==23.0,paramiko==3.1.0,pbr==5.11.1,prettytable==3.6.0,pycparser==2.21,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.0.9,pyperclip==1.8.2,pyrsistent==0.19.3,python-dateutil==2.8.2,python-subunit==1.4.2,pytz==2023.3,PyYAML==6.0,requests==2.28.2,rfc3986==1.5.0,six==1.16.0,stestr==4.0.1,stevedore==5.0.0,-e git+https://github.com/openstack/tempest@3c7eebaaf35c9e8a3f00c76cd1741457bdec9fab#egg=tempest,testtools==2.6.0,urllib3==1.26.15,voluptuous==0.13.1,wcwidth==0.2.6,wrapt==1.15.0,zipp==3.15.0 all run-test-pre: PYTHONHASHSEED='377169569' all run-test: commands[0] | find . -type f -name '*.pyc' -delete all run-test: commands[1] | tempest run --regex volume {11} setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test) ... SKIPPED: LiveAutoBlockMigrationV225Test skipped as live-migration is not available {11} setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest) ... SKIPPED: LiveMigrationTest skipped as live-migration is not available {7} setUpClass (tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap) ... SKIPPED: Volume multi-attach is not available. {10} setUpClass (tempest.api.compute.admin.test_volumes_negative.UpdateMultiattachVolumeNegativeTest) ... SKIPPED: Volume multi-attach is not available. {3} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values [0.041998s] ... ok {3} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend [0.000790s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_backends_capabilities.py", line 38, in test_get_capabilities_backend self.admin_capabilities_client.show_backend_capabilities(self.hosts[0]) IndexError: list index out of range {10} tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group [2.153534s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 177, in test_create_group_from_group grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 953687c3-0f96-44dc-a719-3ed84e813cba failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:52:13,455 79806 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 POST http://10.0.0.210/volume/v3/c0ffba52827247b2871dd64ab3628d5b/types 0.084s 2023-04-18 17:52:13,455 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume_type": {"name": "tempest-GroupsV314Test-volume-type-924987551"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f5bd841-ee09-4f00-b1f9-4d63da0b335b', 'content-length': '219', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f5bd841-ee09-4f00-b1f9-4d63da0b335b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c0ffba52827247b2871dd64ab3628d5b/types'} Body: b'{"volume_type": {"id": "61eff777-2cb1-4f03-aaa2-d125fce5dae1", "name": "tempest-GroupsV314Test-volume-type-924987551", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 17:52:13,513 79806 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/c0ffba52827247b2871dd64ab3628d5b/group_types 0.052s 2023-04-18 17:52:13,513 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"group_type": {"name": "tempest-GroupsV314Test-group-type-1426253760"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a46f2b2-2a39-454c-9b74-0a49521eb33b', 'content-length': '177', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a46f2b2-2a39-454c-9b74-0a49521eb33b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c0ffba52827247b2871dd64ab3628d5b/group_types'} Body: b'{"group_type": {"id": "12490cf0-a50e-4084-aa0c-cfc6af641ba6", "name": "tempest-GroupsV314Test-group-type-1426253760", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 17:52:13,988 79806 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/8c079092ca0b422e9b6495f0ee94c0d4/groups 0.472s 2023-04-18 17:52:13,988 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"group": {"group_type": "12490cf0-a50e-4084-aa0c-cfc6af641ba6", "volume_types": ["61eff777-2cb1-4f03-aaa2-d125fce5dae1"], "name": "tempest-GroupsV314Test-Group-256708127"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbbca227-d588-41d9-91df-175404267c9b', 'content-length': '107', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbbca227-d588-41d9-91df-175404267c9b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8c079092ca0b422e9b6495f0ee94c0d4/groups'} Body: b'{"group": {"id": "953687c3-0f96-44dc-a719-3ed84e813cba", "name": "tempest-GroupsV314Test-Group-256708127"}}' 2023-04-18 17:52:14,050 79806 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/8c079092ca0b422e9b6495f0ee94c0d4/groups/953687c3-0f96-44dc-a719-3ed84e813cba 0.059s 2023-04-18 17:52:14,051 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Acce pt': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d745453-5d7c-42f2-8581-3c35c207cb58', 'content-length': '387', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d745453-5d7c-42f2-8581-3c35c207cb58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8c079092ca0b422e9b6495f0ee94c0d4/groups/953687c3-0f96-44dc-a719-3ed84e813cba'} Body: b'{"group": {"id": "953687c3-0f96-44dc-a719-3ed84e813cba", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-18T17:52:14.000000", "name": "tempest-GroupsV314Test-Group-256708127", "description": null, "group_type": "12490cf0-a50e-4084-aa0c-cfc6af641ba6", "volume_types": ["61eff777-2cb1-4f03-aaa2-d125fce5dae1"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 17:52:15,136 79806 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/8c079092ca0b422e9b6495f0ee94c0d4/groups/953687c3-0f96-44dc-a719-3ed84e813cba 0.080s 2023-04-18 17:52:15,137 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b4d38cf-ed61-465b-9178-2962a5708745', 'content-length': '384', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b4d38cf-ed61-465b-9178-2962a5708745', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8c079092ca0b422e9b6495f0ee94c0d4/groups/953687c3-0f96-44dc-a719-3ed84e813cba'} Body: b'{"group": {"id": "953687c3-0f96-44dc-a719-3ed84e813cba", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T17:52:14.000000", "name": "tempest-GroupsV314Test-Group-256708127", "description": null, "group_type": "12490cf0-a50e-4084-aa0c-cfc6af641ba6", "volume_types": ["61eff777-2cb1-4f03-aaa2-d125fce5dae1"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 17:52:15,252 79806 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/8c079092ca0b422e9b6495f0ee94c0d4/volumes/detail 0.111s 2023-04-18 17:52:15,253 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-947ab985-61af-436d-8e24-28b338a5209a', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-947ab985-61af-436d-8e24-28b338a5209a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8c079092ca0b422e9b6495f0ee94c0d4/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 17:52:15,369 79806 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/8c079092ca0b422e9b6495f0ee94c0d4/groups/953687c3-0f96-44dc-a719-3ed84e813cba/action 0.106s 2023-04-18 17:52:15,370 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:15 GMT', 'server': 'Apache/2.4 .52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b73f88d1-4a86-4077-a6d2-aeecf2454129', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8c079092ca0b422e9b6495f0ee94c0d4/groups/953687c3-0f96-44dc-a719-3ed84e813cba/action'} Body: b'' 2023-04-18 17:52:15,384 79806 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/8c079092ca0b422e9b6495f0ee94c0d4/groups/953687c3-0f96-44dc-a719-3ed84e813cba 0.014s 2023-04-18 17:52:15,385 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-12a4d8ce-71dd-4a04-b8e6-d195ee068379', 'x-openstack-request-id': 'req-12a4d8ce-71dd-4a04-b8e6-d195ee068379', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/8c079092ca0b422e9b6495f0ee94c0d4/groups/953687c3-0f96-44dc-a719-3ed84e813cba'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 953687c3-0f96-44dc-a719-3ed84e813cba could not be found."}}' 2023-04-18 17:52:15,425 79806 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c0ffba52827247b2871dd64ab3628d5b/group_types/12490cf0-a50e-4084-aa0c-cfc6af641ba6 0.039s 2023-04-18 17:52:15,425 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3294cc1e-5943-4e39-b182-fc0c3eb9973f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c0ffba52827247b2871dd64ab3628d5b/group_types/12490cf0-a50e-4084-aa0c-cfc6af641ba6'} Body: b'' 2023-04-18 17:52:15,501 79806 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c0ffba52827247b2871dd64ab3628d5b/types/61eff777-2cb1-4f03-aaa2-d125fce5dae1 0.075s 2023-04-18 17:52:15,502 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f83ace62-e6ab-4313-9522-372b6666d819', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c0ffba52827247b2871dd64ab3628d5b/types/61eff777-2cb1-4f03-aaa2-d125fce5dae1'} Body: b'' 2023-04-18 17:52:15,522 79806 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c0ffba52827247b2871dd64ab3628d5b/types/61eff777-2cb1-4f03-aaa2-d125fce5dae1 0.019s 2023-04-18 17:52:15,523 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Versio n', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf170f25-5c18-459a-9e1e-e7d0395fc7ce', 'x-openstack-request-id': 'req-bf170f25-5c18-459a-9e1e-e7d0395fc7ce', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c0ffba52827247b2871dd64ab3628d5b/types/61eff777-2cb1-4f03-aaa2-d125fce5dae1'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 61eff777-2cb1-4f03-aaa2-d125fce5dae1 could not be found."}}' {11} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete [3.411304s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_volume_snapshots.py", line 53, in test_volume_snapshot_create_get_list_delete volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume e54eb773-bbc4-4272-af22-3daa05b8eaed failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:52:13,994 79808 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotsTestJSON:test_volume_snapshot_create_get_list_delete): 200 POST http://10.0.0.210/compute/v2.1/os-volumes 1.653s 2023-04-18 17:52:13,994 79808 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-VolumesSnapshotsTestJSON-volume-1820344627"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '345', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/e54eb773-bbc4-4272-af22-3daa05b8eaed', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-64e1cf68-555e-48e5-9f25-bd26b5b727b0', 'x-compute-request-id': 'req-64e1cf68-555e-48e5-9f25-bd26b5b727b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "e54eb773-bbc4-4272-af22-3daa05b8eaed", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-18T17:52:13.441079", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1820344627", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2023-04-18 17:52:14,260 79808 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotsTestJSON:test_volume_snapshot_create_get_list_delete): 200 GET http://10.0.0.210/compute/v2.1/os-volumes/e54eb773-bbc4-4272-af22-3daa05b8eaed 0.257s 2023-04-18 17:52:14,260 79808 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '342', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83edb5cb-ad52-443c-94a5-8f2af27512ea', 'x-compute-request-id': 'req-83edb5cb-ad52-443c-94a5-8f2af27512ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/e54eb773-bbc4-4272-af22-3daa05b8eaed'} Body: b'{"volume": {"id": "e54eb773-bbc4-4272-af22-3daa05b8eaed", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-18T17:52:13.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1820344627", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2023-04-18 17:52:15,745 79808 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotsTestJSON:test_volume_snapshot_create_get_list_delete): 200 GET http://10.0.0.210/compute/v2.1/os-volumes/e54eb773-bbc4-4272-af22-3daa05b8eaed 0.479s 2023-04-18 17:52:15,745 79808 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '342', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3af99f2b-c2d9-4d68-82c6-61e69b9dc4bc', 'x-compute-request-id': 'req-3af99f2b-c2d9-4d68-82c6-61e69b9dc4bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/e54eb773-bbc4-4272-af22-3daa05b8eaed'} Body: b'{"volume": {"id": "e54eb773-bbc4-4272-af22-3daa05b8eaed", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-1 8T17:52:13.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1820344627", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' {3} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_type_encryption_nonexistent_type_id [0.294875s] ... ok {11} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size [0.292027s] ... ok {11} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero [0.021741s] ... ok {11} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size [0.026817s] ... ok {11} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id [0.054587s] ... ok {11} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id [0.013768s] ... ok {11} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id [0.013639s] ... ok {11} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id [0.050570s] ... ok {3} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type [0.451129s] ... ok {3} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name [0.014591s] ... ok {3} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_repeated_name [0.126148s] ... ok {3} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id [0.019595s] ... ok {11} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id [0.286984s] ... ok {3} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id [0.016409s] ... ok {10} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs [2.426710s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_types.py", line 54, in test_volume_crud_with_volume_type_and_extra_specs volume = self.create_volume(**params) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume df2f4cc3-5778-4eab-8b9a-73ffbb4f5beb failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:52:22,135 79806 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:test_volume_crud_with_volume_type_and_extra_specs): 200 POST http://10.0.0.210/volume/v3/5ee496c80e5346b0ad7b4bc720d1b0e1/types 0.239s 2023-04-18 17:52:22,136 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume_type": {"name": "tempest-VolumeTypesTest-volume-type-363186853", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96158e6f-f7e9-4f66-bf65-b9056fa1d832', 'content-length': '272', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96158e6f-f7e9-4f66-bf65-b9056fa1d832', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5ee496c80e5346b0ad7b4bc720d1b0e1/types'} Body: b'{"volume_type": {"id": "632fe511-54df-4a8e-a16c-473864901854", "name": "tempest-VolumeTypesTest-volume-type-363186853", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 17:52:22,178 79806 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:test_volume_crud_with_volume_type_and_extra_specs): 200 POST http://10.0.0.210/volume/v3/5ee496c80e5346b0ad7b4bc720d1b0e1/types 0.039s 2023-04-18 17:52:22,178 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume_type": {"name": "tempest-VolumeTypesTest-volume-type-1617749697", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e179cf0-33b6-4e7f-ab80-d70070c76e58', 'content-length': '273', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e179cf0-33b6-4e7f-ab80-d70070c76e58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5ee496c80e5346b0ad7b4bc720d1b0e1/types'} Body: b'{"volume_type": {"id": "a46d6187-0fa6-4fc8-9527-4e2adab86a50", "name": "tempest-VolumeTypesTest-volume-type-1617749697", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 17:52:22,591 79806 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:test_volume_crud_with_volume_type_and_extra_specs): 202 POST http://10.0.0.210/volume/v3/3dc60c1727694edda36fc7cf9847dc54/volumes 0.410s 2023-04-18 17:52:22,592 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-VolumeTypesTest-volume-1983831937", "volume_type": "632fe511-54df-4a8e-a16c-473864901854", "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ac93be9-2984-4610-9cd3-bc9f04bb8d1e', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ac93be9-2984-4610-9cd3-bc9f04bb8d1e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3dc60c1727694edda36fc7cf9847dc54/volumes'} Body: b'{"volume": {"id": "df2f4cc3-5778-4eab-8b9a-73ffbb4f5beb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:52:22.511247", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-1983831937", "description": null, "vol ume_type": "tempest-VolumeTypesTest-volume-type-363186853", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3dc60c1727694edda36fc7cf9847dc54/volumes/df2f4cc3-5778-4eab-8b9a-73ffbb4f5beb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3dc60c1727694edda36fc7cf9847dc54/volumes/df2f4cc3-5778-4eab-8b9a-73ffbb4f5beb"}], "user_id": "452303d99eb349a4b28c520b9bfdd7c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:52:22,649 79806 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:test_volume_crud_with_volume_type_and_extra_specs): 200 GET http://10.0.0.210/volume/v3/3dc60c1727694edda36fc7cf9847dc54/volumes/df2f4cc3-5778-4eab-8b9a-73ffbb4f5beb 0.039s 2023-04-18 17:52:22,650 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4589e9be-f311-4c48-bf79-52c1d2fe02ad', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4589e9be-f311-4c48-bf79-52c1d2fe02ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3dc60c1727694edda36fc7cf9847dc54/volumes/df2f4cc3-5778-4eab-8b9a-73ffbb4f5beb'} Body: b'{"volume": {"id": "df2f4cc3-5778-4eab-8b9a-73ffbb4f5beb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:52:23.000000", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-1983831937", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-363186853", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3dc60c1727694edda36fc7cf9847dc54/volumes/df2f4cc3-5778-4eab-8b9a-73ffbb4f5beb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3dc60c1727694edda36fc7cf9847dc54/volumes/df2f4cc3-5778-4eab-8b9a-73ffbb4f5beb"}], "user_id": "452303d99eb349a4b28c520b9bfdd7c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3dc60c1727694edda36fc7cf9847dc54"}}' 2023-04-18 17:52:23,716 79806 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:test_volume_crud_with_volume_type_and_extra_specs): 200 GET http://10.0.0.210/volume/v3/3dc60c1727694edda36fc7cf9847dc54/volumes/df2f4cc3-5778-4eab-8b9a-73ffbb4f5beb 0.045s 2023-04-18 17:52:23,716 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1d06229-4817-401a-b640-b0da60ad12a0', 'content-length': '936', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1d06229-4817-401a-b640-b0da60ad12a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3dc60c1727694edda36fc7cf9847dc54/volumes/df2f4cc3-5778-4eab-8b9a-73ffbb4f5beb'} Body: b'{"volume": {"id": "df2f4cc3-5778-4eab-8b9a-73ffbb4f5beb", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:52:23.000000", "updated_at": "2023-04-18T17:52:23.000000", "name": "tempest-VolumeTypesTest-volume-1983831937", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-363186853", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3dc60c1727694edda36fc7cf9847dc54/volumes/df2f4cc3-5778-4eab -8b9a-73ffbb4f5beb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3dc60c1727694edda36fc7cf9847dc54/volumes/df2f4cc3-5778-4eab-8b9a-73ffbb4f5beb"}], "user_id": "452303d99eb349a4b28c520b9bfdd7c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3dc60c1727694edda36fc7cf9847dc54"}}' 2023-04-18 17:52:23,780 79806 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/3dc60c1727694edda36fc7cf9847dc54/volumes/df2f4cc3-5778-4eab-8b9a-73ffbb4f5beb 0.053s 2023-04-18 17:52:23,781 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8a731b1-9431-4a74-b076-853fac34724b', 'content-length': '936', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8a731b1-9431-4a74-b076-853fac34724b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3dc60c1727694edda36fc7cf9847dc54/volumes/df2f4cc3-5778-4eab-8b9a-73ffbb4f5beb'} Body: b'{"volume": {"id": "df2f4cc3-5778-4eab-8b9a-73ffbb4f5beb", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:52:23.000000", "updated_at": "2023-04-18T17:52:23.000000", "name": "tempest-VolumeTypesTest-volume-1983831937", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-363186853", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3dc60c1727694edda36fc7cf9847dc54/volumes/df2f4cc3-5778-4eab-8b9a-73ffbb4f5beb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3dc60c1727694edda36fc7cf9847dc54/volumes/df2f4cc3-5778-4eab-8b9a-73ffbb4f5beb"}], "user_id": "452303d99eb349a4b28c520b9bfdd7c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3dc60c1727694edda36fc7cf9847dc54"}}' 2023-04-18 17:52:24,119 79806 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3dc60c1727694edda36fc7cf9847dc54/volumes/df2f4cc3-5778-4eab-8b9a-73ffbb4f5beb 0.328s 2023-04-18 17:52:24,119 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a33499a-65b9-4987-a243-f4bc153c8db8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3dc60c1727694edda36fc7cf9847dc54/volumes/df2f4cc3-5778-4eab-8b9a-73ffbb4f5beb'} Body: b'' 2023-04-18 17:52:24,145 79806 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/3dc60c1727694edda36fc7cf9847dc54/volumes/df2f4cc3-5778-4eab-8b9a-73ffbb4f5beb 0.025s 2023-04-18 17:52:24,146 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-421a2817-6c2c-444e-8b27-36f3f0ed3ead', 'x-openstack-request-id': 'req-421a2817-6c2c-444e-8b27-36f3f0e d3ead', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/3dc60c1727694edda36fc7cf9847dc54/volumes/df2f4cc3-5778-4eab-8b9a-73ffbb4f5beb'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume df2f4cc3-5778-4eab-8b9a-73ffbb4f5beb could not be found."}}' 2023-04-18 17:52:24,241 79806 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/5ee496c80e5346b0ad7b4bc720d1b0e1/types/a46d6187-0fa6-4fc8-9527-4e2adab86a50 0.094s 2023-04-18 17:52:24,241 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14b4f210-ca16-4c85-ba93-35684c8f1533', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5ee496c80e5346b0ad7b4bc720d1b0e1/types/a46d6187-0fa6-4fc8-9527-4e2adab86a50'} Body: b'' 2023-04-18 17:52:24,257 79806 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/5ee496c80e5346b0ad7b4bc720d1b0e1/types/a46d6187-0fa6-4fc8-9527-4e2adab86a50 0.015s 2023-04-18 17:52:24,258 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e507477-8207-457e-badd-a837400586a6', 'x-openstack-request-id': 'req-8e507477-8207-457e-badd-a837400586a6', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/5ee496c80e5346b0ad7b4bc720d1b0e1/types/a46d6187-0fa6-4fc8-9527-4e2adab86a50'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type a46d6187-0fa6-4fc8-9527-4e2adab86a50 could not be found."}}' 2023-04-18 17:52:24,305 79806 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/5ee496c80e5346b0ad7b4bc720d1b0e1/types/632fe511-54df-4a8e-a16c-473864901854 0.047s 2023-04-18 17:52:24,306 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fa91427-d205-4124-b77a-516808aea771', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5ee496c80e5346b0ad7b4bc720d1b0e1/types/632fe511-54df-4a8e-a16c-473864901854'} Body: b'' 2023-04-18 17:52:24,321 79806 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/5ee496c80e5346b0ad7b4bc720d1b0e1/types/632fe511-54df-4a8e-a16c-473864901854 0.014s 2023-04-18 17:52:24,321 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d516142-e9fd-4e4c-aa26-f0d56cba87d2', 'x-openstack-request-id': 'req-6d516142-e9fd-4e4c-aa26-f0d56cba87d2 ', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/5ee496c80e5346b0ad7b4bc720d1b0e1/types/632fe511-54df-4a8e-a16c-473864901854'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 632fe511-54df-4a8e-a16c-473864901854 could not be found."}}' {10} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete [0.152480s] ... ok {10} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete [0.497673s] ... ok {10} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list [0.038120s] ... ok {10} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update [0.276661s] ... ok {3} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions [0.121294s] ... ok {3} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test) ... SKIPPED: Cinder backup feature disabled {3} setUpClass (tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore) ... SKIPPED: Backup is not enable. {3} setUpClass (tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached) ... SKIPPED: Cinder multi-backend feature disabled {3} setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {10} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_get_list_accept_volume_transfer [1.905792s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 144, in test_create_get_list_accept_volume_transfer test_create_get_list_accept_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 125, in test_create_get_list_accept_volume_transfer test_create_get_list_accept_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 40, in test_create_get_list_accept_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c6283534-782a-473b-995d-d2fdd9a2dfc4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:52:33,985 79806 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes 0.500s 2023-04-18 17:52:33,986 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "name": "tempest-VolumesTransfersV357Test-Volume-203211326"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27eee349-bd49-4ae8-b969-531e43e50558', 'content-length': '885', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27eee349-bd49-4ae8-b969-531e43e50558', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes'} Body: b'{"volume": {"id": "c6283534-782a-473b-995d-d2fdd9a2dfc4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:52:33.909186", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-203211326", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes/c6283534-782a-473b-995d-d2fdd9a2dfc4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea2d0e5abff94c2c828b8a8366a90d90/volumes/c6283534-782a-473b-995d-d2fdd9a2dfc4"}], "user_id": "b41a9ee4370047b9929add173bd9650d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-18 17:52:34,058 79806 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes/c6283534-782a-473b-995d-d2fdd9a2dfc4 0.060s 2023-04-18 17:52:34,058 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cf10aeb-3c2e-4c4c-982e-142c2625a457', 'content-length': '953', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cf10aeb-3c2e-4c4c-982e-142c2625a457', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes/c6283534-782a-473b-995d-d2fdd9a2dfc4'} Body: b'{"volume": {"id": "c6283534-782a-473b-995d-d2fdd9a2dfc4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:52:34.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-203211326", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes/c6283534-782a-473b-995d-d2fdd9a2dfc4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea2d0e5abff94c2c828b8a8366a90d90/volumes/c6283534-782a-473b-995d-d2fdd9a2dfc4"}], "user_id": "b41a9ee4370047b9929add173bd9650d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "ea2d0e5abff94c2c828b8a8366a90d90"}}' 2023-04-18 17:52:35,140 79806 INFO [tempest.lib.common.rest_client] Request (VolumesTra nsfersV357Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes/c6283534-782a-473b-995d-d2fdd9a2dfc4 0.065s 2023-04-18 17:52:35,140 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbce319a-63cc-4995-a73f-2f2488fecca8', 'content-length': '974', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbce319a-63cc-4995-a73f-2f2488fecca8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes/c6283534-782a-473b-995d-d2fdd9a2dfc4'} Body: b'{"volume": {"id": "c6283534-782a-473b-995d-d2fdd9a2dfc4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:52:34.000000", "updated_at": "2023-04-18T17:52:34.000000", "name": "tempest-VolumesTransfersV357Test-Volume-203211326", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes/c6283534-782a-473b-995d-d2fdd9a2dfc4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea2d0e5abff94c2c828b8a8366a90d90/volumes/c6283534-782a-473b-995d-d2fdd9a2dfc4"}], "user_id": "b41a9ee4370047b9929add173bd9650d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "ea2d0e5abff94c2c828b8a8366a90d90"}}' 2023-04-18 17:52:35,197 79806 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes/c6283534-782a-473b-995d-d2fdd9a2dfc4 0.046s 2023-04-18 17:52:35,198 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a895d59f-41cf-4fc4-b6e7-a2b3a8c64e90', 'content-length': '974', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a895d59f-41cf-4fc4-b6e7-a2b3a8c64e90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes/c6283534-782a-473b-995d-d2fdd9a2dfc4'} Body: b'{"volume": {"id": "c6283534-782a-473b-995d-d2fdd9a2dfc4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:52:34.000000", "updated_at": "2023-04-18T17:52:34.000000", "name": "tempest-VolumesTransfersV357Test-Volume-203211326", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes/c6283534-782a-473b-995d-d2fdd9a2dfc4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea2d0e5abff94c2c828b8a8366a90d90/volumes/c6283534-782a-473b-995d-d2fdd9a2dfc4"}], "user_id": "b41a9ee4370047b9929add173bd9650d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "ea2d0e5abff94c2c828b8a8366a90d90"}}' 2023-04-18 17:52:35,354 79806 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_ru n_cleanups): 202 DELETE http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes/c6283534-782a-473b-995d-d2fdd9a2dfc4 0.145s 2023-04-18 17:52:35,354 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abfd2b28-57bf-4a87-a5fc-a7957d20f571', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes/c6283534-782a-473b-995d-d2fdd9a2dfc4'} Body: b'' 2023-04-18 17:52:35,389 79806 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes/c6283534-782a-473b-995d-d2fdd9a2dfc4 0.034s 2023-04-18 17:52:35,390 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fc0980c-ed66-4365-a6bd-d2c7684a609c', 'x-openstack-request-id': 'req-0fc0980c-ed66-4365-a6bd-d2c7684a609c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes/c6283534-782a-473b-995d-d2fdd9a2dfc4'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c6283534-782a-473b-995d-d2fdd9a2dfc4 could not be found."}}' {11} setUpClass (tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_snapshots_actions.py", line 38, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume dd116180-a4df-4aad-9ec4-5fa596bbfb42 failed to build and is in ERROR status {11} setUpClass (tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest) ... SKIPPED: Manage volume tests are disabled {11} tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary [0.185694s] ... ok {10} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_list_delete_volume_transfer [1.632309s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 150, in test_create_list_delete_volume_transfer test_create_list_delete_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 131, in test_create_list_delete_volume_transfer test_create_list_delete_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 81, in test_create_list_delete_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume a72bd284-b761-41fa-805a-0d89c094a9f1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:52:35,637 79806 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes 0.242s 2023-04-18 17:52:35,638 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "name": "tempest-VolumesTransfersV357Test-Volume-387361871"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0df50672-9cab-4c9a-be69-03b017d2edcd', 'content-length': '885', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0df50672-9cab-4c9a-be69-03b017d2edcd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes'} Body: b'{"volume": {"id": "a72bd284-b761-41fa-805a-0d89c094a9f1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:52:35.556125", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-387361871", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes/a72bd284-b761-41fa-805a-0d89c094a9f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea2d0e5abff94c2c828b8a8366a90d90/volumes/a72bd284-b761-41fa-805a-0d89c094a9f1"}], "user_id": "b41a9ee4370047b9929add173bd9650d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-18 17:52:35,710 79806 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes/a72bd284-b761-41fa-805a-0d89c094a9f1 0.051s 2023-04-18 17:52:35,711 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b832095-21f7-4f5e-8dfc-0c045ab00c4e', 'content-length': '953', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b832095-21f7-4f5e-8dfc-0c045ab00c4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes/a72bd284-b761-41fa-805a-0d89c094a9f1'} Body: b'{"volume": {"id": "a72bd284-b761-41fa-805a-0d89c094a9f1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:52:36.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-387361871", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes/a72bd284-b761-41fa-805a-0d89c094a9f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea2d0e5abff94c2c828b8a8366a90d90/volumes/a72bd284-b761-41fa-805a-0d89c094a9f1"}], "user_id": "b41a9ee4370047b9929add173bd9650d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "ea2d0e5abff94c2c828b8a8366a90d90"}}' 2023-04-18 17:52:36,785 79806 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV3 57Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes/a72bd284-b761-41fa-805a-0d89c094a9f1 0.062s 2023-04-18 17:52:36,786 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c48a4de-b8ee-427f-9ceb-a2ba91a59913', 'content-length': '974', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c48a4de-b8ee-427f-9ceb-a2ba91a59913', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes/a72bd284-b761-41fa-805a-0d89c094a9f1'} Body: b'{"volume": {"id": "a72bd284-b761-41fa-805a-0d89c094a9f1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:52:36.000000", "updated_at": "2023-04-18T17:52:36.000000", "name": "tempest-VolumesTransfersV357Test-Volume-387361871", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes/a72bd284-b761-41fa-805a-0d89c094a9f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea2d0e5abff94c2c828b8a8366a90d90/volumes/a72bd284-b761-41fa-805a-0d89c094a9f1"}], "user_id": "b41a9ee4370047b9929add173bd9650d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "ea2d0e5abff94c2c828b8a8366a90d90"}}' 2023-04-18 17:52:36,861 79806 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes/a72bd284-b761-41fa-805a-0d89c094a9f1 0.064s 2023-04-18 17:52:36,861 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc1d108a-77c6-454a-9105-03c4b29213cb', 'content-length': '974', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc1d108a-77c6-454a-9105-03c4b29213cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes/a72bd284-b761-41fa-805a-0d89c094a9f1'} Body: b'{"volume": {"id": "a72bd284-b761-41fa-805a-0d89c094a9f1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:52:36.000000", "updated_at": "2023-04-18T17:52:36.000000", "name": "tempest-VolumesTransfersV357Test-Volume-387361871", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes/a72bd284-b761-41fa-805a-0d89c094a9f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea2d0e5abff94c2c828b8a8366a90d90/volumes/a72bd284-b761-41fa-805a-0d89c094a9f1"}], "user_id": "b41a9ee4370047b9929add173bd9650d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "ea2d0e5abff94c2c828b8a8366a90d90"}}' 2023-04-18 17:52:37,002 79806 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes/a72bd284-b761-41fa-805a-0d89c094a9f1 0.129s 2023-04-18 17:52:37,002 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ec76e93-ce11-44cf-8eb4-35dc80989792', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes/a72bd284-b761-41fa-805a-0d89c094a9f1'} Body: b'' 2023-04-18 17:52:37,025 79806 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes/a72bd284-b761-41fa-805a-0d89c094a9f1 0.023s 2023-04-18 17:52:37,026 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-59940d3a-6351-4872-b4c6-a49516728bb5', 'x-openstack-request-id': 'req-59940d3a-6351-4872-b4c6-a49516728bb5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes/a72bd284-b761-41fa-805a-0d89c094a9f1'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a72bd284-b761-41fa-805a-0d89c094a9f1 could not be found."}}' {10} setUpClass (tempest.api.volume.test_volumes_list.VolumesListTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_list.py", line 89, in resource_setup volume = cls.create_volume(metadata=cls.metadata) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 640d1725-8609-4349-b179-55e9e7bb0b3a failed to build and is in ERROR status {1} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices [2.388117s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 169, in test_tagged_boot_devices boot_volume = self.create_volume(CONF.compute.image_ref) File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 9fed1158-fa68-40b1-81eb-971fd9fda388 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:52:58,701 79788 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/cbc992a542664439a83c03bc02ccf79d/volumes 1.205s 2023-04-18 17:52:58,701 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-TaggedBootDevicesTest-volume-1965319496", "imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff0fc94b-f0c4-4d6d-8c5f-5553ac01e183', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff0fc94b-f0c4-4d6d-8c5f-5553ac01e183', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/cbc992a542664439a83c03bc02ccf79d/volumes'} Body: b'{"volume": {"id": "9fed1158-fa68-40b1-81eb-971fd9fda388", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:52:58.416908", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1965319496", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cbc992a542664439a83c03bc02ccf79d/volumes/9fed1158-fa68-40b1-81eb-971fd9fda388"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cbc992a542664439a83c03bc02ccf79d/volumes/9fed1158-fa68-40b1-81eb-971fd9fda388"}], "user_id": "3f57f929608e474c949f27367c22a866", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:52:58,782 79788 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/cbc992a542664439a83c03bc02ccf79d/volumes/9fed1158-fa68-40b1-81eb-971fd9fda388 0.052s 2023-04-18 17:52:58,782 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd51fad8-26bd-4222-8c1d-7035391482c4', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd51fad8-26bd-4222-8c1d-7035391482c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cbc992a542664439a83c03bc02ccf79d/volumes/9fed1158-fa68-40b1-81eb-971fd9fda388'} Body: b'{"volume": {"id": "9fed1158-fa68-40b1-81eb-971fd9fda388", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:52:58.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1965319496", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cbc992a542664439a83c03bc02ccf79d/volumes/9fed1158-fa68-40b1-81eb-971fd9fda388"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cbc992a542664439a83c03bc02ccf79d/volumes/9fed1158-fa68-40b1-81eb-971fd9fda388"}], "user_id": "3f57f929608e474c949f27367c22a866", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cbc992a542664439a83c03bc02ccf79d"}}' 2023-04-18 17:52:59,869 79788 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/cbc992a542664439a83c03bc02ccf79d/volumes/9fed1158-fa68-40b1-81eb-971fd9fda388 0.073s 2023-04-18 17:52:59,869 79788 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-904588bd-f272-46da-b0b7-14599115712f', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-904588bd-f272-46da-b0b7-14599115712f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cbc992a542664439a83c03bc02ccf79d/volumes/9fed1158-fa68-40b1-81eb-971fd9fda388'} Body: b'{"volume": {"id": "9fed1158-fa68-40b1-81eb-971fd9fda388", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:52:58.000000", "updated_at": "2023-04-18T17:52:59.000000", "name": "tempest-TaggedBootDevicesTest-volume-1965319496", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cbc992a542664439a83c03bc02ccf79d/volumes/9fed1158-fa68-40b1-81eb-971fd9fda388"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cbc992a542664439a83c03bc02ccf79d/volumes/9fed1158-fa68-40b1-81eb-971fd9fda388"}], "user_id": "3f57f929608e474c949f27367c22a866", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cbc992a542664439a83c03bc02ccf79d"}}' {5} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap [2.094539s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/admin/test_volume_swap.py", line 105, in test_volume_swap volume1 = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume cd749df3-932f-433c-9e93-eeef71f9f9ad failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:52:58,723 79796 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/d4c44bde83e24c68b7da689f390d81a9/volumes 0.850s 2023-04-18 17:52:58,724 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-TestVolumeSwap-volume-800323480"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a728149-a8d5-41e0-b858-1d01e858d00b', 'content-length': '811', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a728149-a8d5-41e0-b858-1d01e858d00b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d4c44bde83e24c68b7da689f390d81a9/volumes'} Body: b'{"volume": {"id": "cd749df3-932f-433c-9e93-eeef71f9f9ad", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:52:58.636539", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-800323480", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4c44bde83e24c68b7da689f390d81a9/volumes/cd749df3-932f-433c-9e93-eeef71f9f9ad"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4c44bde83e24c68b7da689f390d81a9/volumes/cd749df3-932f-433c-9e93-eeef71f9f9ad"}], "user_id": "0c6f74887d9a49a28b014e2fbb2eabcf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:52:58,860 79796 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/d4c44bde83e24c68b7da689f390d81a9/volumes/cd749df3-932f-433c-9e93-eeef71f9f9ad 0.121s 2023-04-18 17:52:58,860 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-246e7ffc-3d64-4aef-8cad-adef03a68903', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-246e7ffc-3d64-4aef-8cad-adef03a68903', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4c44bde83e24c68b7da689f390d81a9/volumes/cd749df3-932f-433c-9e93-eeef71f9f9ad'} Body: b'{"volume": {"id": "cd749df3-932f-433c-9e93-eeef71f9f9ad", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:52:59.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-800323480", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4c44bde83e24c68b7da689f390d81a9/volumes/cd749df3-932f-433c-9e93-eeef71f9f9ad"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4c44bde83e24c68b7da689f390d81a9/volumes/cd749df3-932f-433c-9e93-eeef71f9f9ad"}], "user_id": "0c6f74887d9a49a28b014e2fbb2eabcf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4c44bde83e24c68b7da689f390d81a9"}}' 2023-04-18 17:52:59,953 79796 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/d4c44bde83e24c68b7da689f390d81a9/volumes/cd749df3-932f-433c-9e93-eeef71f9f9ad 0.081s 2023-04-18 17:52:59,953 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X- Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b3f979b-0ec6-4db3-ae4d-ce47c8a8a4eb', 'content-length': '900', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b3f979b-0ec6-4db3-ae4d-ce47c8a8a4eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4c44bde83e24c68b7da689f390d81a9/volumes/cd749df3-932f-433c-9e93-eeef71f9f9ad'} Body: b'{"volume": {"id": "cd749df3-932f-433c-9e93-eeef71f9f9ad", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:52:59.000000", "updated_at": "2023-04-18T17:52:59.000000", "name": "tempest-TestVolumeSwap-volume-800323480", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4c44bde83e24c68b7da689f390d81a9/volumes/cd749df3-932f-433c-9e93-eeef71f9f9ad"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4c44bde83e24c68b7da689f390d81a9/volumes/cd749df3-932f-433c-9e93-eeef71f9f9ad"}], "user_id": "0c6f74887d9a49a28b014e2fbb2eabcf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4c44bde83e24c68b7da689f390d81a9"}}' {10} setUpClass (tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots.py", line 41, in resource_setup cls.volume_origin = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 299a9387-49ec-4324-baa0-0e370afdc7bb failed to build and is in ERROR status {4} tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment [10.442398s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 392, in test_tagged_attachment volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 44e82484-5c2d-4d7c-b946-1c2fe68eb826 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:53:09,866 79794 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 2.471s 2023-04-18 17:53:09,866 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"name": "tempest-tagged-attachments-test-net-1043419982"}} Response - Headers: {'content-type': 'application/json', 'content-length': '583', 'x-openstack-request-id': 'req-9c4b10ed-8b93-4d99-bc93-e4941bd3b690', 'date': 'Tue, 18 Apr 2023 17:53:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"ae48a941-ea5b-44b0-9dda-d09f63ecc895","name":"tempest-tagged-attachments-test-net-1043419982","tenant_id":"52d06b878d8e482f904f627141b45de8","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"52d06b878d8e482f904f627141b45de8","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2023-04-18T17:53:07Z","updated_at":"2023-04-18T17:53:08Z","revision_number":1}}' 2023-04-18 17:53:13,485 79794 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 3.618s 2023-04-18 17:53:13,485 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "ae48a941-ea5b-44b0-9dda-d09f63ecc895", "cidr": "10.10.10.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '603', 'x-openstack-request-id': 'req-e7a4a0a3-8bd8-457e-b665-be047fcbf696', 'date': 'Tue, 18 Apr 2023 17:53:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"a2f477b7-c400-47ce-8d16-aa0b890f2735","name":"","tenant_id":"52d06b878d8e482f904f627141b45de8","network_id":"ae48a941-ea5b-44b0-9dda-d09f63ecc895","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.10.10.1","cidr":"10.10.10.0/24","allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2023-04-18T17:53:10Z","updated_at":"2023-04-18T17:53:10Z","revision_number":0,"project_id":"52d06b878d8e482f904f627141b45de8"}}' 2023-04-18 17:53:13,925 79794 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 202 POST http://10.0.0.210/volume/v3/52d06b878d8e482f904f627141b45de8/volumes 0.438s 2023-04-18 17:53:13,925 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-TaggedAttachmentsTest-volume-1370873686"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19622694-03c6-4f0e-94c8-5afa4e75ac1a', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19622694-03c6-4f0e-94c8-5afa4e75ac1a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/52d06b878d8e482f904f627141b45de8/volumes'} Body: b'{"volume": {"id": "44e82484-5c2d-4d7c-b946-1c2fe68eb826", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:53:13.822502", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-1370873686", "description": null, "vo lume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/52d06b878d8e482f904f627141b45de8/volumes/44e82484-5c2d-4d7c-b946-1c2fe68eb826"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/52d06b878d8e482f904f627141b45de8/volumes/44e82484-5c2d-4d7c-b946-1c2fe68eb826"}], "user_id": "ff2b7150c7ce4302a004d53fa7474055", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:53:14,092 79794 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/52d06b878d8e482f904f627141b45de8/volumes/44e82484-5c2d-4d7c-b946-1c2fe68eb826 0.140s 2023-04-18 17:53:14,093 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b1cd5bf-9e4c-4ff3-bf98-f0fe355949df', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b1cd5bf-9e4c-4ff3-bf98-f0fe355949df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/52d06b878d8e482f904f627141b45de8/volumes/44e82484-5c2d-4d7c-b946-1c2fe68eb826'} Body: b'{"volume": {"id": "44e82484-5c2d-4d7c-b946-1c2fe68eb826", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:53:14.000000", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-1370873686", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/52d06b878d8e482f904f627141b45de8/volumes/44e82484-5c2d-4d7c-b946-1c2fe68eb826"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/52d06b878d8e482f904f627141b45de8/volumes/44e82484-5c2d-4d7c-b946-1c2fe68eb826"}], "user_id": "ff2b7150c7ce4302a004d53fa7474055", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "52d06b878d8e482f904f627141b45de8"}}' 2023-04-18 17:53:15,174 79794 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/52d06b878d8e482f904f627141b45de8/volumes/44e82484-5c2d-4d7c-b946-1c2fe68eb826 0.069s 2023-04-18 17:53:15,175 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29ef00d9-c368-420e-8b0a-ecaba9e7ee1a', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29ef00d9-c368-420e-8b0a-ecaba9e7ee1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/52d06b878d8e482f904f627141b45de8/volumes/44e82484-5c2d-4d7c-b946-1c2fe68eb826'} Body: b'{"volume": {"id": "44e82484-5c2d-4d7c-b946-1c2fe68eb826", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:53:14.000000", "updated_at": "2023-04-18T17:53:14.000000", "name": "tempest-TaggedAttachmentsTest-volume-1370873686", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/52d06b878d8e482f904f627141b45de8/volumes/44e82484-5c2d-4d7c-b946-1c2fe68eb826"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/52d06b878d8e482f904f627141b45de8/volumes/44e82484-5c2d- 4d7c-b946-1c2fe68eb826"}], "user_id": "ff2b7150c7ce4302a004d53fa7474055", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "52d06b878d8e482f904f627141b45de8"}}' 2023-04-18 17:53:16,148 79794 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/a2f477b7-c400-47ce-8d16-aa0b890f2735 0.961s 2023-04-18 17:53:16,149 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-d1c6c682-2e22-4b15-8123-baae78147c93', 'date': 'Tue, 18 Apr 2023 17:53:16 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/a2f477b7-c400-47ce-8d16-aa0b890f2735'} Body: b'' 2023-04-18 17:53:17,835 79794 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/ae48a941-ea5b-44b0-9dda-d09f63ecc895 1.686s 2023-04-18 17:53:17,836 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-c7dac96e-ce1c-4b83-af7c-539778da6af8', 'date': 'Tue, 18 Apr 2023 17:53:17 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/ae48a941-ea5b-44b0-9dda-d09f63ecc895'} Body: b'' {1} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot [2.080121s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 159, in test_create_group_from_group_snapshot grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group f7536de1-bc88-44ae-8986-08772313154c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:53:21,297 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 POST http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/types 0.233s 2023-04-18 17:53:21,297 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume_type": {"name": "tempest-GroupSnapshotsTest-volume-type-70299642"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e79d9d7f-a710-4c1b-88dd-19b059a1d199', 'content-length': '222', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e79d9d7f-a710-4c1b-88dd-19b059a1d199', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/types'} Body: b'{"volume_type": {"id": "40c3823c-82d9-4abf-95f1-bebbca82925f", "name": "tempest-GroupSnapshotsTest-volume-type-70299642", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 17:53:21,338 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/group_types 0.038s 2023-04-18 17:53:21,339 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"group_type": {"name": "tempest-GroupSnapshotsTest-group-type-684994923"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67891465-304e-4f0f-9fad-87719634f68d', 'content-length': '180', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67891465-304e-4f0f-9fad-87719634f68d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/group_types'} Body: b'{"group_type": {"id": "20ef53ac-b9eb-4031-9658-004a7f053c88", "name": "tempest-GroupSnapshotsTest-group-type-684994923", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 17:53:21,691 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups 0.349s 2023-04-18 17:53:21,691 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"group": {"group_type": "20ef53ac-b9eb-4031-9658-004a7f053c88", "volume_types": ["40c3823c-82d9-4abf-95f1-bebbca82925f"], "name": "tempest-GroupSnapshotsTest-Group-132538547"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e7772a5-e088-4d0b-b86f-4b9eea7b828d', 'content-length': '111', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e7772a5-e088-4d0b-b86f-4b9eea7b828d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups'} Body: b'{"group": {"id": "f7536de1-bc88-44ae-8986-08772313154c", "name": "tempest-GroupSnapshotsTest-Group-132538547"}}' 2023-04-18 17:53:21,788 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups/f7536de1-bc88-44ae-8986-08772313154c 0.094s 2023-04-18 17:53:21,789 79788 DEBUG [tempest.lib.common.re st_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7adee5a4-d1be-4e87-8030-1bbf24c45c02', 'content-length': '391', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7adee5a4-d1be-4e87-8030-1bbf24c45c02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups/f7536de1-bc88-44ae-8986-08772313154c'} Body: b'{"group": {"id": "f7536de1-bc88-44ae-8986-08772313154c", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-18T17:53:22.000000", "name": "tempest-GroupSnapshotsTest-Group-132538547", "description": null, "group_type": "20ef53ac-b9eb-4031-9658-004a7f053c88", "volume_types": ["40c3823c-82d9-4abf-95f1-bebbca82925f"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 17:53:22,845 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups/f7536de1-bc88-44ae-8986-08772313154c 0.051s 2023-04-18 17:53:22,846 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e0ed66f-273d-4c33-b648-e60b14d4b62e', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e0ed66f-273d-4c33-b648-e60b14d4b62e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups/f7536de1-bc88-44ae-8986-08772313154c'} Body: b'{"group": {"id": "f7536de1-bc88-44ae-8986-08772313154c", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T17:53:22.000000", "name": "tempest-GroupSnapshotsTest-Group-132538547", "description": null, "group_type": "20ef53ac-b9eb-4031-9658-004a7f053c88", "volume_types": ["40c3823c-82d9-4abf-95f1-bebbca82925f"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 17:53:22,928 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/volumes/detail 0.076s 2023-04-18 17:53:22,928 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eea8120b-cece-4c29-88f1-bfa1078edd73', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eea8120b-cece-4c29-88f1-bfa1078edd73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 17:53:23,006 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups/f7536de1-bc88-44ae-8986-08772313154c/action 0.067s 2023-04-18 17:53:23,007 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"delete-vol umes": true}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a20f721e-c921-45f8-bf31-05336478136b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups/f7536de1-bc88-44ae-8986-08772313154c/action'} Body: b'' 2023-04-18 17:53:23,025 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups/f7536de1-bc88-44ae-8986-08772313154c 0.018s 2023-04-18 17:53:23,025 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ade9c54-b700-4c18-bd69-2d0d8a8a35d3', 'x-openstack-request-id': 'req-0ade9c54-b700-4c18-bd69-2d0d8a8a35d3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups/f7536de1-bc88-44ae-8986-08772313154c'} Body: b'{"itemNotFound": {"code": 404, "message": "Group f7536de1-bc88-44ae-8986-08772313154c could not be found."}}' 2023-04-18 17:53:23,069 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/group_types/20ef53ac-b9eb-4031-9658-004a7f053c88 0.043s 2023-04-18 17:53:23,070 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb91d227-fa21-4288-a755-4978167a2cce', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/group_types/20ef53ac-b9eb-4031-9658-004a7f053c88'} Body: b'' 2023-04-18 17:53:23,126 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/types/40c3823c-82d9-4abf-95f1-bebbca82925f 0.056s 2023-04-18 17:53:23,127 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7680e24d-9d26-439a-9255-ab272fe9aa78', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/types/40c3823c-82d9-4abf-95f1-bebbca82925f'} Body: b'' 2023-04-18 17:53:23,142 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/types/40c3823c-82d9-4abf-95f1-bebbca82925f 0.014s 2023-04-18 17:53:23,142 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17 :53:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f8b6c4d-e888-48f2-9cd0-b42115a89df3', 'x-openstack-request-id': 'req-5f8b6c4d-e888-48f2-9cd0-b42115a89df3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/types/40c3823c-82d9-4abf-95f1-bebbca82925f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 40c3823c-82d9-4abf-95f1-bebbca82925f could not be found."}}' {1} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes [1.613660s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 220, in test_delete_group_snapshots_following_updated_volumes grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 457b7f7b-96f8-40ba-9dd2-3c5689eecc1a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:53:23,178 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 POST http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/types 0.032s 2023-04-18 17:53:23,178 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume_type": {"name": "tempest-GroupSnapshotsTest-volume-type-1299641596"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae422d32-f947-4f5a-aee3-3226d6c426e9', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae422d32-f947-4f5a-aee3-3226d6c426e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/types'} Body: b'{"volume_type": {"id": "2ebc1269-b83a-47ee-b41c-dbdecd4645b7", "name": "tempest-GroupSnapshotsTest-volume-type-1299641596", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 17:53:23,217 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/group_types 0.036s 2023-04-18 17:53:23,217 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"group_type": {"name": "tempest-GroupSnapshotsTest-group-type-2125611616"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6cdd999-0b16-465f-ba0a-8a0aa2562f4c', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6cdd999-0b16-465f-ba0a-8a0aa2562f4c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/group_types'} Body: b'{"group_type": {"id": "5188fd64-cf98-4d1c-9f6d-875d4499272d", "name": "tempest-GroupSnapshotsTest-group-type-2125611616", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 17:53:23,314 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups 0.094s 2023-04-18 17:53:23,315 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"group": {"group_type": "5188fd64-cf98-4d1c-9f6d-875d4499272d", "volume_types": ["2ebc1269-b83a-47ee-b41c-dbdecd4645b7"], "name": "tempest-GroupSnapshotsTest-Group-1975379496"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73e69f10-5367-4c06-913d-be6dace0c3c7', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73e69f10-5367-4c06-913d-be6dace0c3c7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups'} Body: b'{"group": {"id": "457b7f7b-96f8-40ba-9dd2-3c5689eecc1a", "name": "tempest-GroupSnapshotsTest-Group-1975379496"}}' 2023-04-18 17:53:23,370 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups/457b7f7b-96f8-40ba-9dd2-3c5689eec c1a 0.053s 2023-04-18 17:53:23,371 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85b4419b-0f22-4b4b-9210-1cdc1fdb5e61', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85b4419b-0f22-4b4b-9210-1cdc1fdb5e61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups/457b7f7b-96f8-40ba-9dd2-3c5689eecc1a'} Body: b'{"group": {"id": "457b7f7b-96f8-40ba-9dd2-3c5689eecc1a", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T17:53:23.000000", "name": "tempest-GroupSnapshotsTest-Group-1975379496", "description": null, "group_type": "5188fd64-cf98-4d1c-9f6d-875d4499272d", "volume_types": ["2ebc1269-b83a-47ee-b41c-dbdecd4645b7"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 17:53:24,407 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups/457b7f7b-96f8-40ba-9dd2-3c5689eecc1a 0.031s 2023-04-18 17:53:24,407 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9d58b05-fc61-4e8c-bfab-39497071d43a', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9d58b05-fc61-4e8c-bfab-39497071d43a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups/457b7f7b-96f8-40ba-9dd2-3c5689eecc1a'} Body: b'{"group": {"id": "457b7f7b-96f8-40ba-9dd2-3c5689eecc1a", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T17:53:23.000000", "name": "tempest-GroupSnapshotsTest-Group-1975379496", "description": null, "group_type": "5188fd64-cf98-4d1c-9f6d-875d4499272d", "volume_types": ["2ebc1269-b83a-47ee-b41c-dbdecd4645b7"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 17:53:24,412 79788 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1739031. The failure could be related to https://launchpad.net/bugs/1739031 2023-04-18 17:53:24,492 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/volumes/detail 0.079s 2023-04-18 17:53:24,493 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42f5db27-9106-435f-9691-d87cfb483d8a', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42f5db27-9106-435f-9691-d87cfb483d8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 17:53:24,625 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups/457b7f7b-96f8-40ba-9dd2-3c5689eecc1a/action 0 .121s 2023-04-18 17:53:24,625 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97fe22b7-741e-4a51-800c-6642698ede7d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups/457b7f7b-96f8-40ba-9dd2-3c5689eecc1a/action'} Body: b'' 2023-04-18 17:53:24,642 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups/457b7f7b-96f8-40ba-9dd2-3c5689eecc1a 0.015s 2023-04-18 17:53:24,642 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-7153d984-fac8-4b13-9676-b931a697ebac', 'x-openstack-request-id': 'req-7153d984-fac8-4b13-9676-b931a697ebac', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups/457b7f7b-96f8-40ba-9dd2-3c5689eecc1a'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 457b7f7b-96f8-40ba-9dd2-3c5689eecc1a could not be found."}}' 2023-04-18 17:53:24,678 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/group_types/5188fd64-cf98-4d1c-9f6d-875d4499272d 0.035s 2023-04-18 17:53:24,678 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f7c85e0-ff9f-4942-a149-8436fe7635ee', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/group_types/5188fd64-cf98-4d1c-9f6d-875d4499272d'} Body: b'' 2023-04-18 17:53:24,736 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/types/2ebc1269-b83a-47ee-b41c-dbdecd4645b7 0.057s 2023-04-18 17:53:24,737 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-685948a3-b266-41cd-afac-6cd93bc83786', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/types/2ebc1269-b83a-47ee-b41c-dbdecd4645b7'} Body: b'' 2023-04-18 17:53:24,757 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/types/2ebc1269-b83a-47ee-b41c-dbdecd464 5b7 0.020s 2023-04-18 17:53:24,757 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f838052-55fa-42f8-85ed-20e0cca62759', 'x-openstack-request-id': 'req-3f838052-55fa-42f8-85ed-20e0cca62759', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/types/2ebc1269-b83a-47ee-b41c-dbdecd4645b7'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 2ebc1269-b83a-47ee-b41c-dbdecd4645b7 could not be found."}}' {11} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance [6.281459s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 120, in test_shelve_volume_backed_instance self._create_server_then_shelve_and_unshelve(boot_from_volume=True) File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 82, in _create_server_then_shelve_and_unshelve server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 312, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 262, in create_test_server with excutils.save_and_reraise_exception(): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 258, in create_test_server waiters.wait_for_volume_resource_status(volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c0fbc98c-76fb-4451-a749-21d98262b0e7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:53:19,846 79808 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.409s 2023-04-18 17:53:19,846 79808 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestShelveInstance-2100694782", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHd+C8sr7hQP77EGREETAnreXJMD9zYAM4yCTz8ajbRzNaWVuU6/I0ZZJaVxopEEF8NPHcjozIW8MWOQMSXUw3d6yZ7bCqHgUlipSDODKzEQrpobC+nVzFo5OhWfMwNDkQ=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '397', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d11cfd83-b39c-4f4a-9bc0-2cbc909cb8c2', 'x-compute-request-id': 'req-d11cfd83-b39c-4f4a-9bc0-2cbc909cb8c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-2100694782", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHd+C8sr7hQP77EGREETAnreXJMD9zYAM4yCTz8ajbRzNaWVuU6/I0ZZJaVxopEEF8NPHcjozIW8MWOQMSXUw3d6yZ7bCqHgUlipSDODKzEQrpobC+nVzFo5OhWfMwNDkQ==", "fingerprint": "5a:8e:c2:6d:af:58:fb:8e:9c:a8:e8:d2:db:fd:13:11", "user_id": "b2c5686c48cc49f6842beb2e882b6c48"}}' 2023-04-18 17:53:20,394 79808 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.544s 2023-04-18 17:53:20,394 79808 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-secgroup-smoke-1390506826", "description": "tempest-secgroup-smoke-1390506826 description", "project_id": "2f84fd3ebad648bfa34ac5bee0906211"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-6f7dc04e-f691-4b4b-96e7-0e698431e53d', 'date': 'Tue, 18 Apr 2023 17:53:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "8a15893d-24e4-4d5d-8e62-2e4263adbff0", "name": "tempest-secgroup-smoke-1390506826", "stateful": true, "tenant_id": "2f84fd3ebad648bfa34ac5bee0906211", "description": "tempest-secgroup-smoke-1390506826 description", "shared": false, "security_group_rules": [{"id": "02bf26c4-1c7e-4f5e-a3fe-6b842399d865", "tenant_id": "2f84fd3ebad648bfa34ac5bee0906211", "security_group_id": "8a15893d-24e4-4d5d-8e62-2e4263adbff0", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 401, "description": null, "tags": [], "created_at": "2023-04-18T17:53:19Z", "updated_at": "2023-04-18T17:53:19Z", "revision_number": 0, "project_id": "2f84fd3ebad648bfa34ac5bee0906211"}, {"id": "fd44be5f-46e9-46a7-b23a-4687d10f7f95", "tenant_id": "2f84fd3ebad648bfa34ac5bee0906211", "security_group_id": "8a15893d-24e4-4d5d-8e62-2e4263adbff0", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 400, "description": null, "tags": [], "created_at": "2023-04-18T17:53:19Z", "updated_at": "2023-04-18T17:53:19Z", "revision_number": 0, "project_id": "2f84fd3ebad648bfa34ac5bee0906211"}], "tags": [], "created_at": "2023-04-18T17:53:19Z", "updated_at": "2023-04-18T17: 53:19Z", "revision_number": 1, "project_id": "2f84fd3ebad648bfa34ac5bee0906211"}}' 2023-04-18 17:53:20,894 79808 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.499s 2023-04-18 17:53:20,894 79808 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8a15893d-24e4-4d5d-8e62-2e4263adbff0", "project_id": "2f84fd3ebad648bfa34ac5bee0906211", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-e3eb8dd7-3867-4d6e-9980-5bd04e8c0a3a', 'date': 'Tue, 18 Apr 2023 17:53:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1b05b79b-b9bd-441b-ae81-dc1150e02e3c", "tenant_id": "2f84fd3ebad648bfa34ac5bee0906211", "security_group_id": "8a15893d-24e4-4d5d-8e62-2e4263adbff0", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T17:53:20Z", "updated_at": "2023-04-18T17:53:20Z", "revision_number": 0, "project_id": "2f84fd3ebad648bfa34ac5bee0906211"}}' 2023-04-18 17:53:21,509 79808 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.613s 2023-04-18 17:53:21,509 79808 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8a15893d-24e4-4d5d-8e62-2e4263adbff0", "project_id": "2f84fd3ebad648bfa34ac5bee0906211", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-111f3884-945e-4df0-abaf-450ce8402054', 'date': 'Tue, 18 Apr 2023 17:53:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f9154b4d-f9dd-492c-a996-ebc90d119c4c", "tenant_id": "2f84fd3ebad648bfa34ac5bee0906211", "security_group_id": "8a15893d-24e4-4d5d-8e62-2e4263adbff0", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T17:53:21Z", "updated_at": "2023-04-18T17:53:21Z", "revision_number": 0, "project_id": "2f84fd3ebad648bfa34ac5bee0906211"}}' 2023-04-18 17:53:22,435 79808 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.925s 2023-04-18 17:53:22,435 79808 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8a15893d-24e4-4d5d-8e62-2e4263adbff0", "project_id": "2f84fd3ebad648bfa34ac5bee0906211", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-b67e0787-1a64-4d49-8ab9-bf3d5d7705ea', 'date': 'Tue, 18 Apr 2023 17:53:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{" security_group_rule": {"id": "9b3eb4ec-b9bc-4f76-a3ce-20a5efc9ff32", "tenant_id": "2f84fd3ebad648bfa34ac5bee0906211", "security_group_id": "8a15893d-24e4-4d5d-8e62-2e4263adbff0", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T17:53:21Z", "updated_at": "2023-04-18T17:53:21Z", "revision_number": 0, "project_id": "2f84fd3ebad648bfa34ac5bee0906211"}}' 2023-04-18 17:53:22,939 79808 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.503s 2023-04-18 17:53:22,940 79808 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8a15893d-24e4-4d5d-8e62-2e4263adbff0", "project_id": "2f84fd3ebad648bfa34ac5bee0906211", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-b9972a36-f507-4b47-ba0e-10a41aad8f02', 'date': 'Tue, 18 Apr 2023 17:53:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c078c32d-4818-45c8-be1a-d25e26001c3f", "tenant_id": "2f84fd3ebad648bfa34ac5bee0906211", "security_group_id": "8a15893d-24e4-4d5d-8e62-2e4263adbff0", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T17:53:22Z", "updated_at": "2023-04-18T17:53:22Z", "revision_number": 0, "project_id": "2f84fd3ebad648bfa34ac5bee0906211"}}' 2023-04-18 17:53:23,127 79808 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.187s 2023-04-18 17:53:23,128 79808 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8a15893d-24e4-4d5d-8e62-2e4263adbff0", "project_id": "2f84fd3ebad648bfa34ac5bee0906211", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-982c8e4d-bfdd-4be5-98c4-8ec3fce8ab11', 'date': 'Tue, 18 Apr 2023 17:53:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3654651c-5eaa-4e1f-be47-36ced8c1bd91", "tenant_id": "2f84fd3ebad648bfa34ac5bee0906211", "security_group_id": "8a15893d-24e4-4d5d-8e62-2e4263adbff0", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T17:53:23Z", "updated_at": "2023-04-18T17:53:23Z", "revision_number": 0, "project_id": "2f84fd3ebad648bfa34ac5bee0906211"}}' 2023-04-18 17:53:23,454 79808 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.325s 2023-04-18 17:53:23,454 79808 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8a15893d-24e4-4d5d-8e62-2e4263adbff 0", "project_id": "2f84fd3ebad648bfa34ac5bee0906211", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-4ee4855b-0755-4439-9c5b-f3466d7a4636', 'date': 'Tue, 18 Apr 2023 17:53:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "767c32de-67dc-433d-ab6e-c4b25a7e6b8d", "tenant_id": "2f84fd3ebad648bfa34ac5bee0906211", "security_group_id": "8a15893d-24e4-4d5d-8e62-2e4263adbff0", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T17:53:23Z", "updated_at": "2023-04-18T17:53:23Z", "revision_number": 0, "project_id": "2f84fd3ebad648bfa34ac5bee0906211"}}' 2023-04-18 17:53:23,594 79808 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.128s 2023-04-18 17:53:23,595 79808 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2807', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-bd55718e-a226-4825-82a0-4fd244c69cf1', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b2c5686c48cc49f6842beb2e882b6c48", "name": "tempest-TestShelveInstance-755662447-project-member", "password_expires_at": null}, "audit_ids": ["vBS1IZ7bSEmHeRSkXU51xw"], "expires_at": "2023-04-18T18:53:23.000000Z", "issued_at": "2023-04-18T17:53:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2f84fd3ebad648bfa34ac5bee0906211", "name": "tempest-TestShelveInstance-755662447"}, "is_domain": false, "roles": [{"id": "762b079e91ba4ddbacceb1546eb3e74b", "name": "member"}, {"id": "807c7b6962e34127851a8fd52e276165", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e52ae3082fbf4a328ade93bc969dfa86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "166e820cb0ca4a089aa9254384c06e53", "type": "image", "name": "glance"}, {"endpoints": [{"id": "f150521060f741f784e55058e10c303b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "1c8e6022cdfd4e9eb0fc68323e0cac02", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9c29a67948cb4cc48fd15a0431fe7a64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2f84fd3ebad648bfa34ac5bee0906211", "region": "RegionOne"}], "id": "2cacf9cd2898416aa34b0c96d297137a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "065cb3b15cfa48a89cd4a0610ca051f6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "334844b10d614b7693449511937eb5fa", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "42d5039ab31f496ebe06b2ab79621342", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2f84fd3ebad648bfa34ac5bee0906211", "region": "RegionOne"}], "id": "39da698ec5564e8180fd91a7bbf41b0f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "730244346eb743c5833aedad51c363d0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2f84fd3ebad648bfa34ac5bee0906211", "region": "RegionOne"}], "id": "5bcb3497a89a4dd8ae0ef4ff16e2f813", "type": "compute_legacy", "nam e": "nova_legacy"}, {"endpoints": [{"id": "9e3ae159bccb449fb431409ede0cbbd8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "63801c39cce14ff588071cf5a2486448", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "bb0997ca4d744ef88ab11be55b02192c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "aceec1d3ad2d4c5da6a7ca57bbfb3a51", "type": "identity", "name": "keystone"}]}}' 2023-04-18 17:53:23,596 79808 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': '1c1ecbf0-4867-4516-b100-8acebb933603', 'name': 'tempest-TestShelveInstance-246249533-network', 'tenant_id': '2f84fd3ebad648bfa34ac5bee0906211', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2f84fd3ebad648bfa34ac5bee0906211', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 49453, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T17:52:42Z', 'updated_at': '2023-04-18T17:52:43Z', 'revision_number': 1} available for tenant 2023-04-18 17:53:24,104 79808 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.0.0.210/volume/v3/2f84fd3ebad648bfa34ac5bee0906211/volumes 0.506s 2023-04-18 17:53:24,104 79808 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-tempest.common.compute-volume-1961713245", "imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ce6f12e-3717-4a92-a70d-616bb3caac5d', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ce6f12e-3717-4a92-a70d-616bb3caac5d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2f84fd3ebad648bfa34ac5bee0906211/volumes'} Body: b'{"volume": {"id": "c0fbc98c-76fb-4451-a749-21d98262b0e7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:53:23.989598", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1961713245", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2f84fd3ebad648bfa34ac5bee0906211/volumes/c0fbc98c-76fb-4451-a749-21d98262b0e7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2f84fd3ebad648bfa34ac5bee0906211/volumes/c0fbc98c-76fb-4451-a749-21d98262b0e7"}], "user_id": "b2c5686c48cc49f6842beb2e882b6c48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:53:24,157 79808 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/2f84fd3ebad648bfa34ac5bee0906211/volumes/c0fbc98c-76fb-4451-a749-21d98262b0e7 0.042s 2023-04-18 17:53:24,157 79808 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-507d664d-0cdd-43ce-9fff-d8c84175fa95', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-r equest-id': 'req-507d664d-0cdd-43ce-9fff-d8c84175fa95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2f84fd3ebad648bfa34ac5bee0906211/volumes/c0fbc98c-76fb-4451-a749-21d98262b0e7'} Body: b'{"volume": {"id": "c0fbc98c-76fb-4451-a749-21d98262b0e7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:53:24.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1961713245", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2f84fd3ebad648bfa34ac5bee0906211/volumes/c0fbc98c-76fb-4451-a749-21d98262b0e7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2f84fd3ebad648bfa34ac5bee0906211/volumes/c0fbc98c-76fb-4451-a749-21d98262b0e7"}], "user_id": "b2c5686c48cc49f6842beb2e882b6c48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2f84fd3ebad648bfa34ac5bee0906211"}}' 2023-04-18 17:53:25,231 79808 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/2f84fd3ebad648bfa34ac5bee0906211/volumes/c0fbc98c-76fb-4451-a749-21d98262b0e7 0.062s 2023-04-18 17:53:25,232 79808 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62e61de8-e3c3-493c-b714-66169e25a6c4', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62e61de8-e3c3-493c-b714-66169e25a6c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2f84fd3ebad648bfa34ac5bee0906211/volumes/c0fbc98c-76fb-4451-a749-21d98262b0e7'} Body: b'{"volume": {"id": "c0fbc98c-76fb-4451-a749-21d98262b0e7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:53:24.000000", "updated_at": "2023-04-18T17:53:24.000000", "name": "tempest-tempest.common.compute-volume-1961713245", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2f84fd3ebad648bfa34ac5bee0906211/volumes/c0fbc98c-76fb-4451-a749-21d98262b0e7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2f84fd3ebad648bfa34ac5bee0906211/volumes/c0fbc98c-76fb-4451-a749-21d98262b0e7"}], "user_id": "b2c5686c48cc49f6842beb2e882b6c48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2f84fd3ebad648bfa34ac5bee0906211"}}' 2023-04-18 17:53:25,402 79808 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 DELETE http://10.0.0.210/volume/v3/2f84fd3ebad648bfa34ac5bee0906211/volumes/c0fbc98c-76fb-4451-a749-21d98262b0e7 0.159s 2023-04-18 17:53:25,402 79808 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4669dfc5-235f-4788-a315-ca799229212f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2f84fd3ebad648bfa34ac5bee0906211/volumes/c0fbc98c-76fb-4451-a749-21d98262b0e7'} Body: b'' 2023-04-18 17:53:25,448 79808 INFO [tempest.lib.common.rest_cli ent] Request (TestShelveInstance:test_shelve_volume_backed_instance): 404 GET http://10.0.0.210/volume/v3/2f84fd3ebad648bfa34ac5bee0906211/volumes/c0fbc98c-76fb-4451-a749-21d98262b0e7 0.045s 2023-04-18 17:53:25,449 79808 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0ddac64-e0c4-469a-8b2d-f905bdf78197', 'x-openstack-request-id': 'req-e0ddac64-e0c4-469a-8b2d-f905bdf78197', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2f84fd3ebad648bfa34ac5bee0906211/volumes/c0fbc98c-76fb-4451-a749-21d98262b0e7'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c0fbc98c-76fb-4451-a749-21d98262b0e7 could not be found."}}' 2023-04-18 17:53:25,664 79808 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/8a15893d-24e4-4d5d-8e62-2e4263adbff0 0.213s 2023-04-18 17:53:25,665 79808 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-c75da348-42d6-4ac6-89bb-34d304eb14ec', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 17:53:25 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/8a15893d-24e4-4d5d-8e62-2e4263adbff0'} Body: b'' 2023-04-18 17:53:25,714 79808 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-2100694782 0.049s 2023-04-18 17:53:25,715 79808 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2241863b-9c8a-4ccb-8236-d16a9f82e161', 'x-compute-request-id': 'req-2241863b-9c8a-4ccb-8236-d16a9f82e161', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-2100694782'} Body: b'' {1} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete [1.606083s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 91, in test_group_snapshot_create_show_list_delete grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 0e4eecd7-578d-4ed6-96e2-1ab82d4e110a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:53:24,832 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/types 0.072s 2023-04-18 17:53:24,833 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume_type": {"name": "tempest-GroupSnapshotsTest-volume-type-1169955670"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bba4f5d8-3845-4d26-bccd-d3b65d11c326', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bba4f5d8-3845-4d26-bccd-d3b65d11c326', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/types'} Body: b'{"volume_type": {"id": "789749bf-7a96-4fca-bc35-2f591fe05842", "name": "tempest-GroupSnapshotsTest-volume-type-1169955670", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 17:53:24,868 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/group_types 0.032s 2023-04-18 17:53:24,868 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"group_type": {"name": "tempest-GroupSnapshotsTest-group-type-1461048879"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b0b2bb3-ff4b-4aa3-8bc9-c9489400ec91', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b0b2bb3-ff4b-4aa3-8bc9-c9489400ec91', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/group_types'} Body: b'{"group_type": {"id": "622fc121-4b9a-444c-ab0f-c99e0486ae9f", "name": "tempest-GroupSnapshotsTest-group-type-1461048879", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 17:53:24,958 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups 0.087s 2023-04-18 17:53:24,958 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"group": {"group_type": "622fc121-4b9a-444c-ab0f-c99e0486ae9f", "volume_types": ["789749bf-7a96-4fca-bc35-2f591fe05842"], "name": "tempest-GroupSnapshotsTest-Group-1899156278"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c72f3ddf-7bb0-4b65-9722-597d0daceda1', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c72f3ddf-7bb0-4b65-9722-597d0daceda1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups'} Body: b'{"group": {"id": "0e4eecd7-578d-4ed6-96e2-1ab82d4e110a", "name": "tempest-GroupSnapshotsTest-Group-1899156278"}}' 2023-04-18 17:53:25,004 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups/0e4eecd7-578d-4ed6-96e2-1ab82d4e110a 0.044s 2023-04-18 17:53:25,005 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41f4f31d-628a-47ad-b28a-aed581c5e10d', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41f4f31d-628a-47ad-b28a-aed581c5e10d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups/0e4eecd7-578d-4ed6-96e2-1ab82d4e110a'} Body: b'{"group": {"id": "0e4eecd7-578d-4ed6-96e2-1ab82d4e110a", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-18T17:53:25.000000", "name": "tempest-GroupSnapshotsTest-Group-1899156278", "description": null, "group_type": "622fc121-4b9a-444c-ab0f-c99e0486ae9f", "volume_types": ["789749bf-7a96-4fca-bc35-2f591fe05842"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 17:53:26,045 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups/0e4eecd7-578d-4ed6-96e2-1ab82d4e110a 0.035s 2023-04-18 17:53:26,045 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8e283b5-bac8-4dd6-a43f-214edd81b256', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8e283b5-bac8-4dd6-a43f-214edd81b256', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups/0e4eecd7-578d-4ed6-96e2-1ab82d4e110a'} Body: b'{"group": {"id": "0e4eecd7-578d-4ed6-96e2-1ab82d4e110a", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T17:53:25.000000", "name": "tempest-GroupSnapshotsTest-Group-1899156278", "description": null, "group_type": "622fc121-4b9a-444c-ab0f-c99e0486ae9f", "volume_types": ["789749bf-7a96-4fca-bc35-2f591fe05842"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 17:53:26,113 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/volumes/detail 0.063s 2023-04-18 17:53:26,113 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f21c69a-16e2-4084-8d51-a9c57d9921fc', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f21c69a-16e2-4084-8d51-a9c57d9921fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 17:53:26,215 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups/0e4eecd7-578d-4ed6-96e2-1ab82d4e110a/action 0.090s 2023-04-18 17:53:26,215 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ' '} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f6a7543-95a1-4234-bd2f-f7a7a8912d29', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups/0e4eecd7-578d-4ed6-96e2-1ab82d4e110a/action'} Body: b'' 2023-04-18 17:53:26,237 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups/0e4eecd7-578d-4ed6-96e2-1ab82d4e110a 0.021s 2023-04-18 17:53:26,237 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-f848b20d-3c6e-4395-a72b-5f0f02907ac7', 'x-openstack-request-id': 'req-f848b20d-3c6e-4395-a72b-5f0f02907ac7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups/0e4eecd7-578d-4ed6-96e2-1ab82d4e110a'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 0e4eecd7-578d-4ed6-96e2-1ab82d4e110a could not be found."}}' 2023-04-18 17:53:26,269 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/group_types/622fc121-4b9a-444c-ab0f-c99e0486ae9f 0.031s 2023-04-18 17:53:26,269 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d003c38-e5d0-493d-9b4d-8a84846b6575', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/group_types/622fc121-4b9a-444c-ab0f-c99e0486ae9f'} Body: b'' 2023-04-18 17:53:26,344 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/types/789749bf-7a96-4fca-bc35-2f591fe05842 0.074s 2023-04-18 17:53:26,345 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d08e95e-8aa0-43da-92c5-3c941ee1dcaa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/types/789749bf-7a96-4fca-bc35-2f591fe05842'} Body: b'' 2023-04-18 17:53:26,365 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/types/789749bf-7a96-4fca-bc35-2f591fe05842 0.020s 2023-04-18 17:53:26,365 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd92a9a1-5d53-4082-8213-6f934d43c9f6', 'x-openstack-request-id': 'req-fd92a9a1-5d53-4082-8213-6f934d43c9f6', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/types/789749bf-7a96-4fca-bc35-2f591fe05842'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 789749bf-7a96-4fca-bc35-2f591fe05842 could not be found."}}' {1} tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete [2.199923s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 42, in test_group_create_show_list_delete grp1 = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 2ab185a0-7527-4bcf-bf0c-baf68ab4e795 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:53:31,140 79788 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/eb29856b5a4b4be8a64252f08bc78649/types 0.312s 2023-04-18 17:53:31,141 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume_type": {"name": "tempest-GroupsTest-volume-type-655615827"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f445ffe4-c9c7-43c6-8533-6971755eab2c', 'content-length': '215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f445ffe4-c9c7-43c6-8533-6971755eab2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/eb29856b5a4b4be8a64252f08bc78649/types'} Body: b'{"volume_type": {"id": "69b6b183-5178-43b9-aa1f-c4daf3b7e68c", "name": "tempest-GroupsTest-volume-type-655615827", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 17:53:31,180 79788 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/eb29856b5a4b4be8a64252f08bc78649/group_types 0.036s 2023-04-18 17:53:31,180 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: {"group_type": {"name": "tempest-GroupsTest-group-type-765753430"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8463c0c-2e81-45ed-bd3a-a70980135527', 'content-length': '172', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8463c0c-2e81-45ed-bd3a-a70980135527', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/eb29856b5a4b4be8a64252f08bc78649/group_types'} Body: b'{"group_type": {"id": "6aa02e66-cc4d-47e2-af53-4f750004833c", "name": "tempest-GroupsTest-group-type-765753430", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 17:53:31,536 79788 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/72825665ec574012809c598752052ac5/groups 0.353s 2023-04-18 17:53:31,536 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: {"group": {"group_type": "6aa02e66-cc4d-47e2-af53-4f750004833c", "volume_types": ["69b6b183-5178-43b9-aa1f-c4daf3b7e68c"], "name": "tempest-Group1-460506895"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c0f97de-68bf-4c1a-b3ad-f0fea247d362', 'content-length': '93', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c0f97de-68bf-4c1a-b3ad-f0fea247d362', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/72825665ec574012809c598752052ac5/groups'} Body: b'{"group": {"id": "2ab185a0-7527-4bcf-bf0c-baf68ab4e795", "name": "tempest-Group1-460506895"}}' 2023-04-18 17:53:31,580 79788 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/72825665ec574012809c598752052ac5/groups/2ab185a0-7527-4bcf-bf0c-baf68ab4e795 0.042s 2023-04-18 17:53:31,581 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api -Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04c57ff1-116c-4467-a9a7-f85c429d036a', 'content-length': '321', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04c57ff1-116c-4467-a9a7-f85c429d036a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72825665ec574012809c598752052ac5/groups/2ab185a0-7527-4bcf-bf0c-baf68ab4e795'} Body: b'{"group": {"id": "2ab185a0-7527-4bcf-bf0c-baf68ab4e795", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-18T17:53:31.000000", "name": "tempest-Group1-460506895", "description": null, "group_type": "6aa02e66-cc4d-47e2-af53-4f750004833c", "volume_types": ["69b6b183-5178-43b9-aa1f-c4daf3b7e68c"]}}' 2023-04-18 17:53:32,637 79788 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/72825665ec574012809c598752052ac5/groups/2ab185a0-7527-4bcf-bf0c-baf68ab4e795 0.046s 2023-04-18 17:53:32,637 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce0df459-b782-4de0-86cb-68a142d179ea', 'content-length': '318', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce0df459-b782-4de0-86cb-68a142d179ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72825665ec574012809c598752052ac5/groups/2ab185a0-7527-4bcf-bf0c-baf68ab4e795'} Body: b'{"group": {"id": "2ab185a0-7527-4bcf-bf0c-baf68ab4e795", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T17:53:31.000000", "name": "tempest-Group1-460506895", "description": null, "group_type": "6aa02e66-cc4d-47e2-af53-4f750004833c", "volume_types": ["69b6b183-5178-43b9-aa1f-c4daf3b7e68c"]}}' 2023-04-18 17:53:32,734 79788 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/72825665ec574012809c598752052ac5/volumes/detail 0.087s 2023-04-18 17:53:32,735 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef5ee3e2-8b23-4c33-8c6d-3d7c8c655e8d', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef5ee3e2-8b23-4c33-8c6d-3d7c8c655e8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72825665ec574012809c598752052ac5/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 17:53:32,829 79788 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/72825665ec574012809c598752052ac5/groups/2ab185a0-7527-4bcf-bf0c-baf68ab4e795/action 0.083s 2023-04-18 17:53:32,829 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-i d': 'req-0598f8e9-7f0f-42a8-aa07-1e00f7552d19', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/72825665ec574012809c598752052ac5/groups/2ab185a0-7527-4bcf-bf0c-baf68ab4e795/action'} Body: b'' 2023-04-18 17:53:32,846 79788 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/72825665ec574012809c598752052ac5/groups/2ab185a0-7527-4bcf-bf0c-baf68ab4e795 0.016s 2023-04-18 17:53:32,846 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-714abaf8-f289-4366-bf9e-3bc02e7461d3', 'x-openstack-request-id': 'req-714abaf8-f289-4366-bf9e-3bc02e7461d3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/72825665ec574012809c598752052ac5/groups/2ab185a0-7527-4bcf-bf0c-baf68ab4e795'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 2ab185a0-7527-4bcf-bf0c-baf68ab4e795 could not be found."}}' 2023-04-18 17:53:32,882 79788 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/eb29856b5a4b4be8a64252f08bc78649/group_types/6aa02e66-cc4d-47e2-af53-4f750004833c 0.035s 2023-04-18 17:53:32,882 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa32e8c5-92cb-4712-a1f8-786382da2c7c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/eb29856b5a4b4be8a64252f08bc78649/group_types/6aa02e66-cc4d-47e2-af53-4f750004833c'} Body: b'' 2023-04-18 17:53:32,929 79788 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/eb29856b5a4b4be8a64252f08bc78649/types/69b6b183-5178-43b9-aa1f-c4daf3b7e68c 0.046s 2023-04-18 17:53:32,930 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cb18dd5-d298-4103-bb1b-145f3beb4c3c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/eb29856b5a4b4be8a64252f08bc78649/types/69b6b183-5178-43b9-aa1f-c4daf3b7e68c'} Body: b'' 2023-04-18 17:53:33,025 79788 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/eb29856b5a4b4be8a64252f08bc78649/types/69b6b183-5178-43b9-aa1f-c4daf3b7e68c 0.095s 2023-04-18 17:53:33,026 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-14eef33f-4232-4bb5-8bb2-e2043f58b6dc', 'x-openstack-request-id': 'req-14eef33f-4232-4bb5-8bb2-e2043 f58b6dc', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/eb29856b5a4b4be8a64252f08bc78649/types/69b6b183-5178-43b9-aa1f-c4daf3b7e68c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 69b6b183-5178-43b9-aa1f-c4daf3b7e68c could not be found."}}' {4} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status [1.889556s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 287, in test_reset_group_snapshot_status group = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 73378e32-93dc-49f2-8636-7d0aa2a4d86e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:53:31,827 79794 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 POST http://10.0.0.210/volume/v3/88ddd529fd7645fba66b86b342618638/types 0.210s 2023-04-18 17:53:31,828 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume_type": {"name": "tempest-GroupSnapshotsV319Test-volume-type-494012156"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16f1ac04-a1d3-466d-8736-91c423237636', 'content-length': '227', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16f1ac04-a1d3-466d-8736-91c423237636', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/88ddd529fd7645fba66b86b342618638/types'} Body: b'{"volume_type": {"id": "586032bb-9449-4c98-b4a5-3387d37585a6", "name": "tempest-GroupSnapshotsV319Test-volume-type-494012156", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 17:53:31,889 79794 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/88ddd529fd7645fba66b86b342618638/group_types 0.058s 2023-04-18 17:53:31,890 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: {"group_type": {"name": "tempest-GroupSnapshotsV319Test-group-type-123072115"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7029d744-6890-4652-8472-d9f59ac7435b', 'content-length': '184', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7029d744-6890-4652-8472-d9f59ac7435b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/88ddd529fd7645fba66b86b342618638/group_types'} Body: b'{"group_type": {"id": "987be448-94d1-4416-bf80-2130dd940b0d", "name": "tempest-GroupSnapshotsV319Test-group-type-123072115", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 17:53:32,114 79794 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/d4163afc1fff404ca75fc2a010f48c52/groups 0.222s 2023-04-18 17:53:32,115 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: {"group": {"group_type": "987be448-94d1-4416-bf80-2130dd940b0d", "volume_types": ["586032bb-9449-4c98-b4a5-3387d37585a6"], "name": "tempest-GroupSnapshotsV319Test-Group-1819293900"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0856cd08-a646-45cb-83ee-38e66ed413e4', 'content-length': '116', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0856cd08-a646-45cb-83ee-38e66ed413e4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d4163afc1fff404ca75fc2a010f48c52/groups'} Body: b'{"group": {"id": "73378e32-93dc-49f2-8636-7d0aa2a4d86e", "name": "tempest-GroupSnapshotsV319Test-Group-1819293900"}}' 2023-04-18 17:53:32,148 79794 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/d4163afc1fff404ca75fc2a010f48c52/groups/73378e32-93dc-49f2-8636-7d0aa2a4d86e 0.030s 2023-04-18 17:53:32,148 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9ea11d6-580b-4d49-8daf-250b90a28c1c', 'content-length': '396', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9ea11d6-580b-4d49-8daf-250b90a28c1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4163afc1fff404ca75fc2a010f48c52/groups/73378e32-93dc-49f2-8636-7d0aa2a4d86e'} Body: b'{"group": {"id": "73378e32-93dc-49f2-8636-7d0aa2a4d86e", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-18T17:53:32.000000", "name": "tempest-GroupSnapshotsV319Test-Group-1819293900", "description": null, "group_type": "987be448-94d1-4416-bf80-2130dd940b0d", "volume_types": ["586032bb-9449-4c98-b4a5-3387d37585a6"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 17:53:33,203 79794 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/d4163afc1fff404ca75fc2a010f48c52/groups/73378e32-93dc-49f2-8636-7d0aa2a4d86e 0.051s 2023-04-18 17:53:33,204 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ffa462f-de2a-4af3-b487-3d650981897f', 'content-length': '393', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ffa462f-de2a-4af3-b487-3d650981897f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4163afc1fff404ca75fc2a010f48c52/groups/73378e32-93dc-49f2-8636-7d0aa2a4d86e'} Body: b'{"group": {"id": "73378e32-93dc-49f2-8636-7d0aa2a4d86e", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T17:53:32.000000", "name": "tempest-GroupSnapshotsV319Test-Group-1819293900", "description": null, "group_type": "987be448-94d1-4416-bf80-2130dd940b0d", "volume_types": ["586032bb-9449-4c98-b4a5-3387d37585a6"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 17:53:33,295 79794 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d4163afc1fff404ca75fc2a010f48c52/volumes/detail 0.087s 2023-04-18 17:53:33,295 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6778c5c7-9407-4440-a7af-b478164997c4', 'content-length': '15', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6778c5c7-9407-4440-a7af-b478164997c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4163afc1fff404ca75fc2a010f48c52/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 17:53:33,375 79794 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/d4163afc1fff404ca75fc2a010f48c52/groups/73378e32-93dc-49f2-8636-7d0aa2a4d86e/action 0.070s 2023-04-18 17:53:33,376 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3cc525d3-1f48-420f-8808-a44c7f6c80a9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d4163afc1fff404ca75fc2a010f48c52/groups/73378e32-93dc-49f2-8636-7d0aa2a4d86e/action'} Body: b'' 2023-04-18 17:53:33,392 79794 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d4163afc1fff404ca75fc2a010f48c52/groups/73378e32-93dc-49f2-8636-7d0aa2a4d86e 0.015s 2023-04-18 17:53:33,392 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-43315026-aaf2-489a-a660-642b0fa940b3', 'x-openstack-request-id': 'req-43315026-aaf2-489a-a660-642b0fa940b3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d4163afc1fff404ca75fc2a010f48c52/groups/73378e32-93dc-49f2-8636-7d0aa2a4d86e'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 73378e32-93dc-49f2-8636-7d0aa2a4d86e could not be found."}}' 2023-04-18 17:53:33,421 79794 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/88ddd529fd7645fba66b86b342618638/group_types/987be448-94d1-4416-bf80-2130dd940b0d 0.028s 2023-04-18 17:53:33,421 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c173f82-7b85-4b65-b964-54525e67b014', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/88ddd529fd7645fba66b86b342618638/group_types/987be448-94d1-4416-bf80-2130dd940b0d'} Body: b'' 2023-04-18 17:53:33,488 79794 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/88ddd529fd7645fba66b86b342618638/types/586032bb-9449-4c98-b4a5-3387d37585a6 0.066s 2023-04-18 17:53:33,489 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ce35411-f16c-48d1-b10f-88a921420b07', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/88ddd529fd7645fba66b86b342618638/types/586032bb-9449-4c98-b4a5-3387d37585a6'} Body: b'' 2023-04-18 17:53:33,505 79794 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/88ddd529fd7645fba66b86b342618638/types/586032bb-9449-4c98-b4a5-3387d37585a6 0.016s 2023-04-18 17:53:33,506 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: N one Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-3bed843c-1182-4ce8-a77d-16524803ecf2', 'x-openstack-request-id': 'req-3bed843c-1182-4ce8-a77d-16524803ecf2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/88ddd529fd7645fba66b86b342618638/types/586032bb-9449-4c98-b4a5-3387d37585a6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 586032bb-9449-4c98-b4a5-3387d37585a6 could not be found."}}' {1} tempest.api.volume.admin.test_groups.GroupsTest.test_group_update [1.565628s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 108, in test_group_update grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group a21bf1bb-92ed-42fc-9ff4-85356d24a82d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:53:33,066 79788 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 POST http://10.0.0.210/volume/v3/eb29856b5a4b4be8a64252f08bc78649/types 0.036s 2023-04-18 17:53:33,066 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume_type": {"name": "tempest-GroupsTest-volume-type-1976297717"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-900255fb-38fb-43d1-8648-d6b9078ad7de', 'content-length': '216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-900255fb-38fb-43d1-8648-d6b9078ad7de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/eb29856b5a4b4be8a64252f08bc78649/types'} Body: b'{"volume_type": {"id": "66a400f9-c6e5-49f4-a27c-ea5183345f91", "name": "tempest-GroupsTest-volume-type-1976297717", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 17:53:33,102 79788 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/eb29856b5a4b4be8a64252f08bc78649/group_types 0.032s 2023-04-18 17:53:33,102 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: {"group_type": {"name": "tempest-GroupsTest-group-type-1455651182"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a85e4b7-19de-4988-aff4-b099b3e73cc0', 'content-length': '173', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a85e4b7-19de-4988-aff4-b099b3e73cc0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/eb29856b5a4b4be8a64252f08bc78649/group_types'} Body: b'{"group_type": {"id": "d0d31d9c-1e38-4581-8bdf-cac023dd9cac", "name": "tempest-GroupsTest-group-type-1455651182", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 17:53:33,188 79788 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/72825665ec574012809c598752052ac5/groups 0.083s 2023-04-18 17:53:33,189 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: {"group": {"group_type": "d0d31d9c-1e38-4581-8bdf-cac023dd9cac", "volume_types": ["66a400f9-c6e5-49f4-a27c-ea5183345f91"], "name": "tempest-GroupsTest-Group-1498046574"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed6d7f8e-7a01-40c5-9730-90cd5ca1559f', 'content-length': '104', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed6d7f8e-7a01-40c5-9730-90cd5ca1559f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/72825665ec574012809c598752052ac5/groups'} Body: b'{"group": {"id": "a21bf1bb-92ed-42fc-9ff4-85356d24a82d", "name": "tempest-GroupsTest-Group-1498046574"}}' 2023-04-18 17:53:33,241 79788 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/72825665ec574012809c598752052ac5/groups/a21bf1bb-92ed-42fc-9ff4-85356d24a82d 0.050s 2023-04-18 17:53:33,242 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-324080d5-b66b-4d53-9261-3f371310a5d2', 'content-length': '332', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-324080d5-b66b-4d53-9261-3f371310a5d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72825665ec574012809c598752052ac5/groups/a21bf1bb-92ed-42fc-9ff4-85356d24a82d'} Body: b'{"group": {"id": "a21bf1bb-92ed-42fc-9ff4-85356d24a82d", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-18T17:53:33.000000", "name": "tempest-GroupsTest-Group-1498046574", "description": null, "group_type": "d0d31d9c-1e38-4581-8bdf-cac023dd9cac", "volume_types": ["66a400f9-c6e5-49f4-a27c-ea5183345f91"]}}' 2023-04-18 17:53:34,285 79788 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/72825665ec574012809c598752052ac5/groups/a21bf1bb-92ed-42fc-9ff4-85356d24a82d 0.038s 2023-04-18 17:53:34,286 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d215d025-090a-4701-b6bc-240d2a9ede55', 'content-length': '329', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d215d025-090a-4701-b6bc-240d2a9ede55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72825665ec574012809c598752052ac5/groups/a21bf1bb-92ed-42fc-9ff4-85356d24a82d'} Body: b'{"group": {"id": "a21bf1bb-92ed-42fc-9ff4-85356d24a82d", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T17:53:33.000000", "name": "tempest-GroupsTest-Group-1498046574", "description": null, "group_type": "d0d31d9c-1e38-4581-8bdf-cac023dd9cac", "volume_types": ["66a400f9-c6e5-49f4-a27c-ea5183345f91"]}}' 2023-04-18 17:53:34,371 79788 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/72825665ec574012809c598752052ac5/volumes/detail 0.080s 2023-04-18 17:53:34,371 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f46bd9c4-852d-414d-9a45-d0a8c0d0e1e3', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f46bd9c4-852d-414d-9a45-d0a8c0d0e1e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72825665ec574012809c598752052ac5/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 17:53:34,461 79788 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/72825665ec574012809c598752052ac5/groups/a21bf1bb-92ed-42fc-9ff4-85356d24a82d/action 0.080s 2023-04-18 17:53:34,462 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60afe839-3ff6-47a1-ba33-01d 7b19820a7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/72825665ec574012809c598752052ac5/groups/a21bf1bb-92ed-42fc-9ff4-85356d24a82d/action'} Body: b'' 2023-04-18 17:53:34,479 79788 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/72825665ec574012809c598752052ac5/groups/a21bf1bb-92ed-42fc-9ff4-85356d24a82d 0.016s 2023-04-18 17:53:34,479 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-50333bf0-3818-4bb0-b914-cf375b2bd747', 'x-openstack-request-id': 'req-50333bf0-3818-4bb0-b914-cf375b2bd747', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/72825665ec574012809c598752052ac5/groups/a21bf1bb-92ed-42fc-9ff4-85356d24a82d'} Body: b'{"itemNotFound": {"code": 404, "message": "Group a21bf1bb-92ed-42fc-9ff4-85356d24a82d could not be found."}}' 2023-04-18 17:53:34,521 79788 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/eb29856b5a4b4be8a64252f08bc78649/group_types/d0d31d9c-1e38-4581-8bdf-cac023dd9cac 0.041s 2023-04-18 17:53:34,522 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-106da06b-28d4-4436-8f6a-1f6643109c87', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/eb29856b5a4b4be8a64252f08bc78649/group_types/d0d31d9c-1e38-4581-8bdf-cac023dd9cac'} Body: b'' 2023-04-18 17:53:34,576 79788 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/eb29856b5a4b4be8a64252f08bc78649/types/66a400f9-c6e5-49f4-a27c-ea5183345f91 0.054s 2023-04-18 17:53:34,577 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66524cf1-8d49-4051-a098-7980d6a4edd1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/eb29856b5a4b4be8a64252f08bc78649/types/66a400f9-c6e5-49f4-a27c-ea5183345f91'} Body: b'' 2023-04-18 17:53:34,594 79788 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/eb29856b5a4b4be8a64252f08bc78649/types/66a400f9-c6e5-49f4-a27c-ea5183345f91 0.016s 2023-04-18 17:53:34,594 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-235cfa04-6885-4241-a127-5f9df88d91da', 'x-openstack-request-id': 'req-235cfa04-6885-4241-a127-5f9df88d91da', 'connection': 'close', 'st atus': '404', 'content-location': 'http://10.0.0.210/volume/v3/eb29856b5a4b4be8a64252f08bc78649/types/66a400f9-c6e5-49f4-a27c-ea5183345f91'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 66a400f9-c6e5-49f4-a27c-ea5183345f91 could not be found."}}' {1} setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest) ... SKIPPED: Cinder multi-backend feature disabled {1} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name [0.032637s] ... ok {1} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name [0.030321s] ... ok {4} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos [0.744545s] ... ok {1} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name [0.029019s] ... ok {4} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer [0.213847s] ... ok {4} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer [0.171071s] ... ok {4} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer [0.166449s] ... ok {4} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos [0.022167s] ... ok {4} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos [0.028052s] ... ok {4} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key [0.148349s] ... ok {1} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name [1.717320s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_services.py", line 76, in test_get_service_by_volume_host_name volume_id = self.create_volume()['id'] File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 4224ddad-b72a-4472-bb0d-ba4b6cfcc696 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:53:38,945 79788 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 202 POST http://10.0.0.210/volume/v3/f412d5efc14642b28eb98306ccdf2669/volumes 0.357s 2023-04-18 17:53:38,946 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "name": "tempest-VolumesServicesTestJSON-Volume-1730843180"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f364cccb-65ad-4e78-8d2b-56946c8d13b6', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f364cccb-65ad-4e78-8d2b-56946c8d13b6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f412d5efc14642b28eb98306ccdf2669/volumes'} Body: b'{"volume": {"id": "4224ddad-b72a-4472-bb0d-ba4b6cfcc696", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:53:38.879683", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-1730843180", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f412d5efc14642b28eb98306ccdf2669/volumes/4224ddad-b72a-4472-bb0d-ba4b6cfcc696"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f412d5efc14642b28eb98306ccdf2669/volumes/4224ddad-b72a-4472-bb0d-ba4b6cfcc696"}], "user_id": "4e000fbe030842c3a20d2b9deb28a25a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:53:38,994 79788 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://10.0.0.210/volume/v3/f412d5efc14642b28eb98306ccdf2669/volumes/4224ddad-b72a-4472-bb0d-ba4b6cfcc696 0.038s 2023-04-18 17:53:38,994 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28c74b7f-4784-4361-b12d-e8c5198c8d2d', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28c74b7f-4784-4361-b12d-e8c5198c8d2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f412d5efc14642b28eb98306ccdf2669/volumes/4224ddad-b72a-4472-bb0d-ba4b6cfcc696'} Body: b'{"volume": {"id": "4224ddad-b72a-4472-bb0d-ba4b6cfcc696", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:53:39.000000", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-1730843180", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f412d5efc14642b28eb98306ccdf2669/volumes/4224ddad-b72a-4472-bb0d-ba4b6cfcc696"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f412d5efc14642b28eb98306ccdf2669/volumes/4224ddad-b72a-4472-bb0d-ba4b6cfcc696"}], "user_id": "4e000fbe030842c3a20d2b9deb28a25a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f412d5efc14642b28eb98306ccdf2669"}}' 2023-04-18 17:53:40,068 79788 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://10.0.0.210/volume/v3/f412d5efc14642b28eb98306ccdf2669/volumes/4224ddad-b72a-4472-bb0d-ba4b6cfcc696 0.061s 2023-04-18 17:53:40,068 79788 DEBUG [tempest.lib. common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b33e0c13-1ad3-44cd-83dd-2fb46f0ceb3b', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b33e0c13-1ad3-44cd-83dd-2fb46f0ceb3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f412d5efc14642b28eb98306ccdf2669/volumes/4224ddad-b72a-4472-bb0d-ba4b6cfcc696'} Body: b'{"volume": {"id": "4224ddad-b72a-4472-bb0d-ba4b6cfcc696", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:53:39.000000", "updated_at": "2023-04-18T17:53:39.000000", "name": "tempest-VolumesServicesTestJSON-Volume-1730843180", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f412d5efc14642b28eb98306ccdf2669/volumes/4224ddad-b72a-4472-bb0d-ba4b6cfcc696"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f412d5efc14642b28eb98306ccdf2669/volumes/4224ddad-b72a-4472-bb0d-ba4b6cfcc696"}], "user_id": "4e000fbe030842c3a20d2b9deb28a25a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f412d5efc14642b28eb98306ccdf2669"}}' 2023-04-18 17:53:40,159 79788 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f412d5efc14642b28eb98306ccdf2669/volumes/4224ddad-b72a-4472-bb0d-ba4b6cfcc696 0.070s 2023-04-18 17:53:40,160 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c62c027a-b11a-4567-8ad5-69c060f9f30e', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c62c027a-b11a-4567-8ad5-69c060f9f30e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f412d5efc14642b28eb98306ccdf2669/volumes/4224ddad-b72a-4472-bb0d-ba4b6cfcc696'} Body: b'{"volume": {"id": "4224ddad-b72a-4472-bb0d-ba4b6cfcc696", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:53:39.000000", "updated_at": "2023-04-18T17:53:39.000000", "name": "tempest-VolumesServicesTestJSON-Volume-1730843180", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f412d5efc14642b28eb98306ccdf2669/volumes/4224ddad-b72a-4472-bb0d-ba4b6cfcc696"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f412d5efc14642b28eb98306ccdf2669/volumes/4224ddad-b72a-4472-bb0d-ba4b6cfcc696"}], "user_id": "4e000fbe030842c3a20d2b9deb28a25a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f412d5efc14642b28eb98306ccdf2669"}}' 2023-04-18 17:53:40,278 79788 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f412d5efc14642b28eb98306ccdf2669/volumes/4224ddad-b72a-4472-bb0d-ba4b6cfcc696 0.107s 2023-04-18 17:53:40,278 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', ' content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86c64a5c-0c17-4179-8a04-5968a8c5616f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f412d5efc14642b28eb98306ccdf2669/volumes/4224ddad-b72a-4472-bb0d-ba4b6cfcc696'} Body: b'' 2023-04-18 17:53:40,304 79788 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f412d5efc14642b28eb98306ccdf2669/volumes/4224ddad-b72a-4472-bb0d-ba4b6cfcc696 0.025s 2023-04-18 17:53:40,304 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-15c6c6c7-bbe9-428d-9d23-7ebc3b01f13c', 'x-openstack-request-id': 'req-15c6c6c7-bbe9-428d-9d23-7ebc3b01f13c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f412d5efc14642b28eb98306ccdf2669/volumes/4224ddad-b72a-4472-bb0d-ba4b6cfcc696'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4224ddad-b72a-4472-bb0d-ba4b6cfcc696 could not be found."}}' {1} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services [0.028348s] ... ok {1} setUpClass (tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest) ... SKIPPED: Cinder backup feature disabled {1} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade [1.736938s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_delete_cascade.py", line 68, in test_volume_delete_cascade volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume fa683f27-5eb2-43e7-a3a3-ecff40a67b6c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:53:44,252 79788 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 202 POST http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes 0.369s 2023-04-18 17:53:44,253 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "name": "tempest-VolumesDeleteCascade-Volume-1682271719"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e806d58-d8c5-4f01-906a-92be0002cc9b', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e806d58-d8c5-4f01-906a-92be0002cc9b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes'} Body: b'{"volume": {"id": "fa683f27-5eb2-43e7-a3a3-ecff40a67b6c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:53:44.182155", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1682271719", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes/fa683f27-5eb2-43e7-a3a3-ecff40a67b6c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b9b1df3c9375490a835a6ca81f778d27/volumes/fa683f27-5eb2-43e7-a3a3-ecff40a67b6c"}], "user_id": "8a77bbf920cd4311ae5d5917314b1bd5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:53:44,317 79788 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes/fa683f27-5eb2-43e7-a3a3-ecff40a67b6c 0.054s 2023-04-18 17:53:44,317 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-076c28ce-629b-4935-94ea-314eb3661c5a', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-076c28ce-629b-4935-94ea-314eb3661c5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes/fa683f27-5eb2-43e7-a3a3-ecff40a67b6c'} Body: b'{"volume": {"id": "fa683f27-5eb2-43e7-a3a3-ecff40a67b6c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:53:44.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1682271719", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes/fa683f27-5eb2-43e7-a3a3-ecff40a67b6c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b9b1df3c9375490a835a6ca81f778d27/volumes/fa683f27-5eb2-43e7-a3a3-ecff40a67b6c"}], "user_id": "8a77bbf920cd4311ae5d5917314b1bd5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b9b1df3c9375490a835a6ca81f778d27"}}' 2023-04-18 17:53:45,383 79788 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes/fa683f27-5eb2-43e7-a3a3-ecff40a67b6c 0.054s 2023-04-18 17:53:45,383 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content -Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0aa9f6f-9aad-4a27-9ea2-f28c765b4d32', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0aa9f6f-9aad-4a27-9ea2-f28c765b4d32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes/fa683f27-5eb2-43e7-a3a3-ecff40a67b6c'} Body: b'{"volume": {"id": "fa683f27-5eb2-43e7-a3a3-ecff40a67b6c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:53:44.000000", "updated_at": "2023-04-18T17:53:44.000000", "name": "tempest-VolumesDeleteCascade-Volume-1682271719", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes/fa683f27-5eb2-43e7-a3a3-ecff40a67b6c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b9b1df3c9375490a835a6ca81f778d27/volumes/fa683f27-5eb2-43e7-a3a3-ecff40a67b6c"}], "user_id": "8a77bbf920cd4311ae5d5917314b1bd5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b9b1df3c9375490a835a6ca81f778d27"}}' 2023-04-18 17:53:45,445 79788 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes/fa683f27-5eb2-43e7-a3a3-ecff40a67b6c 0.051s 2023-04-18 17:53:45,446 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00481fa4-5e0b-42a6-9f14-434de54430df', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00481fa4-5e0b-42a6-9f14-434de54430df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes/fa683f27-5eb2-43e7-a3a3-ecff40a67b6c'} Body: b'{"volume": {"id": "fa683f27-5eb2-43e7-a3a3-ecff40a67b6c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:53:44.000000", "updated_at": "2023-04-18T17:53:44.000000", "name": "tempest-VolumesDeleteCascade-Volume-1682271719", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes/fa683f27-5eb2-43e7-a3a3-ecff40a67b6c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b9b1df3c9375490a835a6ca81f778d27/volumes/fa683f27-5eb2-43e7-a3a3-ecff40a67b6c"}], "user_id": "8a77bbf920cd4311ae5d5917314b1bd5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b9b1df3c9375490a835a6ca81f778d27"}}' 2023-04-18 17:53:45,591 79788 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes/fa683f27-5eb2-43e7-a3a3-ecff40a67b6c 0.134s 2023-04-18 17:53:45,591 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UT F-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b18e3921-5d20-4c2a-976a-66655d005f30', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes/fa683f27-5eb2-43e7-a3a3-ecff40a67b6c'} Body: b'' 2023-04-18 17:53:45,618 79788 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes/fa683f27-5eb2-43e7-a3a3-ecff40a67b6c 0.027s 2023-04-18 17:53:45,619 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8174d8a-aa7a-415c-9687-c1e86f588895', 'x-openstack-request-id': 'req-f8174d8a-aa7a-415c-9687-c1e86f588895', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes/fa683f27-5eb2-43e7-a3a3-ecff40a67b6c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume fa683f27-5eb2-43e7-a3a3-ecff40a67b6c could not be found."}}' {4} setUpClass (tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_quotas_negative.py", line 51, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume a8af3fbb-007d-4ee0-a92d-bd162afc0c00 failed to build and is in ERROR status {1} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete [1.564735s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_delete_cascade.py", line 92, in test_volume_from_snapshot_cascade_delete volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume eeefcd98-8899-40fa-93b6-0080d6e5f7b2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:53:45,867 79788 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes 0.245s 2023-04-18 17:53:45,868 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "name": "tempest-VolumesDeleteCascade-Volume-1003328673"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b70f7b94-0c7d-4d29-a77a-2f6d9a7d61d7', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b70f7b94-0c7d-4d29-a77a-2f6d9a7d61d7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes'} Body: b'{"volume": {"id": "eeefcd98-8899-40fa-93b6-0080d6e5f7b2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:53:45.794043", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1003328673", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes/eeefcd98-8899-40fa-93b6-0080d6e5f7b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b9b1df3c9375490a835a6ca81f778d27/volumes/eeefcd98-8899-40fa-93b6-0080d6e5f7b2"}], "user_id": "8a77bbf920cd4311ae5d5917314b1bd5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:53:45,917 79788 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes/eeefcd98-8899-40fa-93b6-0080d6e5f7b2 0.039s 2023-04-18 17:53:45,917 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54768472-d04d-4cba-a35d-8bc95330c782', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54768472-d04d-4cba-a35d-8bc95330c782', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes/eeefcd98-8899-40fa-93b6-0080d6e5f7b2'} Body: b'{"volume": {"id": "eeefcd98-8899-40fa-93b6-0080d6e5f7b2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:53:46.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1003328673", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes/eeefcd98-8899-40fa-93b6-0080d6e5f7b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b9b1df3c9375490a835a6ca81f778d27/volumes/eeefcd98-8899-40fa-93b6-0080d6e5f7b2"}], "user_id": "8a77bbf920cd4311ae5d5917314b1bd5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b9b1df3c9375490a835a6ca81f778d27"}}' 2023-04-18 17:53:46,977 79788 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes/eeefcd98-8899-40fa-93b6-0080d6e5f7b2 0.048s 2023-04-18 17:53:46,977 79788 DEBUG [tempest.lib.common .rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-805160bd-3b2d-4a70-95f6-8d68a2ab156c', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-805160bd-3b2d-4a70-95f6-8d68a2ab156c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes/eeefcd98-8899-40fa-93b6-0080d6e5f7b2'} Body: b'{"volume": {"id": "eeefcd98-8899-40fa-93b6-0080d6e5f7b2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:53:46.000000", "updated_at": "2023-04-18T17:53:46.000000", "name": "tempest-VolumesDeleteCascade-Volume-1003328673", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes/eeefcd98-8899-40fa-93b6-0080d6e5f7b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b9b1df3c9375490a835a6ca81f778d27/volumes/eeefcd98-8899-40fa-93b6-0080d6e5f7b2"}], "user_id": "8a77bbf920cd4311ae5d5917314b1bd5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b9b1df3c9375490a835a6ca81f778d27"}}' 2023-04-18 17:53:47,034 79788 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes/eeefcd98-8899-40fa-93b6-0080d6e5f7b2 0.042s 2023-04-18 17:53:47,035 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b24584e2-555e-4207-8f9f-09807deb4b8c', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b24584e2-555e-4207-8f9f-09807deb4b8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes/eeefcd98-8899-40fa-93b6-0080d6e5f7b2'} Body: b'{"volume": {"id": "eeefcd98-8899-40fa-93b6-0080d6e5f7b2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:53:46.000000", "updated_at": "2023-04-18T17:53:46.000000", "name": "tempest-VolumesDeleteCascade-Volume-1003328673", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes/eeefcd98-8899-40fa-93b6-0080d6e5f7b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b9b1df3c9375490a835a6ca81f778d27/volumes/eeefcd98-8899-40fa-93b6-0080d6e5f7b2"}], "user_id": "8a77bbf920cd4311ae5d5917314b1bd5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b9b1df3c9375490a835a6ca81f778d27"}}' 2023-04-18 17:53:47,162 79788 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes/eeefcd98-8899-40fa-93b6-0080d6e5f7b2 0.110s 2023-04-18 17:53:47,162 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': ' 0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41acba71-c4d8-4435-9d8f-4c3a57ceea5d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes/eeefcd98-8899-40fa-93b6-0080d6e5f7b2'} Body: b'' 2023-04-18 17:53:47,185 79788 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes/eeefcd98-8899-40fa-93b6-0080d6e5f7b2 0.022s 2023-04-18 17:53:47,185 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ca71870-f577-4335-88b6-5732f14c522c', 'x-openstack-request-id': 'req-9ca71870-f577-4335-88b6-5732f14c522c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes/eeefcd98-8899-40fa-93b6-0080d6e5f7b2'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume eeefcd98-8899-40fa-93b6-0080d6e5f7b2 could not be found."}}' {1} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot [1.519602s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_multiple_volume_from_resource.py", line 31, in test_create_multiple_volume_from_snapshot volume = self.create_volume() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 97, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c66090cd-ec2b-4a96-9805-5f3a2bb0e7e4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:53:49,465 79788 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 202 POST http://10.0.0.210/volume/v3/01f0aa06d0fb4f5580f3234fa5035062/volumes 0.394s 2023-04-18 17:53:49,466 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-1547905834"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8dcdaed7-f7ac-440d-9541-c17ba53f68da', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8dcdaed7-f7ac-440d-9541-c17ba53f68da', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/01f0aa06d0fb4f5580f3234fa5035062/volumes'} Body: b'{"volume": {"id": "c66090cd-ec2b-4a96-9805-5f3a2bb0e7e4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:53:49.387617", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-1547905834", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/01f0aa06d0fb4f5580f3234fa5035062/volumes/c66090cd-ec2b-4a96-9805-5f3a2bb0e7e4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/01f0aa06d0fb4f5580f3234fa5035062/volumes/c66090cd-ec2b-4a96-9805-5f3a2bb0e7e4"}], "user_id": "c34a206384f5457b8cf6aa6f66ccdaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:53:49,523 79788 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/01f0aa06d0fb4f5580f3234fa5035062/volumes/c66090cd-ec2b-4a96-9805-5f3a2bb0e7e4 0.048s 2023-04-18 17:53:49,524 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df0d0df6-53e5-4bbf-9593-02e02a8e5367', 'content-length': '895', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df0d0df6-53e5-4bbf-9593-02e02a8e5367', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/01f0aa06d0fb4f5580f3234fa5035062/volumes/c66090cd-ec2b-4a96-9805-5f3a2bb0e7e4'} Body: b'{"volume": {"id": "c66090cd-ec2b-4a96-9805-5f3a2bb0e7e4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:53:49.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-1547905834", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/01f0aa06d0fb4f5580f3234fa5035062/volumes/c66090cd-ec2b-4a96-9805-5f3a2bb0e7e4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/01f0aa06d0fb4f5580f3234fa5035062/volumes/c66090cd-ec2b-4a96-9805-5f3a2bb0e7e4"}], "user_id": "c34a206384f5457b8cf6aa6f66ccdaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "01f0aa06d0fb4f5580f3234fa5035062"}}' 2023-04-18 17:53:50,577 79788 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/01f0aa06d0fb4f5580f3234fa5035062/volumes/c66090cd-ec2b-4a96-9805-5f3a2bb0e7e4 0.041s 2 023-04-18 17:53:50,577 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c1bcb12-2838-478d-be14-7c52ffbc5cd2', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c1bcb12-2838-478d-be14-7c52ffbc5cd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/01f0aa06d0fb4f5580f3234fa5035062/volumes/c66090cd-ec2b-4a96-9805-5f3a2bb0e7e4'} Body: b'{"volume": {"id": "c66090cd-ec2b-4a96-9805-5f3a2bb0e7e4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:53:49.000000", "updated_at": "2023-04-18T17:53:50.000000", "name": "tempest-CreateVolumesFromSnapshotTest-Volume-1547905834", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/01f0aa06d0fb4f5580f3234fa5035062/volumes/c66090cd-ec2b-4a96-9805-5f3a2bb0e7e4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/01f0aa06d0fb4f5580f3234fa5035062/volumes/c66090cd-ec2b-4a96-9805-5f3a2bb0e7e4"}], "user_id": "c34a206384f5457b8cf6aa6f66ccdaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "01f0aa06d0fb4f5580f3234fa5035062"}}' {4} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add [2.233334s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_type_access.py", line 51, in test_volume_type_access_add volume = self.create_volume(volume_type=volume_type['id']) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f0bc64c1-05c7-4434-8c53-543ca6b3310c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:53:48,682 79794 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 POST http://10.0.0.210/volume/v3/353a3f014b1a47afb4069c8c5b6d2e16/types 0.287s 2023-04-18 17:53:48,682 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume_type": {"name": "tempest-VolumeTypesAccessTest-volume-type-1959756702", "os-volume-type-access:is_public": false}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07db8223-1a74-464a-a9a7-f0354daee3a8', 'content-length': '229', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07db8223-1a74-464a-a9a7-f0354daee3a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/353a3f014b1a47afb4069c8c5b6d2e16/types'} Body: b'{"volume_type": {"id": "73f8cfb5-9816-42b0-8d24-05fea587835e", "name": "tempest-VolumeTypesAccessTest-volume-type-1959756702", "is_public": false, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": false}}' 2023-04-18 17:53:48,868 79794 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 404 POST http://10.0.0.210/volume/v3/c3adf839afde4e18b190af5e1edfbcc0/volumes 0.182s 2023-04-18 17:53:48,869 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "73f8cfb5-9816-42b0-8d24-05fea587835e", "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1b604f6-e97c-4cc3-b074-815138004469', 'x-openstack-request-id': 'req-d1b604f6-e97c-4cc3-b074-815138004469', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c3adf839afde4e18b190af5e1edfbcc0/volumes'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 73f8cfb5-9816-42b0-8d24-05fea587835e could not be found."}}' 2023-04-18 17:53:48,870 79794 WARNING [tempest.lib.common.rest_client] Deprecated: "tenant_id" property is deprecated for removal, use "project_id" instead 2023-04-18 17:53:48,900 79794 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/353a3f014b1a47afb4069c8c5b6d2e16/types/73f8cfb5-9816-42b0-8d24-05fea587835e/action 0.029s 2023-04-18 17:53:48,900 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"addProjectAccess": {"project": "c3adf839afde4e18b190af5e1edfbcc0"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa417d33-6a91-4924-8afe-2777a1b6d9c6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/353a3f014b1a47afb4069c8c5b6d2e16/types/73f8cfb5-9816-42b0-8d24-05fea587835e/action'} Body: b'' 2023-04-18 17:53:49,130 79794 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/c3adf839afde4e18b190af5e1edfbcc0/volumes 0.229s 2023-04-18 17:53:49,131 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "73f8cfb5-9816-42b0-8d24-05fea587 835e", "size": 1, "name": "tempest-VolumeTypesAccessTest-Volume-1285719526"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0d460f0-874a-49e9-acb2-c8d4f302f2e2', 'content-length': '860', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0d460f0-874a-49e9-acb2-c8d4f302f2e2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c3adf839afde4e18b190af5e1edfbcc0/volumes'} Body: b'{"volume": {"id": "f0bc64c1-05c7-4434-8c53-543ca6b3310c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:53:49.068832", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-1285719526", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-1959756702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c3adf839afde4e18b190af5e1edfbcc0/volumes/f0bc64c1-05c7-4434-8c53-543ca6b3310c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c3adf839afde4e18b190af5e1edfbcc0/volumes/f0bc64c1-05c7-4434-8c53-543ca6b3310c"}], "user_id": "b565e9f8854e456b9c9ecda52b0bb624", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:53:49,207 79794 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/c3adf839afde4e18b190af5e1edfbcc0/volumes/f0bc64c1-05c7-4434-8c53-543ca6b3310c 0.065s 2023-04-18 17:53:49,208 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03c53e97-a915-46cc-be06-0c46b3bc15b0', 'content-length': '928', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03c53e97-a915-46cc-be06-0c46b3bc15b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c3adf839afde4e18b190af5e1edfbcc0/volumes/f0bc64c1-05c7-4434-8c53-543ca6b3310c'} Body: b'{"volume": {"id": "f0bc64c1-05c7-4434-8c53-543ca6b3310c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:53:49.000000", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-1285719526", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-1959756702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c3adf839afde4e18b190af5e1edfbcc0/volumes/f0bc64c1-05c7-4434-8c53-543ca6b3310c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c3adf839afde4e18b190af5e1edfbcc0/volumes/f0bc64c1-05c7-4434-8c53-543ca6b3310c"}], "user_id": "b565e9f8854e456b9c9ecda52b0bb624", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c3adf839afde4e18b190af5e1edfbcc0"}}' 2023-04-18 17:53:50,264 79794 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/c3adf839afde4e18b190af5e1edfbcc0/volumes/f0bc64c1-05c7-4434-8c53-543ca6b3310c 0.038s 2023-04-18 17:53:50,264 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3869acc-37ff-4aa9-a910-fbc22e56dfcf', 'content-length': '94 9', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3869acc-37ff-4aa9-a910-fbc22e56dfcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c3adf839afde4e18b190af5e1edfbcc0/volumes/f0bc64c1-05c7-4434-8c53-543ca6b3310c'} Body: b'{"volume": {"id": "f0bc64c1-05c7-4434-8c53-543ca6b3310c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:53:49.000000", "updated_at": "2023-04-18T17:53:49.000000", "name": "tempest-VolumeTypesAccessTest-Volume-1285719526", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-1959756702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c3adf839afde4e18b190af5e1edfbcc0/volumes/f0bc64c1-05c7-4434-8c53-543ca6b3310c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c3adf839afde4e18b190af5e1edfbcc0/volumes/f0bc64c1-05c7-4434-8c53-543ca6b3310c"}], "user_id": "b565e9f8854e456b9c9ecda52b0bb624", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c3adf839afde4e18b190af5e1edfbcc0"}}' 2023-04-18 17:53:50,318 79794 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c3adf839afde4e18b190af5e1edfbcc0/volumes/f0bc64c1-05c7-4434-8c53-543ca6b3310c 0.043s 2023-04-18 17:53:50,319 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbb26003-06c9-4587-9fa4-7a91fd0ba183', 'content-length': '949', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbb26003-06c9-4587-9fa4-7a91fd0ba183', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c3adf839afde4e18b190af5e1edfbcc0/volumes/f0bc64c1-05c7-4434-8c53-543ca6b3310c'} Body: b'{"volume": {"id": "f0bc64c1-05c7-4434-8c53-543ca6b3310c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:53:49.000000", "updated_at": "2023-04-18T17:53:49.000000", "name": "tempest-VolumeTypesAccessTest-Volume-1285719526", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-1959756702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c3adf839afde4e18b190af5e1edfbcc0/volumes/f0bc64c1-05c7-4434-8c53-543ca6b3310c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c3adf839afde4e18b190af5e1edfbcc0/volumes/f0bc64c1-05c7-4434-8c53-543ca6b3310c"}], "user_id": "b565e9f8854e456b9c9ecda52b0bb624", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c3adf839afde4e18b190af5e1edfbcc0"}}' 2023-04-18 17:53:50,481 79794 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c3adf839afde4e18b190af5e1edfbcc0/volumes/f0bc64c1-05c7-4434-8c53-543ca6b3310c 0.151s 2023-04-18 17:53:50,482 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b43d158-e263-4c3b-a9fe-1f6fc164416f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c3adf839af de4e18b190af5e1edfbcc0/volumes/f0bc64c1-05c7-4434-8c53-543ca6b3310c'} Body: b'' 2023-04-18 17:53:50,503 79794 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c3adf839afde4e18b190af5e1edfbcc0/volumes/f0bc64c1-05c7-4434-8c53-543ca6b3310c 0.021s 2023-04-18 17:53:50,503 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-c400fded-4eaf-44d8-a1a6-04d403258e62', 'x-openstack-request-id': 'req-c400fded-4eaf-44d8-a1a6-04d403258e62', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c3adf839afde4e18b190af5e1edfbcc0/volumes/f0bc64c1-05c7-4434-8c53-543ca6b3310c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f0bc64c1-05c7-4434-8c53-543ca6b3310c could not be found."}}' 2023-04-18 17:53:50,538 79794 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/353a3f014b1a47afb4069c8c5b6d2e16/types/73f8cfb5-9816-42b0-8d24-05fea587835e/action 0.034s 2023-04-18 17:53:50,539 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"removeProjectAccess": {"project": "c3adf839afde4e18b190af5e1edfbcc0"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ddc609b4-0824-458b-a782-3b012b6b5a36', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/353a3f014b1a47afb4069c8c5b6d2e16/types/73f8cfb5-9816-42b0-8d24-05fea587835e/action'} Body: b'' 2023-04-18 17:53:50,596 79794 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/353a3f014b1a47afb4069c8c5b6d2e16/types/73f8cfb5-9816-42b0-8d24-05fea587835e 0.057s 2023-04-18 17:53:50,596 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1398d0ab-5f6f-41d4-933d-b922a588455b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/353a3f014b1a47afb4069c8c5b6d2e16/types/73f8cfb5-9816-42b0-8d24-05fea587835e'} Body: b'' 2023-04-18 17:53:50,624 79794 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/353a3f014b1a47afb4069c8c5b6d2e16/types/73f8cfb5-9816-42b0-8d24-05fea587835e 0.027s 2023-04-18 17:53:50,624 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-d24f6f57-0ec3-42b1-a69b-475925c1401c', 'x-openstack-request-id': 'req-d24f6f57-0ec3-42b1-a69b-475925c1401c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/353a3f014b1a47afb4069 c8c5b6d2e16/types/73f8cfb5-9816-42b0-8d24-05fea587835e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 73f8cfb5-9816-42b0-8d24-05fea587835e could not be found."}}' {4} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list [0.291139s] ... ok {4} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body [0.021342s] ... ok {4} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body [0.034589s] ... ok {4} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id [0.097174s] ... ok {4} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id [0.023156s] ... ok {4} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name [0.037699s] ... ok {4} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id [0.024300s] ... ok {4} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id [0.018202s] ... ok {4} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec [0.016943s] ... ok {1} setUpClass (cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_unicode.py", line 39, in resource_setup cls.volume = cls.create_volume_with_args(name=cls.volume_name) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_unicode.py", line 54, in create_volume_with_args waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 744eda0e-177f-4665-8a4e-392a5fe728ef failed to build and is in ERROR status {4} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body [0.022123s] ... ok {4} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id [0.086983s] ... ok {4} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id [0.059018s] ... ok {4} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_type_id [0.041460s] ... ok {4} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size [1.722490s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_clone_negative.py", line 40, in test_create_from_volume_decreasing_size src_vol = self.create_volume(size=src_size) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 7f3f09b9-2136-4338-90e4-7a27910b83ef failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:53:58,522 79794 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 202 POST http://10.0.0.210/volume/v3/59027d47e46f43049e08b67d54f795df/volumes 0.368s 2023-04-18 17:53:58,523 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 2, "name": "tempest-VolumesCloneNegativeTest-Volume-150079638"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3b27dbd-6909-4a9f-9ffb-1f77f5eb9f9b', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3b27dbd-6909-4a9f-9ffb-1f77f5eb9f9b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/59027d47e46f43049e08b67d54f795df/volumes'} Body: b'{"volume": {"id": "7f3f09b9-2136-4338-90e4-7a27910b83ef", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T17:53:58.452481", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-150079638", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/59027d47e46f43049e08b67d54f795df/volumes/7f3f09b9-2136-4338-90e4-7a27910b83ef"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/59027d47e46f43049e08b67d54f795df/volumes/7f3f09b9-2136-4338-90e4-7a27910b83ef"}], "user_id": "a5c4e65775f24542b4d6efaf63acb8c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:53:58,581 79794 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/59027d47e46f43049e08b67d54f795df/volumes/7f3f09b9-2136-4338-90e4-7a27910b83ef 0.047s 2023-04-18 17:53:58,581 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d414d9be-1fb3-404b-82ed-640a5acaa990', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d414d9be-1fb3-404b-82ed-640a5acaa990', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/59027d47e46f43049e08b67d54f795df/volumes/7f3f09b9-2136-4338-90e4-7a27910b83ef'} Body: b'{"volume": {"id": "7f3f09b9-2136-4338-90e4-7a27910b83ef", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T17:53:58.000000", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-150079638", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/59027d47e46f43049e08b67d54f795df/volumes/7f3f09b9-2136-4338-90e4-7a27910b83ef"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/59027d47e46f43049e08b67d54f795df/volumes/7f3f09b9-2136-4338-90e4-7a27910b83ef"}], "user_id": "a5c4e65775f24542b4d6efaf63acb8c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "59027d47e46f43049e08b67d54f795df"}}' 2023-04-18 17:53:59,658 79794 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/59027d47e46f43049e08b67d54f795df/volumes/7f3f09b9-2136-4338-90e4-7a27910b83ef 0.062s 2023-04-18 17:53:59,658 79794 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c44f2e1a-2ae1-41d4-abfc-fafe6eb0dbec', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c44f2e1a-2ae1-41d4-abfc-fafe6eb0dbec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/59027d47e46f43049e08b67d54f795df/volumes/7f3f09b9-2136-4338-90e4-7a27910b83ef'} Body: b'{"volume": {"id": "7f3f09b9-2136-4338-90e4-7a27910b83ef", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T17:53:58.000000", "updated_at": "2023-04-18T17:53:59.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-150079638", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/59027d47e46f43049e08b67d54f795df/volumes/7f3f09b9-2136-4338-90e4-7a27910b83ef"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/59027d47e46f43049e08b67d54f795df/volumes/7f3f09b9-2136-4338-90e4-7a27910b83ef"}], "user_id": "a5c4e65775f24542b4d6efaf63acb8c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "59027d47e46f43049e08b67d54f795df"}}' 2023-04-18 17:53:59,738 79794 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/59027d47e46f43049e08b67d54f795df/volumes/7f3f09b9-2136-4338-90e4-7a27910b83ef 0.068s 2023-04-18 17:53:59,738 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17ebbe7a-fc4e-4bcb-9ce2-0616ae13bbc7', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17ebbe7a-fc4e-4bcb-9ce2-0616ae13bbc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/59027d47e46f43049e08b67d54f795df/volumes/7f3f09b9-2136-4338-90e4-7a27910b83ef'} Body: b'{"volume": {"id": "7f3f09b9-2136-4338-90e4-7a27910b83ef", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T17:53:58.000000", "updated_at": "2023-04-18T17:53:59.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-150079638", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/59027d47e46f43049e08b67d54f795df/volumes/7f3f09b9-2136-4338-90e4-7a27910b83ef"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/59027d47e46f43049e08b67d54f795df/volumes/7f3f09b9-2136-4338-90e4-7a27910b83ef"}], "user_id": "a5c4e65775f24542b4d6efaf63acb8c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "59027d47e46f43049e08b67d54f795df"}}' 2023-04-18 17:53:59,852 79794 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/59027d47e46f43049e08b67d54f795df/volumes/7f3f09b9-2136-4338-90e4-7a27910b83ef 0.102s 2023-04-18 17:53:59,852 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:59 GMT', 'server': 'Apache/2.4.5 2 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53fd9782-4314-4157-a0ba-953f6936a706', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/59027d47e46f43049e08b67d54f795df/volumes/7f3f09b9-2136-4338-90e4-7a27910b83ef'} Body: b'' 2023-04-18 17:53:59,875 79794 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/59027d47e46f43049e08b67d54f795df/volumes/7f3f09b9-2136-4338-90e4-7a27910b83ef 0.022s 2023-04-18 17:53:59,875 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-20f7f848-7ecc-4fcc-a585-cc98856ddb4a', 'x-openstack-request-id': 'req-20f7f848-7ecc-4fcc-a585-cc98856ddb4a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/59027d47e46f43049e08b67d54f795df/volumes/7f3f09b9-2136-4338-90e4-7a27910b83ef'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 7f3f09b9-2136-4338-90e4-7a27910b83ef could not be found."}}' {4} setUpClass (tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots_list.py", line 32, in resource_setup volume_origin = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 9c9ffdf1-bc65-446c-a0ff-849b3dec1c9c failed to build and is in ERROR status {4} setUpClass (tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {8} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume [115.650673s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_delete_server.py", line 114, in test_delete_server_while_in_attached_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume e09aaf09-1885-431c-842e-bbd9d7ba7ea5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:52:39,380 79802 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.034s 2023-04-18 17:52:39,380 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2813', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-2f95a0f0-cb3b-4ad6-8f7b-631d63df8b85', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "1c3485d9c96e4c24af53b5e0087b2197", "name": "tempest-DeleteServersTestJSON-231045211-project-member", "password_expires_at": null}, "audit_ids": ["sKLsQ0uRRECTAyBV8JWLMw"], "expires_at": "2023-04-18T18:52:39.000000Z", "issued_at": "2023-04-18T17:52:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2d34c960d697434cbe8e088fe7a22ee2", "name": "tempest-DeleteServersTestJSON-231045211"}, "is_domain": false, "roles": [{"id": "762b079e91ba4ddbacceb1546eb3e74b", "name": "member"}, {"id": "807c7b6962e34127851a8fd52e276165", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e52ae3082fbf4a328ade93bc969dfa86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "166e820cb0ca4a089aa9254384c06e53", "type": "image", "name": "glance"}, {"endpoints": [{"id": "f150521060f741f784e55058e10c303b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "1c8e6022cdfd4e9eb0fc68323e0cac02", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9c29a67948cb4cc48fd15a0431fe7a64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2d34c960d697434cbe8e088fe7a22ee2", "region": "RegionOne"}], "id": "2cacf9cd2898416aa34b0c96d297137a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "065cb3b15cfa48a89cd4a0610ca051f6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "334844b10d614b7693449511937eb5fa", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "42d5039ab31f496ebe06b2ab79621342", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2d34c960d697434cbe8e088fe7a22ee2", "region": "RegionOne"}], "id": "39da698ec5564e8180fd91a7bbf41b0f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "730244346eb743c5833aedad51c363d0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2d34c960d697434cbe8e088fe7a22ee2", "region": "RegionOne"}], "id": "5bcb3497a89a4dd8ae0ef4ff16e2f813", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9e3ae159bccb449fb431409ede0cbbd8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "63801c39cce14ff588071cf5a2486448", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "bb0997ca4d744ef88ab11be55b02192c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "aceec1d3ad2d4c5da6a7ca57bbfb3a51", "type": "identity", "name": "keystone"}]}}' 2023-04-18 17:52:39,381 79802 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': '803d4456-6348-4418-868d-66100bcac857', 'name': 'tempest-DeleteServersTestJSON-887842569-network', 'tenant_id': '2d34c960d697434cbe8e088fe7a22ee2', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2d34c960d697434cbe8e088fe7a22ee2', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 14619, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T17:52:13Z', 'updated_at': '2023-04-18T17:52:13Z', 'revision_number': 1} available for tenant 2023-04-18 17:52:42,270 79802 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 2.888s 2023-04-18 17:52:42,270 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-274356227", "imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "flavorRef": "42", "networks": [{"uuid": "803d4456-6348-4418-868d-66100bcac857"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/c576557f-02b5-4618-af9e-5cd2865db8b2', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31630184-31b8-4c87-8c80-709050fe129f', 'x-compute-request-id': 'req-31630184-31b8-4c87-8c80-709050fe129f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "c576557f-02b5-4618-af9e-5cd2865db8b2", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c576557f-02b5-4618-af9e-5cd2865db8b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c576557f-02b5-4618-af9e-5cd2865db8b2"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "CWUsqzRkR6W2"}}' 2023-04-18 17:52:42,500 79802 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/c576557f-02b5-4618-af9e-5cd2865db8b2 0.225s 2023-04-18 17:52:42,501 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1208', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ac48e81-d4fc-411b-9d99-100107f698a3', 'x-compute-request-id': 'req-3ac48e81-d4fc-411b-9d99-100107f698a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c576557f-02b5-4618-af9e-5cd2865db8b2'} Body: b'{"server": {"id": "c576557f-02b5-4618-af9e-5cd2865db8b2", "name": "tempest-DeleteServersTestJSON-server-274356227", "status": "BUILD", "tenant_id": "2d34c960d697434cbe8e088fe7a22ee2", "user_id": "1c3485d9c96e4c24af53b5e0087b2197", "metadata": {}, "hostId": "", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:52:42Z", "updated": "2023-04-18T17:52:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c576557f-02b5-4618-af9e-5cd2865db8b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c576557f-02b5-4618-af9e-5cd2865db8b2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:53:33,633 79802 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/c576557f-02b5-4618-af9e-5cd2865db8b2 1.070s 2023-04-18 17:53:33,634 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1488', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49125643-e49d-4886-a04a-a4db6ffef109', 'x-compute-request-id': 'req-49125643-e49d-4886-a04a-a4db6ffef109', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c576557f-02b5-4618-af9e-5cd2865db8b2'} Body: b'{"server": {"id": "c576557f-02b5-4618-af9e-5cd2865db8b2", "name": "tempest-DeleteServersTestJSON-server-274356227", "status": "ACTIVE", "tenant_id": "2d34c960d697434cbe8e088fe7a22ee2", "user_id": "1c3485d9c96e4c24af53b5e0087b2197", "metadata": {}, "hostId": "09c959d957e7d2e2d652d4d1178e2f9ef7578bc7e4dcfebbacb1cd84", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:52:42Z", "updated": "2023-04-18T17:53:01Z", "addresses": {"tempest-DeleteServersTestJSON-887842569-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:d2:11"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c576557f-02b5-4618-af9e-5cd2865db8b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c576557f-02b5-4618-af9e-5cd2865db8b2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T17:53:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:53:33,645 79802 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-18 17:54:33,877 79802 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 202 POST http://10.0.0.210/volume/v3/2d34c960d697434cbe8e088fe7a22ee2/volumes 0.213s 2023-04-18 17:54:33,877 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-DeleteServersTestJSON-volume-1500685551"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:54:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9806cb05-3c20-4c07-8e19-4edb02e02c95', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9806cb05-3c20-4c07-8e19-4edb02e02c95', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2d34c960d697434cbe8e088fe7a22ee2/volumes'} Body: b'{"volume": {"id": "e09aaf09-1885-431c-842e-bbd9d7ba7ea5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:54:33.820219 ", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-1500685551", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2d34c960d697434cbe8e088fe7a22ee2/volumes/e09aaf09-1885-431c-842e-bbd9d7ba7ea5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2d34c960d697434cbe8e088fe7a22ee2/volumes/e09aaf09-1885-431c-842e-bbd9d7ba7ea5"}], "user_id": "1c3485d9c96e4c24af53b5e0087b2197", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:54:33,925 79802 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/volume/v3/2d34c960d697434cbe8e088fe7a22ee2/volumes/e09aaf09-1885-431c-842e-bbd9d7ba7ea5 0.038s 2023-04-18 17:54:33,926 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:54:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-098cd18a-349b-4dbd-8e3b-020fa98b7bfb', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-098cd18a-349b-4dbd-8e3b-020fa98b7bfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2d34c960d697434cbe8e088fe7a22ee2/volumes/e09aaf09-1885-431c-842e-bbd9d7ba7ea5'} Body: b'{"volume": {"id": "e09aaf09-1885-431c-842e-bbd9d7ba7ea5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:54:34.000000", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-1500685551", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2d34c960d697434cbe8e088fe7a22ee2/volumes/e09aaf09-1885-431c-842e-bbd9d7ba7ea5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2d34c960d697434cbe8e088fe7a22ee2/volumes/e09aaf09-1885-431c-842e-bbd9d7ba7ea5"}], "user_id": "1c3485d9c96e4c24af53b5e0087b2197", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2d34c960d697434cbe8e088fe7a22ee2"}}' 2023-04-18 17:54:34,977 79802 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/volume/v3/2d34c960d697434cbe8e088fe7a22ee2/volumes/e09aaf09-1885-431c-842e-bbd9d7ba7ea5 0.040s 2023-04-18 17:54:34,978 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:54:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84ffdd2d-7a11-4194-8611-b83f6f56b767', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84ffdd2d-7a11-4194-8611-b83f6f56b767', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2d34c960d697434cbe8e088fe7a22ee2/volumes/e09aaf09-1885-431c-842e-bbd9d7ba7ea5'} Body: b'{"volume": {"id": "e09aaf09-1885-431c-842e-bbd9d7ba7ea5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:54:34.000000", "updated_at": "2023-04-18T17:54:34.000000", "name": "tempest-DeleteServersTestJSON-volume-1500685551", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2d34c960d697434cbe8e088fe7a22ee2/volumes/e 09aaf09-1885-431c-842e-bbd9d7ba7ea5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2d34c960d697434cbe8e088fe7a22ee2/volumes/e09aaf09-1885-431c-842e-bbd9d7ba7ea5"}], "user_id": "1c3485d9c96e4c24af53b5e0087b2197", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2d34c960d697434cbe8e088fe7a22ee2"}}' {8} tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest.test_extend_attached_encrypted_volume_luksv1 ... SKIPPED: Attached encrypted volume extend is disabled. {8} tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest.test_extend_attached_encrypted_volume_luksv2 ... SKIPPED: Attached encrypted volume extend is disabled. {6} tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive [179.069077s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_volume.py", line 111, in test_attach_scsi_disk_with_config_drive volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume cfbc23eb-9d17-4f41-8722-ecdd25ac7d70 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:52:35,505 79798 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/image/v2/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33 0.148s 2023-04-18 17:52:35,505 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-89503cde-28de-4398-86a7-86c9a984d2a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.5.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 16300544, "virtual_size": 117440512, "status": "active", "checksum": "b874c39491a2377b8490f5f1e89761a4", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "a46287e01e14415694c956b326941bd8", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "created_at": "2023-04-18T17:48:52Z", "updated_at": "2023-04-18T17:48:54Z", "tags": [], "self": "/v2/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "file": "/v2/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33/file", "schema": "/v2/schemas/image"}' 2023-04-18 17:52:36,586 79798 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 201 POST http://10.0.0.210/image/v2/images 0.814s 2023-04-18 17:52:36,586 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"container_format": "bare", "disk_format": "qcow2", "min_disk": 0, "min_ram": 0, "visibility": "public", "hw_scsi_model": "virtio-scsi", "hw_disk_bus": "scsi", "hw_cdrom_bus": "scsi"} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '690', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/0cd6f38e-0e6f-4309-acc3-535d78fb6967', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-6773c95b-5006-4cff-a706-248e17f7b7ac', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"hw_scsi_model": "virtio-scsi", "hw_disk_bus": "scsi", "hw_cdrom_bus": "scsi", "name": null, "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "a4dfc60723384fa6b3343a0ed2aa9c29", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "0cd6f38e-0e6f-4309-acc3-535d78fb6967", "created_at": "2023-04-18T17:52:37Z", "updated_at": "2023-04-18T17:52:37Z", "tags": [], "self": "/v2/images/0cd6f38e-0e6f-4309-acc3-535d78fb6967", "file": "/v2/images/0cd6f38e-0e6f-4309-acc3-535d78fb6967/file", "schema": "/v2/schemas/image"}' 2023-04-18 17:52:38,907 79798 WARNING [urllib3.connectionpool] Connection pool is full, discarding connection: 10.0.0.210. Connection pool size: 1 2023-04-18 17:52:38,908 79798 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 204 PUT http://10.0.0.210/image/v2/images/0cd6f38e-0e6f-4309-acc3-535d78fb6967/file 2.321s 2023-04-18 17:52:38,908 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet -stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-062bd3f2-3d72-40c0-98fb-a7140dab1747', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/0cd6f38e-0e6f-4309-acc3-535d78fb6967/file'} Body: b'' 2023-04-18 17:52:38,909 79798 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 17:52:38,909 79798 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 17:52:39,128 79798 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.214s 2023-04-18 17:52:39,128 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1346673688", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGGeHStYM4ygIuODWJ+8kTcQMPVdBEZD6+MimB+v0jGVv5OizZPF9fh0HWSy49OL58BKJEtxnzs0/J9tDHGkidju50e/pNOqNyiR8hiau6b1sKmy+U030yBv6W1n7KOpFg=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3297bb9b-17ae-4475-9422-0d887ac77e75', 'x-compute-request-id': 'req-3297bb9b-17ae-4475-9422-0d887ac77e75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1346673688", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGGeHStYM4ygIuODWJ+8kTcQMPVdBEZD6+MimB+v0jGVv5OizZPF9fh0HWSy49OL58BKJEtxnzs0/J9tDHGkidju50e/pNOqNyiR8hiau6b1sKmy+U030yBv6W1n7KOpFg==", "fingerprint": "0a:32:73:0f:a2:fd:60:90:dd:cf:2b:f8:b8:ba:3a:36", "user_id": "b4904c9727144ebdaa5ddfd6059f5374"}}' 2023-04-18 17:52:39,134 79798 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1346673688 created 2023-04-18 17:52:40,077 79798 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.943s 2023-04-18 17:52:40,078 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--102306535", "description": "tempest-description--848357203"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-c9c8f95d-bd23-4a46-ad29-29b03631e482', 'date': 'Tue, 18 Apr 2023 17:52:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "a45e6713-1d35-4d31-9be9-67fddc30d36d", "name": "tempest-securitygroup--102306535", "stateful": true, "tenant_id": "3253cf1033424d3dbbfc38e50ede4d42", "description": "tempest-description--848357203", "shared": false, "security_group_rules": [{"id": "18bea922-de10-483a-b7d8-c524eca93b23", "tenant_id": "3253cf1033424d3dbbfc38e50ede4d42", "security_group_id": "a45e6713-1d35-4d31-9be9-67fddc30d36d", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 269, "description": null, "tags": [], "created_at ": "2023-04-18T17:52:39Z", "updated_at": "2023-04-18T17:52:39Z", "revision_number": 0, "project_id": "3253cf1033424d3dbbfc38e50ede4d42"}, {"id": "736d090c-49d8-4019-80b7-dcd017ed6b47", "tenant_id": "3253cf1033424d3dbbfc38e50ede4d42", "security_group_id": "a45e6713-1d35-4d31-9be9-67fddc30d36d", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 270, "description": null, "tags": [], "created_at": "2023-04-18T17:52:39Z", "updated_at": "2023-04-18T17:52:39Z", "revision_number": 0, "project_id": "3253cf1033424d3dbbfc38e50ede4d42"}], "tags": [], "created_at": "2023-04-18T17:52:39Z", "updated_at": "2023-04-18T17:52:39Z", "revision_number": 1, "project_id": "3253cf1033424d3dbbfc38e50ede4d42"}}' 2023-04-18 17:52:40,984 79798 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.905s 2023-04-18 17:52:40,985 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a45e6713-1d35-4d31-9be9-67fddc30d36d", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-894ad654-8a4c-44ed-a250-d3efc27573bd', 'date': 'Tue, 18 Apr 2023 17:52:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e71e48ee-6b3b-49b1-9886-6917fabf7f94", "tenant_id": "3253cf1033424d3dbbfc38e50ede4d42", "security_group_id": "a45e6713-1d35-4d31-9be9-67fddc30d36d", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T17:52:40Z", "updated_at": "2023-04-18T17:52:40Z", "revision_number": 0, "project_id": "3253cf1033424d3dbbfc38e50ede4d42"}}' 2023-04-18 17:52:42,444 79798 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.458s 2023-04-18 17:52:42,444 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a45e6713-1d35-4d31-9be9-67fddc30d36d", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-b0f6c040-c9e4-475d-b6d0-b3bc7d8e7930', 'date': 'Tue, 18 Apr 2023 17:52:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "be4c1286-d8bc-453b-8279-7ba142df7cec", "tenant_id": "3253cf1033424d3dbbfc38e50ede4d42", "security_group_id": "a45e6713-1d35-4d31-9be9-67fddc30d36d", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T17:52:41Z", "updated_at": "2023-04-18T17:52:41Z", "revision_number": 0, "project_id": "3253cf1033424d3dbbfc38e50ede4d42"}}' 2023-04-18 17:52:42,445 79798 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--102306535 created 2023-04-18 17:52:45,384 79798 INFO [tempest.lib.common.rest_client] Request (Va lidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.939s 2023-04-18 17:52:45,385 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "c2ff55f8-5a51-4b60-9edc-492850802101"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-746c33ed-7c26-4d43-9fd8-98b5fc0dfd7c', 'date': 'Tue, 18 Apr 2023 17:52:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "948969de-985a-4af1-8505-08f416544b9b", "tenant_id": "3253cf1033424d3dbbfc38e50ede4d42", "floating_ip_address": "172.24.4.135", "floating_network_id": "c2ff55f8-5a51-4b60-9edc-492850802101", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "3253cf1033424d3dbbfc38e50ede4d42", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T17:52:44Z", "updated_at": "2023-04-18T17:52:44Z", "revision_number": 0}}' 2023-04-18 17:52:45,385 79798 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '948969de-985a-4af1-8505-08f416544b9b', 'tenant_id': '3253cf1033424d3dbbfc38e50ede4d42', 'floating_ip_address': '172.24.4.135', 'floating_network_id': 'c2ff55f8-5a51-4b60-9edc-492850802101', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '3253cf1033424d3dbbfc38e50ede4d42', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T17:52:44Z', 'updated_at': '2023-04-18T17:52:44Z', 'revision_number': 0, 'ip': '172.24.4.135'} created 2023-04-18 17:52:45,477 79798 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.087s 2023-04-18 17:52:45,478 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2821', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-ab9b9056-fe73-43d9-b88f-f8bdd8330bbb', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b4904c9727144ebdaa5ddfd6059f5374", "name": "tempest-AttachSCSIVolumeTestJSON-1591623582-project-member", "password_expires_at": null}, "audit_ids": ["wTgwu4StT_2nAMswq9wrPg"], "expires_at": "2023-04-18T18:52:45.000000Z", "issued_at": "2023-04-18T17:52:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3253cf1033424d3dbbfc38e50ede4d42", "name": "tempest-AttachSCSIVolumeTestJSON-1591623582"}, "is_domain": false, "roles": [{"id": "762b079e91ba4ddbacceb1546eb3e74b", "name": "member"}, {"id": "807c7b6962e34127851a8fd52e276165", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e52ae3082fbf4a328ade93bc969dfa86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "166e820cb0ca4a089aa9254384c06e53", "type": "image", "name": "glance"}, {"endpoints": [{"id": "f150521060f741f784e55058e10c303b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "1c8e6022cdfd4e9eb0fc68323e0cac02", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9c29a67948cb4cc48fd15a0431fe7a64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/3253cf1033424d3dbbfc38e50ede4d42", "region": "RegionOne"}], "id": "2cacf9cd 2898416aa34b0c96d297137a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "065cb3b15cfa48a89cd4a0610ca051f6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "334844b10d614b7693449511937eb5fa", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "42d5039ab31f496ebe06b2ab79621342", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/3253cf1033424d3dbbfc38e50ede4d42", "region": "RegionOne"}], "id": "39da698ec5564e8180fd91a7bbf41b0f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "730244346eb743c5833aedad51c363d0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/3253cf1033424d3dbbfc38e50ede4d42", "region": "RegionOne"}], "id": "5bcb3497a89a4dd8ae0ef4ff16e2f813", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9e3ae159bccb449fb431409ede0cbbd8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "63801c39cce14ff588071cf5a2486448", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "bb0997ca4d744ef88ab11be55b02192c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "aceec1d3ad2d4c5da6a7ca57bbfb3a51", "type": "identity", "name": "keystone"}]}}' 2023-04-18 17:52:45,478 79798 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': '19330178-a306-416f-aa8e-b08cfa6c42c4', 'name': 'tempest-AttachSCSIVolumeTestJSON-253633428-network', 'tenant_id': '3253cf1033424d3dbbfc38e50ede4d42', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3253cf1033424d3dbbfc38e50ede4d42', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 33720, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T17:52:12Z', 'updated_at': '2023-04-18T17:52:12Z', 'revision_number': 1} available for tenant 2023-04-18 17:52:45,479 79798 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1346673688', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGGeHStYM4ygIuODWJ+8kTcQMPVdBEZD6+MimB+v0jGVv5OizZPF9fh0HWSy49OL58BKJEtxnzs0/J9tDHGkidju50e/pNOqNyiR8hiau6b1sKmy+U030yBv6W1n7KOpFg==', 'fingerprint': '0a:32:73:0f:a2:fd:60:90:dd:cf:2b:f8:b8:ba:3a:36', 'user_id': 'b4904c9727144ebdaa5ddfd6059f5374', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBBTVzn4YlTSLO2otEkGYx72zOICGLSAm3O+8hP3o7kyKd+Y7D4+Ow6\nTM2+sVWG+zmgBwYFK4EEACKhZANiAARhnh0rWDOMoCLjg1ifvJE3EDD1XQRGQ+vj\nIpgfr9Ixlb+Tos2TxfX4dB1ksuPTi+fASiRLcZ87NPyfbQxxpInY7udHv6TTqjco\nkfIYmrum9bCpsvlNN9Mgb+ltZ+yjqRY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'a45e6713-1d35-4d31-9be9-67fddc30d36d', 'name': 'tempest-securitygroup--102306535', 'stateful': True, 'tenant_id': '3253cf1033424d3dbbfc38e50ede4d42', 'description': 'tempest-description--848357203', 'shared': False, 'security_group_rules': [{'id': '18bea922-de10-483a-b7d8-c524eca93b23', 'tenant_id': '3253cf1033424d3dbbfc38e50ede4d42', 'security_group_id': 'a45e6713-1d35-4d31-9be9-67fddc30d36d', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 269, 'description': None, 'tags': [], 'created_at': '2023-04-18T17:52:39Z', 'updated_at': '2023-04-18T17:52:39Z', 'revision_number': 0, 'project_id': '3253cf1033424d3dbbfc38e50ede4d42'}, {'id': '736d090c-49d8-4019-80b7-dcd017ed6b47', 'tenant_id': '3253cf1033424d3dbbfc38e50ede4d42', 'security_group_i d': 'a45e6713-1d35-4d31-9be9-67fddc30d36d', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 270, 'description': None, 'tags': [], 'created_at': '2023-04-18T17:52:39Z', 'updated_at': '2023-04-18T17:52:39Z', 'revision_number': 0, 'project_id': '3253cf1033424d3dbbfc38e50ede4d42'}], 'tags': [], 'created_at': '2023-04-18T17:52:39Z', 'updated_at': '2023-04-18T17:52:39Z', 'revision_number': 1, 'project_id': '3253cf1033424d3dbbfc38e50ede4d42'}, 'floating_ip': {'id': '948969de-985a-4af1-8505-08f416544b9b', 'tenant_id': '3253cf1033424d3dbbfc38e50ede4d42', 'floating_ip_address': '172.24.4.135', 'floating_network_id': 'c2ff55f8-5a51-4b60-9edc-492850802101', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '3253cf1033424d3dbbfc38e50ede4d42', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T17:52:44Z', 'updated_at': '2023-04-18T17:52:44Z', 'revision_number': 0, 'ip': '172.24.4.135'}} 2023-04-18 17:52:47,980 79798 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 202 POST http://10.0.0.210/compute/v2.1/servers 2.500s 2023-04-18 17:52:47,980 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachSCSIVolumeTestJSON-server-603992942", "imageRef": "0cd6f38e-0e6f-4309-acc3-535d78fb6967", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "19330178-a306-416f-aa8e-b08cfa6c42c4"}], "security_groups": [{"name": "tempest-securitygroup--102306535"}], "key_name": "tempest-keypair-1346673688", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/a78732a0-37b0-4c31-8101-a68e40c82078', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9ed28293-64d3-4bd0-ae2d-6b8b55a63f43', 'x-compute-request-id': 'req-9ed28293-64d3-4bd0-ae2d-6b8b55a63f43', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "a78732a0-37b0-4c31-8101-a68e40c82078", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a78732a0-37b0-4c31-8101-a68e40c82078"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a78732a0-37b0-4c31-8101-a68e40c82078"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--102306535"}], "adminPass": "G7HYkKT2UuGC"}}' 2023-04-18 17:52:48,302 79798 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/compute/v2.1/servers/a78732a0-37b0-4c31-8101-a68e40c82078 0.316s 2023-04-18 17:52:48,303 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1239', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-17e54b97-1874-4aa0-ab78-04a6059c4cf3', 'x-compute-request-id': 'req-17e54b97-1874-4aa0-ab78-04a6059c4cf3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/c ompute/v2.1/servers/a78732a0-37b0-4c31-8101-a68e40c82078'} Body: b'{"server": {"id": "a78732a0-37b0-4c31-8101-a68e40c82078", "name": "tempest-AttachSCSIVolumeTestJSON-server-603992942", "status": "BUILD", "tenant_id": "3253cf1033424d3dbbfc38e50ede4d42", "user_id": "b4904c9727144ebdaa5ddfd6059f5374", "metadata": {}, "hostId": "", "image": {"id": "0cd6f38e-0e6f-4309-acc3-535d78fb6967", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/0cd6f38e-0e6f-4309-acc3-535d78fb6967"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:52:48Z", "updated": "2023-04-18T17:52:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a78732a0-37b0-4c31-8101-a68e40c82078"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a78732a0-37b0-4c31-8101-a68e40c82078"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-1346673688", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:53:38,612 79798 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/compute/v2.1/servers/a78732a0-37b0-4c31-8101-a68e40c82078 0.248s 2023-04-18 17:53:38,612 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1547', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be9e0034-25c6-4333-912c-17ca04e160ac', 'x-compute-request-id': 'req-be9e0034-25c6-4333-912c-17ca04e160ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a78732a0-37b0-4c31-8101-a68e40c82078'} Body: b'{"server": {"id": "a78732a0-37b0-4c31-8101-a68e40c82078", "name": "tempest-AttachSCSIVolumeTestJSON-server-603992942", "status": "ACTIVE", "tenant_id": "3253cf1033424d3dbbfc38e50ede4d42", "user_id": "b4904c9727144ebdaa5ddfd6059f5374", "metadata": {}, "hostId": "3cf67a832f80f161b705e0d2f17c719ddc8fa9ae7772d7267405a4e9", "image": {"id": "0cd6f38e-0e6f-4309-acc3-535d78fb6967", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/0cd6f38e-0e6f-4309-acc3-535d78fb6967"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:52:47Z", "updated": "2023-04-18T17:53:09Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-253633428-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:8e:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a78732a0-37b0-4c31-8101-a68e40c82078"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a78732a0-37b0-4c31-8101-a68e40c82078"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1346673688", "OS-SRV-USG:launched_at": "2023-04-18T17:53:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--102306535"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:53:38,625 79798 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 17:54:39,179 79798 INFO [tempest.l ib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/compute/v2.1/servers/a78732a0-37b0-4c31-8101-a68e40c82078/os-interface 0.494s 2023-04-18 17:54:39,179 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:54:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c192f7d-72ae-4c82-b64a-390a56d8bc77', 'x-compute-request-id': 'req-0c192f7d-72ae-4c82-b64a-390a56d8bc77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a78732a0-37b0-4c31-8101-a68e40c82078/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "19330178-a306-416f-aa8e-b08cfa6c42c4", "port_id": "9805f1ed-c55d-4486-b45b-c014901e103b", "mac_addr": "fa:16:3e:f7:8e:d7", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "8f46d864-73da-4edb-ba37-dd535e6bd414", "ip_address": "10.0.0.9"}]}]}' 2023-04-18 17:54:40,428 79798 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/948969de-985a-4af1-8505-08f416544b9b 1.244s 2023-04-18 17:54:40,428 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "9805f1ed-c55d-4486-b45b-c014901e103b"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-5f899fb9-cd9e-49de-a3b7-01d84506ba05', 'date': 'Tue, 18 Apr 2023 17:54:40 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/948969de-985a-4af1-8505-08f416544b9b'} Body: b'{"floatingip": {"id": "948969de-985a-4af1-8505-08f416544b9b", "tenant_id": "3253cf1033424d3dbbfc38e50ede4d42", "floating_ip_address": "172.24.4.135", "floating_network_id": "c2ff55f8-5a51-4b60-9edc-492850802101", "router_id": "d4665667-e071-481f-99d2-8e4554822470", "port_id": "9805f1ed-c55d-4486-b45b-c014901e103b", "fixed_ip_address": "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "19330178-a306-416f-aa8e-b08cfa6c42c4", "mac_address": "fa:16:3e:f7:8e:d7", "admin_state_up": true, "status": "ACTIVE", "device_id": "a78732a0-37b0-4c31-8101-a68e40c82078", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T17:52:44Z", "updated_at": "2023-04-18T17:54:39Z", "revision_number": 1, "project_id": "3253cf1033424d3dbbfc38e50ede4d42"}}' 2023-04-18 17:54:40,430 79798 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.135:22' as 'cirros' with public key authentication 2023-04-18 17:54:40,442 79798 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 17:54:40,461 79798 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 17:54:40,462 79798 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.135 successfully created 2023-04-18 17:54:40,942 79798 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 202 POST http://10.0.0.210/volume/v3/3253cf1033424d3dbbfc38e50ede4d42/volumes 0.478s 2023-04-18 17:54:40,942 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-AttachSCSIVolumeTestJSON-volume-1776514911"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:54:40 GMT', ' server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c72dcdb-3d2e-4400-939d-8ea8c28cb79e', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c72dcdb-3d2e-4400-939d-8ea8c28cb79e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3253cf1033424d3dbbfc38e50ede4d42/volumes'} Body: b'{"volume": {"id": "cfbc23eb-9d17-4f41-8722-ecdd25ac7d70", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:54:40.809688", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-1776514911", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3253cf1033424d3dbbfc38e50ede4d42/volumes/cfbc23eb-9d17-4f41-8722-ecdd25ac7d70"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3253cf1033424d3dbbfc38e50ede4d42/volumes/cfbc23eb-9d17-4f41-8722-ecdd25ac7d70"}], "user_id": "b4904c9727144ebdaa5ddfd6059f5374", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:54:40,995 79798 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/volume/v3/3253cf1033424d3dbbfc38e50ede4d42/volumes/cfbc23eb-9d17-4f41-8722-ecdd25ac7d70 0.042s 2023-04-18 17:54:40,995 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:54:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce675393-eb65-4474-9258-c73afa16a6ad', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce675393-eb65-4474-9258-c73afa16a6ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3253cf1033424d3dbbfc38e50ede4d42/volumes/cfbc23eb-9d17-4f41-8722-ecdd25ac7d70'} Body: b'{"volume": {"id": "cfbc23eb-9d17-4f41-8722-ecdd25ac7d70", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:54:41.000000", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-1776514911", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3253cf1033424d3dbbfc38e50ede4d42/volumes/cfbc23eb-9d17-4f41-8722-ecdd25ac7d70"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3253cf1033424d3dbbfc38e50ede4d42/volumes/cfbc23eb-9d17-4f41-8722-ecdd25ac7d70"}], "user_id": "b4904c9727144ebdaa5ddfd6059f5374", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3253cf1033424d3dbbfc38e50ede4d42"}}' 2023-04-18 17:54:42,059 79798 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/volume/v3/3253cf1033424d3dbbfc38e50ede4d42/volumes/cfbc23eb-9d17-4f41-8722-ecdd25ac7d70 0.052s 2023-04-18 17:54:42,059 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:54:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7790b38f-58b8-4fa6-873f-503f0edc9460', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7790b38f-58b8-4fa6-873f-503f0edc9460', 'connection': 'close', 'status': '200', 'cont ent-location': 'http://10.0.0.210/volume/v3/3253cf1033424d3dbbfc38e50ede4d42/volumes/cfbc23eb-9d17-4f41-8722-ecdd25ac7d70'} Body: b'{"volume": {"id": "cfbc23eb-9d17-4f41-8722-ecdd25ac7d70", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:54:41.000000", "updated_at": "2023-04-18T17:54:41.000000", "name": "tempest-AttachSCSIVolumeTestJSON-volume-1776514911", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3253cf1033424d3dbbfc38e50ede4d42/volumes/cfbc23eb-9d17-4f41-8722-ecdd25ac7d70"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3253cf1033424d3dbbfc38e50ede4d42/volumes/cfbc23eb-9d17-4f41-8722-ecdd25ac7d70"}], "user_id": "b4904c9727144ebdaa5ddfd6059f5374", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3253cf1033424d3dbbfc38e50ede4d42"}}' 2023-04-18 17:54:42,475 79798 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/a78732a0-37b0-4c31-8101-a68e40c82078 0.396s 2023-04-18 17:54:42,475 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:54:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-41fa455a-199a-4b1f-83bb-b86c15a5766f', 'x-compute-request-id': 'req-41fa455a-199a-4b1f-83bb-b86c15a5766f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a78732a0-37b0-4c31-8101-a68e40c82078'} Body: b'' 2023-04-18 17:54:42,974 79798 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/a78732a0-37b0-4c31-8101-a68e40c82078 0.498s 2023-04-18 17:54:42,974 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:54:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1672', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-61e0853b-9a3d-4225-80ee-29b080f731b1', 'x-compute-request-id': 'req-61e0853b-9a3d-4225-80ee-29b080f731b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a78732a0-37b0-4c31-8101-a68e40c82078'} Body: b'{"server": {"id": "a78732a0-37b0-4c31-8101-a68e40c82078", "name": "tempest-AttachSCSIVolumeTestJSON-server-603992942", "status": "ACTIVE", "tenant_id": "3253cf1033424d3dbbfc38e50ede4d42", "user_id": "b4904c9727144ebdaa5ddfd6059f5374", "metadata": {}, "hostId": "3cf67a832f80f161b705e0d2f17c719ddc8fa9ae7772d7267405a4e9", "image": {"id": "0cd6f38e-0e6f-4309-acc3-535d78fb6967", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/0cd6f38e-0e6f-4309-acc3-535d78fb6967"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:52:47Z", "updated": "2023-04-18T17:54:42Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-253633428-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:8e:d7"}, {"version": 4, "addr": "172.24.4.135", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:8e:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", " href": "http://10.0.0.210/compute/v2.1/servers/a78732a0-37b0-4c31-8101-a68e40c82078"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a78732a0-37b0-4c31-8101-a68e40c82078"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1346673688", "OS-SRV-USG:launched_at": "2023-04-18T17:53:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--102306535"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:55:33,076 79798 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/a78732a0-37b0-4c31-8101-a68e40c82078 0.041s 2023-04-18 17:55:33,077 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-63d08fb3-c847-4947-954a-a07ccc45ca69', 'x-compute-request-id': 'req-63d08fb3-c847-4947-954a-a07ccc45ca69', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a78732a0-37b0-4c31-8101-a68e40c82078'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance a78732a0-37b0-4c31-8101-a68e40c82078 could not be found."}}' 2023-04-18 17:55:33,106 79798 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1346673688 0.028s 2023-04-18 17:55:33,106 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00299847-26f4-4892-933e-a6189e0bf1b8', 'x-compute-request-id': 'req-00299847-26f4-4892-933e-a6189e0bf1b8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1346673688'} Body: b'' 2023-04-18 17:55:33,287 79798 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/a45e6713-1d35-4d31-9be9-67fddc30d36d 0.180s 2023-04-18 17:55:33,288 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-ec46dc98-c27c-4ec6-84b7-b5cf2b8cefd1', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 17:55:33 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a45e6713-1d35-4d31-9be9-67fddc30d36d'} Body: b'' 2023-04-18 17:55:33,322 79798 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/a45e6713-1d35-4d31-9be9-67fddc30d36d 0.034s 2023-04-18 17:55:33,323 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-opensta ck-request-id': 'req-eb6f14ed-f416-4575-aa5c-d85012b8e7b8', 'date': 'Tue, 18 Apr 2023 17:55:33 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a45e6713-1d35-4d31-9be9-67fddc30d36d'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group a45e6713-1d35-4d31-9be9-67fddc30d36d does not exist", "detail": ""}}' 2023-04-18 17:55:34,272 79798 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/948969de-985a-4af1-8505-08f416544b9b 0.949s 2023-04-18 17:55:34,272 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-cfe68b12-369a-408c-b399-4f558f587e99', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 17:55:34 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/948969de-985a-4af1-8505-08f416544b9b'} Body: b'' 2023-04-18 17:55:34,407 79798 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/0cd6f38e-0e6f-4309-acc3-535d78fb6967 0.134s 2023-04-18 17:55:34,407 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-9fa9a3b1-e92f-472a-ae8e-20b90aa3dce2', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/0cd6f38e-0e6f-4309-acc3-535d78fb6967'} Body: b'' 2023-04-18 17:55:34,425 79798 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/image/v2/images/0cd6f38e-0e6f-4309-acc3-535d78fb6967 0.017s 2023-04-18 17:55:34,425 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-93bcd931-71e3-4608-82c1-3fa8abb128ac', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/image/v2/images/0cd6f38e-0e6f-4309-acc3-535d78fb6967'} Body: b'{"message": "No image found with ID 0cd6f38e-0e6f-4309-acc3-535d78fb6967

\\n\\n\\n", "code": "404 Not Found", "title": "Not Found"}' {8} tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest.test_group_type_specs_create_show_update_list_delete [0.636973s] ... ok {5} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body [116.802036s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/admin/test_volumes_negative.py", line 70, in test_update_attached_volume_with_nonexistent_volume_in_body volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 9bf540ff-d363-4056-a028-345b2c7d88d5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:53:43,550 79796 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 17:53:43,844 79796 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.291s 2023-04-18 17:53:43,844 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1811804517", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEiI2QVKc2kmfRscPi5PhMnGrOLNQAjOkededwdHp7/Ts7V/on3cNV6O1pmITCaTYJwD6jlXfZCEpUcKmn7pEnGUKWJIChubReN7XtUZZ6F71lOnvH3tE/jU+7CTPtO8Pw=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dbf92f70-7d6d-4fb4-a079-df7ae053ecbb', 'x-compute-request-id': 'req-dbf92f70-7d6d-4fb4-a079-df7ae053ecbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1811804517", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEiI2QVKc2kmfRscPi5PhMnGrOLNQAjOkededwdHp7/Ts7V/on3cNV6O1pmITCaTYJwD6jlXfZCEpUcKmn7pEnGUKWJIChubReN7XtUZZ6F71lOnvH3tE/jU+7CTPtO8Pw==", "fingerprint": "d3:a6:b0:23:03:65:40:27:e2:88:52:05:40:77:de:eb", "user_id": "468cf6197f4a4d49b3a58255e999bf9e"}}' 2023-04-18 17:53:43,847 79796 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1811804517 created 2023-04-18 17:53:44,028 79796 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.180s 2023-04-18 17:53:44,028 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--455007526", "description": "tempest-description--1807185962"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-2ae9af02-ae67-4911-a010-3db41d1d6970', 'date': 'Tue, 18 Apr 2023 17:53:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "380c623a-5093-4117-93cd-9cd2c5c28c21", "name": "tempest-securitygroup--455007526", "stateful": true, "tenant_id": "84c8ef9ed106494081b51a6bccc144a6", "description": "tempest-description--1807185962", "shared": false, "security_group_rules": [{"id": "169a3a6c-a85b-4f73-bf04-aea7a3b2776b", "tenant_id": "84c8ef9ed106494081b51a6bccc144a6", "security_group_id": "380c623a-5093-4117-93cd-9cd2c5c28c21", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 497, "description": null, "tags": [], "created_at": "2023-04-18T17:53:43Z", "updated_at": "2023-04-18T17:53:43Z", "revision_number": 0, "project_id": "84c8ef9ed106494081b51a6bccc144a6"}, {"id": "43344633-3093-4ee6-a305-f4b055958601", "tenant_id": "84c8ef9ed106494081b51a6bccc144a6", "security_group_id": "380c623a-5093-4117-93cd-9cd2c5c28c21", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 496 , "description": null, "tags": [], "created_at": "2023-04-18T17:53:43Z", "updated_at": "2023-04-18T17:53:43Z", "revision_number": 0, "project_id": "84c8ef9ed106494081b51a6bccc144a6"}], "tags": [], "created_at": "2023-04-18T17:53:43Z", "updated_at": "2023-04-18T17:53:43Z", "revision_number": 1, "project_id": "84c8ef9ed106494081b51a6bccc144a6"}}' 2023-04-18 17:53:44,285 79796 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.256s 2023-04-18 17:53:44,285 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "380c623a-5093-4117-93cd-9cd2c5c28c21", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-df90c008-7890-4f8e-bc71-5eef60290be1', 'date': 'Tue, 18 Apr 2023 17:53:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "235689c6-c4fd-47bb-9834-1d9f5606d8fa", "tenant_id": "84c8ef9ed106494081b51a6bccc144a6", "security_group_id": "380c623a-5093-4117-93cd-9cd2c5c28c21", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T17:53:44Z", "updated_at": "2023-04-18T17:53:44Z", "revision_number": 0, "project_id": "84c8ef9ed106494081b51a6bccc144a6"}}' 2023-04-18 17:53:44,468 79796 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.182s 2023-04-18 17:53:44,468 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "380c623a-5093-4117-93cd-9cd2c5c28c21", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-62bf2858-7579-428f-9145-1146c200632a', 'date': 'Tue, 18 Apr 2023 17:53:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "27039094-4bd2-46e4-b8a0-9b4572e57d1a", "tenant_id": "84c8ef9ed106494081b51a6bccc144a6", "security_group_id": "380c623a-5093-4117-93cd-9cd2c5c28c21", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T17:53:44Z", "updated_at": "2023-04-18T17:53:44Z", "revision_number": 0, "project_id": "84c8ef9ed106494081b51a6bccc144a6"}}' 2023-04-18 17:53:44,468 79796 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--455007526 created 2023-04-18 17:53:45,503 79796 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.034s 2023-04-18 17:53:45,503 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "c2ff55f8-5a51-4b60-9edc-492850802101"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-86b63724-d915-4830-ab21-77069ed4fbf0', 'date': 'Tue, 18 Apr 2023 17:53:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "58a34a24-7c57-4252-aebb-5f84794f2da4", "tenant_id": "84c8ef9ed106494081b51a6bccc144a6", "floating_ip_address": "172.24.4.11", "floating_network_id": "c2ff55f8-5a51-4b60-9edc-492850802101", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "84c8ef9ed106494081b51a6bccc144a6", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T17:53:44Z", "updated_at": "2023-04-18T17:53:44Z", "revision_number": 0}}' 2023-04-18 17:53:45,503 79796 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '58a34a24-7c57-4252-aebb-5f84794f2da4', 'tenant_id': '84c8ef9ed106494081b51a6bccc144a6', 'floating_ip_address': '172.24.4.11', 'floating_network_id': 'c2ff55f8-5a51-4b60-9edc-492850802101', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '84c8ef9ed106494081b51a6bccc144a6', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T17:53:44Z', 'updated_at': '2023-04-18T17:53:44Z', 'revision_number': 0, 'ip': '172.24.4.11'} created 2023-04-18 17:53:45,613 79796 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.105s 2023-04-18 17:53:45,613 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2819', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-36057a59-975c-4c14-a226-714205393b3a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "468cf6197f4a4d49b3a58255e999bf9e", "name": "tempest-VolumesAdminNegativeTest-815900507-project-member", "password_expires_at": null}, "audit_ids": ["v2TO3AwmQ-GHiQC009kTVA"], "expires_at": "2023-04-18T18:53:45.000000Z", "issued_at": "2023-04-18T17:53:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "84c8ef9ed106494081b51a6bccc144a6", "name": "tempest-VolumesAdminNegativeTest-815900507"}, "is_domain": false, "roles": [{"id": "762b079e91ba4ddbacceb1546eb3e74b", "name": "member"}, {"id": "807c7b6962e34127851a8fd52e276165", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e52ae3082fbf4a328ade93bc969dfa86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "166e820cb0ca4a089aa9254384c06e53", "type": "image", "name": "glance"}, {"endpoints": [{"id": "f150521060f741f784e55058e10c303b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "1c8e6022cdfd4e9eb0fc68323e0cac02", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9c29a67948cb4cc48fd15a0431fe7a64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/84c8ef9ed106494081b51a6bccc144a6", "region": "RegionOne"}], "id": "2cacf9cd2898416aa34b0c96d297137a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "065cb3b15cfa48a89cd4a0610ca051f6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "334844b10d614b7693449511937eb5fa", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "42d5039ab31f496eb e06b2ab79621342", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/84c8ef9ed106494081b51a6bccc144a6", "region": "RegionOne"}], "id": "39da698ec5564e8180fd91a7bbf41b0f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "730244346eb743c5833aedad51c363d0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/84c8ef9ed106494081b51a6bccc144a6", "region": "RegionOne"}], "id": "5bcb3497a89a4dd8ae0ef4ff16e2f813", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9e3ae159bccb449fb431409ede0cbbd8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "63801c39cce14ff588071cf5a2486448", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "bb0997ca4d744ef88ab11be55b02192c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "aceec1d3ad2d4c5da6a7ca57bbfb3a51", "type": "identity", "name": "keystone"}]}}' 2023-04-18 17:53:45,614 79796 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body) Found network {'id': '22d94a93-462a-4392-a96a-21d97b0e7fd1', 'name': 'tempest-VolumesAdminNegativeTest-1212959840-network', 'tenant_id': '84c8ef9ed106494081b51a6bccc144a6', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '84c8ef9ed106494081b51a6bccc144a6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 31760, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T17:53:23Z', 'updated_at': '2023-04-18T17:53:23Z', 'revision_number': 1} available for tenant 2023-04-18 17:53:45,614 79796 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1811804517', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEiI2QVKc2kmfRscPi5PhMnGrOLNQAjOkededwdHp7/Ts7V/on3cNV6O1pmITCaTYJwD6jlXfZCEpUcKmn7pEnGUKWJIChubReN7XtUZZ6F71lOnvH3tE/jU+7CTPtO8Pw==', 'fingerprint': 'd3:a6:b0:23:03:65:40:27:e2:88:52:05:40:77:de:eb', 'user_id': '468cf6197f4a4d49b3a58255e999bf9e', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBnzAffiOUezSxlQOctbGWAzxQp2FQsZ+rtPE5Zfs86v4RV6tsCtSFI\nXSAJo+20Qw6gBwYFK4EEACKhZANiAARIiNkFSnNpJn0bHD4uT4TJxqzizUAIzpHn\nXncHR6e/07O1f6J93DVejtaZiEwmk2CcA+o5V32QhKVHCpp+6RJxlCliSAobm0Xj\ne17VGWehe9ZTp7x97RP41Puwkz7TvD8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '380c623a-5093-4117-93cd-9cd2c5c28c21', 'name': 'tempest-securitygroup--455007526', 'stateful': True, 'tenant_id': '84c8ef9ed106494081b51a6bccc144a6', 'description': 'tempest-description--1807185962', 'shared': False, 'security_group_rules': [{'id': '169a3a6c-a85b-4f73-bf04-aea7a3b2776b', 'tenant_id': '84c8ef9ed106494081b51a6bccc144a6', 'security_group_id': '380c623a-5093-4117-93cd-9cd2c5c28c21', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 497, 'description': None, 'tags': [], 'created_at': '2023-04-18T17:53:43Z', 'updated_at': '2023-04-18T17:53:43Z', 'revision_number': 0, 'project_id': '84c8ef9ed106494081b51a6bccc144a6'}, {'id': '43344633-3093-4ee6-a305-f4b055958601', 'tenant_id': '84c8ef9ed106494081b51a6bccc144a6', 'security_group_id': '380c623a-5093-4117-93cd-9cd2c5c28c21', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 496, 'description': None, 'tags': [], 'created_at': '2023-04- 18T17:53:43Z', 'updated_at': '2023-04-18T17:53:43Z', 'revision_number': 0, 'project_id': '84c8ef9ed106494081b51a6bccc144a6'}], 'tags': [], 'created_at': '2023-04-18T17:53:43Z', 'updated_at': '2023-04-18T17:53:43Z', 'revision_number': 1, 'project_id': '84c8ef9ed106494081b51a6bccc144a6'}, 'floating_ip': {'id': '58a34a24-7c57-4252-aebb-5f84794f2da4', 'tenant_id': '84c8ef9ed106494081b51a6bccc144a6', 'floating_ip_address': '172.24.4.11', 'floating_network_id': 'c2ff55f8-5a51-4b60-9edc-492850802101', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '84c8ef9ed106494081b51a6bccc144a6', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T17:53:44Z', 'updated_at': '2023-04-18T17:53:44Z', 'revision_number': 0, 'ip': '172.24.4.11'}} 2023-04-18 17:53:46,345 79796 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 202 POST http://10.0.0.210/compute/v2.1/servers 0.729s 2023-04-18 17:53:46,345 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-434953463", "imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "flavorRef": "42", "networks": [{"uuid": "22d94a93-462a-4392-a96a-21d97b0e7fd1"}], "security_groups": [{"name": "tempest-securitygroup--455007526"}], "key_name": "tempest-keypair-1811804517", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/a6133da6-009d-478a-97d5-17f345a33969', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8af99c6-4ebf-49fd-ab83-cd0ecb67d7a2', 'x-compute-request-id': 'req-b8af99c6-4ebf-49fd-ab83-cd0ecb67d7a2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "a6133da6-009d-478a-97d5-17f345a33969", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a6133da6-009d-478a-97d5-17f345a33969"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a6133da6-009d-478a-97d5-17f345a33969"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--455007526"}], "adminPass": "UUdRgUht9u3a"}}' 2023-04-18 17:53:46,414 79796 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 200 GET http://10.0.0.210/compute/v2.1/servers/a6133da6-009d-478a-97d5-17f345a33969 0.066s 2023-04-18 17:53:46,415 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1235', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4472f462-6a39-4acb-a3a3-d02bcc9fd544', 'x-compute-request-id': 'req-4472f462-6a39-4acb-a3a3-d02bcc9fd544', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a6133da6-009d-478a-97d5-17f345a33969'} Body: b'{"server": {"id": "a6133da6-009d-478a-97d5-17f345a33969", "name": "tempest-VolumesAdminNegativeTest-server-434953463", "status": "BUILD", "tenant_id": "84c8ef9ed106494081b51a6bccc144a6", "user_id": "468cf6197f4a4d49b3a58255e999bf9e", "metadata": {}, "ho stId": "", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:53:46Z", "updated": "2023-04-18T17:53:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a6133da6-009d-478a-97d5-17f345a33969"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a6133da6-009d-478a-97d5-17f345a33969"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1811804517", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:54:36,793 79796 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 200 GET http://10.0.0.210/compute/v2.1/servers/a6133da6-009d-478a-97d5-17f345a33969 0.317s 2023-04-18 17:54:36,793 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:54:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1544', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-342f8e54-bf4e-4a84-ba73-5e1ea3913827', 'x-compute-request-id': 'req-342f8e54-bf4e-4a84-ba73-5e1ea3913827', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a6133da6-009d-478a-97d5-17f345a33969'} Body: b'{"server": {"id": "a6133da6-009d-478a-97d5-17f345a33969", "name": "tempest-VolumesAdminNegativeTest-server-434953463", "status": "ACTIVE", "tenant_id": "84c8ef9ed106494081b51a6bccc144a6", "user_id": "468cf6197f4a4d49b3a58255e999bf9e", "metadata": {}, "hostId": "076c1dc8206e4029f3c33d9e71e1cd64dae6a17f8916a0e9bfec42ec", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:53:46Z", "updated": "2023-04-18T17:53:54Z", "addresses": {"tempest-VolumesAdminNegativeTest-1212959840-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:b8:34"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a6133da6-009d-478a-97d5-17f345a33969"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a6133da6-009d-478a-97d5-17f345a33969"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1811804517", "OS-SRV-USG:launched_at": "2023-04-18T17:53:53.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--455007526"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:54:36,806 79796 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 17:55:37,036 79796 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 200 GET http://10.0.0.210/compute/v2.1/servers/a6133da6-009d-478a-97d5-17f345a33969/os-interface 0.169s 2023-04-18 17:55:37,036 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: { 'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4f230ac-011e-4a1c-b1a3-7c6a8e75c44a', 'x-compute-request-id': 'req-d4f230ac-011e-4a1c-b1a3-7c6a8e75c44a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a6133da6-009d-478a-97d5-17f345a33969/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "22d94a93-462a-4392-a96a-21d97b0e7fd1", "port_id": "b4986795-4a27-4cf6-9012-4b72d1781a36", "mac_addr": "fa:16:3e:8d:b8:34", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "7f100362-00cc-4d42-b9f4-ef47323ecf55", "ip_address": "10.0.0.9"}]}]}' 2023-04-18 17:55:38,891 79796 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/58a34a24-7c57-4252-aebb-5f84794f2da4 1.851s 2023-04-18 17:55:38,891 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "b4986795-4a27-4cf6-9012-4b72d1781a36"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-084fff0c-3733-4496-b9fb-38e5fdcec139', 'date': 'Tue, 18 Apr 2023 17:55:38 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/58a34a24-7c57-4252-aebb-5f84794f2da4'} Body: b'{"floatingip": {"id": "58a34a24-7c57-4252-aebb-5f84794f2da4", "tenant_id": "84c8ef9ed106494081b51a6bccc144a6", "floating_ip_address": "172.24.4.11", "floating_network_id": "c2ff55f8-5a51-4b60-9edc-492850802101", "router_id": "8c954789-b5fd-4f9d-a128-d2ba91e18440", "port_id": "b4986795-4a27-4cf6-9012-4b72d1781a36", "fixed_ip_address": "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "22d94a93-462a-4392-a96a-21d97b0e7fd1", "mac_address": "fa:16:3e:8d:b8:34", "admin_state_up": true, "status": "ACTIVE", "device_id": "a6133da6-009d-478a-97d5-17f345a33969", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T17:53:44Z", "updated_at": "2023-04-18T17:55:38Z", "revision_number": 1, "project_id": "84c8ef9ed106494081b51a6bccc144a6"}}' 2023-04-18 17:55:38,893 79796 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.11:22' as 'cirros' with public key authentication 2023-04-18 17:55:38,929 79796 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 17:55:38,952 79796 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 17:55:38,953 79796 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.11 successfully created 2023-04-18 17:55:39,227 79796 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 202 POST http://10.0.0.210/volume/v3/84c8ef9ed106494081b51a6bccc144a6/volumes 0.274s 2023-04-18 17:55:39,228 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-VolumesAdminNegativeTest-volume-1010515605"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ceb75f82-90b8-4dbe-abc5-7a319ccff7aa', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-i d': 'req-ceb75f82-90b8-4dbe-abc5-7a319ccff7aa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/84c8ef9ed106494081b51a6bccc144a6/volumes'} Body: b'{"volume": {"id": "9bf540ff-d363-4056-a028-345b2c7d88d5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:55:39.112064", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1010515605", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84c8ef9ed106494081b51a6bccc144a6/volumes/9bf540ff-d363-4056-a028-345b2c7d88d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84c8ef9ed106494081b51a6bccc144a6/volumes/9bf540ff-d363-4056-a028-345b2c7d88d5"}], "user_id": "468cf6197f4a4d49b3a58255e999bf9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:55:39,284 79796 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 200 GET http://10.0.0.210/volume/v3/84c8ef9ed106494081b51a6bccc144a6/volumes/9bf540ff-d363-4056-a028-345b2c7d88d5 0.047s 2023-04-18 17:55:39,284 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8ab78c6-328a-4936-9308-30fe3bb72c5b', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8ab78c6-328a-4936-9308-30fe3bb72c5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84c8ef9ed106494081b51a6bccc144a6/volumes/9bf540ff-d363-4056-a028-345b2c7d88d5'} Body: b'{"volume": {"id": "9bf540ff-d363-4056-a028-345b2c7d88d5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:55:39.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1010515605", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84c8ef9ed106494081b51a6bccc144a6/volumes/9bf540ff-d363-4056-a028-345b2c7d88d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84c8ef9ed106494081b51a6bccc144a6/volumes/9bf540ff-d363-4056-a028-345b2c7d88d5"}], "user_id": "468cf6197f4a4d49b3a58255e999bf9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84c8ef9ed106494081b51a6bccc144a6"}}' 2023-04-18 17:55:40,340 79796 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 200 GET http://10.0.0.210/volume/v3/84c8ef9ed106494081b51a6bccc144a6/volumes/9bf540ff-d363-4056-a028-345b2c7d88d5 0.044s 2023-04-18 17:55:40,340 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-336d85b2-806a-4c02-b5e7-a3b55ddded07', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-336d85b2-806a-4c02-b5e7-a3b55ddded07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84c8ef9ed106494081b51a6bccc144a6/volumes/9bf540ff-d363-4056-a028-345b2c7d88d5'} Body: b'{"volume": {"id": "9bf540ff-d363-4056-a028-345b2c7d88d5", "status": "error", " size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:55:39.000000", "updated_at": "2023-04-18T17:55:39.000000", "name": "tempest-VolumesAdminNegativeTest-volume-1010515605", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84c8ef9ed106494081b51a6bccc144a6/volumes/9bf540ff-d363-4056-a028-345b2c7d88d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84c8ef9ed106494081b51a6bccc144a6/volumes/9bf540ff-d363-4056-a028-345b2c7d88d5"}], "user_id": "468cf6197f4a4d49b3a58255e999bf9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84c8ef9ed106494081b51a6bccc144a6"}}' {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete [0.178039s] ... ok {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list [0.102541s] ... ok {8} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update [0.242477s] ... ok {3} cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests.test_snapshot_data_integrity [172.992608s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/scenario/test_snapshots.py", line 54, in test_snapshot_data_integrity volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d72b1e42-698f-42d4-9387-9d7d7c161dcc failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:53:04,859 79792 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.704s 2023-04-18 17:53:04,859 79792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-SnapshotDataIntegrityTests-31044549", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIVO/Juf8fRJG5In/vTw5mI0THk5UB6k1L2wAZJnpor8U0hLWCR8ZKLwuKyp+XpdvUfU18h0UD70M9RiyLM10fcLhkHY7sO8n1JURupVy3u0qDVbVQSGz4y5kYIHQerG9w=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec05e836-d5c5-4075-8fc6-ebcbad44798f', 'x-compute-request-id': 'req-ec05e836-d5c5-4075-8fc6-ebcbad44798f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-SnapshotDataIntegrityTests-31044549", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIVO/Juf8fRJG5In/vTw5mI0THk5UB6k1L2wAZJnpor8U0hLWCR8ZKLwuKyp+XpdvUfU18h0UD70M9RiyLM10fcLhkHY7sO8n1JURupVy3u0qDVbVQSGz4y5kYIHQerG9w==", "fingerprint": "fa:61:7f:51:7c:c5:ad:f7:48:62:b9:f8:23:b4:16:9f", "user_id": "4c23c9d2ea01463fb831fb9dfb5971d0"}}' 2023-04-18 17:53:05,991 79792 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 1.129s 2023-04-18 17:53:05,992 79792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-secgroup-smoke-1483672104", "description": "tempest-secgroup-smoke-1483672104 description", "project_id": "32403a8e23024e52bb44376bec5bc645"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-c8893696-d7d3-4633-95d4-44042b55b3ec', 'date': 'Tue, 18 Apr 2023 17:53:05 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "b674c7d3-52bb-41f9-8986-0514f61c44fb", "name": "tempest-secgroup-smoke-1483672104", "stateful": true, "tenant_id": "32403a8e23024e52bb44376bec5bc645", "description": "tempest-secgroup-smoke-1483672104 description", "shared": false, "security_group_rules": [{"id": "d0444661-3388-43e8-b939-a4e4355bc5c2", "tenant_id": "32403a8e23024e52bb44376bec5bc645", "security_group_id": "b674c7d3-52bb-41f9-8986-0514f61c44fb", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 368, "description": null, "tags": [], "created_at": "2023-04-18T17:53:05Z", "updated_at": "2023-04-18T17:53:05Z", "revision_number": 0, "project_id": "32403a8e23024e52bb44376bec5bc645"}, {"id": "e9b77379-390b-4774-9b10-5dab5ccf1e59", "tenant_id": "32403a8e23024e52bb44376bec5bc645", "security_group_id": "b674c7d3-52bb-41f9-8986-0514f61c44fb", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 370, "description": null, "tags": [], "created_at": "2023-04-18T17:53:05Z", "updated_at": "2023-04-18T17:53:05Z", "revision_number": 0, "project_id": "32403a8e23024e52bb44376bec5bc645"}], "tags": [], "created_at": "2023-04-18T17:53:05Z", "updated_at": "2023-04-18T17:53:05Z", "revision_number": 1, "project_id": "32403a8e23024e52bb44376bec5bc645"}}' 2023-04-18 17:53:07,356 79792 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.363s 2023-04-18 17:53:07,356 79792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b674c7d3-52bb-41f9-8986-0514f61c44fb", "project_id": "32403a8e23024e52bb44376bec5bc645", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-89a433d5-40f9-4a99-bbd5-c895ce76ec77', 'date': 'Tue, 18 Apr 2023 17:53:07 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "865439f7-5a65-4a23-bd8c-d333ab12eb92", "tenant_id": "32403a8e23024e52bb44376bec5bc645", "security_group_id": "b674c7d3-52bb-41f9-8986-0514f61c44fb", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T17:53:06Z", "updated_at": "2023-04-18T17:53:06Z", "revision_number": 0, "project_id": "32403a8e23024e52bb44376bec5bc645"}}' 2023-04-18 17:53:08,323 79792 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.966s 2023-04-18 17:53:08,323 79792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b674c7d3-52bb-41f9-8986-0514f61c44fb", "project_id": "32403a8e23024e52bb44376bec5bc645", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-245c9b99-83d1-48f2-8bc7-8484adf23cf4', 'date': 'Tue, 18 Apr 2023 17:53:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c9016a0d-3ffc-4c68-9143-e06fb6799795", "tenant_id": "32403a8e23024e52bb44376bec5bc645", "security_group_id": "b674c7d3-52bb-41f9-8986-0514f61c44fb", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T17:53:07Z", "updated_at": "2023-04-18T17:53:07Z", "revision_number": 0, "project_id": "32403a8e23024e52bb44376bec5bc645"}}' 2023-04-18 17:53:09,215 79792 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.891s 2023-04-18 17:53:09,215 79792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b674c7d3-52bb-41f9-8986-0514f61c44fb", "project_id": "32403a8e23024e52bb44376bec5bc645", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-f89918da-7d92-4c9b-b6a2-e8f9d8d2fa31', 'date': 'Tue, 18 Apr 2023 17:53:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7b4fb869-c44a-448e-a8fe-7ad773f3d903", "tenant_id": "32403a8e23 024e52bb44376bec5bc645", "security_group_id": "b674c7d3-52bb-41f9-8986-0514f61c44fb", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T17:53:08Z", "updated_at": "2023-04-18T17:53:08Z", "revision_number": 0, "project_id": "32403a8e23024e52bb44376bec5bc645"}}' 2023-04-18 17:53:09,759 79792 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.543s 2023-04-18 17:53:09,759 79792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b674c7d3-52bb-41f9-8986-0514f61c44fb", "project_id": "32403a8e23024e52bb44376bec5bc645", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-87bd2353-bb37-485c-9f79-2694622efc8e', 'date': 'Tue, 18 Apr 2023 17:53:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "fc3fdeba-5c30-44a2-ac4f-3bb63292d024", "tenant_id": "32403a8e23024e52bb44376bec5bc645", "security_group_id": "b674c7d3-52bb-41f9-8986-0514f61c44fb", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T17:53:09Z", "updated_at": "2023-04-18T17:53:09Z", "revision_number": 0, "project_id": "32403a8e23024e52bb44376bec5bc645"}}' 2023-04-18 17:53:10,584 79792 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.824s 2023-04-18 17:53:10,584 79792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b674c7d3-52bb-41f9-8986-0514f61c44fb", "project_id": "32403a8e23024e52bb44376bec5bc645", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-760955f7-fbbe-48a5-a28c-520102505054', 'date': 'Tue, 18 Apr 2023 17:53:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f675e28f-6e99-44aa-ad9f-e8c3a727cdbf", "tenant_id": "32403a8e23024e52bb44376bec5bc645", "security_group_id": "b674c7d3-52bb-41f9-8986-0514f61c44fb", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T17:53:10Z", "updated_at": "2023-04-18T17:53:10Z", "revision_number": 0, "project_id": "32403a8e23024e52bb44376bec5bc645"}}' 2023-04-18 17:53:11,723 79792 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.138s 2023-04-18 17:53:11,723 79792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b674c7d3-52bb-41f9-8986-0514f61c44fb", "project_id": "32403a8e23024e52bb44376bec5bc645", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-typ e': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-b72257ae-e84c-41bc-9346-3e782cf0d5fc', 'date': 'Tue, 18 Apr 2023 17:53:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "17a4ba49-3159-44a7-82b1-065a27efd114", "tenant_id": "32403a8e23024e52bb44376bec5bc645", "security_group_id": "b674c7d3-52bb-41f9-8986-0514f61c44fb", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T17:53:10Z", "updated_at": "2023-04-18T17:53:10Z", "revision_number": 0, "project_id": "32403a8e23024e52bb44376bec5bc645"}}' 2023-04-18 17:53:11,943 79792 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.209s 2023-04-18 17:53:11,943 79792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2823', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-e52f1470-5b7c-4990-b1ad-dc61878cd265', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "4c23c9d2ea01463fb831fb9dfb5971d0", "name": "tempest-SnapshotDataIntegrityTests-812790989-project-member", "password_expires_at": null}, "audit_ids": ["6hrYVbH_QgqpVRdGcv7YqQ"], "expires_at": "2023-04-18T18:53:11.000000Z", "issued_at": "2023-04-18T17:53:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "32403a8e23024e52bb44376bec5bc645", "name": "tempest-SnapshotDataIntegrityTests-812790989"}, "is_domain": false, "roles": [{"id": "762b079e91ba4ddbacceb1546eb3e74b", "name": "member"}, {"id": "807c7b6962e34127851a8fd52e276165", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e52ae3082fbf4a328ade93bc969dfa86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "166e820cb0ca4a089aa9254384c06e53", "type": "image", "name": "glance"}, {"endpoints": [{"id": "f150521060f741f784e55058e10c303b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "1c8e6022cdfd4e9eb0fc68323e0cac02", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9c29a67948cb4cc48fd15a0431fe7a64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/32403a8e23024e52bb44376bec5bc645", "region": "RegionOne"}], "id": "2cacf9cd2898416aa34b0c96d297137a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "065cb3b15cfa48a89cd4a0610ca051f6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "334844b10d614b7693449511937eb5fa", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "42d5039ab31f496ebe06b2ab79621342", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/32403a8e23024e52bb44376bec5bc645", "region": "RegionOne"}], "id": "39da698ec5564e8180fd91a7bbf41b0f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "730244346eb743c5833aedad51c363d0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/32403a8e23024e52bb44376bec5bc645", "region": "RegionOne"}], "id": "5bcb3497a89a4dd8ae0ef4ff16e2f813", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9e3ae159bccb449fb431409ede0cbbd8", "interface": "public", "region_id": "RegionOne", "url": "htt p://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "63801c39cce14ff588071cf5a2486448", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "bb0997ca4d744ef88ab11be55b02192c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "aceec1d3ad2d4c5da6a7ca57bbfb3a51", "type": "identity", "name": "keystone"}]}}' 2023-04-18 17:53:11,944 79792 INFO [tempest.lib.common.fixed_network] (SnapshotDataIntegrityTests:test_snapshot_data_integrity) Found network {'id': '5dbcd905-40a9-423d-bce1-4a06943fc147', 'name': 'tempest-SnapshotDataIntegrityTests-557061633-network', 'tenant_id': '32403a8e23024e52bb44376bec5bc645', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '32403a8e23024e52bb44376bec5bc645', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 26544, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T17:52:33Z', 'updated_at': '2023-04-18T17:52:33Z', 'revision_number': 1} available for tenant 2023-04-18 17:53:13,314 79792 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/compute/v2.1/servers 1.369s 2023-04-18 17:53:13,315 79792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-SnapshotDataIntegrityTests-server-896869714", "imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "flavorRef": "42", "key_name": "tempest-SnapshotDataIntegrityTests-31044549", "security_groups": [{"name": "tempest-secgroup-smoke-1483672104"}], "networks": [{"uuid": "5dbcd905-40a9-423d-bce1-4a06943fc147"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/9c48dd69-57ab-4201-b122-dcbb4965419c', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0b5cbf7-4ab9-4de1-9fc5-9fc9882cebc7', 'x-compute-request-id': 'req-a0b5cbf7-4ab9-4de1-9fc5-9fc9882cebc7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "9c48dd69-57ab-4201-b122-dcbb4965419c", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9c48dd69-57ab-4201-b122-dcbb4965419c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9c48dd69-57ab-4201-b122-dcbb4965419c"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1483672104"}], "adminPass": "wasSE2CR5yya"}}' 2023-04-18 17:53:13,509 79792 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/9c48dd69-57ab-4201-b122-dcbb4965419c 0.191s 2023-04-18 17:53:13,509 79792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1254', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2806436c-ac24-4f87-947d-04120345cba5', 'x-compute-request-id': 'req-2806436c-ac24-4f87-947d-04120345cba5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9c48dd69-57ab-4201-b122-dcbb4965419c'} Body: b'{"server": {"id": "9c48dd69-57ab-4201-b122-dcbb4965419c", "name": "tempest-SnapshotDataIntegrityTests-server-896869714", "status": "BUILD", "tenant_id": "32403a8e23024e52bb44376bec5bc645", "user_id": "4c23c9d2ea01463fb831fb9dfb5971d0", "metadata": {}, "hostId": "", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:53:13Z", "updated": "2023-04-18T17:53:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9c48dd69-57ab-4201-b122-dcbb4965419c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9c48dd69-57ab-4201-b122-dcbb4965419c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-31044549", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:54:04,197 79792 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/9c48dd69-57ab-4201-b122-dcbb4965419c 0.625s 2023-04-18 17:54:04,197 79792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:54:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1566', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ed100d5-602f-400d-b587-4d3b04b114c3', 'x-compute-request-id': 'req-7ed100d5-602f-400d-b587-4d3b04b114c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9c48dd69-57ab-4201-b122-dcbb4965419c'} Body: b'{"server": {"id": "9c48dd69-57ab-4201-b122-dcbb4965419c", "name": "tempest-SnapshotDataIntegrityTests-server-896869714", "status": "ACTIVE", "tenant_id": "32403a8e23024e52bb44376bec5bc645", "user_id": "4c23c9d2ea01463fb831fb9dfb5971d0", "metadata": {}, "hostId": "0d91cc55263e7ccf1f07a1218bdf588431b175c548dc13e3d9b40414", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:53:13Z", "updated": "2023-04-18T17:53:24Z", "addresses": {"tempest-SnapshotDataIntegrityTests-557061633-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:51:22"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9c48dd69-57ab-4201-b122-dcbb4965419c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9c48dd69-57ab-4201-b122-dcbb4965419c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-31044549", "OS-SRV-USG:launched_at": "2023-04-18T17:53:23.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1483672104"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:54:04,208 79792 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-18 17:55:04,439 79792 INFO [tempest.lib.common.rest_client] Request (Snaps hotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/9c48dd69-57ab-4201-b122-dcbb4965419c 0.224s 2023-04-18 17:55:04,439 79792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1566', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8ef5a789-759d-4bce-a01d-2bade9e52ee3', 'x-compute-request-id': 'req-8ef5a789-759d-4bce-a01d-2bade9e52ee3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9c48dd69-57ab-4201-b122-dcbb4965419c'} Body: b'{"server": {"id": "9c48dd69-57ab-4201-b122-dcbb4965419c", "name": "tempest-SnapshotDataIntegrityTests-server-896869714", "status": "ACTIVE", "tenant_id": "32403a8e23024e52bb44376bec5bc645", "user_id": "4c23c9d2ea01463fb831fb9dfb5971d0", "metadata": {}, "hostId": "0d91cc55263e7ccf1f07a1218bdf588431b175c548dc13e3d9b40414", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:53:13Z", "updated": "2023-04-18T17:53:24Z", "addresses": {"tempest-SnapshotDataIntegrityTests-557061633-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:51:22"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9c48dd69-57ab-4201-b122-dcbb4965419c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9c48dd69-57ab-4201-b122-dcbb4965419c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-31044549", "OS-SRV-USG:launched_at": "2023-04-18T17:53:23.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1483672104"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:55:04,665 79792 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/volume/v3/32403a8e23024e52bb44376bec5bc645/volumes 0.213s 2023-04-18 17:55:04,665 79792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-SnapshotDataIntegrityTests-volume-1872908114", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ffa73ce-542f-406e-8209-db87535248cd', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ffa73ce-542f-406e-8209-db87535248cd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/32403a8e23024e52bb44376bec5bc645/volumes'} Body: b'{"volume": {"id": "d72b1e42-698f-42d4-9387-9d7d7c161dcc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:55:04.606285", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-1872908114", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32403a8e23024e52bb44376bec5bc645/volumes/d72b1e42-698f-42d4-9387- 9d7d7c161dcc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32403a8e23024e52bb44376bec5bc645/volumes/d72b1e42-698f-42d4-9387-9d7d7c161dcc"}], "user_id": "4c23c9d2ea01463fb831fb9dfb5971d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:55:04,717 79792 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/32403a8e23024e52bb44376bec5bc645/volumes/d72b1e42-698f-42d4-9387-9d7d7c161dcc 0.041s 2023-04-18 17:55:04,717 79792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4249e8a4-fab2-4577-814d-e4aaf43d7b18', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4249e8a4-fab2-4577-814d-e4aaf43d7b18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32403a8e23024e52bb44376bec5bc645/volumes/d72b1e42-698f-42d4-9387-9d7d7c161dcc'} Body: b'{"volume": {"id": "d72b1e42-698f-42d4-9387-9d7d7c161dcc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:55:05.000000", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-1872908114", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32403a8e23024e52bb44376bec5bc645/volumes/d72b1e42-698f-42d4-9387-9d7d7c161dcc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32403a8e23024e52bb44376bec5bc645/volumes/d72b1e42-698f-42d4-9387-9d7d7c161dcc"}], "user_id": "4c23c9d2ea01463fb831fb9dfb5971d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32403a8e23024e52bb44376bec5bc645"}}' 2023-04-18 17:55:05,779 79792 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/32403a8e23024e52bb44376bec5bc645/volumes/d72b1e42-698f-42d4-9387-9d7d7c161dcc 0.049s 2023-04-18 17:55:05,779 79792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38f8a4c5-9c0d-41de-9066-a81e87262d43', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38f8a4c5-9c0d-41de-9066-a81e87262d43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32403a8e23024e52bb44376bec5bc645/volumes/d72b1e42-698f-42d4-9387-9d7d7c161dcc'} Body: b'{"volume": {"id": "d72b1e42-698f-42d4-9387-9d7d7c161dcc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:55:05.000000", "updated_at": "2023-04-18T17:55:05.000000", "name": "tempest-SnapshotDataIntegrityTests-volume-1872908114", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32403a8e23024e52bb44376bec5bc645/volumes/d72b1e42-698f-42d4-9387-9d7d7c161dcc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32403a8e23024e52bb44376bec5bc645/volumes/d72b1e42-698f-42d4-9387-9d7d7c161dcc"}], "user_id": "4c23c9d2ea01463fb831fb9dfb5971d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiatta ch": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32403a8e23024e52bb44376bec5bc645"}}' 2023-04-18 17:55:05,902 79792 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/32403a8e23024e52bb44376bec5bc645/volumes/d72b1e42-698f-42d4-9387-9d7d7c161dcc 0.110s 2023-04-18 17:55:05,902 79792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21ae54e7-e2f3-4c88-b9f8-249cfa45487a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/32403a8e23024e52bb44376bec5bc645/volumes/d72b1e42-698f-42d4-9387-9d7d7c161dcc'} Body: b'' 2023-04-18 17:55:05,930 79792 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/32403a8e23024e52bb44376bec5bc645/volumes/d72b1e42-698f-42d4-9387-9d7d7c161dcc 0.027s 2023-04-18 17:55:05,930 79792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc9cb4d1-6534-454f-97e9-4692f0ec4594', 'x-openstack-request-id': 'req-fc9cb4d1-6534-454f-97e9-4692f0ec4594', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/32403a8e23024e52bb44376bec5bc645/volumes/d72b1e42-698f-42d4-9387-9d7d7c161dcc'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d72b1e42-698f-42d4-9387-9d7d7c161dcc could not be found."}}' 2023-04-18 17:55:06,058 79792 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/9c48dd69-57ab-4201-b122-dcbb4965419c 0.126s 2023-04-18 17:55:06,058 79792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9f43802-5874-4964-adee-37cfdbb48dec', 'x-compute-request-id': 'req-b9f43802-5874-4964-adee-37cfdbb48dec', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9c48dd69-57ab-4201-b122-dcbb4965419c'} Body: b'' 2023-04-18 17:55:06,472 79792 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/9c48dd69-57ab-4201-b122-dcbb4965419c 0.414s 2023-04-18 17:55:06,473 79792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee4e819e-ea7b-4290-a0fa-f0217653bfe6', 'x-compute-request-id': 'req-ee4e819e-ea7b-4290-a0fa-f0217653bfe6', 'connection': 'close', 'status': '200', 'content-location': ' http://10.0.0.210/compute/v2.1/servers/9c48dd69-57ab-4201-b122-dcbb4965419c'} Body: b'{"server": {"id": "9c48dd69-57ab-4201-b122-dcbb4965419c", "name": "tempest-SnapshotDataIntegrityTests-server-896869714", "status": "ACTIVE", "tenant_id": "32403a8e23024e52bb44376bec5bc645", "user_id": "4c23c9d2ea01463fb831fb9dfb5971d0", "metadata": {}, "hostId": "0d91cc55263e7ccf1f07a1218bdf588431b175c548dc13e3d9b40414", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:53:13Z", "updated": "2023-04-18T17:55:06Z", "addresses": {"tempest-SnapshotDataIntegrityTests-557061633-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:51:22"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9c48dd69-57ab-4201-b122-dcbb4965419c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9c48dd69-57ab-4201-b122-dcbb4965419c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-31044549", "OS-SRV-USG:launched_at": "2023-04-18T17:53:23.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1483672104"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:55:56,571 79792 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/9c48dd69-57ab-4201-b122-dcbb4965419c 0.043s 2023-04-18 17:55:56,571 79792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-82a9116d-c140-4259-bfca-e9d8e7893b30', 'x-compute-request-id': 'req-82a9116d-c140-4259-bfca-e9d8e7893b30', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9c48dd69-57ab-4201-b122-dcbb4965419c'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 9c48dd69-57ab-4201-b122-dcbb4965419c could not be found."}}' 2023-04-18 17:55:57,075 79792 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/b674c7d3-52bb-41f9-8986-0514f61c44fb 0.503s 2023-04-18 17:55:57,076 79792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-54cc16f2-96b4-4575-a02a-2ece223cf34d', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 17:55:57 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/b674c7d3-52bb-41f9-8986-0514f61c44fb'} Body: b'' 2023-04-18 17:55:57,143 79792 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-SnapshotDataIntegrityTests-31044549 0.066s 2023-04-18 17:55:57,144 79792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23084c32-a245-4160-9277-b1049dab00a5', 'x-compute-request-id': 'req-23084c32-a245-4160-9277-b1049dab00a5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-SnapshotDataIntegrityTests-31044549'} Body: b'' {6} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices [1.767205s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 169, in test_tagged_boot_devices boot_volume = self.create_volume(CONF.compute.image_ref) File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 0fdb9081-8eae-4b0e-a756-c9e113423ddc failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:55:59,228 79798 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/48d2b2225d0c4973a8e8563f944ad259/volumes 0.649s 2023-04-18 17:55:59,228 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-TaggedBootDevicesTest_v242-volume-601860157", "imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4b776b9-a8cd-4af5-bd68-8981707e600b', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4b776b9-a8cd-4af5-bd68-8981707e600b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/48d2b2225d0c4973a8e8563f944ad259/volumes'} Body: b'{"volume": {"id": "0fdb9081-8eae-4b0e-a756-c9e113423ddc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:55:59.144030", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-601860157", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/48d2b2225d0c4973a8e8563f944ad259/volumes/0fdb9081-8eae-4b0e-a756-c9e113423ddc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/48d2b2225d0c4973a8e8563f944ad259/volumes/0fdb9081-8eae-4b0e-a756-c9e113423ddc"}], "user_id": "209acca793e242c5a41d6303154b57bb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:55:59,280 79798 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/48d2b2225d0c4973a8e8563f944ad259/volumes/0fdb9081-8eae-4b0e-a756-c9e113423ddc 0.041s 2023-04-18 17:55:59,280 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd236fde-d263-4423-a634-568c5a283138', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd236fde-d263-4423-a634-568c5a283138', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/48d2b2225d0c4973a8e8563f944ad259/volumes/0fdb9081-8eae-4b0e-a756-c9e113423ddc'} Body: b'{"volume": {"id": "0fdb9081-8eae-4b0e-a756-c9e113423ddc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:55:59.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-601860157", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/48d2b2225d0c4973a8e8563f944ad259/volumes/0fdb9081-8eae-4b0e-a756-c9e113423ddc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/48d2b2225d0c4973a8e8563f944ad259/volumes/0fdb9081-8eae-4b0e-a756-c9e113423ddc"}], "user_id": "209acca793e242c5a41d6303154b57bb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "48d2b2225d0c4973a8e8563f944ad259"}}' 2023-04-18 17:56:00,332 79798 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/48d2b2225d0c4973a8e8563f944ad259/volumes/0fdb9081-8eae-4b0e-a756-c9e113423ddc 0.041s 2023-04-18 17 :56:00,333 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32b9b7ed-3f31-4be2-a20c-9acd28dddd46', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32b9b7ed-3f31-4be2-a20c-9acd28dddd46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/48d2b2225d0c4973a8e8563f944ad259/volumes/0fdb9081-8eae-4b0e-a756-c9e113423ddc'} Body: b'{"volume": {"id": "0fdb9081-8eae-4b0e-a756-c9e113423ddc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:55:59.000000", "updated_at": "2023-04-18T17:55:59.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-601860157", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/48d2b2225d0c4973a8e8563f944ad259/volumes/0fdb9081-8eae-4b0e-a756-c9e113423ddc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/48d2b2225d0c4973a8e8563f944ad259/volumes/0fdb9081-8eae-4b0e-a756-c9e113423ddc"}], "user_id": "209acca793e242c5a41d6303154b57bb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "48d2b2225d0c4973a8e8563f944ad259"}}' {3} setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests) ... SKIPPED: Volume multi-attach is not available. {9} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_blank_volume [232.233310s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 286, in test_stable_device_rescue_bfv_blank_volume server, rescue_image_id = self._create_server_and_rescue_image( File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 147, in _create_server_and_rescue_image server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 334, in create_test_server with excutils.save_and_reraise_exception(): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 317, in create_test_server server = waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 2e853895-ea80-42f0-b823-8960a2282e8d failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2023-04-18T17:55:40Z', 'message': 'Build of instance 2e853895-ea80-42f0-b823-8960a2282e8d aborted: Volume f2499ceb-1ab3-44ca-b8de-d420a01036f6 did not finish being created even after we waited 5 seconds or 2 attempts. And its status is error.'}. Server boot request ID: req-27846ecf-9cbf-43c5-9f19-a34ae1c85cd3. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:52:30,423 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.036s 2023-04-18 17:52:30,424 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2843', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-9a55476a-febd-4655-ab9f-7f3dbb8562ea', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "171127a60a304629949304db406a8f5b", "name": "tempest-ServerBootFromVolumeStableRescueTest-740353792-project-member", "password_expires_at": null}, "audit_ids": ["B-qxl5PLS9SNjJqa46Z4_A"], "expires_at": "2023-04-18T18:52:30.000000Z", "issued_at": "2023-04-18T17:52:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "03373e65e776406e823e7cc2b277d205", "name": "tempest-ServerBootFromVolumeStableRescueTest-740353792"}, "is_domain": false, "roles": [{"id": "762b079e91ba4ddbacceb1546eb3e74b", "name": "member"}, {"id": "807c7b6962e34127851a8fd52e276165", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e52ae3082fbf4a328ade93bc969dfa86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "166e820cb0ca4a089aa9254384c06e53", "type": "image", "name": "glance"}, {"endpoints": [{"id": "f150521060f741f784e55058e10c303b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "1c8e6022cdfd4e9eb0fc68323e0cac02", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9c29a67948cb4cc48fd15a0431fe7a64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/03373e65e776406e823e7cc2b277d205", "region": "RegionOne"}], "id": "2cacf9cd2898416aa34b0c96d297137a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "065cb3b15cfa48a89cd4a0610ca051f6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "334844b10d614b7693449511937eb5fa", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "42d5039ab31f496ebe06b2ab79621342", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/03373e65e776406e823e7cc2b277d205", "region": "RegionOne"}], "id": "39da698ec5564e8180fd91a7bbf41b0f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "730244346eb743c5833aedad51c363d0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/03373e65e776406e823e7cc2b277d205", "region": "RegionOne"}], "id": "5bcb3497a89a4dd8ae0ef4ff16e2f813", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9e3ae159bccb449fb431409ede0cbbd8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "63801c39cce14ff588071cf5a2486448", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "bb0997ca4d744ef88ab11be55b02192c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "aceec1d3ad2d4c5da6a7ca57bbfb3a51", "type": "identity", "name": "keystone"}]}}' 2023-04-18 17:52:30,424 79804 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '92a3fc19-c274-44eb-bd9d-958fdef4a359', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-1727375647-network', 'tenant_id': '03373e65e776406e823e7cc2b277d205', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'projec t_id': '03373e65e776406e823e7cc2b277d205', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 58274, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T17:52:13Z', 'updated_at': '2023-04-18T17:52:14Z', 'revision_number': 1} available for tenant 2023-04-18 17:52:33,332 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 2.906s 2023-04-18 17:52:33,332 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerBootFromVolumeStableRescueTest-server-1821350949", "imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "flavorRef": "42", "networks": [{"uuid": "92a3fc19-c274-44eb-bd9d-958fdef4a359"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/3d63901e-b9bf-4c51-b663-5399b7371929', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f6ae159-daf1-4130-87e9-1cf8c1858fbb', 'x-compute-request-id': 'req-3f6ae159-daf1-4130-87e9-1cf8c1858fbb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "3d63901e-b9bf-4c51-b663-5399b7371929", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3d63901e-b9bf-4c51-b663-5399b7371929"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3d63901e-b9bf-4c51-b663-5399b7371929"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "yfCBR7hBf3gM"}}' 2023-04-18 17:52:33,566 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/3d63901e-b9bf-4c51-b663-5399b7371929 0.225s 2023-04-18 17:52:33,566 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1395', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9db5e770-7317-4493-acbb-44c0c34774cf', 'x-compute-request-id': 'req-9db5e770-7317-4493-acbb-44c0c34774cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3d63901e-b9bf-4c51-b663-5399b7371929'} Body: b'{"server": {"id": "3d63901e-b9bf-4c51-b663-5399b7371929", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1821350949", "status": "BUILD", "tenant_id": "03373e65e776406e823e7cc2b277d205", "user_id": "171127a60a304629949304db406a8f5b", "metadata": {}, "hostId": "", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T17:52:33Z", "updated": "2023-04-18T17:52:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3d63 901e-b9bf-4c51-b663-5399b7371929"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3d63901e-b9bf-4c51-b663-5399b7371929"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-18 17:53:24,310 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/3d63901e-b9bf-4c51-b663-5399b7371929 0.679s 2023-04-18 17:53:24,311 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1691', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0d47155-1253-4b57-827a-73fdc720e648', 'x-compute-request-id': 'req-a0d47155-1253-4b57-827a-73fdc720e648', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3d63901e-b9bf-4c51-b663-5399b7371929'} Body: b'{"server": {"id": "3d63901e-b9bf-4c51-b663-5399b7371929", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1821350949", "status": "ACTIVE", "tenant_id": "03373e65e776406e823e7cc2b277d205", "user_id": "171127a60a304629949304db406a8f5b", "metadata": {}, "hostId": "6a33d3a76da607bd3cf1adc328c368bce023b48af675748e85c176f1", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T17:52:33Z", "updated": "2023-04-18T17:52:48Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-1727375647-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:34:a9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3d63901e-b9bf-4c51-b663-5399b7371929"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3d63901e-b9bf-4c51-b663-5399b7371929"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T17:52:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-18 17:53:24,327 79804 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-18 17:54:25,529 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 202 POST http://10.0.0.210/compute/v2.1/servers/3d63901e-b9bf-4c51-b663-5399b7371929/action 1.141s 2023-04-18 17:54:25,529 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerBootFromVolumeSta bleRescueTest-image-1933084262"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:54:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '52', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2004228d-f3ad-4ead-80d2-a6d42641c749', 'x-compute-request-id': 'req-2004228d-f3ad-4ead-80d2-a6d42641c749', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3d63901e-b9bf-4c51-b663-5399b7371929/action'} Body: b'{"image_id": "d6556220-8ae3-4815-a506-5d3da1701907"}' 2023-04-18 17:54:25,565 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://10.0.0.210/image/v2/images/d6556220-8ae3-4815-a506-5d3da1701907 0.033s 2023-04-18 17:54:25,565 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:54:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8e59800a-29dd-4459-bda3-5a03240d6511', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/d6556220-8ae3-4815-a506-5d3da1701907'} Body: b'{"base_image_ref": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "3d63901e-b9bf-4c51-b663-5399b7371929", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-740353792", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-740353792-project-member", "user_id": "171127a60a304629949304db406a8f5b", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1933084262", "disk_format": null, "container_format": null, "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 1, "owner": "03373e65e776406e823e7cc2b277d205", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "d6556220-8ae3-4815-a506-5d3da1701907", "created_at": "2023-04-18T17:54:25Z", "updated_at": "2023-04-18T17:54:25Z", "tags": [], "self": "/v2/images/d6556220-8ae3-4815-a506-5d3da1701907", "file": "/v2/images/d6556220-8ae3-4815-a506-5d3da1701907/file", "schema": "/v2/schemas/image"}' 2023-04-18 17:54:26,593 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://10.0.0.210/image/v2/images/d6556220-8ae3-4815-a506-5d3da1701907 0.026s 2023-04-18 17:54:26,593 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:54:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-4dfd8def-6b3c-4b58-83b7-32fd89260d74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/d6556220-8ae3-4815-a506-5d3da1701907'} Body: b'{"base_image_ref": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "3d63901e-b9bf-4c51-b663-5399b7371929", "owner_project_name": "tempest-ServerBo otFromVolumeStableRescueTest-740353792", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-740353792-project-member", "user_id": "171127a60a304629949304db406a8f5b", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1933084262", "disk_format": null, "container_format": null, "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 1, "owner": "03373e65e776406e823e7cc2b277d205", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "d6556220-8ae3-4815-a506-5d3da1701907", "created_at": "2023-04-18T17:54:25Z", "updated_at": "2023-04-18T17:54:25Z", "tags": [], "self": "/v2/images/d6556220-8ae3-4815-a506-5d3da1701907", "file": "/v2/images/d6556220-8ae3-4815-a506-5d3da1701907/file", "schema": "/v2/schemas/image"}' 2023-04-18 17:54:27,618 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://10.0.0.210/image/v2/images/d6556220-8ae3-4815-a506-5d3da1701907 0.023s 2023-04-18 17:54:27,619 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:54:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-690ecb6e-ed5a-4887-aea1-8b8df893f7f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/d6556220-8ae3-4815-a506-5d3da1701907'} Body: b'{"base_image_ref": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "3d63901e-b9bf-4c51-b663-5399b7371929", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-740353792", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-740353792-project-member", "user_id": "171127a60a304629949304db406a8f5b", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1933084262", "disk_format": null, "container_format": null, "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 1, "owner": "03373e65e776406e823e7cc2b277d205", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "d6556220-8ae3-4815-a506-5d3da1701907", "created_at": "2023-04-18T17:54:25Z", "updated_at": "2023-04-18T17:54:25Z", "tags": [], "self": "/v2/images/d6556220-8ae3-4815-a506-5d3da1701907", "file": "/v2/images/d6556220-8ae3-4815-a506-5d3da1701907/file", "schema": "/v2/schemas/image"}' 2023-04-18 17:54:28,651 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://10.0.0.210/image/v2/images/d6556220-8ae3-4815-a506-5d3da1701907 0.030s 2023-04-18 17:54:28,651 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:54:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1469', 'content-type': 'application/json', 'x-openstack-request-id': 'req-4e6e6c59-81f2-4135-a656-ce8ef7c851d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/d6556220-8ae3-4815-a506-5d3da1701907'} Body: b'{"base_image_ref": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "boo t_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "3d63901e-b9bf-4c51-b663-5399b7371929", "owner_id": "03373e65e776406e823e7cc2b277d205", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-740353792", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-740353792-project-member", "user_id": "171127a60a304629949304db406a8f5b", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1933084262", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 1, "owner": "03373e65e776406e823e7cc2b277d205", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "d6556220-8ae3-4815-a506-5d3da1701907", "created_at": "2023-04-18T17:54:25Z", "updated_at": "2023-04-18T17:54:28Z", "tags": [], "self": "/v2/images/d6556220-8ae3-4815-a506-5d3da1701907", "file": "/v2/images/d6556220-8ae3-4815-a506-5d3da1701907/file", "schema": "/v2/schemas/image"}' 2023-04-18 17:54:29,674 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://10.0.0.210/image/v2/images/d6556220-8ae3-4815-a506-5d3da1701907 0.022s 2023-04-18 17:54:29,675 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:54:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1469', 'content-type': 'application/json', 'x-openstack-request-id': 'req-23382754-685b-4a10-a51f-754495b764f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/d6556220-8ae3-4815-a506-5d3da1701907'} Body: b'{"base_image_ref": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "3d63901e-b9bf-4c51-b663-5399b7371929", "owner_id": "03373e65e776406e823e7cc2b277d205", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-740353792", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-740353792-project-member", "user_id": "171127a60a304629949304db406a8f5b", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1933084262", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": null, "virtual_size": null, "status": "saving", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 1, "owner": "03373e65e776406e823e7cc2b277d205", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "d6556220-8ae3-4815-a506-5d3da1701907", "created_at": "2023-04-18T17:54:25Z", "updated_at": "2023-04-18T17:54:29Z", "tags": [], "self": "/v2/images/d6556220-8ae3-4815-a506-5d3da1701907", "file": "/v2/images/d6556220-8ae3-4815-a506-5d3da1701907/file", "schema": "/v2/schemas/image"}' 2023-04-18 17:54:30,699 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://10.0.0.210/image/v2/images/d6556220-8ae3-4815-a506-5d3da1701907 0.024s 2023-04-18 17:54:30,700 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', ' Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:54:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1639', 'content-type': 'application/json', 'x-openstack-request-id': 'req-6b36fc45-ffb7-40a7-b750-f95a3a725449', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/d6556220-8ae3-4815-a506-5d3da1701907'} Body: b'{"base_image_ref": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "3d63901e-b9bf-4c51-b663-5399b7371929", "owner_id": "03373e65e776406e823e7cc2b277d205", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-740353792", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-740353792-project-member", "user_id": "171127a60a304629949304db406a8f5b", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1933084262", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "4f47eb9218b77148f898fb22599660a4", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "03373e65e776406e823e7cc2b277d205", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "97c98107518005c7d84e2b3850d0fe02af6254e985687be2e391cb26ba2d7b9870149ccb9bb0a0f518e07038ee93959fb3b36789ecaa8be82c24a543e0ad97f4", "id": "d6556220-8ae3-4815-a506-5d3da1701907", "created_at": "2023-04-18T17:54:25Z", "updated_at": "2023-04-18T17:54:30Z", "tags": [], "self": "/v2/images/d6556220-8ae3-4815-a506-5d3da1701907", "file": "/v2/images/d6556220-8ae3-4815-a506-5d3da1701907/file", "schema": "/v2/schemas/image"}' 2023-04-18 17:54:30,724 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://10.0.0.210/image/v2/images/d6556220-8ae3-4815-a506-5d3da1701907 0.024s 2023-04-18 17:54:30,725 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:54:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1639', 'content-type': 'application/json', 'x-openstack-request-id': 'req-901467e4-7782-4847-a90f-ecc1cc128a61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/d6556220-8ae3-4815-a506-5d3da1701907'} Body: b'{"base_image_ref": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "3d63901e-b9bf-4c51-b663-5399b7371929", "owner_id": "03373e65e776406e823e7cc2b277d205", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-740353792", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-740353792-project-member", "user_id": "171127a60a304629949304db406a8f5b", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1933084262", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "4f47eb9218b77148f898fb22599660a4", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "03373e65e776406e823e7cc2b277d205" , "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "97c98107518005c7d84e2b3850d0fe02af6254e985687be2e391cb26ba2d7b9870149ccb9bb0a0f518e07038ee93959fb3b36789ecaa8be82c24a543e0ad97f4", "id": "d6556220-8ae3-4815-a506-5d3da1701907", "created_at": "2023-04-18T17:54:25Z", "updated_at": "2023-04-18T17:54:30Z", "tags": [], "self": "/v2/images/d6556220-8ae3-4815-a506-5d3da1701907", "file": "/v2/images/d6556220-8ae3-4815-a506-5d3da1701907/file", "schema": "/v2/schemas/image"}' 2023-04-18 17:54:31,016 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/3d63901e-b9bf-4c51-b663-5399b7371929 0.291s 2023-04-18 17:54:31,016 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:54:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1691', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e4d827e-f18a-40fe-8d92-d5ddf3a32aa6', 'x-compute-request-id': 'req-1e4d827e-f18a-40fe-8d92-d5ddf3a32aa6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3d63901e-b9bf-4c51-b663-5399b7371929'} Body: b'{"server": {"id": "3d63901e-b9bf-4c51-b663-5399b7371929", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1821350949", "status": "ACTIVE", "tenant_id": "03373e65e776406e823e7cc2b277d205", "user_id": "171127a60a304629949304db406a8f5b", "metadata": {}, "hostId": "6a33d3a76da607bd3cf1adc328c368bce023b48af675748e85c176f1", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T17:52:33Z", "updated": "2023-04-18T17:54:30Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-1727375647-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:34:a9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3d63901e-b9bf-4c51-b663-5399b7371929"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3d63901e-b9bf-4c51-b663-5399b7371929"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T17:52:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-18 17:55:31,164 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.071s 2023-04-18 17:55:31,164 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2843', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-5aed993f-0fb7-4968-ab4d-2f97a6b189e4', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"t oken": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "171127a60a304629949304db406a8f5b", "name": "tempest-ServerBootFromVolumeStableRescueTest-740353792-project-member", "password_expires_at": null}, "audit_ids": ["yVyi4Ol4REuUsRV1IljoIg"], "expires_at": "2023-04-18T18:55:31.000000Z", "issued_at": "2023-04-18T17:55:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "03373e65e776406e823e7cc2b277d205", "name": "tempest-ServerBootFromVolumeStableRescueTest-740353792"}, "is_domain": false, "roles": [{"id": "762b079e91ba4ddbacceb1546eb3e74b", "name": "member"}, {"id": "807c7b6962e34127851a8fd52e276165", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e52ae3082fbf4a328ade93bc969dfa86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "166e820cb0ca4a089aa9254384c06e53", "type": "image", "name": "glance"}, {"endpoints": [{"id": "f150521060f741f784e55058e10c303b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "1c8e6022cdfd4e9eb0fc68323e0cac02", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9c29a67948cb4cc48fd15a0431fe7a64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/03373e65e776406e823e7cc2b277d205", "region": "RegionOne"}], "id": "2cacf9cd2898416aa34b0c96d297137a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "065cb3b15cfa48a89cd4a0610ca051f6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "334844b10d614b7693449511937eb5fa", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "42d5039ab31f496ebe06b2ab79621342", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/03373e65e776406e823e7cc2b277d205", "region": "RegionOne"}], "id": "39da698ec5564e8180fd91a7bbf41b0f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "730244346eb743c5833aedad51c363d0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/03373e65e776406e823e7cc2b277d205", "region": "RegionOne"}], "id": "5bcb3497a89a4dd8ae0ef4ff16e2f813", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9e3ae159bccb449fb431409ede0cbbd8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "63801c39cce14ff588071cf5a2486448", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "bb0997ca4d744ef88ab11be55b02192c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "aceec1d3ad2d4c5da6a7ca57bbfb3a51", "type": "identity", "name": "keystone"}]}}' 2023-04-18 17:55:31,164 79804 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '92a3fc19-c274-44eb-bd9d-958fdef4a359', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-1727375647-network', 'tenant_id': '03373e65e776406e823e7cc2b277d205', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '03373e65e776406e823e7cc2b277d205', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 58274, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T17:52:13Z', 'updated_at': '2023-04-18T17:52:14Z', 'revision_number': 1} available for tenant 2023-04-18 17:55:31,696 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.531s 2023-04-18 17:55:31,696 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'a pplication/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerBootFromVolumeStableRescueTest-server-388049459", "imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "flavorRef": "42", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "blank", "volume_size": 1, "destination_type": "volume"}], "networks": [{"uuid": "92a3fc19-c274-44eb-bd9d-958fdef4a359"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/2e853895-ea80-42f0-b823-8960a2282e8d', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27846ecf-9cbf-43c5-9f19-a34ae1c85cd3', 'x-compute-request-id': 'req-27846ecf-9cbf-43c5-9f19-a34ae1c85cd3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "2e853895-ea80-42f0-b823-8960a2282e8d", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2e853895-ea80-42f0-b823-8960a2282e8d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2e853895-ea80-42f0-b823-8960a2282e8d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "5rCPNQ7n7kfd"}}' 2023-04-18 17:55:31,781 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/2e853895-ea80-42f0-b823-8960a2282e8d 0.080s 2023-04-18 17:55:31,781 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1394', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8ed91535-aa71-4a31-a96d-8ebb2c02a187', 'x-compute-request-id': 'req-8ed91535-aa71-4a31-a96d-8ebb2c02a187', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2e853895-ea80-42f0-b823-8960a2282e8d'} Body: b'{"server": {"id": "2e853895-ea80-42f0-b823-8960a2282e8d", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-388049459", "status": "BUILD", "tenant_id": "03373e65e776406e823e7cc2b277d205", "user_id": "171127a60a304629949304db406a8f5b", "metadata": {}, "hostId": "", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T17:55:32Z", "updated": "2023-04-18T17:55:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2e853895-ea80-42f0-b823-8960a2282e8d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2e853895-ea80-42f0-b823-8960a2282e8d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-18 17:56:21,960 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFr omVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/2e853895-ea80-42f0-b823-8960a2282e8d 0.116s 2023-04-18 17:56:21,960 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1649', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00e56f72-7a25-4a82-9683-89efb9aa9776', 'x-compute-request-id': 'req-00e56f72-7a25-4a82-9683-89efb9aa9776', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2e853895-ea80-42f0-b823-8960a2282e8d'} Body: b'{"server": {"id": "2e853895-ea80-42f0-b823-8960a2282e8d", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-388049459", "status": "ERROR", "tenant_id": "03373e65e776406e823e7cc2b277d205", "user_id": "171127a60a304629949304db406a8f5b", "metadata": {}, "hostId": "", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T17:55:31Z", "updated": "2023-04-18T17:55:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2e853895-ea80-42f0-b823-8960a2282e8d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2e853895-ea80-42f0-b823-8960a2282e8d"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2023-04-18T17:55:40Z", "message": "Build of instance 2e853895-ea80-42f0-b823-8960a2282e8d aborted: Volume f2499ceb-1ab3-44ca-b8de-d420a01036f6 did not finish being created even after we waited 5 seconds or 2 attempts. And its status is error."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-18 17:56:21,975 79804 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 50 second wait 2023-04-18 17:56:22,568 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 204 DELETE http://10.0.0.210/compute/v2.1/servers/2e853895-ea80-42f0-b823-8960a2282e8d 0.593s 2023-04-18 17:56:22,569 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-47ec030c-0bcb-4dfb-b29b-2e7e3ee772fe', 'x-compute-request-id': 'req-47ec030c-0bcb-4dfb-b29b-2e7e3ee772fe', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2e853895-ea80-42f0-b823-8960a2282e8d'} Body: b'' 2023-04-18 17:56:22,612 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 404 GET http://10.0.0.210/compute/v2.1/servers/2e853895-ea 80-42f0-b823-8960a2282e8d 0.042s 2023-04-18 17:56:22,612 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-068b9b1e-3162-4be1-92c5-af8dcbf50387', 'x-compute-request-id': 'req-068b9b1e-3162-4be1-92c5-af8dcbf50387', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2e853895-ea80-42f0-b823-8960a2282e8d'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 2e853895-ea80-42f0-b823-8960a2282e8d could not be found."}}' {10} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion [167.173754s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_minimum_basic.py", line 196, in test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 11a2bd7b-0e4a-4d13-907d-ff8849cd5c4a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:53:35,780 79806 DEBUG [tempest.scenario.manager] paths: img: /opt/stack/devstack/files/cirros-0.5.2-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None 2023-04-18 17:53:36,984 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 201 POST http://10.0.0.210/image/v2/images 1.203s 2023-04-18 17:53:36,984 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--568759741", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/b5f29940-00c9-4746-bf7d-c40ba5ba5918', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-b6c75f35-16d5-4f00-9680-81a82498e3d0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--568759741", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "af34eaf8745141928f32aab84e7264b6", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "b5f29940-00c9-4746-bf7d-c40ba5ba5918", "created_at": "2023-04-18T17:53:37Z", "updated_at": "2023-04-18T17:53:37Z", "tags": [], "self": "/v2/images/b5f29940-00c9-4746-bf7d-c40ba5ba5918", "file": "/v2/images/b5f29940-00c9-4746-bf7d-c40ba5ba5918/file", "schema": "/v2/schemas/image"}' 2023-04-18 17:53:38,587 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 204 PUT http://10.0.0.210/image/v2/images/b5f29940-00c9-4746-bf7d-c40ba5ba5918/file 1.602s 2023-04-18 17:53:38,587 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-3a9f15d0-04b6-4eee-a167-ee22392326d2', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/b5f29940-00c9-4746-bf7d-c40ba5ba5918/file'} Body: b'' 2023-04-18 17:53:38,587 79806 DEBUG [tempest.scenario.manager] image:b5f29940-00c9-4746-bf7d-c40ba5ba5918 2023-04-18 17:53:38,639 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.048s 2023-04-18 17:53:38,639 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-951182281", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNe3YWjJCSoDgpSSd7JGBq4R75tWkzu4GRVn4JFPrki5gRDMCiF/jZ+Voj2wECwJzvFJghRhj6/BAf1jUF19Iw4Vud9NFtj5gW/Ljiem1ew/cq0BBnsn2zainZaExnHZxw=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '402', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e46a9b50-636f-4902-9e97-958468ad8fd4', 'x-compute-request-id': 'req-e46a9b50-636f-4902-9e97-958468ad8fd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0. 210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-951182281", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNe3YWjJCSoDgpSSd7JGBq4R75tWkzu4GRVn4JFPrki5gRDMCiF/jZ+Voj2wECwJzvFJghRhj6/BAf1jUF19Iw4Vud9NFtj5gW/Ljiem1ew/cq0BBnsn2zainZaExnHZxw==", "fingerprint": "18:47:6a:43:7f:8c:71:56:4e:ec:0c:48:6f:e7:ef:68", "user_id": "f250508b0762464ebf52fc73f1f49ac8"}}' 2023-04-18 17:53:38,732 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.085s 2023-04-18 17:53:38,733 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2819', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-8f6588e5-d4c2-43a3-9de4-1b24e2e2dd69', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "f250508b0762464ebf52fc73f1f49ac8", "name": "tempest-TestMinimumBasicScenario-796860875-project-member", "password_expires_at": null}, "audit_ids": ["ApPKWzdzQdCR0sVkC7OlWg"], "expires_at": "2023-04-18T18:53:38.000000Z", "issued_at": "2023-04-18T17:53:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "af34eaf8745141928f32aab84e7264b6", "name": "tempest-TestMinimumBasicScenario-796860875"}, "is_domain": false, "roles": [{"id": "762b079e91ba4ddbacceb1546eb3e74b", "name": "member"}, {"id": "807c7b6962e34127851a8fd52e276165", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e52ae3082fbf4a328ade93bc969dfa86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "166e820cb0ca4a089aa9254384c06e53", "type": "image", "name": "glance"}, {"endpoints": [{"id": "f150521060f741f784e55058e10c303b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "1c8e6022cdfd4e9eb0fc68323e0cac02", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9c29a67948cb4cc48fd15a0431fe7a64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/af34eaf8745141928f32aab84e7264b6", "region": "RegionOne"}], "id": "2cacf9cd2898416aa34b0c96d297137a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "065cb3b15cfa48a89cd4a0610ca051f6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "334844b10d614b7693449511937eb5fa", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "42d5039ab31f496ebe06b2ab79621342", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/af34eaf8745141928f32aab84e7264b6", "region": "RegionOne"}], "id": "39da698ec5564e8180fd91a7bbf41b0f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "730244346eb743c5833aedad51c363d0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/af34eaf8745141928f32aab84e7264b6", "region": "RegionOne"}], "id": "5bcb3497a89a4dd8ae0ef4ff16e2f813", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9e3ae159bccb449fb431409ede0cbbd8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "63801c39cce14ff588071cf5a2486448", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "bb0997ca4d744ef88ab11be55b02192c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "aceec1d3ad2d4c5da6a7ca57bbfb3a51", "type": "identity", "name": "keystone"}]}}' 2 023-04-18 17:53:38,734 79806 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion) Found network {'id': '2bd27561-80e1-4278-89f3-4ca5c3a7aa81', 'name': 'tempest-TestMinimumBasicScenario-239168642-network', 'tenant_id': 'af34eaf8745141928f32aab84e7264b6', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'af34eaf8745141928f32aab84e7264b6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 30849, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T17:53:12Z', 'updated_at': '2023-04-18T17:53:12Z', 'revision_number': 1} available for tenant 2023-04-18 17:53:39,669 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 202 POST http://10.0.0.210/compute/v2.1/servers 0.933s 2023-04-18 17:53:39,669 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1355557534", "imageRef": "b5f29940-00c9-4746-bf7d-c40ba5ba5918", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-951182281", "networks": [{"uuid": "2bd27561-80e1-4278-89f3-4ca5c3a7aa81"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/7d51dc75-e26a-4a97-bec1-6a3eba84685f', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fff4bfcc-081b-46ab-b846-8b25d069b237', 'x-compute-request-id': 'req-fff4bfcc-081b-46ab-b846-8b25d069b237', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "7d51dc75-e26a-4a97-bec1-6a3eba84685f", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7d51dc75-e26a-4a97-bec1-6a3eba84685f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7d51dc75-e26a-4a97-bec1-6a3eba84685f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "CqM4bBNj83Jw"}}' 2023-04-18 17:53:39,754 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 200 GET http://10.0.0.210/compute/v2.1/servers/7d51dc75-e26a-4a97-bec1-6a3eba84685f 0.081s 2023-04-18 17:53:39,754 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1252', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f87d2a68-e7d1-41bf-88bd-dfa78e6137ed', 'x-compute-request-id': 'req-f87d2a68-e7d1-41bf-88bd-dfa78e6137ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7d51dc75-e26a-4a97-bec1-6a3eba84685f'} Body: b'{"server": {"id": "7d51dc75-e26a-4a97-bec1-6a3eba84685f", "name": "tempest-TestMinimumBasicScenario-server-1355557534", "status": "BUILD", "tenant_id": "af34eaf8745141928f32aab84e7264b6", "user_id": "f250508b0762464ebf52fc73f1f49ac8", "metadata": {}, "hostId": "", "image": {"id": "b5f29940-00c9-4746-bf7d-c40ba5ba5918", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/com pute/images/b5f29940-00c9-4746-bf7d-c40ba5ba5918"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:53:40Z", "updated": "2023-04-18T17:53:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7d51dc75-e26a-4a97-bec1-6a3eba84685f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7d51dc75-e26a-4a97-bec1-6a3eba84685f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-951182281", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:54:30,040 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 200 GET http://10.0.0.210/compute/v2.1/servers/7d51dc75-e26a-4a97-bec1-6a3eba84685f 0.230s 2023-04-18 17:54:30,040 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:54:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1536', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-729f92be-74ed-4360-b175-6d35d75d55c7', 'x-compute-request-id': 'req-729f92be-74ed-4360-b175-6d35d75d55c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7d51dc75-e26a-4a97-bec1-6a3eba84685f'} Body: b'{"server": {"id": "7d51dc75-e26a-4a97-bec1-6a3eba84685f", "name": "tempest-TestMinimumBasicScenario-server-1355557534", "status": "ACTIVE", "tenant_id": "af34eaf8745141928f32aab84e7264b6", "user_id": "f250508b0762464ebf52fc73f1f49ac8", "metadata": {}, "hostId": "f00a9e12f0ef32b5a654c25a4fe3d1c5af3c699a3a25feaf3265efca", "image": {"id": "b5f29940-00c9-4746-bf7d-c40ba5ba5918", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b5f29940-00c9-4746-bf7d-c40ba5ba5918"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:53:39Z", "updated": "2023-04-18T17:53:47Z", "addresses": {"tempest-TestMinimumBasicScenario-239168642-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:e6:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7d51dc75-e26a-4a97-bec1-6a3eba84685f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7d51dc75-e26a-4a97-bec1-6a3eba84685f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-951182281", "OS-SRV-USG:launched_at": "2023-04-18T17:53:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:54:30,052 79806 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-18 17:55:30,332 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 200 GET http://10.0.0.210/compute/v2.1/servers/7d51dc75-e26a-4a97-bec1-6a3eba84685f 0.219s 2023-04-18 17:55:30,333 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Respon se - Headers: {'date': 'Tue, 18 Apr 2023 17:55:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1536', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e918e520-efdd-4e49-b82b-f3bed0483c17', 'x-compute-request-id': 'req-e918e520-efdd-4e49-b82b-f3bed0483c17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7d51dc75-e26a-4a97-bec1-6a3eba84685f'} Body: b'{"server": {"id": "7d51dc75-e26a-4a97-bec1-6a3eba84685f", "name": "tempest-TestMinimumBasicScenario-server-1355557534", "status": "ACTIVE", "tenant_id": "af34eaf8745141928f32aab84e7264b6", "user_id": "f250508b0762464ebf52fc73f1f49ac8", "metadata": {}, "hostId": "f00a9e12f0ef32b5a654c25a4fe3d1c5af3c699a3a25feaf3265efca", "image": {"id": "b5f29940-00c9-4746-bf7d-c40ba5ba5918", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b5f29940-00c9-4746-bf7d-c40ba5ba5918"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:53:39Z", "updated": "2023-04-18T17:53:47Z", "addresses": {"tempest-TestMinimumBasicScenario-239168642-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:e6:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7d51dc75-e26a-4a97-bec1-6a3eba84685f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7d51dc75-e26a-4a97-bec1-6a3eba84685f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-951182281", "OS-SRV-USG:launched_at": "2023-04-18T17:53:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:55:30,551 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 200 GET http://10.0.0.210/compute/v2.1/servers 0.207s 2023-04-18 17:55:30,552 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '341', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b06a3d8e-318f-498d-a9f3-330f347ef2f3', 'x-compute-request-id': 'req-b06a3d8e-318f-498d-a9f3-330f347ef2f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "7d51dc75-e26a-4a97-bec1-6a3eba84685f", "name": "tempest-TestMinimumBasicScenario-server-1355557534", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7d51dc75-e26a-4a97-bec1-6a3eba84685f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7d51dc75-e26a-4a97-bec1-6a3eba84685f"}]}]}' 2023-04-18 17:55:30,715 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 200 GET http://10.0.0.210/compute/v2.1/servers/7d51dc75-e26a-4a97-bec1-6a3eba84685f 0.160s 2023-04-18 17:55:30,716 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1536', 'content-type': 'application/json', 'o penstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5f914e4a-f71e-4b9d-bc1b-0f6695f51761', 'x-compute-request-id': 'req-5f914e4a-f71e-4b9d-bc1b-0f6695f51761', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7d51dc75-e26a-4a97-bec1-6a3eba84685f'} Body: b'{"server": {"id": "7d51dc75-e26a-4a97-bec1-6a3eba84685f", "name": "tempest-TestMinimumBasicScenario-server-1355557534", "status": "ACTIVE", "tenant_id": "af34eaf8745141928f32aab84e7264b6", "user_id": "f250508b0762464ebf52fc73f1f49ac8", "metadata": {}, "hostId": "f00a9e12f0ef32b5a654c25a4fe3d1c5af3c699a3a25feaf3265efca", "image": {"id": "b5f29940-00c9-4746-bf7d-c40ba5ba5918", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b5f29940-00c9-4746-bf7d-c40ba5ba5918"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:53:39Z", "updated": "2023-04-18T17:53:47Z", "addresses": {"tempest-TestMinimumBasicScenario-239168642-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:e6:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7d51dc75-e26a-4a97-bec1-6a3eba84685f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7d51dc75-e26a-4a97-bec1-6a3eba84685f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-951182281", "OS-SRV-USG:launched_at": "2023-04-18T17:53:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:55:30,953 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 202 POST http://10.0.0.210/volume/v3/af34eaf8745141928f32aab84e7264b6/volumes 0.224s 2023-04-18 17:55:30,953 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-1042627870", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40872e1a-2b8b-49be-b917-5711dcc733f4', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40872e1a-2b8b-49be-b917-5711dcc733f4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/af34eaf8745141928f32aab84e7264b6/volumes'} Body: b'{"volume": {"id": "11a2bd7b-0e4a-4d13-907d-ff8849cd5c4a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:55:30.888119", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1042627870", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/af34eaf8745141928f32aab84e7264b6/volumes/11a2bd7b-0e4a-4d13-907d-ff8849cd5c4a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/af34eaf8745141928f32aab84e7264b6/volumes/11a2bd7b-0e4a-4d13-907d-ff8849cd5c4a"}], "user_id": "f250508b0762464ebf52fc73f1f49ac8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:55:31,003 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 200 G ET http://10.0.0.210/volume/v3/af34eaf8745141928f32aab84e7264b6/volumes/11a2bd7b-0e4a-4d13-907d-ff8849cd5c4a 0.038s 2023-04-18 17:55:31,003 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38eb6d86-85d0-444e-859f-b6f45805e226', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38eb6d86-85d0-444e-859f-b6f45805e226', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/af34eaf8745141928f32aab84e7264b6/volumes/11a2bd7b-0e4a-4d13-907d-ff8849cd5c4a'} Body: b'{"volume": {"id": "11a2bd7b-0e4a-4d13-907d-ff8849cd5c4a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:55:31.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1042627870", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/af34eaf8745141928f32aab84e7264b6/volumes/11a2bd7b-0e4a-4d13-907d-ff8849cd5c4a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/af34eaf8745141928f32aab84e7264b6/volumes/11a2bd7b-0e4a-4d13-907d-ff8849cd5c4a"}], "user_id": "f250508b0762464ebf52fc73f1f49ac8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "af34eaf8745141928f32aab84e7264b6"}}' 2023-04-18 17:55:32,071 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 200 GET http://10.0.0.210/volume/v3/af34eaf8745141928f32aab84e7264b6/volumes/11a2bd7b-0e4a-4d13-907d-ff8849cd5c4a 0.056s 2023-04-18 17:55:32,071 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6507d2f-aa44-421b-bbe4-32f9cfb86258', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6507d2f-aa44-421b-bbe4-32f9cfb86258', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/af34eaf8745141928f32aab84e7264b6/volumes/11a2bd7b-0e4a-4d13-907d-ff8849cd5c4a'} Body: b'{"volume": {"id": "11a2bd7b-0e4a-4d13-907d-ff8849cd5c4a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:55:31.000000", "updated_at": "2023-04-18T17:55:31.000000", "name": "tempest-TestMinimumBasicScenario-volume-1042627870", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/af34eaf8745141928f32aab84e7264b6/volumes/11a2bd7b-0e4a-4d13-907d-ff8849cd5c4a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/af34eaf8745141928f32aab84e7264b6/volumes/11a2bd7b-0e4a-4d13-907d-ff8849cd5c4a"}], "user_id": "f250508b0762464ebf52fc73f1f49ac8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "af34eaf8745141928f32aab84e7264b6"}}' 2023-04-18 17:55:32,240 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/af34eaf8745141928f32aab84e7264b6/volumes/11a2bd7b-0e4a-4d13-907d-ff8849cd5c4a 0.158s 2023-04-18 17:55:32,241 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c08d9e67-974a-47f9-bd6d-1683e65530de', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/af34eaf8745141928f32aab84e7264b6/volumes/11a2bd7b-0e4a-4d13-907d-ff8849cd5c4a'} Body: b'' 2023-04-18 17:55:32,264 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/af34eaf8745141928f32aab84e7264b6/volumes/11a2bd7b-0e4a-4d13-907d-ff8849cd5c4a 0.023s 2023-04-18 17:55:32,265 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-488e3063-5ef3-444e-8ad5-374b50b53200', 'x-openstack-request-id': 'req-488e3063-5ef3-444e-8ad5-374b50b53200', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/af34eaf8745141928f32aab84e7264b6/volumes/11a2bd7b-0e4a-4d13-907d-ff8849cd5c4a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 11a2bd7b-0e4a-4d13-907d-ff8849cd5c4a could not be found."}}' 2023-04-18 17:55:32,398 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/7d51dc75-e26a-4a97-bec1-6a3eba84685f 0.133s 2023-04-18 17:55:32,399 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-03efd98e-2234-42c3-842f-9386fb8fbb97', 'x-compute-request-id': 'req-03efd98e-2234-42c3-842f-9386fb8fbb97', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7d51dc75-e26a-4a97-bec1-6a3eba84685f'} Body: b'' 2023-04-18 17:55:32,697 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/7d51dc75-e26a-4a97-bec1-6a3eba84685f 0.298s 2023-04-18 17:55:32,698 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1542', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c4a0baf-b519-4f5b-9432-f7b509ce5e27', 'x-compute-request-id': 'req-4c4a0baf-b519-4f5b-9432-f7b509ce5e27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7d51dc75-e26a-4a97-bec1-6a3eba84685f'} Body: b'{"server": {"id": "7d51dc75-e26a-4a97-bec1-6a3eba84685f", "name": "tempest-TestMinimumBasicScenario-server-1355557534", "status": "ACTIVE", "tenant_id": "af34eaf8745141928f32aab84e7264b6", "user_id": "f250508b0762464ebf52fc73f1f49ac8", "metadata": {}, "hostId": "f00a9e12f0ef32b5a654c25a4fe3d1c5af3c699a3a25feaf3265efca", "image": {"id": "b5f29940-00c9-4746-bf7d-c40ba5 ba5918", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b5f29940-00c9-4746-bf7d-c40ba5ba5918"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:53:39Z", "updated": "2023-04-18T17:55:32Z", "addresses": {"tempest-TestMinimumBasicScenario-239168642-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:e6:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7d51dc75-e26a-4a97-bec1-6a3eba84685f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7d51dc75-e26a-4a97-bec1-6a3eba84685f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-951182281", "OS-SRV-USG:launched_at": "2023-04-18T17:53:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:56:22,806 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/7d51dc75-e26a-4a97-bec1-6a3eba84685f 0.046s 2023-04-18 17:56:22,806 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-9938a16d-bc35-44e9-88da-9b31d8918d86', 'x-compute-request-id': 'req-9938a16d-bc35-44e9-88da-9b31d8918d86', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7d51dc75-e26a-4a97-bec1-6a3eba84685f'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 7d51dc75-e26a-4a97-bec1-6a3eba84685f could not be found."}}' 2023-04-18 17:56:22,847 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-951182281 0.040s 2023-04-18 17:56:22,847 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56240e29-4037-4f9a-8834-522bd46889a9', 'x-compute-request-id': 'req-56240e29-4037-4f9a-8834-522bd46889a9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-951182281'} Body: b'' 2023-04-18 17:56:22,951 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/b5f29940-00c9-4746-bf7d-c40ba5ba5918 0.104s 2023-04-18 17:56:22,952 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-c794f8bd-c35e-4811-ada1-09a7e6557f61', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/b5f29940-0 0c9-4746-bf7d-c40ba5ba5918'} Body: b'' {0} tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached [235.678131s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 248, in test_stable_device_rescue_disk_virtio_with_volume_attached volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume cbadd088-04e9-424a-9d01-762b0d44a41e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:52:35,759 79786 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 17:52:36,141 79786 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.379s 2023-04-18 17:52:36,141 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1117431546", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPXzg4p1fdFU53eXi+WZukhnkTCtnQrU+QbKUEn8bZLNU9SxoOqfvXNuHMMZ+dFduzJ49mD1cAztieZaGXebs/SdINFarPARbVgz3zqy9oAFbbq6SCmH3i/QM0zQOsVPhg=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9db58749-b578-4e2e-906f-eafa9a97052b', 'x-compute-request-id': 'req-9db58749-b578-4e2e-906f-eafa9a97052b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1117431546", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPXzg4p1fdFU53eXi+WZukhnkTCtnQrU+QbKUEn8bZLNU9SxoOqfvXNuHMMZ+dFduzJ49mD1cAztieZaGXebs/SdINFarPARbVgz3zqy9oAFbbq6SCmH3i/QM0zQOsVPhg==", "fingerprint": "6d:19:7f:c7:09:50:bf:26:95:1d:62:93:f1:4d:9c:b6", "user_id": "1d327cd807144e3488b8a7dc33c0b740"}}' 2023-04-18 17:52:36,147 79786 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1117431546 created 2023-04-18 17:52:38,055 79786 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 1.907s 2023-04-18 17:52:38,055 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--675941978", "description": "tempest-description--10976926"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1594', 'x-openstack-request-id': 'req-958620bb-9263-4235-a8e6-f870b8f4cca7', 'date': 'Tue, 18 Apr 2023 17:52:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "8d9e8fbf-8370-4f6a-88bd-9f44ebd6bf2c", "name": "tempest-securitygroup--675941978", "stateful": true, "tenant_id": "23950807b16a4c73b86650e4529a0156", "description": "tempest-description--10976926", "shared": false, "security_group_rules": [{"id": "209fc9bd-8d0a-4303-8f8c-2f164f4c275f", "tenant_id": "23950807b16a4c73b86650e4529a0156", "security_group_id": "8d9e8fbf-8370-4f6a-88bd-9f44ebd6bf2c", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 252, "description": null, "tags": [], "created_at": "2023-04-18T17:52:36Z", "updated_at": "2023-04-18T17:52:36Z", "revision_number": 0, "project_id": "23950807b16a4c73b86650e4529a0156"}, {"id": "ebdf495d-12c9-4ca1-b93f-c325e887764b", "tenant_id": "23950807b16a4c73b86650e4529a0156", "security_group_id": "8d9e8fbf-8370-4f6a-88bd-9f44ebd6bf2c", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 2 53, "description": null, "tags": [], "created_at": "2023-04-18T17:52:37Z", "updated_at": "2023-04-18T17:52:37Z", "revision_number": 0, "project_id": "23950807b16a4c73b86650e4529a0156"}], "tags": [], "created_at": "2023-04-18T17:52:36Z", "updated_at": "2023-04-18T17:52:37Z", "revision_number": 1, "project_id": "23950807b16a4c73b86650e4529a0156"}}' 2023-04-18 17:52:39,309 79786 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.253s 2023-04-18 17:52:39,310 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8d9e8fbf-8370-4f6a-88bd-9f44ebd6bf2c", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-7fe95a11-9586-4e0c-ae74-cac52c8b0c0c', 'date': 'Tue, 18 Apr 2023 17:52:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "cc03bde0-6533-4468-8afa-c041d552eb59", "tenant_id": "23950807b16a4c73b86650e4529a0156", "security_group_id": "8d9e8fbf-8370-4f6a-88bd-9f44ebd6bf2c", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T17:52:38Z", "updated_at": "2023-04-18T17:52:38Z", "revision_number": 0, "project_id": "23950807b16a4c73b86650e4529a0156"}}' 2023-04-18 17:52:39,842 79786 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.531s 2023-04-18 17:52:39,842 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8d9e8fbf-8370-4f6a-88bd-9f44ebd6bf2c", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-d5a2aa29-cf11-403c-b751-bcd55faab1f4', 'date': 'Tue, 18 Apr 2023 17:52:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "cc14cc90-05fc-45c8-969f-a9a3abf3c040", "tenant_id": "23950807b16a4c73b86650e4529a0156", "security_group_id": "8d9e8fbf-8370-4f6a-88bd-9f44ebd6bf2c", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T17:52:39Z", "updated_at": "2023-04-18T17:52:39Z", "revision_number": 0, "project_id": "23950807b16a4c73b86650e4529a0156"}}' 2023-04-18 17:52:39,842 79786 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--675941978 created 2023-04-18 17:52:42,930 79786 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 3.087s 2023-04-18 17:52:42,931 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "c2ff55f8-5a51-4b60-9edc-49285 0802101"}} Response - Headers: {'content-type': 'application/json', 'content-length': '526', 'x-openstack-request-id': 'req-19b8c0ac-6cca-43df-9ccf-3cf3a519db2f', 'date': 'Tue, 18 Apr 2023 17:52:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "49055fff-5151-4e52-a4f2-5b532eb2b489", "tenant_id": "23950807b16a4c73b86650e4529a0156", "floating_ip_address": "172.24.4.7", "floating_network_id": "c2ff55f8-5a51-4b60-9edc-492850802101", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "23950807b16a4c73b86650e4529a0156", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T17:52:41Z", "updated_at": "2023-04-18T17:52:41Z", "revision_number": 0}}' 2023-04-18 17:52:42,931 79786 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '49055fff-5151-4e52-a4f2-5b532eb2b489', 'tenant_id': '23950807b16a4c73b86650e4529a0156', 'floating_ip_address': '172.24.4.7', 'floating_network_id': 'c2ff55f8-5a51-4b60-9edc-492850802101', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '23950807b16a4c73b86650e4529a0156', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T17:52:41Z', 'updated_at': '2023-04-18T17:52:41Z', 'revision_number': 0, 'ip': '172.24.4.7'} created 2023-04-18 17:52:43,034 79786 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.095s 2023-04-18 17:52:43,034 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2827', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b38dbcba-309e-4fe9-ab9f-cb031ef42c22', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "1d327cd807144e3488b8a7dc33c0b740", "name": "tempest-ServerStableDeviceRescueTest-708848625-project-member", "password_expires_at": null}, "audit_ids": ["rrgdH9nmT0yDZw4UbJAR1w"], "expires_at": "2023-04-18T18:52:42.000000Z", "issued_at": "2023-04-18T17:52:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "23950807b16a4c73b86650e4529a0156", "name": "tempest-ServerStableDeviceRescueTest-708848625"}, "is_domain": false, "roles": [{"id": "762b079e91ba4ddbacceb1546eb3e74b", "name": "member"}, {"id": "807c7b6962e34127851a8fd52e276165", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e52ae3082fbf4a328ade93bc969dfa86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "166e820cb0ca4a089aa9254384c06e53", "type": "image", "name": "glance"}, {"endpoints": [{"id": "f150521060f741f784e55058e10c303b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "1c8e6022cdfd4e9eb0fc68323e0cac02", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9c29a67948cb4cc48fd15a0431fe7a64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/23950807b16a4c73b86650e4529a0156", "region": "RegionOne"}], "id": "2cacf9cd2898416aa34b0c96d297137a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "065cb3b15cfa48a89cd4a0610ca051f6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "334844b10d614b7693449511937eb5fa", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "42d5039ab31f496ebe06b2ab79621342", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/23950807b16a4c73b86650e4529a0156", "region": "RegionOne"}], "id": "39da698ec5564e8180fd91a7bbf41b0f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "730244346eb743c5833aedad51c363d0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/23950807b16a4c73b86650e4529a0156", "region": "RegionOne"}], "id": "5bcb3497a89a4dd8ae0ef4ff16e2f813", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9e3ae159bccb449fb431409ede0cbbd8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "63801c39cce14ff588071cf5a2486448", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "bb0997ca4d744ef88ab11be55b02192c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "aceec1d3ad2d4c5da6a7ca57bbfb3a51", "type": "identity", "name": "keystone"}]}}' 2023-04-18 17:52:43,035 79786 INFO [tempest.lib.common.fixed_network] (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached) Found network {'id': 'c9be63b1-b18e-401b-bf05-0f87c6f8dc46', 'name': 'tempest-ServerStableDeviceRescueTest-16142691-network', 'tenant_id': '23950807b16a4c73b86650e4529a0156', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '23950807b16a4c73b86650e4529a0156', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 46301, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T17:52:12Z', 'updated_at': '2023-04-18T17:52:12Z', 'revision_number': 1} available for tenant 2023-04-18 17:52:43,036 79786 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1117431546', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPXzg4p1fdFU53eXi+WZukhnkTCtnQrU+QbKUEn8bZLNU9SxoOqfvXNuHMMZ+dFduzJ49mD1cAztieZaGXebs/SdINFarPARbVgz3zqy9oAFbbq6SCmH3i/QM0zQOsVPhg==', 'fingerprint': '6d:19:7f:c7:09:50:bf:26:95:1d:62:93:f1:4d:9c:b6', 'user_id': '1d327cd807144e3488b8a7dc33c0b740', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAH7ugGgz1rf9vZb2mtWzhGk9wjanRRGAxt70QaNuTeRAvxQixUsISU\nRX8F4ke2VeWgBwYFK4EEACKhZANiAAT184OKdX3RVOd3l4vlmbpIZ5EwrZ0K1PkG\nylBJ/G2SzVPUsaDqn71zbhzDGfnRXbsyePZg9XAM7YnmWhl3m7P0nSDRWqzwEW1Y\nM986svaABW26ukgph94v0DNM0DrFT4Y=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '8d9e8fbf-8370-4f6a-88bd-9f44ebd6bf2c', 'name': 'tempest-securitygroup--675941978', 'stateful': True, 'tenant_id': '23950807b16a4c73b86650e4529a0156', 'description': 'tempest-description--10976926', 'shared': False, 'security_group_rules': [{'id': '209fc9bd-8d0a-4303-8f8c-2f164f4c275f', 'tenant_id': '23950807b16a4c73b86650e4529a0156', 'security_group_id': '8d9e8fbf-8370-4f6a-88bd-9f44ebd6bf2c', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 252, 'description': None, 'tags': [], 'created_at': '2023-04-18T17:52:36Z', 'updated_at': '2023-04-18T17:52:36Z', 'revision_number': 0, 'project_id': '23950807b16a4c73b86650e4529a0156'}, {'id': 'ebdf495d-12c9-4ca1-b93f-c325e887764b', 'tenant_id': '23950807b16a4c73b86650e4529a0156', 'security_group_id': '8d9e8fbf-8370-4f6a-88bd-9f44ebd6bf2c', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 253, 'description': None, 'tags': [], ' created_at': '2023-04-18T17:52:37Z', 'updated_at': '2023-04-18T17:52:37Z', 'revision_number': 0, 'project_id': '23950807b16a4c73b86650e4529a0156'}], 'tags': [], 'created_at': '2023-04-18T17:52:36Z', 'updated_at': '2023-04-18T17:52:37Z', 'revision_number': 1, 'project_id': '23950807b16a4c73b86650e4529a0156'}, 'floating_ip': {'id': '49055fff-5151-4e52-a4f2-5b532eb2b489', 'tenant_id': '23950807b16a4c73b86650e4529a0156', 'floating_ip_address': '172.24.4.7', 'floating_network_id': 'c2ff55f8-5a51-4b60-9edc-492850802101', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '23950807b16a4c73b86650e4529a0156', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T17:52:41Z', 'updated_at': '2023-04-18T17:52:41Z', 'revision_number': 0, 'ip': '172.24.4.7'}} 2023-04-18 17:52:45,779 79786 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 202 POST http://10.0.0.210/compute/v2.1/servers 2.742s 2023-04-18 17:52:45,779 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerStableDeviceRescueTest-server-960891457", "imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "flavorRef": "42", "networks": [{"uuid": "c9be63b1-b18e-401b-bf05-0f87c6f8dc46"}], "security_groups": [{"name": "tempest-securitygroup--675941978"}], "key_name": "tempest-keypair-1117431546", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/02122464-697c-4f0b-907f-30f6be1138f7', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f348cb56-97a7-4cfb-b504-784c89b20b5f', 'x-compute-request-id': 'req-f348cb56-97a7-4cfb-b504-784c89b20b5f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "02122464-697c-4f0b-907f-30f6be1138f7", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/02122464-697c-4f0b-907f-30f6be1138f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/02122464-697c-4f0b-907f-30f6be1138f7"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--675941978"}], "adminPass": "tnhGhiJRyg8f"}}' 2023-04-18 17:52:46,066 79786 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/02122464-697c-4f0b-907f-30f6be1138f7 0.284s 2023-04-18 17:52:46,067 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1239', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c10a0bbd-a192-4922-b84a-e781dbe6c2a3', 'x-compute-request-id': 'req-c10a0bbd-a192-4922-b84a-e781dbe6c2a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/02122464-697c-4f0b-907f-30f6be1138f7'} Body: b'{"server": {"id": "02122464-697c-4f0b-907f-30f6be1138f7", "name": "tempest-ServerStableDeviceRescueTest-server-960891457", "status": "BUILD", "tenant_id": "23950807b16a4c73b86650e4529a0156", "user_id": "1d327cd807144e3488b8 a7dc33c0b740", "metadata": {}, "hostId": "", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:52:46Z", "updated": "2023-04-18T17:52:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/02122464-697c-4f0b-907f-30f6be1138f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/02122464-697c-4f0b-907f-30f6be1138f7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1117431546", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:53:36,573 79786 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/02122464-697c-4f0b-907f-30f6be1138f7 0.444s 2023-04-18 17:53:36,573 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1550', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d3bd67d-81b5-4fc5-b47a-f6a989e64efa', 'x-compute-request-id': 'req-2d3bd67d-81b5-4fc5-b47a-f6a989e64efa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/02122464-697c-4f0b-907f-30f6be1138f7'} Body: b'{"server": {"id": "02122464-697c-4f0b-907f-30f6be1138f7", "name": "tempest-ServerStableDeviceRescueTest-server-960891457", "status": "ACTIVE", "tenant_id": "23950807b16a4c73b86650e4529a0156", "user_id": "1d327cd807144e3488b8a7dc33c0b740", "metadata": {}, "hostId": "4164771601089ba38aeada7c935486cf00b6861214fc81aa4ca01eb5", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:52:45Z", "updated": "2023-04-18T17:53:01Z", "addresses": {"tempest-ServerStableDeviceRescueTest-16142691-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:3f:64"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/02122464-697c-4f0b-907f-30f6be1138f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/02122464-697c-4f0b-907f-30f6be1138f7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1117431546", "OS-SRV-USG:launched_at": "2023-04-18T17:53:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--675941978"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:53:36,585 79786 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 17:54:36,832 79786 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/02122464-697c-4f0b-907f-30f6be1138f7/os-interface 0.188s 2023-04-18 17:54:36,832 79786 DEBUG [tempes t.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:54:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b4e6c4c-2498-42ad-bfdc-0a13c116931c', 'x-compute-request-id': 'req-6b4e6c4c-2498-42ad-bfdc-0a13c116931c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/02122464-697c-4f0b-907f-30f6be1138f7/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "c9be63b1-b18e-401b-bf05-0f87c6f8dc46", "port_id": "15734420-8d2f-4a4c-8ecd-360d03fc5825", "mac_addr": "fa:16:3e:84:3f:64", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "394fec0f-fb0a-4cf1-8e27-d2c4565c1471", "ip_address": "10.0.0.9"}]}]}' 2023-04-18 17:54:38,044 79786 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/49055fff-5151-4e52-a4f2-5b532eb2b489 1.206s 2023-04-18 17:54:38,044 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "15734420-8d2f-4a4c-8ecd-360d03fc5825"}} Response - Headers: {'content-type': 'application/json', 'content-length': '827', 'x-openstack-request-id': 'req-058f54be-0236-46fe-af5a-e08a9276408a', 'date': 'Tue, 18 Apr 2023 17:54:38 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/49055fff-5151-4e52-a4f2-5b532eb2b489'} Body: b'{"floatingip": {"id": "49055fff-5151-4e52-a4f2-5b532eb2b489", "tenant_id": "23950807b16a4c73b86650e4529a0156", "floating_ip_address": "172.24.4.7", "floating_network_id": "c2ff55f8-5a51-4b60-9edc-492850802101", "router_id": "22958111-06ae-40ab-9cc1-4b65bac611fa", "port_id": "15734420-8d2f-4a4c-8ecd-360d03fc5825", "fixed_ip_address": "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "c9be63b1-b18e-401b-bf05-0f87c6f8dc46", "mac_address": "fa:16:3e:84:3f:64", "admin_state_up": true, "status": "ACTIVE", "device_id": "02122464-697c-4f0b-907f-30f6be1138f7", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T17:52:41Z", "updated_at": "2023-04-18T17:54:37Z", "revision_number": 1, "project_id": "23950807b16a4c73b86650e4529a0156"}}' 2023-04-18 17:54:38,046 79786 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.7:22' as 'cirros' with public key authentication 2023-04-18 17:54:38,084 79786 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 17:54:38,106 79786 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 17:54:38,107 79786 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.7 successfully created 2023-04-18 17:54:38,944 79786 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 202 POST http://10.0.0.210/compute/v2.1/servers/02122464-697c-4f0b-907f-30f6be1138f7/action 0.836s 2023-04-18 17:54:38,944 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerStableDeviceRescueTest-image-2088914764"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:54:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '0', 'location': 'http://10.0.0.210/image//images/5504884a-542e-4aa8-9629-4e3d85d16ba9', 'openstack-api-versi on': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-01bb0dcc-46eb-4d5c-bcc1-fdcb39232fb9', 'x-compute-request-id': 'req-01bb0dcc-46eb-4d5c-bcc1-fdcb39232fb9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/02122464-697c-4f0b-907f-30f6be1138f7/action'} Body: b'' 2023-04-18 17:54:39,001 79786 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/images/5504884a-542e-4aa8-9629-4e3d85d16ba9 0.054s 2023-04-18 17:54:39,002 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:54:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1609', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-141c138c-abc1-463c-9faa-49c459e38add', 'x-compute-request-id': 'req-141c138c-abc1-463c-9faa-49c459e38add', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/5504884a-542e-4aa8-9629-4e3d85d16ba9'} Body: b'{"image": {"id": "5504884a-542e-4aa8-9629-4e3d85d16ba9", "name": "tempest-ServerStableDeviceRescueTest-image-2088914764", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "02122464-697c-4f0b-907f-30f6be1138f7", "owner_project_name": "tempest-ServerStableDeviceRescueTest-708848625", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-708848625-project-member", "user_id": "1d327cd807144e3488b8a7dc33c0b740"}, "created": "2023-04-18T17:54:39Z", "updated": "2023-04-18T17:54:39Z", "status": "SAVING", "progress": 25, "OS-EXT-IMG-SIZE:size": 0, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/5504884a-542e-4aa8-9629-4e3d85d16ba9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/5504884a-542e-4aa8-9629-4e3d85d16ba9"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/5504884a-542e-4aa8-9629-4e3d85d16ba9"}], "server": {"id": "02122464-697c-4f0b-907f-30f6be1138f7", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/02122464-697c-4f0b-907f-30f6be1138f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/02122464-697c-4f0b-907f-30f6be1138f7"}]}}}' 2023-04-18 17:55:29,121 79786 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/images/5504884a-542e-4aa8-9629-4e3d85d16ba9 0.065s 2023-04-18 17:55:29,122 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec13ad06-ddf7-42f5-8a58-4bc4f67d1bd6', 'x-compute-request-id': 'req-ec13ad06-ddf7-42f5-8a58-4bc4f67d1bd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v 2.1/images/5504884a-542e-4aa8-9629-4e3d85d16ba9'} Body: b'{"image": {"id": "5504884a-542e-4aa8-9629-4e3d85d16ba9", "name": "tempest-ServerStableDeviceRescueTest-image-2088914764", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "02122464-697c-4f0b-907f-30f6be1138f7", "owner_id": "23950807b16a4c73b86650e4529a0156", "owner_project_name": "tempest-ServerStableDeviceRescueTest-708848625", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-708848625-project-member", "user_id": "1d327cd807144e3488b8a7dc33c0b740"}, "created": "2023-04-18T17:54:39Z", "updated": "2023-04-18T17:54:43Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 38600704, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/5504884a-542e-4aa8-9629-4e3d85d16ba9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/5504884a-542e-4aa8-9629-4e3d85d16ba9"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/5504884a-542e-4aa8-9629-4e3d85d16ba9"}], "server": {"id": "02122464-697c-4f0b-907f-30f6be1138f7", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/02122464-697c-4f0b-907f-30f6be1138f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/02122464-697c-4f0b-907f-30f6be1138f7"}]}}}' 2023-04-18 17:55:29,189 79786 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/images/5504884a-542e-4aa8-9629-4e3d85d16ba9 0.061s 2023-04-18 17:55:29,190 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d453188a-a08d-4016-954a-6bc0b1911917', 'x-compute-request-id': 'req-d453188a-a08d-4016-954a-6bc0b1911917', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/5504884a-542e-4aa8-9629-4e3d85d16ba9'} Body: b'{"image": {"id": "5504884a-542e-4aa8-9629-4e3d85d16ba9", "name": "tempest-ServerStableDeviceRescueTest-image-2088914764", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "02122464-697c-4f0b-907f-30f6be1138f7", "owner_id": "23950807b16a4c73b86650e4529a0156", "owner_project_name": "tempest-ServerStableDeviceRescueTest-708848625", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-708848625-project-member", "user_id": "1d327cd807144e3488b8a7dc33c0b740"}, "created": "2023-04-18T17:54:39Z", "updated": "2023-04-18T17:54:43Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 38600704, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/5504884a-542e-4aa8-9629-4e3d85d16ba9"}, {"rel": "bookmark", "href": "http://10.0.0 .210/compute/images/5504884a-542e-4aa8-9629-4e3d85d16ba9"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/5504884a-542e-4aa8-9629-4e3d85d16ba9"}], "server": {"id": "02122464-697c-4f0b-907f-30f6be1138f7", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/02122464-697c-4f0b-907f-30f6be1138f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/02122464-697c-4f0b-907f-30f6be1138f7"}]}}}' 2023-04-18 17:55:29,493 79786 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/02122464-697c-4f0b-907f-30f6be1138f7 0.297s 2023-04-18 17:55:29,494 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1667', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb28ca97-2e91-45c1-a576-2f72a70237ff', 'x-compute-request-id': 'req-cb28ca97-2e91-45c1-a576-2f72a70237ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/02122464-697c-4f0b-907f-30f6be1138f7'} Body: b'{"server": {"id": "02122464-697c-4f0b-907f-30f6be1138f7", "name": "tempest-ServerStableDeviceRescueTest-server-960891457", "status": "ACTIVE", "tenant_id": "23950807b16a4c73b86650e4529a0156", "user_id": "1d327cd807144e3488b8a7dc33c0b740", "metadata": {}, "hostId": "4164771601089ba38aeada7c935486cf00b6861214fc81aa4ca01eb5", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:52:45Z", "updated": "2023-04-18T17:54:44Z", "addresses": {"tempest-ServerStableDeviceRescueTest-16142691-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:3f:64"}, {"version": 4, "addr": "172.24.4.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:3f:64"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/02122464-697c-4f0b-907f-30f6be1138f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/02122464-697c-4f0b-907f-30f6be1138f7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1117431546", "OS-SRV-USG:launched_at": "2023-04-18T17:53:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--675941978"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:56:29,653 79786 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 PATCH http://10.0.0.210/image/v2/images/5504884a-542e-4aa8-9629-4e3d85d16ba9 0.141s 2023-04-18 17:56:29,654 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/openstack-images-v2.0-json-patch', 'X-Auth-Token': ''} Body: [{"add": "/hw_rescue_bus", "value": "virtio"}] Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1642', 'content-type': 'application/json', 'x-openstack-request-id': 'req-7e2c4708-aba7-473f-ad92-03d19a147d09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/5504884a-542e-4aa8-9629-4e3d85d16ba9'} Body: b'{"base_image_ref": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "02122464-697c-4f0b-907f-30f6be1138f7", "owner_id": "23950807b16a4c73b86650e4529a0156", "owner_project_name": "tempest-ServerStableDeviceRescueTest-708848625", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-708848625-project-member", "user_id": "1d327cd807144e3488b8a7dc33c0b740", "hw_rescue_bus": "virtio", "name": "tempest-ServerStableDeviceRescueTest-image-2088914764", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "778411b3011efe27c878d2f7757709ec", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "23950807b16a4c73b86650e4529a0156", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "4a34f2239d50057831e1c321f6dc37a919d10e469c9ffb9d6212d3f6a982fa4dee782c654bff171686f6c0c85b1375096b54525e9030f556abd15d161b9005c2", "id": "5504884a-542e-4aa8-9629-4e3d85d16ba9", "created_at": "2023-04-18T17:54:39Z", "updated_at": "2023-04-18T17:56:30Z", "tags": [], "self": "/v2/images/5504884a-542e-4aa8-9629-4e3d85d16ba9", "file": "/v2/images/5504884a-542e-4aa8-9629-4e3d85d16ba9/file", "schema": "/v2/schemas/image"}' 2023-04-18 17:56:29,796 79786 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 PATCH http://10.0.0.210/image/v2/images/5504884a-542e-4aa8-9629-4e3d85d16ba9 0.142s 2023-04-18 17:56:29,797 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/openstack-images-v2.0-json-patch', 'X-Auth-Token': ''} Body: [{"add": "/hw_rescue_device", "value": "disk"}] Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1670', 'content-type': 'application/json', 'x-openstack-request-id': 'req-bfd32208-1c3d-4b7e-8bb2-9485fe5f8cd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/5504884a-542e-4aa8-9629-4e3d85d16ba9'} Body: b'{"base_image_ref": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rescue_bus": "virtio", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "02122464-697c-4f0b-907f-30f6be1138f7", "owner_id": "23950807b16a4c73b86650e4529a0156", "owner_project_name": "tempest-ServerStableDeviceRescueTest-708848625", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-708848625-project-member", "user_id": "1d327cd807144e3488b8a7dc33c0b740", "hw_rescue_device": "disk", "name": "tempest-ServerStableDeviceRescueTest-image-2088914764", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "778411b3011efe27c878d2f7757709ec", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "23950807b16a4c73b86650e4529a0156", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "4a34f2239d50057831e1c321f6dc37a919d10e469c9ffb9d6212d3f6a982fa4dee782c654bff171686f6c0c85b1375096b54525e9030f556abd15d161b9005c2", "id": "5504884a-542e-4aa8-9629-4e3d85d16ba9", "created_at": "2023-04-18T17:54:39Z", "updated_at": "2023-04-18T17:56:30Z", "tags": [], "self": "/v2/images/5504884a-542e -4aa8-9629-4e3d85d16ba9", "file": "/v2/images/5504884a-542e-4aa8-9629-4e3d85d16ba9/file", "schema": "/v2/schemas/image"}' 2023-04-18 17:56:30,034 79786 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/02122464-697c-4f0b-907f-30f6be1138f7 0.236s 2023-04-18 17:56:30,035 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1667', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-84c13cf4-e2e7-4a92-9aa0-11b8a18d14a5', 'x-compute-request-id': 'req-84c13cf4-e2e7-4a92-9aa0-11b8a18d14a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/02122464-697c-4f0b-907f-30f6be1138f7'} Body: b'{"server": {"id": "02122464-697c-4f0b-907f-30f6be1138f7", "name": "tempest-ServerStableDeviceRescueTest-server-960891457", "status": "ACTIVE", "tenant_id": "23950807b16a4c73b86650e4529a0156", "user_id": "1d327cd807144e3488b8a7dc33c0b740", "metadata": {}, "hostId": "4164771601089ba38aeada7c935486cf00b6861214fc81aa4ca01eb5", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:52:45Z", "updated": "2023-04-18T17:54:44Z", "addresses": {"tempest-ServerStableDeviceRescueTest-16142691-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:3f:64"}, {"version": 4, "addr": "172.24.4.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:3f:64"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/02122464-697c-4f0b-907f-30f6be1138f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/02122464-697c-4f0b-907f-30f6be1138f7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1117431546", "OS-SRV-USG:launched_at": "2023-04-18T17:53:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--675941978"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:56:30,309 79786 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/23950807b16a4c73b86650e4529a0156/volumes 0.250s 2023-04-18 17:56:30,309 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-ServerStableDeviceRescueTest-volume-236259383"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c68ee37-59fb-4d8c-a374-a4202a103319', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c68ee37-59fb-4d8c-a374-a4202a103319', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/23950807b16a4c73b86650e4529a0156/volumes'} Body: b'{"volume": {"id": "cbadd088-04e9-424a-9d01-762b0d44a41e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:56:30.241274", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-236259383", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/23950807b16a4c73b86650e4529a0156/volumes/cbadd088-04e9-424a-9d01-762b0d44a41e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/23950807b16a4c73b86650e4529a0156/volumes/cbadd088-04e9-424a-9d01-762b0d44a41e"}], "user_id": "1d327cd807144e3488b8a7dc33c0b740", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:56:30,361 79786 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/23950807b16a4c73b86650e4529a0156/volumes/cbadd088-04e9-424a-9d01-762b0d44a41e 0.042s 2023-04-18 17:56:30,362 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11e65747-a408-46e3-9bb5-9810facf1e0b', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11e65747-a408-46e3-9bb5-9810facf1e0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/23950807b16a4c73b86650e4529a0156/volumes/cbadd088-04e9-424a-9d01-762b0d44a41e'} Body: b'{"volume": {"id": "cbadd088-04e9-424a-9d01-762b0d44a41e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:56:30.000000", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-236259383", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/23950807b16a4c73b86650e4529a0156/volumes/cbadd088-04e9-424a-9d01-762b0d44a41e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/23950807b16a4c73b86650e4529a0156/volumes/cbadd088-04e9-424a-9d01-762b0d44a41e"}], "user_id": "1d327cd807144e3488b8a7dc33c0b740", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "23950807b16a4c73b86650e4529a0156"}}' 2023-04-18 17:56:31,421 79786 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/23950807b16a4c73b86650e4529a0156/volumes/cbadd088-04e9-424a-9d01-762b0d44a41e 0.047s 2023-04-18 17:56:31,422 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97b478dc-e73d-455b-9c8c-36eb4fbc0a01', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97b478dc-e73d-455b-9c8c-36eb4fbc0a01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/23950807b16a4c73b86650e4529a0156/volumes/cbadd088-04e9-424a-9d01-762b0d44a41e'} Body: b'{"volume": {"id": "cbadd088-04e9-424a-9d01-762b0d44a41e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:56:30.000000", "updated_at": "2023-04-18T17:56:30.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-236259383", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0 .0.210/volume/v3/23950807b16a4c73b86650e4529a0156/volumes/cbadd088-04e9-424a-9d01-762b0d44a41e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/23950807b16a4c73b86650e4529a0156/volumes/cbadd088-04e9-424a-9d01-762b0d44a41e"}], "user_id": "1d327cd807144e3488b8a7dc33c0b740", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "23950807b16a4c73b86650e4529a0156"}}' {2} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume [1.346002s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue_negative.py", line 120, in test_rescued_vm_attach_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 67ecf88b-9d47-4123-8f69-9c86b774e75e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:57:27,449 79790 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 202 POST http://10.0.0.210/volume/v3/1c689d1535d74fb98276764e48bae128/volumes 0.216s 2023-04-18 17:57:27,449 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-ServerRescueNegativeTestJSON-volume-53893104"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:57:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d546b26-b40b-40ed-9c89-27e706aca9e2', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d546b26-b40b-40ed-9c89-27e706aca9e2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1c689d1535d74fb98276764e48bae128/volumes'} Body: b'{"volume": {"id": "67ecf88b-9d47-4123-8f69-9c86b774e75e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:57:27.387806", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-53893104", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1c689d1535d74fb98276764e48bae128/volumes/67ecf88b-9d47-4123-8f69-9c86b774e75e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1c689d1535d74fb98276764e48bae128/volumes/67ecf88b-9d47-4123-8f69-9c86b774e75e"}], "user_id": "eae8860750104207a580da9d4020e31e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:57:27,508 79790 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/1c689d1535d74fb98276764e48bae128/volumes/67ecf88b-9d47-4123-8f69-9c86b774e75e 0.048s 2023-04-18 17:57:27,508 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:57:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24951ede-4672-4c92-89b2-c3c20d28dcb6', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24951ede-4672-4c92-89b2-c3c20d28dcb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1c689d1535d74fb98276764e48bae128/volumes/67ecf88b-9d47-4123-8f69-9c86b774e75e'} Body: b'{"volume": {"id": "67ecf88b-9d47-4123-8f69-9c86b774e75e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:57:27.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-53893104", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1c689d1535d74fb98276764e48bae128/volumes/67ecf88b-9d47-4123-8f69-9c86b774e75e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1c689d1535d74fb98276764e48bae128/volumes/67ecf88b-9d47-4123-8f69-9c86b774e75e"}], "user_id": "eae8860750104207a580da9d4020e31e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c689d1535d74fb98276764e48bae128"}}' 2023-04-18 17:57:28,565 79790 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/1c689d1535d74fb98276764e48bae128/volumes/67ecf88b-9d47-4123-8f69-9c86b774e75e 0.039s 2023-04-18 17:57:28,566 79790 DEBUG [t empest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:57:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f56fa542-34e8-49f2-9590-41330a21480e', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f56fa542-34e8-49f2-9590-41330a21480e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1c689d1535d74fb98276764e48bae128/volumes/67ecf88b-9d47-4123-8f69-9c86b774e75e'} Body: b'{"volume": {"id": "67ecf88b-9d47-4123-8f69-9c86b774e75e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:57:27.000000", "updated_at": "2023-04-18T17:57:28.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-53893104", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1c689d1535d74fb98276764e48bae128/volumes/67ecf88b-9d47-4123-8f69-9c86b774e75e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1c689d1535d74fb98276764e48bae128/volumes/67ecf88b-9d47-4123-8f69-9c86b774e75e"}], "user_id": "eae8860750104207a580da9d4020e31e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c689d1535d74fb98276764e48bae128"}}' {2} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume [1.308624s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue_negative.py", line 140, in test_rescued_vm_detach_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume fe214ab7-9e74-4f92-a05b-5b1bc2a2a453 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:57:28,776 79790 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://10.0.0.210/volume/v3/1c689d1535d74fb98276764e48bae128/volumes 0.195s 2023-04-18 17:57:28,776 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-ServerRescueNegativeTestJSON-volume-2101672420"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:57:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de21c1b2-7d47-44e6-902a-866b9aa0bf17', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de21c1b2-7d47-44e6-902a-866b9aa0bf17', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1c689d1535d74fb98276764e48bae128/volumes'} Body: b'{"volume": {"id": "fe214ab7-9e74-4f92-a05b-5b1bc2a2a453", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:57:28.716176", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-2101672420", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1c689d1535d74fb98276764e48bae128/volumes/fe214ab7-9e74-4f92-a05b-5b1bc2a2a453"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1c689d1535d74fb98276764e48bae128/volumes/fe214ab7-9e74-4f92-a05b-5b1bc2a2a453"}], "user_id": "eae8860750104207a580da9d4020e31e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:57:28,825 79790 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/1c689d1535d74fb98276764e48bae128/volumes/fe214ab7-9e74-4f92-a05b-5b1bc2a2a453 0.040s 2023-04-18 17:57:28,826 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:57:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4200245b-68ca-4824-9801-7be6d8930bd8', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4200245b-68ca-4824-9801-7be6d8930bd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1c689d1535d74fb98276764e48bae128/volumes/fe214ab7-9e74-4f92-a05b-5b1bc2a2a453'} Body: b'{"volume": {"id": "fe214ab7-9e74-4f92-a05b-5b1bc2a2a453", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:57:29.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-2101672420", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1c689d1535d74fb98276764e48bae128/volumes/fe214ab7-9e74-4f92-a05b-5b1bc2a2a453"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1c689d1535d74fb98276764e48bae128/volumes/fe214ab7-9e74-4f92-a05b-5b1bc2a2a453"}], "user_id": "eae8860750104207a580da9d4020e31e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c689d1535d74fb98276764e48bae128"}}' 2023-04-18 17:57:29,877 79790 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/1c689d1535d74fb98276764e48bae128/volumes/fe214ab7-9e74-4f92-a05b-5b1bc2a2a453 0.040s 2023-04-18 17:57:29,878 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:57:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6fc446e-9269-4007-b768-ee114c23a638', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6fc446e-9269-4007-b768-ee114c23a638', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1c689d1535d74fb98276764e48bae128/volumes/fe214ab7-9e74-4f92-a05b-5b1bc2a2a453'} Body: b'{"volume": {"id": "fe214ab7-9e74-4f92-a05b-5b1bc2a2a453", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:57:29.000000", "updated_at": "2023-04-18T17:57:29.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2101672420", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1c689d1535d74fb98276764e48bae128/volumes/fe214ab7-9e74-4f92-a05b-5b1bc2a2a453"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1c689d1535d74fb98276764e48bae128/volumes/fe214ab7-9e74-4f92-a05b-5b1bc2a2a453"}], "user_id": "eae8860750104207a580da9d4020e31e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c689d1535d74fb98276764e48bae128"}}' {5} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri [112.540585s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_volumes_negative.py", line 47, in test_update_attached_volume_with_nonexistent_volume_in_uri volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 265be523-6628-46e7-9a76-32effb721a01 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:55:40,463 79796 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.104s 2023-04-18 17:55:40,463 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2819', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b11a77c9-76c3-4709-894a-aab4a3d429f5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "468cf6197f4a4d49b3a58255e999bf9e", "name": "tempest-VolumesAdminNegativeTest-815900507-project-member", "password_expires_at": null}, "audit_ids": ["3GNnSPw8R56wPdNXLpEA8A"], "expires_at": "2023-04-18T18:55:40.000000Z", "issued_at": "2023-04-18T17:55:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "84c8ef9ed106494081b51a6bccc144a6", "name": "tempest-VolumesAdminNegativeTest-815900507"}, "is_domain": false, "roles": [{"id": "762b079e91ba4ddbacceb1546eb3e74b", "name": "member"}, {"id": "807c7b6962e34127851a8fd52e276165", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e52ae3082fbf4a328ade93bc969dfa86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "166e820cb0ca4a089aa9254384c06e53", "type": "image", "name": "glance"}, {"endpoints": [{"id": "f150521060f741f784e55058e10c303b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "1c8e6022cdfd4e9eb0fc68323e0cac02", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9c29a67948cb4cc48fd15a0431fe7a64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/84c8ef9ed106494081b51a6bccc144a6", "region": "RegionOne"}], "id": "2cacf9cd2898416aa34b0c96d297137a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "065cb3b15cfa48a89cd4a0610ca051f6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "334844b10d614b7693449511937eb5fa", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "42d5039ab31f496ebe06b2ab79621342", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/84c8ef9ed106494081b51a6bccc144a6", "region": "RegionOne"}], "id": "39da698ec5564e8180fd91a7bbf41b0f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "730244346eb743c5833aedad51c363d0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/84c8ef9ed106494081b51a6bccc144a6", "region": "RegionOne"}], "id": "5bcb3497a89a4dd8ae0ef4ff16e2f813", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9e3ae159bccb449fb431409ede0cbbd8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "63801c39cce14ff588071cf5a2486448", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "bb0997ca4d744ef88ab11be55b02192c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "aceec1d3ad2d4c5da6a7ca57bbfb3a51", "type": "identity", "name": "keystone"}]}}' 2023-04-18 17:55:40,463 79796 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': '22d94a93-462a-4392-a96a-21d97b0e7fd1', 'name': 'tempest-VolumesAdminNegativeTest-1212959840-network', 'tenant_id': '84c8ef9ed106494081b51a6bccc144a6', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '84c8ef9ed106494081b5 1a6bccc144a6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 31760, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T17:53:23Z', 'updated_at': '2023-04-18T17:53:23Z', 'revision_number': 1} available for tenant 2023-04-18 17:55:41,007 79796 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 202 POST http://10.0.0.210/compute/v2.1/servers 0.543s 2023-04-18 17:55:41,007 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-1748412423", "imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "flavorRef": "42", "networks": [{"uuid": "22d94a93-462a-4392-a96a-21d97b0e7fd1"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/b85d00fa-2bb6-4a4e-b424-aacb039caffc', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-85001b08-7d9a-42d2-a9ff-2415c6535390', 'x-compute-request-id': 'req-85001b08-7d9a-42d2-a9ff-2415c6535390', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "b85d00fa-2bb6-4a4e-b424-aacb039caffc", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b85d00fa-2bb6-4a4e-b424-aacb039caffc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b85d00fa-2bb6-4a4e-b424-aacb039caffc"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "hNCe5h3CZLSx"}}' 2023-04-18 17:55:41,093 79796 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 200 GET http://10.0.0.210/compute/v2.1/servers/b85d00fa-2bb6-4a4e-b424-aacb039caffc 0.083s 2023-04-18 17:55:41,094 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1212', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e2cff48a-ca30-430d-9619-cd5391bd26aa', 'x-compute-request-id': 'req-e2cff48a-ca30-430d-9619-cd5391bd26aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b85d00fa-2bb6-4a4e-b424-aacb039caffc'} Body: b'{"server": {"id": "b85d00fa-2bb6-4a4e-b424-aacb039caffc", "name": "tempest-VolumesAdminNegativeTest-server-1748412423", "status": "BUILD", "tenant_id": "84c8ef9ed106494081b51a6bccc144a6", "user_id": "468cf6197f4a4d49b3a58255e999bf9e", "metadata": {}, "hostId": "", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:55:41Z", "updated": "2023-04-18T17:55:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b85d00fa-2bb6-4a4e-b424-aacb039caffc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b85d00fa-2bb6-4a4e-b424-aacb039caffc"}], "OS-DCF:diskConfig": "MANUAL" , "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:56:31,390 79796 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 200 GET http://10.0.0.210/compute/v2.1/servers/b85d00fa-2bb6-4a4e-b424-aacb039caffc 0.282s 2023-04-18 17:56:31,391 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1496', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4139668-2df1-467c-af60-e4a459a157ba', 'x-compute-request-id': 'req-d4139668-2df1-467c-af60-e4a459a157ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b85d00fa-2bb6-4a4e-b424-aacb039caffc'} Body: b'{"server": {"id": "b85d00fa-2bb6-4a4e-b424-aacb039caffc", "name": "tempest-VolumesAdminNegativeTest-server-1748412423", "status": "ACTIVE", "tenant_id": "84c8ef9ed106494081b51a6bccc144a6", "user_id": "468cf6197f4a4d49b3a58255e999bf9e", "metadata": {}, "hostId": "076c1dc8206e4029f3c33d9e71e1cd64dae6a17f8916a0e9bfec42ec", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:55:40Z", "updated": "2023-04-18T17:55:47Z", "addresses": {"tempest-VolumesAdminNegativeTest-1212959840-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:ff:93"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b85d00fa-2bb6-4a4e-b424-aacb039caffc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b85d00fa-2bb6-4a4e-b424-aacb039caffc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T17:55:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:56:31,403 79796 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 17:57:31,743 79796 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 202 POST http://10.0.0.210/volume/v3/84c8ef9ed106494081b51a6bccc144a6/volumes 0.284s 2023-04-18 17:57:31,744 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-VolumesAdminNegativeTest-volume-1236128670"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:57:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e141fa05-0a2a-49b4-8184-5e572395d68a', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e141fa05-0a2a-49b4-8184-5e572395d68a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/84c8ef9ed106494081b51a6bccc144a6/volumes'} Body: b'{"volume": {"id": "265be 523-6628-46e7-9a76-32effb721a01", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:57:31.680992", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1236128670", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84c8ef9ed106494081b51a6bccc144a6/volumes/265be523-6628-46e7-9a76-32effb721a01"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84c8ef9ed106494081b51a6bccc144a6/volumes/265be523-6628-46e7-9a76-32effb721a01"}], "user_id": "468cf6197f4a4d49b3a58255e999bf9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:57:31,803 79796 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 200 GET http://10.0.0.210/volume/v3/84c8ef9ed106494081b51a6bccc144a6/volumes/265be523-6628-46e7-9a76-32effb721a01 0.049s 2023-04-18 17:57:31,803 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:57:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0225c712-06a0-4195-8c4a-9ec8a255cb2f', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0225c712-06a0-4195-8c4a-9ec8a255cb2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84c8ef9ed106494081b51a6bccc144a6/volumes/265be523-6628-46e7-9a76-32effb721a01'} Body: b'{"volume": {"id": "265be523-6628-46e7-9a76-32effb721a01", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:57:32.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1236128670", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84c8ef9ed106494081b51a6bccc144a6/volumes/265be523-6628-46e7-9a76-32effb721a01"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84c8ef9ed106494081b51a6bccc144a6/volumes/265be523-6628-46e7-9a76-32effb721a01"}], "user_id": "468cf6197f4a4d49b3a58255e999bf9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84c8ef9ed106494081b51a6bccc144a6"}}' 2023-04-18 17:57:32,878 79796 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 200 GET http://10.0.0.210/volume/v3/84c8ef9ed106494081b51a6bccc144a6/volumes/265be523-6628-46e7-9a76-32effb721a01 0.062s 2023-04-18 17:57:32,878 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:57:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7984f45b-3560-4e9d-af9f-80a44c6bd87e', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7984f45b-3560-4e9d-af9f-80a44c6bd87e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84c8ef9ed106494081b51a6bccc144a6/volumes/265be523-6628-46e7-9a76-32effb721a01'} Body: b'{"volume": {"id": "265be523-6628-46e7-9a76-32effb721a01", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:57:32.000000", "updated_at": "2023-04-18T17:57:32.000000", "name": "tempest-VolumesAdminNegativeTest-volume-1236128670", "description": null, "volume_type ": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84c8ef9ed106494081b51a6bccc144a6/volumes/265be523-6628-46e7-9a76-32effb721a01"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84c8ef9ed106494081b51a6bccc144a6/volumes/265be523-6628-46e7-9a76-32effb721a01"}], "user_id": "468cf6197f4a4d49b3a58255e999bf9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84c8ef9ed106494081b51a6bccc144a6"}}' {7} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached [174.016924s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 309, in test_rebuild_server_with_volume_attached volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume e732c1d8-f7cf-4e73-acb0-1c5088bf1731 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:54:47,147 79800 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2 0.327s 2023-04-18 17:54:47,148 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:54:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1539', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-352fa3cf-492e-43c2-9f68-4c9eaa9e2d8f', 'x-compute-request-id': 'req-352fa3cf-492e-43c2-9f68-4c9eaa9e2d8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2'} Body: b'{"server": {"id": "46ff41f2-dacf-49c7-8c2e-7621fbca6af2", "name": "tempest-ServerActionsTestJSON-server-1477718106", "status": "ACTIVE", "tenant_id": "ecd89586cda04a249c938937bff52645", "user_id": "5530d6dd1b104cd7824717aea8f429cf", "metadata": {}, "hostId": "73996329d44fe766ac51d767253e58db70bb0b2bdfe542e90e2dc30f", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:52:54Z", "updated": "2023-04-18T17:53:08Z", "addresses": {"tempest-ServerActionsTestJSON-603821865-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:d0:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1368966076", "OS-SRV-USG:launched_at": "2023-04-18T17:53:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--821005766"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:54:47,302 79800 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2 0.142s 2023-04-18 17:54:47,302 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:54:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1539', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f21c4c87-b91f-4c0f-8055-d4690c532342', 'x-compute-request-id': 'req-f21c4c87-b91f-4c0f-8055-d4690c532342', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2'} Body: b'{"server": {"id": "46ff41f2-dacf-49c7-8c2e-7621fbca6af2", "name": "tempest-ServerActionsTestJSON-server-1477718106", "status": "ACTIVE", "tenant_id": "ecd89586cda04a249c938937bff52645", "user_id": "5530d6dd1b104cd7824717aea8f429cf", "metadata": {}, "hostId": "73996329d44fe766ac51d767253e58db70bb0b2bdfe542e90e2dc30f", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", " href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:52:54Z", "updated": "2023-04-18T17:53:08Z", "addresses": {"tempest-ServerActionsTestJSON-603821865-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:d0:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1368966076", "OS-SRV-USG:launched_at": "2023-04-18T17:53:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--821005766"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:55:38,317 79800 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2 0.986s 2023-04-18 17:55:38,318 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-071e6982-c84d-48d8-82aa-40dc116a8467', 'x-compute-request-id': 'req-071e6982-c84d-48d8-82aa-40dc116a8467', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2'} Body: b'{"server": {"id": "46ff41f2-dacf-49c7-8c2e-7621fbca6af2", "name": "tempest-ServerActionsTestJSON-server-1477718106", "status": "ACTIVE", "tenant_id": "ecd89586cda04a249c938937bff52645", "user_id": "5530d6dd1b104cd7824717aea8f429cf", "metadata": {}, "hostId": "73996329d44fe766ac51d767253e58db70bb0b2bdfe542e90e2dc30f", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:52:54Z", "updated": "2023-04-18T17:53:08Z", "addresses": {"tempest-ServerActionsTestJSON-603821865-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:d0:66"}, {"version": 4, "addr": "172.24.4.151", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:d0:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1368966076", "OS-SRV-USG:launched_at": "2023-04-18T17:53:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--821005766"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:55:39,089 79800 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2 0.760s 2023-04-18 17:55:39,090 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db3f6050-32a9-43c0-8b00-3df6c8749b41', 'x-compute-request-id': 'req-db3f6050-32a9-43c0-8b00-3df6c8749b41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2'} Body: b'{"server": {"id": "46ff41f2-dacf-49c7-8c2e-7621fbca6af2", "name": "tempest-ServerActionsTestJSON-server-1477718106", "status": "ACTIVE", "tenant_id": "ecd89586cda04a249c938937bff52645", "user_id": "5530d6dd1b104cd7824717aea8f429cf", "metadata": {}, "hostId": "73996329d44fe766ac51d767253e58db70bb0b2bdfe542e90e2dc30f", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:52:54Z", "updated": "2023-04-18T17:53:08Z", "addresses": {"tempest-ServerActionsTestJSON-603821865-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:d0:66"}, {"version": 4, "addr": "172.24.4.151", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:d0:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1368966076", "OS-SRV-USG:launched_at": "2023-04-18T17:53:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--821005766"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:56:39,375 79800 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes 0.214s 2023-04-18 17:56:39,376 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-ServerActionsTestJSON-volume-1830639648"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d056da5-9bbd-4beb-8ca4-1e3d2883969e', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d056da5-9bbd-4beb-8ca4-1e3d2883969e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes'} Body: b'{"volume": {"id": "e732c1d8-f7cf-4e73-acb0-1c5088bf1731", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:56:39.318737", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-1830639648", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes/e732c1d8-f7cf-4e73-acb0-1c5088bf1731"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ecd89586cda04a249c938937bff52645/volumes/e732c1d8-f7cf-4e73-acb0-1c5088bf1731"}], "user_id": "5530d6dd1b104cd7824717aea8f429cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []} }' 2023-04-18 17:56:39,437 79800 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes/e732c1d8-f7cf-4e73-acb0-1c5088bf1731 0.052s 2023-04-18 17:56:39,438 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57b05c10-9929-4f80-bad2-ff4382370afe', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57b05c10-9929-4f80-bad2-ff4382370afe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes/e732c1d8-f7cf-4e73-acb0-1c5088bf1731'} Body: b'{"volume": {"id": "e732c1d8-f7cf-4e73-acb0-1c5088bf1731", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:56:39.000000", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-1830639648", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes/e732c1d8-f7cf-4e73-acb0-1c5088bf1731"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ecd89586cda04a249c938937bff52645/volumes/e732c1d8-f7cf-4e73-acb0-1c5088bf1731"}], "user_id": "5530d6dd1b104cd7824717aea8f429cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ecd89586cda04a249c938937bff52645"}}' 2023-04-18 17:56:40,489 79800 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes/e732c1d8-f7cf-4e73-acb0-1c5088bf1731 0.039s 2023-04-18 17:56:40,489 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27eb34c8-1ab0-4934-b52b-7d4a716da632', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27eb34c8-1ab0-4934-b52b-7d4a716da632', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes/e732c1d8-f7cf-4e73-acb0-1c5088bf1731'} Body: b'{"volume": {"id": "e732c1d8-f7cf-4e73-acb0-1c5088bf1731", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:56:39.000000", "updated_at": "2023-04-18T17:56:39.000000", "name": "tempest-ServerActionsTestJSON-volume-1830639648", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes/e732c1d8-f7cf-4e73-acb0-1c5088bf1731"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ecd89586cda04a249c938937bff52645/volumes/e732c1d8-f7cf-4e73-acb0-1c5088bf1731"}], "user_id": "5530d6dd1b104cd7824717aea8f429cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ecd89586cda04a249c938937bff52645"}}' 2023-04-18 17:56:40,764 79800 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2 0.263s 2023-04-18 17:56:40,764 798 00 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-403729fe-b4de-4097-bd96-eba203708812', 'x-compute-request-id': 'req-403729fe-b4de-4097-bd96-eba203708812', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2'} Body: b'{"server": {"id": "46ff41f2-dacf-49c7-8c2e-7621fbca6af2", "name": "tempest-ServerActionsTestJSON-server-1477718106", "status": "ACTIVE", "tenant_id": "ecd89586cda04a249c938937bff52645", "user_id": "5530d6dd1b104cd7824717aea8f429cf", "metadata": {}, "hostId": "73996329d44fe766ac51d767253e58db70bb0b2bdfe542e90e2dc30f", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:52:54Z", "updated": "2023-04-18T17:53:08Z", "addresses": {"tempest-ServerActionsTestJSON-603821865-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:d0:66"}, {"version": 4, "addr": "172.24.4.151", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:d0:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1368966076", "OS-SRV-USG:launched_at": "2023-04-18T17:53:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--821005766"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {8} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume [163.739268s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 84, in test_force_detach_volume volume_id = self.create_volume()['id'] File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 6a428717-6432-4782-8783-9cbbcc887e86 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:55:49,033 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.100s 2023-04-18 17:55:49,033 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2809', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b57a44cd-87c6-40c1-a6f3-c9f4182be1a0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ed8490deab814653a759dbaf493f582a", "name": "tempest-VolumesActionsTest-1046475529-project-member", "password_expires_at": null}, "audit_ids": ["sA3iK8rDRCG3lZ18QGP52g"], "expires_at": "2023-04-18T18:55:48.000000Z", "issued_at": "2023-04-18T17:55:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "68fd3d6d08674a8a830c500c6094b348", "name": "tempest-VolumesActionsTest-1046475529"}, "is_domain": false, "roles": [{"id": "762b079e91ba4ddbacceb1546eb3e74b", "name": "member"}, {"id": "807c7b6962e34127851a8fd52e276165", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e52ae3082fbf4a328ade93bc969dfa86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "166e820cb0ca4a089aa9254384c06e53", "type": "image", "name": "glance"}, {"endpoints": [{"id": "f150521060f741f784e55058e10c303b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "1c8e6022cdfd4e9eb0fc68323e0cac02", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9c29a67948cb4cc48fd15a0431fe7a64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348", "region": "RegionOne"}], "id": "2cacf9cd2898416aa34b0c96d297137a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "065cb3b15cfa48a89cd4a0610ca051f6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "334844b10d614b7693449511937eb5fa", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "42d5039ab31f496ebe06b2ab79621342", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348", "region": "RegionOne"}], "id": "39da698ec5564e8180fd91a7bbf41b0f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "730244346eb743c5833aedad51c363d0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/68fd3d6d08674a8a830c500c6094b348", "region": "RegionOne"}], "id": "5bcb3497a89a4dd8ae0ef4ff16e2f813", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9e3ae159bccb449fb431409ede0cbbd8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "63801c39cce14ff588071cf5a2486448", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "bb0997ca4d744ef88ab11be55b02192c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "aceec1d3ad2d4c5da6a7ca57bbfb3a51", "type": "identity", "name": "keystone"}]}}' 2023-04-18 17:55:49,034 79802 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': 'ed8499ec-3077-410f-82b0-dda9c802c975', 'name': 'tempest-VolumesActionsTest-171418896-network', 'tenant_id': '68fd3d6d08674a8a830c500c6094b348', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '68fd3d6d08674a8a830c500c6094b348', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 24192, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T17:55:45Z', 'updated_at': '2023-04-18T17:55:45Z', 'revision_number': 1} available for tenant 2023-04-18 17:55:50,055 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 1.020s 2023-04-18 17:55:50,056 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-1020806056", "imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "flavorRef": "42", "networks": [{"uuid": "ed8499ec-3077-410f-82b0-dda9c802c975"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/06c6ec9c-bb35-4059-a18c-56fc998eb4e0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-215feb6f-1de3-4655-a6f7-68a64944a26b', 'x-compute-request-id': 'req-215feb6f-1de3-4655-a6f7-68a64944a26b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "06c6ec9c-bb35-4059-a18c-56fc998eb4e0", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/06c6ec9c-bb35-4059-a18c-56fc998eb4e0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/06c6ec9c-bb35-4059-a18c-56fc998eb4e0"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "nAKU4dbjoZ3F"}}' 2023-04-18 17:55:50,142 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/06c6ec9c-bb35-4059-a18c-56fc998eb4e0 0.081s 2023-04-18 17:55:50,143 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1208', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d32f776-9b14-4ed0-8020-2af00a796b24', 'x-compute-request-id': 'req-8d32f776-9b14-4ed0-8020-2af00a796b24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/06c6ec9c-bb35-4059-a18c-56fc998eb4e0'} Body: b'{"server": {"id": "06c6ec9c-bb35-4059-a18c-56fc998eb4e0", "name": "tempest-VolumesActionsTest-instance-1020806056", "status": "BUILD", "tenant_id": "68fd3d6d08674a8a830c500c6094b348", "user_id": "ed8490deab814653a759dbaf493f582a", "metadata": {}, "hostId": "", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:55:50Z", "updated": "2023-04-18T17:55:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/06c6ec9c-bb35-4059-a18c-56fc998eb4e0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/06c6ec9c-bb35-4059-a18c-56fc998eb4e0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "sch eduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:56:40,494 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/06c6ec9c-bb35-4059-a18c-56fc998eb4e0 0.303s 2023-04-18 17:56:40,495 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1485', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18c3b617-5b62-4236-81b6-472f4ac1da03', 'x-compute-request-id': 'req-18c3b617-5b62-4236-81b6-472f4ac1da03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/06c6ec9c-bb35-4059-a18c-56fc998eb4e0'} Body: b'{"server": {"id": "06c6ec9c-bb35-4059-a18c-56fc998eb4e0", "name": "tempest-VolumesActionsTest-instance-1020806056", "status": "ACTIVE", "tenant_id": "68fd3d6d08674a8a830c500c6094b348", "user_id": "ed8490deab814653a759dbaf493f582a", "metadata": {}, "hostId": "4e356c3755ede132184f876a5c9f805f44003eea2fc95d25737ab0d6", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:55:50Z", "updated": "2023-04-18T17:55:57Z", "addresses": {"tempest-VolumesActionsTest-171418896-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d8:97:f1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/06c6ec9c-bb35-4059-a18c-56fc998eb4e0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/06c6ec9c-bb35-4059-a18c-56fc998eb4e0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T17:55:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:56:40,506 79802 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 17:57:40,861 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes 0.296s 2023-04-18 17:57:40,861 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "name": "tempest-VolumesActionsTest-Volume-290033648"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:57:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0b6cd1e-810b-467e-b1e0-f9e004f983a8', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0b6cd1e-810b-467e-b1e0-f9e004f983a8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes'} Body: b'{"volume": {"id": "6a428717-6432-4782-8783-9cbbcc887e86", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:57:40.789627", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-290033648", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "sou rce_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/6a428717-6432-4782-8783-9cbbcc887e86"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/68fd3d6d08674a8a830c500c6094b348/volumes/6a428717-6432-4782-8783-9cbbcc887e86"}], "user_id": "ed8490deab814653a759dbaf493f582a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:57:40,916 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/6a428717-6432-4782-8783-9cbbcc887e86 0.044s 2023-04-18 17:57:40,916 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:57:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c21c62a-41b2-45ec-9409-8e3d131e30a3', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c21c62a-41b2-45ec-9409-8e3d131e30a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/6a428717-6432-4782-8783-9cbbcc887e86'} Body: b'{"volume": {"id": "6a428717-6432-4782-8783-9cbbcc887e86", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:57:41.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-290033648", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/6a428717-6432-4782-8783-9cbbcc887e86"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/68fd3d6d08674a8a830c500c6094b348/volumes/6a428717-6432-4782-8783-9cbbcc887e86"}], "user_id": "ed8490deab814653a759dbaf493f582a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "68fd3d6d08674a8a830c500c6094b348"}}' 2023-04-18 17:57:41,969 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/6a428717-6432-4782-8783-9cbbcc887e86 0.041s 2023-04-18 17:57:41,969 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:57:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36987d39-31dd-485c-af93-b91aa4812fc4', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36987d39-31dd-485c-af93-b91aa4812fc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/6a428717-6432-4782-8783-9cbbcc887e86'} Body: b'{"volume": {"id": "6a428717-6432-4782-8783-9cbbcc887e86", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:57:41.000000", "updated_at": "2023-04-18T17:57:41.000000", "name": "tempest-VolumesActionsTest-Volume-290033648", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/6a428717-6432-4782-8783-9cbbcc887e86"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/68fd3d6d08674a8a830c500c6094b348/volumes/6a428717-6432-4782-8783-9cbbcc887e86"}], "user_id": "ed8490deab814653a759dba f493f582a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "68fd3d6d08674a8a830c500c6094b348"}}' 2023-04-18 17:57:42,024 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/6a428717-6432-4782-8783-9cbbcc887e86 0.042s 2023-04-18 17:57:42,024 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:57:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d091f8e2-9744-41e0-9a6d-8b62bbb1b168', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d091f8e2-9744-41e0-9a6d-8b62bbb1b168', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/6a428717-6432-4782-8783-9cbbcc887e86'} Body: b'{"volume": {"id": "6a428717-6432-4782-8783-9cbbcc887e86", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:57:41.000000", "updated_at": "2023-04-18T17:57:41.000000", "name": "tempest-VolumesActionsTest-Volume-290033648", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/6a428717-6432-4782-8783-9cbbcc887e86"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/68fd3d6d08674a8a830c500c6094b348/volumes/6a428717-6432-4782-8783-9cbbcc887e86"}], "user_id": "ed8490deab814653a759dbaf493f582a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "68fd3d6d08674a8a830c500c6094b348"}}' 2023-04-18 17:57:42,133 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/6a428717-6432-4782-8783-9cbbcc887e86 0.099s 2023-04-18 17:57:42,134 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:57:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ccf75710-91e6-4dce-8f6f-7d3089bde466', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/6a428717-6432-4782-8783-9cbbcc887e86'} Body: b'' 2023-04-18 17:57:42,156 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/6a428717-6432-4782-8783-9cbbcc887e86 0.021s 2023-04-18 17:57:42,156 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:57:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4551b73-70b4-4f6a-98fb-f43feb1ceef9', 'x-openstack-request-id': 'req-a4551b73-70b4-4f6a-98fb-f43feb1ceef9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/6a428717-6432-4782-8783-9cbbcc887e86'} Body: b'{"itemNotFound": {"code ": 404, "message": "Volume 6a428717-6432-4782-8783-9cbbcc887e86 could not be found."}}' 2023-04-18 17:57:42,269 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/06c6ec9c-bb35-4059-a18c-56fc998eb4e0 0.112s 2023-04-18 17:57:42,269 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:57:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-033df10a-d2bb-4e4e-abfc-29a11ab51826', 'x-compute-request-id': 'req-033df10a-d2bb-4e4e-abfc-29a11ab51826', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/06c6ec9c-bb35-4059-a18c-56fc998eb4e0'} Body: b'' 2023-04-18 17:57:42,612 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/06c6ec9c-bb35-4059-a18c-56fc998eb4e0 0.342s 2023-04-18 17:57:42,612 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:57:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1491', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8ba71fab-fd8f-42e9-b222-4d6c522764a7', 'x-compute-request-id': 'req-8ba71fab-fd8f-42e9-b222-4d6c522764a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/06c6ec9c-bb35-4059-a18c-56fc998eb4e0'} Body: b'{"server": {"id": "06c6ec9c-bb35-4059-a18c-56fc998eb4e0", "name": "tempest-VolumesActionsTest-instance-1020806056", "status": "ACTIVE", "tenant_id": "68fd3d6d08674a8a830c500c6094b348", "user_id": "ed8490deab814653a759dbaf493f582a", "metadata": {}, "hostId": "4e356c3755ede132184f876a5c9f805f44003eea2fc95d25737ab0d6", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:55:50Z", "updated": "2023-04-18T17:57:42Z", "addresses": {"tempest-VolumesActionsTest-171418896-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d8:97:f1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/06c6ec9c-bb35-4059-a18c-56fc998eb4e0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/06c6ec9c-bb35-4059-a18c-56fc998eb4e0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T17:55:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:58:32,664 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/06c6ec9c-bb35-4059-a18c-56fc998eb4e0 0.035s 2023-04-18 17:58:32,664 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-dac87e46-2c7b-40a7-beeb-71ece566d4bf', 'x-compute-request-id': 'req-dac87e46-2c7b-40a7-beeb-71ece566d4bf', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/06c6ec9c-bb35-4059-a18c-56fc998eb4e0'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 06c6ec9c-bb35-4059-a18c-56fc998eb4e0 could not be found."}}' {8} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching [1.468400s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 66, in test_volume_force_delete_when_volume_is_attaching self._create_reset_and_force_delete_temp_volume('attaching') File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 32, in _create_reset_and_force_delete_temp_volume temp_volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume cc0ce908-238c-4c68-9d89-9a0e05e8263c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:58:32,867 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_force_delete_when_volume_is_attaching): 202 POST http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes 0.197s 2023-04-18 17:58:32,867 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "name": "tempest-VolumesActionsTest-Volume-253024986"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3b0f0fd-8c48-44c9-91c6-2efe84b6afe7', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3b0f0fd-8c48-44c9-91c6-2efe84b6afe7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes'} Body: b'{"volume": {"id": "cc0ce908-238c-4c68-9d89-9a0e05e8263c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:32.807242", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-253024986", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/cc0ce908-238c-4c68-9d89-9a0e05e8263c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/68fd3d6d08674a8a830c500c6094b348/volumes/cc0ce908-238c-4c68-9d89-9a0e05e8263c"}], "user_id": "ed8490deab814653a759dbaf493f582a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:58:32,917 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_force_delete_when_volume_is_attaching): 200 GET http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/cc0ce908-238c-4c68-9d89-9a0e05e8263c 0.040s 2023-04-18 17:58:32,917 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01e8c3c7-c3dc-4b94-aa6d-43943eab40d0', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01e8c3c7-c3dc-4b94-aa6d-43943eab40d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/cc0ce908-238c-4c68-9d89-9a0e05e8263c'} Body: b'{"volume": {"id": "cc0ce908-238c-4c68-9d89-9a0e05e8263c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:33.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-253024986", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/cc0ce908-238c-4c68-9d89-9a0e05e8263c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/68fd3d6d08674a8a830c500c6094b348/volumes/cc0ce908-238c-4c68-9d89-9a0e05e8263c"}], "user_id": "ed8490deab814653a759dbaf493f582a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "68fd3d6d08674a8a830c500c6094b348"}}' 2023-04-18 17:58:33,966 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_force_delete_when_volume_is_attaching): 200 GET http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/cc0ce908-238c-4c68-9d89-9a0e05e8263c 0.037s 2023-04-18 17:58:33,966 79802 DEBUG [tempes t.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3ad53e5-3a82-4756-8b14-60c7c115980f', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3ad53e5-3a82-4756-8b14-60c7c115980f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/cc0ce908-238c-4c68-9d89-9a0e05e8263c'} Body: b'{"volume": {"id": "cc0ce908-238c-4c68-9d89-9a0e05e8263c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:33.000000", "updated_at": "2023-04-18T17:58:33.000000", "name": "tempest-VolumesActionsTest-Volume-253024986", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/cc0ce908-238c-4c68-9d89-9a0e05e8263c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/68fd3d6d08674a8a830c500c6094b348/volumes/cc0ce908-238c-4c68-9d89-9a0e05e8263c"}], "user_id": "ed8490deab814653a759dbaf493f582a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "68fd3d6d08674a8a830c500c6094b348"}}' 2023-04-18 17:58:34,014 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/cc0ce908-238c-4c68-9d89-9a0e05e8263c 0.037s 2023-04-18 17:58:34,014 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bcaa4577-16aa-4591-b583-17e322728b74', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bcaa4577-16aa-4591-b583-17e322728b74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/cc0ce908-238c-4c68-9d89-9a0e05e8263c'} Body: b'{"volume": {"id": "cc0ce908-238c-4c68-9d89-9a0e05e8263c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:33.000000", "updated_at": "2023-04-18T17:58:33.000000", "name": "tempest-VolumesActionsTest-Volume-253024986", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/cc0ce908-238c-4c68-9d89-9a0e05e8263c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/68fd3d6d08674a8a830c500c6094b348/volumes/cc0ce908-238c-4c68-9d89-9a0e05e8263c"}], "user_id": "ed8490deab814653a759dbaf493f582a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "68fd3d6d08674a8a830c500c6094b348"}}' 2023-04-18 17:58:34,117 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/cc0ce908-238c-4c68-9d89-9a0e05e8263c 0.093s 2023-04-18 17:58:34,117 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75008a35-e5c4-4f61-9d25-c6cb8321f356', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/cc0ce908-238c-4c68-9d89-9a0e05e8263c'} Body: b'' 2023-04-18 17:58:34,137 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/cc0ce908-238c-4c68-9d89-9a0e05e8263c 0.019s 2023-04-18 17:58:34,137 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-559503a2-32a9-41b4-aab2-c2cb5087262f', 'x-openstack-request-id': 'req-559503a2-32a9-41b4-aab2-c2cb5087262f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/cc0ce908-238c-4c68-9d89-9a0e05e8263c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume cc0ce908-238c-4c68-9d89-9a0e05e8263c could not be found."}}' {8} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating [1.538325s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 61, in test_volume_force_delete_when_volume_is_creating self._create_reset_and_force_delete_temp_volume('creating') File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 32, in _create_reset_and_force_delete_temp_volume temp_volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 01905ed9-1447-4a25-9043-7410d1686a9d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:58:34,328 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_force_delete_when_volume_is_creating): 202 POST http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes 0.187s 2023-04-18 17:58:34,328 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "name": "tempest-VolumesActionsTest-Volume-757239303"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1045d4d5-b3f2-4af6-9651-376f6478d781', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1045d4d5-b3f2-4af6-9651-376f6478d781', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes'} Body: b'{"volume": {"id": "01905ed9-1447-4a25-9043-7410d1686a9d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:34.271449", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-757239303", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/01905ed9-1447-4a25-9043-7410d1686a9d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/68fd3d6d08674a8a830c500c6094b348/volumes/01905ed9-1447-4a25-9043-7410d1686a9d"}], "user_id": "ed8490deab814653a759dbaf493f582a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:58:34,375 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_force_delete_when_volume_is_creating): 200 GET http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/01905ed9-1447-4a25-9043-7410d1686a9d 0.038s 2023-04-18 17:58:34,376 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c29a1f5-b6d4-4f7b-8fa1-0f5f0d45ad32', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c29a1f5-b6d4-4f7b-8fa1-0f5f0d45ad32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/01905ed9-1447-4a25-9043-7410d1686a9d'} Body: b'{"volume": {"id": "01905ed9-1447-4a25-9043-7410d1686a9d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:34.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-757239303", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/01905ed9-1447-4a25-9043-7410d1686a9d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/68fd3d6d08674a8a830c500c6094b348/volumes/01905ed9-1447-4a25-9043-7410d1686a9d"}], "user_id": "ed8490deab814653a759dbaf493f582a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "68fd3d6d08674a8a830c500c6094b348"}}' 2023-04-18 17:58:35,425 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_force_delete_when_volume_is_creating): 200 GET http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/01905ed9-1447-4a25-9043-7410d1686a9d 0.038s 2023-04-18 17:58:35,426 79802 DEBUG [tempest.l ib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec7ea8a3-d055-4942-8393-fcfc73dec25c', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec7ea8a3-d055-4942-8393-fcfc73dec25c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/01905ed9-1447-4a25-9043-7410d1686a9d'} Body: b'{"volume": {"id": "01905ed9-1447-4a25-9043-7410d1686a9d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:34.000000", "updated_at": "2023-04-18T17:58:34.000000", "name": "tempest-VolumesActionsTest-Volume-757239303", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/01905ed9-1447-4a25-9043-7410d1686a9d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/68fd3d6d08674a8a830c500c6094b348/volumes/01905ed9-1447-4a25-9043-7410d1686a9d"}], "user_id": "ed8490deab814653a759dbaf493f582a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "68fd3d6d08674a8a830c500c6094b348"}}' 2023-04-18 17:58:35,540 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/01905ed9-1447-4a25-9043-7410d1686a9d 0.100s 2023-04-18 17:58:35,540 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25180929-8d7d-4e73-91f4-a115b2e324bf', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25180929-8d7d-4e73-91f4-a115b2e324bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/01905ed9-1447-4a25-9043-7410d1686a9d'} Body: b'{"volume": {"id": "01905ed9-1447-4a25-9043-7410d1686a9d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:34.000000", "updated_at": "2023-04-18T17:58:34.000000", "name": "tempest-VolumesActionsTest-Volume-757239303", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/01905ed9-1447-4a25-9043-7410d1686a9d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/68fd3d6d08674a8a830c500c6094b348/volumes/01905ed9-1447-4a25-9043-7410d1686a9d"}], "user_id": "ed8490deab814653a759dbaf493f582a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "68fd3d6d08674a8a830c500c6094b348"}}' 2023-04-18 17:58:35,657 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/01905ed9-1447-4a25-9043-7410d1686a9d 0.106s 2023-04-18 17:58:35,658 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0 ', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8de96c3-8845-4654-9d08-32f935e333c2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/01905ed9-1447-4a25-9043-7410d1686a9d'} Body: b'' 2023-04-18 17:58:35,678 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/01905ed9-1447-4a25-9043-7410d1686a9d 0.019s 2023-04-18 17:58:35,678 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-55f76ea6-2a50-4680-a0b9-96da492fcdaa', 'x-openstack-request-id': 'req-55f76ea6-2a50-4680-a0b9-96da492fcdaa', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/01905ed9-1447-4a25-9043-7410d1686a9d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 01905ed9-1447-4a25-9043-7410d1686a9d could not be found."}}' {8} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error [1.555363s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 71, in test_volume_force_delete_when_volume_is_error self._create_reset_and_force_delete_temp_volume('error') File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 32, in _create_reset_and_force_delete_temp_volume temp_volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 901d9156-d1be-4086-a20b-618b96ac5fa3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:58:35,909 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_force_delete_when_volume_is_error): 202 POST http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes 0.226s 2023-04-18 17:58:35,910 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "name": "tempest-VolumesActionsTest-Volume-2057815242"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d89c626e-c995-4c5c-90be-0d7c6da7f1a7', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d89c626e-c995-4c5c-90be-0d7c6da7f1a7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes'} Body: b'{"volume": {"id": "901d9156-d1be-4086-a20b-618b96ac5fa3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:35.840539", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-2057815242", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/901d9156-d1be-4086-a20b-618b96ac5fa3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/68fd3d6d08674a8a830c500c6094b348/volumes/901d9156-d1be-4086-a20b-618b96ac5fa3"}], "user_id": "ed8490deab814653a759dbaf493f582a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:58:35,962 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_force_delete_when_volume_is_error): 200 GET http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/901d9156-d1be-4086-a20b-618b96ac5fa3 0.042s 2023-04-18 17:58:35,962 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8cb111d-f646-4a47-9189-8de7ef9ef13d', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8cb111d-f646-4a47-9189-8de7ef9ef13d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/901d9156-d1be-4086-a20b-618b96ac5fa3'} Body: b'{"volume": {"id": "901d9156-d1be-4086-a20b-618b96ac5fa3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:36.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-2057815242", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/901d9156-d1be-4086-a20b-618b96ac5fa3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/68fd3d6d08674a8a830c500c6094b348/volumes/901d9156-d1be-4086-a20b-618b96ac5fa3"}], "user_id": "ed8490deab814653a759dbaf493f582a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "68fd3d6d08674a8a830c500c6094b348"}}' 2023-04-18 17:58:37,013 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_force_delete_when_volume_is_error): 200 GET http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/901d9156-d1be-4086-a20b-618b96ac5fa3 0.038s 2023-04-18 17:58:37,013 79802 DEBUG [tempest.lib.com mon.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da01cb05-27a1-40e8-bd21-6abb480b1f48', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da01cb05-27a1-40e8-bd21-6abb480b1f48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/901d9156-d1be-4086-a20b-618b96ac5fa3'} Body: b'{"volume": {"id": "901d9156-d1be-4086-a20b-618b96ac5fa3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:36.000000", "updated_at": "2023-04-18T17:58:36.000000", "name": "tempest-VolumesActionsTest-Volume-2057815242", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/901d9156-d1be-4086-a20b-618b96ac5fa3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/68fd3d6d08674a8a830c500c6094b348/volumes/901d9156-d1be-4086-a20b-618b96ac5fa3"}], "user_id": "ed8490deab814653a759dbaf493f582a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "68fd3d6d08674a8a830c500c6094b348"}}' 2023-04-18 17:58:37,068 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/901d9156-d1be-4086-a20b-618b96ac5fa3 0.043s 2023-04-18 17:58:37,068 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60de6984-5475-425a-8b9c-c1bb4ad917c1', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60de6984-5475-425a-8b9c-c1bb4ad917c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/901d9156-d1be-4086-a20b-618b96ac5fa3'} Body: b'{"volume": {"id": "901d9156-d1be-4086-a20b-618b96ac5fa3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:36.000000", "updated_at": "2023-04-18T17:58:36.000000", "name": "tempest-VolumesActionsTest-Volume-2057815242", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/901d9156-d1be-4086-a20b-618b96ac5fa3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/68fd3d6d08674a8a830c500c6094b348/volumes/901d9156-d1be-4086-a20b-618b96ac5fa3"}], "user_id": "ed8490deab814653a759dbaf493f582a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "68fd3d6d08674a8a830c500c6094b348"}}' 2023-04-18 17:58:37,214 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/901d9156-d1be-4086-a20b-618b96ac5fa3 0.135s 2023-04-18 17:58:37,214 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', ' content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-665ef817-616e-48a0-b5c2-783181646ba7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/901d9156-d1be-4086-a20b-618b96ac5fa3'} Body: b'' 2023-04-18 17:58:37,236 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/901d9156-d1be-4086-a20b-618b96ac5fa3 0.021s 2023-04-18 17:58:37,236 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-40dd77da-3aa7-462e-92a4-1989d6a70668', 'x-openstack-request-id': 'req-40dd77da-3aa7-462e-92a4-1989d6a70668', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/901d9156-d1be-4086-a20b-618b96ac5fa3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 901d9156-d1be-4086-a20b-618b96ac5fa3 could not be found."}}' {8} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance [1.582658s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 76, in test_volume_force_delete_when_volume_is_maintenance self._create_reset_and_force_delete_temp_volume('maintenance') File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 32, in _create_reset_and_force_delete_temp_volume temp_volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume e0af9ec3-16e8-4b7f-8b0f-87b459a0b01c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:58:37,493 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_force_delete_when_volume_is_maintenance): 202 POST http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes 0.253s 2023-04-18 17:58:37,493 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "name": "tempest-VolumesActionsTest-Volume-1647427033"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0bad630-72a2-4db0-a0fc-075210bb0640', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0bad630-72a2-4db0-a0fc-075210bb0640', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes'} Body: b'{"volume": {"id": "e0af9ec3-16e8-4b7f-8b0f-87b459a0b01c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:37.376189", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1647427033", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/e0af9ec3-16e8-4b7f-8b0f-87b459a0b01c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/68fd3d6d08674a8a830c500c6094b348/volumes/e0af9ec3-16e8-4b7f-8b0f-87b459a0b01c"}], "user_id": "ed8490deab814653a759dbaf493f582a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:58:37,567 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_force_delete_when_volume_is_maintenance): 200 GET http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/e0af9ec3-16e8-4b7f-8b0f-87b459a0b01c 0.064s 2023-04-18 17:58:37,568 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c430990-3c17-4c29-bd8b-436e1cf183e2', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c430990-3c17-4c29-bd8b-436e1cf183e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/e0af9ec3-16e8-4b7f-8b0f-87b459a0b01c'} Body: b'{"volume": {"id": "e0af9ec3-16e8-4b7f-8b0f-87b459a0b01c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:37.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1647427033", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/e0af9ec3-16e8-4b7f-8b0f-87b459a0b01c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/68fd3d6d08674a8a830c500c6094b348/volumes/e0af9ec3-16e8-4b7f-8b0f-87b459a0b01c"}], "user_id": "ed8490deab814653a759dbaf493f582a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "68fd3d6d08674a8a830c500c6094b348"}}' 2023-04-18 17:58:38,624 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_force_delete_when_volume_is_maintenance): 200 GET http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/e0af9ec3-16e8-4b7f-8b0f-87b459a0b01c 0.045s 2023-04-18 17:58:38,625 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3cf28ad3-ccd5-4598-bcc1-dd1e47dc29c8', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3cf28ad3-ccd5-4598-bcc1-dd1e47dc29c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/e0af9ec3-16e8-4b7f-8b0f-87b459a0b01c'} Body: b'{"volume": {"id": "e0af9ec3-16e8-4b7f-8b0f-87b459a0b01c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:37.000000", "updated_at": "2023-04-18T17:58:38.000000", "name": "tempest-VolumesActionsTest-Volume-1647427033", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/e0af9ec3-16e8-4b7f-8b0f-87b459a0b01c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/68fd3d6d08674a8a830c500c6094b348/volumes/e0af9ec3-16e8-4b7f-8b0f-87b459a0b01c"}], "user_id": "ed8490deab814653a759dbaf493f582a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "68fd3d6d08674a8a830c500c6094b348"}}' 2023-04-18 17:58:38,677 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/e0af9ec3-16e8-4b7f-8b0f-87b459a0b01c 0.041s 2023-04-18 17:58:38,678 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be35d384-49ac-4260-9b78-4d97d122ce0c', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be35d384-49ac-4260-9b78-4d97d122ce0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/e0af9ec3-16e8-4b7f-8b0f-87b459a0b01c'} Body: b'{"volume": {"id": "e0af9ec3-16e8-4b7f-8b0f-87b459a0b01c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:37.000000", "updated_at": "2023-04-18T17:58:38.000000", "name": "tempest-VolumesActionsTest-Volume-1647427033", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/e0af9ec3-16e8-4b7f-8b0f-87b459a0b01c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/68fd3d6d08674a8a830c500c6094b348/volumes/e0af9ec3-16e8-4b7f-8b0f-87b459a0b01c"}], "user_id": "ed8490deab814653a759dbaf493f582a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "68fd3d6d08674a8a830c500c6094b348"}}' 2023-04-18 17:58:38,792 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/e0af9ec3-16e8-4b7f-8b0f-87b459a0b01c 0.103s 2023-04-18 17:58:38,792 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'conte nt-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97559abe-8967-4f68-8558-1efeafa91921', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/e0af9ec3-16e8-4b7f-8b0f-87b459a0b01c'} Body: b'' 2023-04-18 17:58:38,820 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/e0af9ec3-16e8-4b7f-8b0f-87b459a0b01c 0.027s 2023-04-18 17:58:38,821 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-97b7489a-e8e1-4869-8877-81ae822a1653', 'x-openstack-request-id': 'req-97b7489a-e8e1-4869-8877-81ae822a1653', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/e0af9ec3-16e8-4b7f-8b0f-87b459a0b01c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e0af9ec3-16e8-4b7f-8b0f-87b459a0b01c could not be found."}}' {8} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status [1.520902s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 47, in test_volume_reset_status volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 70c987d0-57f3-4c4c-a55a-4b7178d0dd01 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:58:39,022 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 202 POST http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes 0.198s 2023-04-18 17:58:39,022 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "name": "tempest-VolumesActionsTest-Volume-303647944"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56d58558-6d87-4d29-9194-020ddfdb6a03', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56d58558-6d87-4d29-9194-020ddfdb6a03', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes'} Body: b'{"volume": {"id": "70c987d0-57f3-4c4c-a55a-4b7178d0dd01", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:38.952200", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-303647944", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/70c987d0-57f3-4c4c-a55a-4b7178d0dd01"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/68fd3d6d08674a8a830c500c6094b348/volumes/70c987d0-57f3-4c4c-a55a-4b7178d0dd01"}], "user_id": "ed8490deab814653a759dbaf493f582a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:58:39,072 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/70c987d0-57f3-4c4c-a55a-4b7178d0dd01 0.040s 2023-04-18 17:58:39,072 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47523190-76bd-451c-a2de-633eddfc50f6', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47523190-76bd-451c-a2de-633eddfc50f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/70c987d0-57f3-4c4c-a55a-4b7178d0dd01'} Body: b'{"volume": {"id": "70c987d0-57f3-4c4c-a55a-4b7178d0dd01", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:39.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-303647944", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/70c987d0-57f3-4c4c-a55a-4b7178d0dd01"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/68fd3d6d08674a8a830c500c6094b348/volumes/70c987d0-57f3-4c4c-a55a-4b7178d0dd01"}], "user_id": "ed8490deab814653a759dbaf493f582a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "68fd3d6d08674a8a830c500c6094b348"}}' 2023-04-18 17:58:40,124 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/70c987d0-57f3-4c4c-a55a-4b7178d0dd01 0.040s 2023-04-18 17:58:40,125 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/ json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f8a779b-a758-422c-b204-ed4488519a85', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f8a779b-a758-422c-b204-ed4488519a85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/70c987d0-57f3-4c4c-a55a-4b7178d0dd01'} Body: b'{"volume": {"id": "70c987d0-57f3-4c4c-a55a-4b7178d0dd01", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:39.000000", "updated_at": "2023-04-18T17:58:39.000000", "name": "tempest-VolumesActionsTest-Volume-303647944", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/70c987d0-57f3-4c4c-a55a-4b7178d0dd01"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/68fd3d6d08674a8a830c500c6094b348/volumes/70c987d0-57f3-4c4c-a55a-4b7178d0dd01"}], "user_id": "ed8490deab814653a759dbaf493f582a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "68fd3d6d08674a8a830c500c6094b348"}}' 2023-04-18 17:58:40,177 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/70c987d0-57f3-4c4c-a55a-4b7178d0dd01 0.042s 2023-04-18 17:58:40,178 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-794cc0bb-5313-4a0f-916e-4868845028b8', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-794cc0bb-5313-4a0f-916e-4868845028b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/70c987d0-57f3-4c4c-a55a-4b7178d0dd01'} Body: b'{"volume": {"id": "70c987d0-57f3-4c4c-a55a-4b7178d0dd01", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:39.000000", "updated_at": "2023-04-18T17:58:39.000000", "name": "tempest-VolumesActionsTest-Volume-303647944", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/70c987d0-57f3-4c4c-a55a-4b7178d0dd01"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/68fd3d6d08674a8a830c500c6094b348/volumes/70c987d0-57f3-4c4c-a55a-4b7178d0dd01"}], "user_id": "ed8490deab814653a759dbaf493f582a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "68fd3d6d08674a8a830c500c6094b348"}}' 2023-04-18 17:58:40,293 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/70c987d0-57f3-4c4c-a55a-4b7178d0dd01 0.104s 2023-04-18 17:58:40,293 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce18414d-68bb-46d0-9585-b99757d16166', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/70c987d0-57f3-4c4c-a55a-4b7178d0dd01'} Body: b'' 2023-04-18 17:58:40,343 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/70c987d0-57f3-4c4c-a55a-4b7178d0dd01 0.049s 2023-04-18 17:58:40,343 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-08ba83f7-4cc9-4ce0-8353-aac8867a4ac0', 'x-openstack-request-id': 'req-08ba83f7-4cc9-4ce0-8353-aac8867a4ac0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/70c987d0-57f3-4c4c-a55a-4b7178d0dd01'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 70c987d0-57f3-4c4c-a55a-4b7178d0dd01 could not be found."}}' {8} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend [2.014665s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_extend.py", line 37, in test_volume_extend volume = self.create_volume(imageRef=self.image_ref) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 04d46498-93c4-4348-bb75-4f89e0ae3590 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:58:43,566 79802 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/image/v2/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33 0.159s 2023-04-18 17:58:43,567 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-815ca95b-eaa4-4b53-9096-9597f6ad7655', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.5.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 16300544, "virtual_size": 117440512, "status": "active", "checksum": "b874c39491a2377b8490f5f1e89761a4", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "a46287e01e14415694c956b326941bd8", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "created_at": "2023-04-18T17:48:52Z", "updated_at": "2023-04-18T17:48:54Z", "tags": [], "self": "/v2/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "file": "/v2/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33/file", "schema": "/v2/schemas/image"}' 2023-04-18 17:58:44,103 79802 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 202 POST http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes 0.535s 2023-04-18 17:58:44,103 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "size": 1, "name": "tempest-VolumesExtendTest-Volume-141407643"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b29b8e9b-3930-4977-b724-0bfc63d0358a', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b29b8e9b-3930-4977-b724-0bfc63d0358a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes'} Body: b'{"volume": {"id": "04d46498-93c4-4348-bb75-4f89e0ae3590", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:44.019634", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-141407643", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/04d46498-93c4-4348-bb75-4f89e0ae3590"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/04d46498-93c4-4348-bb75-4f89e0ae3590"}], "user_id": "2b6c6fff9b8947cb863cfb53a9739b18", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:58:44,151 79802 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/04d46498-93c4-4348-bb75-4f89e0ae3590 0.038s 2023-04-18 17:58:44,151 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdba6800-9b87-4c1a-9894-8caa2c3c3d90', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdba6800-9b87-4c1a-9894-8caa2c3c3d90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/04d46498-93c4-4348-bb75-4f89e0ae3590'} Body: b'{"volume": {"id": "04d46498-93c4-4348-bb75-4f89e0ae3590", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:44.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-141407643", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/04d46498-93c4-4348-bb75-4f89e0ae3590"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/04d46498-93c4-4348-bb75-4f89e0ae3590"}], "user_id": "2b6c6fff9b8947cb863cfb53a9739b18", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5ca23ea1f5ae4c22b2e3d063910e2d59"}}' 2023-04-18 17:58:45,206 79802 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/04d46498-93c4-4348-bb75-4f89e0ae3590 0.042s 2023-04-18 17:58:45,206 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bed5d8c9-354e-46f4-8155-dae5a18e520c', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bed5d8c9-354e-46f4-8155-dae5a18e520c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/04d46498-93c4-4348-bb75-4f89e0ae3590'} Body: b'{"volume": {"id": "04d46498-93c4-4348-bb75-4f89e0ae3590", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:44.000000", "updated_at": "2023-04-18T17:58:44.000000", "name": "tempest-VolumesExtendTest-Volume-141407643", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/04d46498-93c4-4348-bb75-4f89e0ae3590"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/04d46498-93c4-4348-bb75-4f89e0ae3590"}], "user_id": "2b6c6fff9b8947cb863cfb53a9739b18", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5ca23ea1f5ae4c22b2e3d063910e2d59"}}' 2023-04-18 17:58:45,277 79802 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/04d46498-93c4-4348-bb75-4f89e0ae3590 0.060s 2023-04-18 17:58:45,277 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bc2238c-42ff-422d-bdc9-99e842e5aa09', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x -openstack-request-id': 'req-4bc2238c-42ff-422d-bdc9-99e842e5aa09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/04d46498-93c4-4348-bb75-4f89e0ae3590'} Body: b'{"volume": {"id": "04d46498-93c4-4348-bb75-4f89e0ae3590", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:44.000000", "updated_at": "2023-04-18T17:58:44.000000", "name": "tempest-VolumesExtendTest-Volume-141407643", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/04d46498-93c4-4348-bb75-4f89e0ae3590"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/04d46498-93c4-4348-bb75-4f89e0ae3590"}], "user_id": "2b6c6fff9b8947cb863cfb53a9739b18", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5ca23ea1f5ae4c22b2e3d063910e2d59"}}' 2023-04-18 17:58:45,397 79802 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/04d46498-93c4-4348-bb75-4f89e0ae3590 0.109s 2023-04-18 17:58:45,397 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18cd3a20-f877-4dc2-b2a3-f7b952c0ae00', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/04d46498-93c4-4348-bb75-4f89e0ae3590'} Body: b'' 2023-04-18 17:58:45,419 79802 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/04d46498-93c4-4348-bb75-4f89e0ae3590 0.021s 2023-04-18 17:58:45,419 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c6accbc-265c-4a3b-9b13-00cbb223cbd9', 'x-openstack-request-id': 'req-3c6accbc-265c-4a3b-9b13-00cbb223cbd9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/04d46498-93c4-4348-bb75-4f89e0ae3590'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 04d46498-93c4-4348-bb75-4f89e0ae3590 could not be found."}}' {8} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot [1.489508s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_extend.py", line 51, in test_volume_extend_when_volume_has_snapshot volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume fe08f3a8-d434-4d30-a428-2e25de676b9b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:58:45,622 79802 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 202 POST http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes 0.199s 2023-04-18 17:58:45,622 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "name": "tempest-VolumesExtendTest-Volume-1177524095"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5edda3f-253f-40f8-a4f5-7c3cc1c7e112', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5edda3f-253f-40f8-a4f5-7c3cc1c7e112', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes'} Body: b'{"volume": {"id": "fe08f3a8-d434-4d30-a428-2e25de676b9b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:45.560278", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1177524095", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/fe08f3a8-d434-4d30-a428-2e25de676b9b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/fe08f3a8-d434-4d30-a428-2e25de676b9b"}], "user_id": "2b6c6fff9b8947cb863cfb53a9739b18", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:58:45,678 79802 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/fe08f3a8-d434-4d30-a428-2e25de676b9b 0.045s 2023-04-18 17:58:45,678 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef033b36-b808-455b-80b1-1ad58f6cf973', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef033b36-b808-455b-80b1-1ad58f6cf973', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/fe08f3a8-d434-4d30-a428-2e25de676b9b'} Body: b'{"volume": {"id": "fe08f3a8-d434-4d30-a428-2e25de676b9b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:46.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1177524095", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/fe08f3a8-d434-4d30-a428-2e25de676b9b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/fe08f3a8-d434-4d30-a428-2e25de676b9b"}], "user_id": "2b6c6fff9b8947cb863cfb53a9739b18", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5ca23ea1f5ae4c22b2e3d063910e2d59"}}' 2023-04-18 17:58:46,729 79802 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/fe08f3a8-d434-4d30-a428-2e25de676b9b 0.039s 2023-04-18 17:58:46,729 79802 DEBUG [tempest.lib.common.rest_cli ent] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afa4b890-6bc9-4c78-9f05-e4dbb88f1deb', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afa4b890-6bc9-4c78-9f05-e4dbb88f1deb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/fe08f3a8-d434-4d30-a428-2e25de676b9b'} Body: b'{"volume": {"id": "fe08f3a8-d434-4d30-a428-2e25de676b9b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:46.000000", "updated_at": "2023-04-18T17:58:46.000000", "name": "tempest-VolumesExtendTest-Volume-1177524095", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/fe08f3a8-d434-4d30-a428-2e25de676b9b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/fe08f3a8-d434-4d30-a428-2e25de676b9b"}], "user_id": "2b6c6fff9b8947cb863cfb53a9739b18", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5ca23ea1f5ae4c22b2e3d063910e2d59"}}' 2023-04-18 17:58:46,782 79802 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/fe08f3a8-d434-4d30-a428-2e25de676b9b 0.039s 2023-04-18 17:58:46,782 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1f2c844-c2f5-495e-b5cd-40f1faac7be1', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1f2c844-c2f5-495e-b5cd-40f1faac7be1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/fe08f3a8-d434-4d30-a428-2e25de676b9b'} Body: b'{"volume": {"id": "fe08f3a8-d434-4d30-a428-2e25de676b9b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:46.000000", "updated_at": "2023-04-18T17:58:46.000000", "name": "tempest-VolumesExtendTest-Volume-1177524095", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/fe08f3a8-d434-4d30-a428-2e25de676b9b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/fe08f3a8-d434-4d30-a428-2e25de676b9b"}], "user_id": "2b6c6fff9b8947cb863cfb53a9739b18", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5ca23ea1f5ae4c22b2e3d063910e2d59"}}' 2023-04-18 17:58:46,890 79802 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/fe08f3a8-d434-4d30-a428-2e25de676b9b 0.096s 2023-04-18 17:58:46,891 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': ' text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bb6877f-1d51-474f-8bb7-a964b2c7733d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/fe08f3a8-d434-4d30-a428-2e25de676b9b'} Body: b'' 2023-04-18 17:58:46,910 79802 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/fe08f3a8-d434-4d30-a428-2e25de676b9b 0.019s 2023-04-18 17:58:46,911 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-15b90fb5-dae1-4401-bac8-88dfac6cc5c1', 'x-openstack-request-id': 'req-15b90fb5-dae1-4401-bac8-88dfac6cc5c1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/fe08f3a8-d434-4d30-a428-2e25de676b9b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume fe08f3a8-d434-4d30-a428-2e25de676b9b could not be found."}}' {8} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete [1.693996s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 120, in test_volume_create_get_update_delete self._volume_create_get_update_delete(size=CONF.volume.volume_size) File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 41, in _volume_create_get_update_delete waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 5bce54c9-4d48-4d4a-b23f-498dcfa99c76 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:58:49,015 79802 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 202 POST http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes 0.432s 2023-04-18 17:58:49,015 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "name": "tempest-VolumesGetTest-Volume-337552626", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e630a87c-e85e-4a67-ab6c-d5b68880c274', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e630a87c-e85e-4a67-ab6c-d5b68880c274', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes'} Body: b'{"volume": {"id": "5bce54c9-4d48-4d4a-b23f-498dcfa99c76", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:48.951462", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-337552626", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/5bce54c9-4d48-4d4a-b23f-498dcfa99c76"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/74955e420f38447ab64ed46692b0e1db/volumes/5bce54c9-4d48-4d4a-b23f-498dcfa99c76"}], "user_id": "e0c34f5d2bef4429bf577f3193e776c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:58:49,070 79802 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/5bce54c9-4d48-4d4a-b23f-498dcfa99c76 0.045s 2023-04-18 17:58:49,070 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbd598a5-632b-4e4e-868d-0a91ab6a24ee', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbd598a5-632b-4e4e-868d-0a91ab6a24ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/5bce54c9-4d48-4d4a-b23f-498dcfa99c76'} Body: b'{"volume": {"id": "5bce54c9-4d48-4d4a-b23f-498dcfa99c76", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:49.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-337552626", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/5bce54c9-4d48-4d4a-b23f-498dcfa99c76"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/74955e420f38447ab64ed46692b0e1db/volumes/5bce54c9-4d48-4d4a-b23f-498dcfa99c76"}], "user_id": "e0c34f5d2bef4429bf577f3193e776c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "74955e420f38447ab64ed46692b0e1db"}}' 2023-04-18 17:58:50,128 79802 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/5bce54c9-4d48-4d4a-b23f-498dcfa99c76 0.046s 2023-04-18 17:58:50,128 79802 DEBUG [tempest.lib .common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56291a09-a8da-4034-aee8-45e99bdf3227', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56291a09-a8da-4034-aee8-45e99bdf3227', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/5bce54c9-4d48-4d4a-b23f-498dcfa99c76'} Body: b'{"volume": {"id": "5bce54c9-4d48-4d4a-b23f-498dcfa99c76", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:49.000000", "updated_at": "2023-04-18T17:58:49.000000", "name": "tempest-VolumesGetTest-Volume-337552626", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/5bce54c9-4d48-4d4a-b23f-498dcfa99c76"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/74955e420f38447ab64ed46692b0e1db/volumes/5bce54c9-4d48-4d4a-b23f-498dcfa99c76"}], "user_id": "e0c34f5d2bef4429bf577f3193e776c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "74955e420f38447ab64ed46692b0e1db"}}' 2023-04-18 17:58:50,251 79802 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/5bce54c9-4d48-4d4a-b23f-498dcfa99c76 0.111s 2023-04-18 17:58:50,252 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eeb2c48f-057e-4fec-a5fd-1ad80c93caf1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/5bce54c9-4d48-4d4a-b23f-498dcfa99c76'} Body: b'' 2023-04-18 17:58:50,275 79802 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/5bce54c9-4d48-4d4a-b23f-498dcfa99c76 0.022s 2023-04-18 17:58:50,275 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce12edfb-367e-4b04-a9e7-b186be15588e', 'x-openstack-request-id': 'req-ce12edfb-367e-4b04-a9e7-b186be15588e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/5bce54c9-4d48-4d4a-b23f-498dcfa99c76'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 5bce54c9-4d48-4d4a-b23f-498dcfa99c76 could not be found."}}' {8} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone [1.502569s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 138, in test_volume_create_get_update_delete_as_clone origin = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2b2e093b-f916-46c0-a93f-a5f449094fc3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:58:50,494 79802 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_as_clone): 202 POST http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes 0.215s 2023-04-18 17:58:50,495 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "name": "tempest-VolumesGetTest-Volume-417341991"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a277bd72-fddf-44f5-92cb-7c9ba6965f85', 'content-length': '811', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a277bd72-fddf-44f5-92cb-7c9ba6965f85', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes'} Body: b'{"volume": {"id": "2b2e093b-f916-46c0-a93f-a5f449094fc3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:50.432580", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-417341991", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/2b2e093b-f916-46c0-a93f-a5f449094fc3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/74955e420f38447ab64ed46692b0e1db/volumes/2b2e093b-f916-46c0-a93f-a5f449094fc3"}], "user_id": "e0c34f5d2bef4429bf577f3193e776c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:58:50,542 79802 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_as_clone): 200 GET http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/2b2e093b-f916-46c0-a93f-a5f449094fc3 0.037s 2023-04-18 17:58:50,542 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62cea821-dc21-4b74-95fd-1d9b9df7df66', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62cea821-dc21-4b74-95fd-1d9b9df7df66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/2b2e093b-f916-46c0-a93f-a5f449094fc3'} Body: b'{"volume": {"id": "2b2e093b-f916-46c0-a93f-a5f449094fc3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:50.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-417341991", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/2b2e093b-f916-46c0-a93f-a5f449094fc3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/74955e420f38447ab64ed46692b0e1db/volumes/2b2e093b-f916-46c0-a93f-a5f449094fc3"}], "user_id": "e0c34f5d2bef4429bf577f3193e776c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "74955e420f38447ab64ed46692b0e1db"}}' 2023-04-18 17:58:51,595 79802 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_as_clone): 200 GET http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/2b2e093b-f916-46c0-a93f-a5f449094fc3 0.041s 2023-04-18 17:58:51,595 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15098f0d-0f2c-4b5b-ba84-4db64573f75b', 'content-length': '900', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15098f0d-0f2c-4b5b-ba84-4db64573f75b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/2b2e093b-f916-46c0-a93f-a5f449094fc3'} Body: b'{"volume": {"id": "2b2e093b-f916-46c0-a93f-a5f449094fc3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:50.000000", "updated_at": "2023-04-18T17:58:51.000000", "name": "tempest-VolumesGetTest-Volume-417341991", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/2b2e093b-f916-46c0-a93f-a5f449094fc3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/74955e420f38447ab64ed46692b0e1db/volumes/2b2e093b-f916-46c0-a93f-a5f449094fc3"}], "user_id": "e0c34f5d2bef4429bf577f3193e776c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "74955e420f38447ab64ed46692b0e1db"}}' 2023-04-18 17:58:51,644 79802 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/2b2e093b-f916-46c0-a93f-a5f449094fc3 0.038s 2023-04-18 17:58:51,645 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2c95491-41a7-4e7e-b5d8-edcdcb1d942d', 'content-length': '900', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2c95491-41a7-4e7e-b5d8-edcdcb1d942d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/2b2e093b-f916-46c0-a93f-a5f449094fc3'} Body: b'{"volume": {"id": "2b2e093b-f916-46c0-a93f-a5f449094fc3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:50.000000", "updated_at": "2023-04-18T17:58:51.000000", "name": "tempest-VolumesGetTest-Volume-417341991", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/2b2e093b-f916-46c0-a93f-a5f449094fc3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/74955e420f38447ab64ed46692b0e1db/volumes/2b2e093b-f916-46c0-a93f-a5f449094fc3"}], "user_id": "e0c34f5d2bef4429bf577f3193e776c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "74955e420f38447ab64ed46692b0e1db"}}' 2023-04-18 17:58:51,758 79802 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/2b2e093b-f916-46c0-a93f-a5f449094fc3 0.103s 2023-04-18 17:58:51,759 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'o penstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e2fdd48-b133-4f02-8b07-049015a93c4b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/2b2e093b-f916-46c0-a93f-a5f449094fc3'} Body: b'' 2023-04-18 17:58:51,780 79802 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/2b2e093b-f916-46c0-a93f-a5f449094fc3 0.020s 2023-04-18 17:58:51,780 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8f5ddb7-8263-401a-bc0b-163c2dd3b06e', 'x-openstack-request-id': 'req-f8f5ddb7-8263-401a-bc0b-163c2dd3b06e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/2b2e093b-f916-46c0-a93f-a5f449094fc3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2b2e093b-f916-46c0-a93f-a5f449094fc3 could not be found."}}' {8} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image [1.604688s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 130, in test_volume_create_get_update_delete_from_image self._volume_create_get_update_delete( File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 41, in _volume_create_get_update_delete waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 6bdca9f4-84bb-46b8-b71c-edda61449ba7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:58:51,808 79802 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.0.0.210/image/v2/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33 0.025s 2023-04-18 17:58:51,808 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-627c0d4b-2b7f-487c-a964-5755a31af889', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.5.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 16300544, "virtual_size": 117440512, "status": "active", "checksum": "b874c39491a2377b8490f5f1e89761a4", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "a46287e01e14415694c956b326941bd8", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "created_at": "2023-04-18T17:48:52Z", "updated_at": "2023-04-18T17:48:54Z", "tags": [], "self": "/v2/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "file": "/v2/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33/file", "schema": "/v2/schemas/image"}' 2023-04-18 17:58:52,144 79802 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 202 POST http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes 0.335s 2023-04-18 17:58:52,145 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "size": 1, "name": "tempest-VolumesGetTest-Volume-1118388133", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ccdda9e3-680d-4ac3-9024-672caae7913e', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ccdda9e3-680d-4ac3-9024-672caae7913e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes'} Body: b'{"volume": {"id": "6bdca9f4-84bb-46b8-b71c-edda61449ba7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:52.081730", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1118388133", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/6bdca9f4-84bb-46b8-b71c-edda61449ba7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/74955e420f38447ab64ed46692b0e1db/volumes/6bdca9f4-84bb-46b8-b71c-edda61449ba7"}], "user_id": "e0c34f5d2bef4429bf577f3193e776c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:58:52,197 79802 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/6bdca9f4-84bb-46b8-b71c-edda61449ba7 0.042s 2023-04-18 17:58:52,197 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e63aef0-3655-4458-ad34-9afcbf9987d1', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e63aef0-3655-4458-ad34-9afcbf9987d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/6bdca9f4-84bb-46b8-b71c-edda61449ba7'} Body: b'{"volume": {"id": "6bdca9f4-84bb-46b8-b71c-edda61449ba7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:52.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1118388133", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/6bdca9f4-84bb-46b8-b71c-edda61449ba7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/74955e420f38447ab64ed46692b0e1db/volumes/6bdca9f4-84bb-46b8-b71c-edda61449ba7"}], "user_id": "e0c34f5d2bef4429bf577f3193e776c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "74955e420f38447ab64ed46692b0e1db"}}' 2023-04-18 17:58:53,251 79802 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/6bdca9f4-84bb-46b8-b71c-edda61449ba7 0.041s 2023-04-18 17:58:53,251 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-565af472-eab0-409b-95a3-db9f7291d22b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-565af472-eab0-409b-95a3-db9f7291d22b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/6bdca9f4-84bb-46b8-b71c-edda61449ba7'} Body: b'{"volume": {"id": "6bdca9f4-84bb-46b8-b71c-edda61449ba7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:52.000000", "updated_at": "2023-04-18T17:58:52.000000", "name": "tempest-VolumesGetTest-Volume-1118388133", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/6bdca9f4-84bb-46b8-b71c-edda61449ba7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/74955e420f38447ab64ed46692b0e1db/volumes/6bdca9f4-84bb-46b8-b71c-edda61449ba7"}], "user_id": "e0c34f5d2bef4429bf577f3193e776c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "74955e420f38447ab64ed46692b0e1db"}}' 2023-04-18 17:58:53,364 79802 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/6bdca9f4-84bb-46b8-b71c-edda61449ba7 0.101s 2023-04-18 17:58:53,364 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-typ e': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc6345b8-d11a-4cbc-9155-b9ba9e186b53', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/6bdca9f4-84bb-46b8-b71c-edda61449ba7'} Body: b'' 2023-04-18 17:58:53,386 79802 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/6bdca9f4-84bb-46b8-b71c-edda61449ba7 0.021s 2023-04-18 17:58:53,386 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-49696ba0-359d-4cae-b8b2-898e3fafdaa1', 'x-openstack-request-id': 'req-49696ba0-359d-4cae-b8b2-898e3fafdaa1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/6bdca9f4-84bb-46b8-b71c-edda61449ba7'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 6bdca9f4-84bb-46b8-b71c-edda61449ba7 could not be found."}}' {6} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume [167.888213s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 89, in test_attach_detach_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ec98f91c-ffc1-4aa5-8143-64424fe631d4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:56:15,018 79798 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 17:56:15,018 79798 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 17:56:15,197 79798 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.176s 2023-04-18 17:56:15,197 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-890549411", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKJovf5XzCaI/zufXFbgp61rOjLTXHHZNrxXKLaTcLd1ZykVPTbEpsV0ktIds93F54/YlE0oiN8a/OfnybwHMGdHkzHMNY8UzcFt5i+7DmQdFblJF3SJkKU2SHYPaEeYiA=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-119635d9-e389-420b-8cf7-443761bedbca', 'x-compute-request-id': 'req-119635d9-e389-420b-8cf7-443761bedbca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-890549411", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKJovf5XzCaI/zufXFbgp61rOjLTXHHZNrxXKLaTcLd1ZykVPTbEpsV0ktIds93F54/YlE0oiN8a/OfnybwHMGdHkzHMNY8UzcFt5i+7DmQdFblJF3SJkKU2SHYPaEeYiA==", "fingerprint": "ac:4a:c2:ce:7e:44:6d:1b:38:c3:87:ad:f1:0d:bf:1c", "user_id": "c167bb97deb24907a1fb757b13e0a840"}}' 2023-04-18 17:56:15,200 79798 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-890549411 created 2023-04-18 17:56:15,368 79798 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.167s 2023-04-18 17:56:15,368 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--125002171", "description": "tempest-description--1217310697"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-e0e02e70-45a3-455d-a8e5-b769bf57896e', 'date': 'Tue, 18 Apr 2023 17:56:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "8223c491-e3ef-49d5-9468-bfe2e538f37e", "name": "tempest-securitygroup--125002171", "stateful": true, "tenant_id": "fbfd165764d6457ba971b760fc1f6718", "description": "tempest-description--1217310697", "shared": false, "security_group_rules": [{"id": "168bb3ab-1ac4-400a-8b7a-b84e1d6ebcaf", "tenant_id": "fbfd165764d6457ba971b760fc1f6718", "security_group_id": "8223c491-e3ef-49d5-9468-bfe2e538f37e", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 659, "description": null, "tags": [], "created_at": "2023-04-18T17:56:15Z", "updated_at": "2023-04-18T17:56:15Z", "revision_number": 0, "project_id": "fbfd165764d6457ba971b760fc1f6718"}, {"id": "27a2d916-13c3-4d58-98a4-be6f2e6e0ad5", "tenant_id": "fbfd165764d6457ba971b760fc1f6718", "security_group_id": "8223c491-e3ef-49d5-9468-bfe2e538f37e", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normali zed_cidr": null, "remote_group_id": null, "standard_attr_id": 660, "description": null, "tags": [], "created_at": "2023-04-18T17:56:15Z", "updated_at": "2023-04-18T17:56:15Z", "revision_number": 0, "project_id": "fbfd165764d6457ba971b760fc1f6718"}], "tags": [], "created_at": "2023-04-18T17:56:15Z", "updated_at": "2023-04-18T17:56:15Z", "revision_number": 1, "project_id": "fbfd165764d6457ba971b760fc1f6718"}}' 2023-04-18 17:56:15,568 79798 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.199s 2023-04-18 17:56:15,568 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8223c491-e3ef-49d5-9468-bfe2e538f37e", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-82e86d8b-42a5-4014-8314-31097b339325', 'date': 'Tue, 18 Apr 2023 17:56:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0ef18149-aeee-4043-bc38-6d2d8030940a", "tenant_id": "fbfd165764d6457ba971b760fc1f6718", "security_group_id": "8223c491-e3ef-49d5-9468-bfe2e538f37e", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T17:56:15Z", "updated_at": "2023-04-18T17:56:15Z", "revision_number": 0, "project_id": "fbfd165764d6457ba971b760fc1f6718"}}' 2023-04-18 17:56:15,739 79798 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.170s 2023-04-18 17:56:15,740 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8223c491-e3ef-49d5-9468-bfe2e538f37e", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-b05b8b2d-6be4-4084-aff0-463c8a72de0a', 'date': 'Tue, 18 Apr 2023 17:56:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "392e72c8-e7ab-4e21-ab7e-aed0a9d56c64", "tenant_id": "fbfd165764d6457ba971b760fc1f6718", "security_group_id": "8223c491-e3ef-49d5-9468-bfe2e538f37e", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T17:56:15Z", "updated_at": "2023-04-18T17:56:15Z", "revision_number": 0, "project_id": "fbfd165764d6457ba971b760fc1f6718"}}' 2023-04-18 17:56:15,740 79798 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--125002171 created 2023-04-18 17:56:17,137 79798 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.394s 2023-04-18 17:56:17,141 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "c2ff55f8-5a51-4b60-9edc-492850802101"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-op enstack-request-id': 'req-c0a8a7a8-6ff9-4283-976f-32f5f1a12f75', 'date': 'Tue, 18 Apr 2023 17:56:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "eb546dd4-27d6-4771-a02b-405f57b0a1e1", "tenant_id": "fbfd165764d6457ba971b760fc1f6718", "floating_ip_address": "172.24.4.179", "floating_network_id": "c2ff55f8-5a51-4b60-9edc-492850802101", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "fbfd165764d6457ba971b760fc1f6718", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T17:56:16Z", "updated_at": "2023-04-18T17:56:16Z", "revision_number": 0}}' 2023-04-18 17:56:17,143 79798 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'eb546dd4-27d6-4771-a02b-405f57b0a1e1', 'tenant_id': 'fbfd165764d6457ba971b760fc1f6718', 'floating_ip_address': '172.24.4.179', 'floating_network_id': 'c2ff55f8-5a51-4b60-9edc-492850802101', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'fbfd165764d6457ba971b760fc1f6718', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T17:56:16Z', 'updated_at': '2023-04-18T17:56:16Z', 'revision_number': 0, 'ip': '172.24.4.179'} created 2023-04-18 17:56:17,288 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.120s 2023-04-18 17:56:17,289 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2811', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-bf94bbeb-319d-41b9-b4d6-1de257909aa3', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c167bb97deb24907a1fb757b13e0a840", "name": "tempest-AttachVolumeTestJSON-709288454-project-member", "password_expires_at": null}, "audit_ids": ["ya8UjPGmTVSqI7PUDGVscg"], "expires_at": "2023-04-18T18:56:17.000000Z", "issued_at": "2023-04-18T17:56:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fbfd165764d6457ba971b760fc1f6718", "name": "tempest-AttachVolumeTestJSON-709288454"}, "is_domain": false, "roles": [{"id": "762b079e91ba4ddbacceb1546eb3e74b", "name": "member"}, {"id": "807c7b6962e34127851a8fd52e276165", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e52ae3082fbf4a328ade93bc969dfa86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "166e820cb0ca4a089aa9254384c06e53", "type": "image", "name": "glance"}, {"endpoints": [{"id": "f150521060f741f784e55058e10c303b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "1c8e6022cdfd4e9eb0fc68323e0cac02", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9c29a67948cb4cc48fd15a0431fe7a64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/fbfd165764d6457ba971b760fc1f6718", "region": "RegionOne"}], "id": "2cacf9cd2898416aa34b0c96d297137a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "065cb3b15cfa48a89cd4a0610ca051f6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "334844b10d614b7693449511937eb5fa", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "42d5039ab31f496ebe06b2ab79621342", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/fbfd165764d6457ba971b760fc1f671 8", "region": "RegionOne"}], "id": "39da698ec5564e8180fd91a7bbf41b0f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "730244346eb743c5833aedad51c363d0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/fbfd165764d6457ba971b760fc1f6718", "region": "RegionOne"}], "id": "5bcb3497a89a4dd8ae0ef4ff16e2f813", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9e3ae159bccb449fb431409ede0cbbd8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "63801c39cce14ff588071cf5a2486448", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "bb0997ca4d744ef88ab11be55b02192c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "aceec1d3ad2d4c5da6a7ca57bbfb3a51", "type": "identity", "name": "keystone"}]}}' 2023-04-18 17:56:17,291 79798 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': '349cb244-24d7-4014-8bdf-ec2dbc00aed5', 'name': 'tempest-AttachVolumeTestJSON-316628097-network', 'tenant_id': 'fbfd165764d6457ba971b760fc1f6718', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'fbfd165764d6457ba971b760fc1f6718', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 35522, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T17:56:08Z', 'updated_at': '2023-04-18T17:56:08Z', 'revision_number': 1} available for tenant 2023-04-18 17:56:17,291 79798 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-890549411', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKJovf5XzCaI/zufXFbgp61rOjLTXHHZNrxXKLaTcLd1ZykVPTbEpsV0ktIds93F54/YlE0oiN8a/OfnybwHMGdHkzHMNY8UzcFt5i+7DmQdFblJF3SJkKU2SHYPaEeYiA==', 'fingerprint': 'ac:4a:c2:ce:7e:44:6d:1b:38:c3:87:ad:f1:0d:bf:1c', 'user_id': 'c167bb97deb24907a1fb757b13e0a840', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDC4qHpmba1ZDBasTGXciOeR+GZELdt7DyduvsEL6lY5SSnBGzgw8QIS\nljzE9ho+tIWgBwYFK4EEACKhZANiAASiaL3+V8wmiP87n1xW4Ketazoy01xx2Ta8\nVyi2k3C3dWcpFT02xKbFdJLSHbPdxeeP2JRNKIjfGvzn58m8BzBnR5MxzDWPFM3B\nbeYvuw5kHRW5SRd0iZClNkh2D2hHmIg=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '8223c491-e3ef-49d5-9468-bfe2e538f37e', 'name': 'tempest-securitygroup--125002171', 'stateful': True, 'tenant_id': 'fbfd165764d6457ba971b760fc1f6718', 'description': 'tempest-description--1217310697', 'shared': False, 'security_group_rules': [{'id': '168bb3ab-1ac4-400a-8b7a-b84e1d6ebcaf', 'tenant_id': 'fbfd165764d6457ba971b760fc1f6718', 'security_group_id': '8223c491-e3ef-49d5-9468-bfe2e538f37e', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 659, 'description': None, 'tags': [], 'created_at': '2023-04-18T17:56:15Z', 'updated_at': '2023-04-18T17:56:15Z', 'revision_number': 0, 'project_id': 'fbfd165764d6457ba971b760fc1f6718'}, {'id': '27a2d916-13c3-4d58-98a4-be6f2e6e0ad5', 'tenant_id': 'fbfd165764d6457ba971b760fc1f6718', 'security_group_id': '8223c491-e3ef-49d5-9468-bfe2e538f37e', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 660, 'description': None, 'tags': [], 'created_at': '2023-04-18T17:56:15Z', 'updated_at': '2023-04-18T17:56:15Z', 'revision_number': 0, 'project_id': 'fbfd165764d6457ba971b760fc1f6718'}], 'tags': [], 'created_at': '2023-04-18T17:56:15Z', ' updated_at': '2023-04-18T17:56:15Z', 'revision_number': 1, 'project_id': 'fbfd165764d6457ba971b760fc1f6718'}, 'floating_ip': {'id': 'eb546dd4-27d6-4771-a02b-405f57b0a1e1', 'tenant_id': 'fbfd165764d6457ba971b760fc1f6718', 'floating_ip_address': '172.24.4.179', 'floating_network_id': 'c2ff55f8-5a51-4b60-9edc-492850802101', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'fbfd165764d6457ba971b760fc1f6718', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T17:56:16Z', 'updated_at': '2023-04-18T17:56:16Z', 'revision_number': 0, 'ip': '172.24.4.179'}} 2023-04-18 17:56:17,929 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.635s 2023-04-18 17:56:17,930 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-516493013", "imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "349cb244-24d7-4014-8bdf-ec2dbc00aed5"}], "security_groups": [{"name": "tempest-securitygroup--125002171"}], "key_name": "tempest-keypair-890549411", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/8de60266-38a3-4baf-9b87-aaf7199edb62', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-59e12c41-e4d5-46c6-8cd5-be39073a8b4a', 'x-compute-request-id': 'req-59e12c41-e4d5-46c6-8cd5-be39073a8b4a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "8de60266-38a3-4baf-9b87-aaf7199edb62", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8de60266-38a3-4baf-9b87-aaf7199edb62"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8de60266-38a3-4baf-9b87-aaf7199edb62"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--125002171"}], "adminPass": "password"}}' 2023-04-18 17:56:18,012 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/8de60266-38a3-4baf-9b87-aaf7199edb62 0.076s 2023-04-18 17:56:18,013 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1230', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d03a70f-3b04-4977-bd20-a42b3104d6e9', 'x-compute-request-id': 'req-4d03a70f-3b04-4977-bd20-a42b3104d6e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8de60266-38a3-4baf-9b87-aaf7199edb62'} Body: b'{"server": {"id": "8de60266-38a3-4baf-9b87-aaf7199edb62", "name": "tempest-AttachVolumeTestJSON-server-516493013", "status": "BUILD", "tenant_id": "fbfd165764d6457ba971b760fc1f6718", "user_id": "c167bb97deb24907a1fb757b13e0a840", "metadata": {}, "hostId": "", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href" : "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:56:18Z", "updated": "2023-04-18T17:56:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8de60266-38a3-4baf-9b87-aaf7199edb62"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8de60266-38a3-4baf-9b87-aaf7199edb62"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-890549411", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:57:08,333 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/8de60266-38a3-4baf-9b87-aaf7199edb62 0.258s 2023-04-18 17:57:08,333 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:57:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1535', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec7463e1-788b-4b88-82af-b95a5e5558b9', 'x-compute-request-id': 'req-ec7463e1-788b-4b88-82af-b95a5e5558b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8de60266-38a3-4baf-9b87-aaf7199edb62'} Body: b'{"server": {"id": "8de60266-38a3-4baf-9b87-aaf7199edb62", "name": "tempest-AttachVolumeTestJSON-server-516493013", "status": "ACTIVE", "tenant_id": "fbfd165764d6457ba971b760fc1f6718", "user_id": "c167bb97deb24907a1fb757b13e0a840", "metadata": {}, "hostId": "897568fa2452eeb455a787e1ed581b4bd20eea085d1b76c05cd440c7", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:56:17Z", "updated": "2023-04-18T17:56:25Z", "addresses": {"tempest-AttachVolumeTestJSON-316628097-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:b9:05"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8de60266-38a3-4baf-9b87-aaf7199edb62"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8de60266-38a3-4baf-9b87-aaf7199edb62"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-890549411", "OS-SRV-USG:launched_at": "2023-04-18T17:56:24.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--125002171"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:57:08,345 79798 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 17:58:08,609 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/8de60266-38a3-4baf-9b87-aaf7199edb62/os-interface 0.202s 2023-04-18 17:58:08,609 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openst ack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-28cce043-4a88-4283-b1c9-7cb186ec3f99', 'x-compute-request-id': 'req-28cce043-4a88-4283-b1c9-7cb186ec3f99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8de60266-38a3-4baf-9b87-aaf7199edb62/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "349cb244-24d7-4014-8bdf-ec2dbc00aed5", "port_id": "ec7942d2-08f9-428f-b5a4-8f4e831bb29c", "mac_addr": "fa:16:3e:f9:b9:05", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "c2ddd7e0-32f5-4f02-9e7d-3cd92be7d592", "ip_address": "10.0.0.14"}]}]}' 2023-04-18 17:58:09,768 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/eb546dd4-27d6-4771-a02b-405f57b0a1e1 1.153s 2023-04-18 17:58:09,769 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "ec7942d2-08f9-428f-b5a4-8f4e831bb29c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-1a724512-a36d-4662-8acb-2fd41d31e855', 'date': 'Tue, 18 Apr 2023 17:58:09 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/eb546dd4-27d6-4771-a02b-405f57b0a1e1'} Body: b'{"floatingip": {"id": "eb546dd4-27d6-4771-a02b-405f57b0a1e1", "tenant_id": "fbfd165764d6457ba971b760fc1f6718", "floating_ip_address": "172.24.4.179", "floating_network_id": "c2ff55f8-5a51-4b60-9edc-492850802101", "router_id": "7f79d48b-532d-409a-b766-7e8eaa6e4913", "port_id": "ec7942d2-08f9-428f-b5a4-8f4e831bb29c", "fixed_ip_address": "10.0.0.14", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "349cb244-24d7-4014-8bdf-ec2dbc00aed5", "mac_address": "fa:16:3e:f9:b9:05", "admin_state_up": true, "status": "ACTIVE", "device_id": "8de60266-38a3-4baf-9b87-aaf7199edb62", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T17:56:16Z", "updated_at": "2023-04-18T17:58:09Z", "revision_number": 1, "project_id": "fbfd165764d6457ba971b760fc1f6718"}}' 2023-04-18 17:58:09,775 79798 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.179:22' as 'cirros' with public key authentication 2023-04-18 17:58:09,812 79798 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 17:58:09,836 79798 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 17:58:09,836 79798 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.179 successfully created 2023-04-18 17:58:09,898 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/8de60266-38a3-4baf-9b87-aaf7199edb62/ips 0.061s 2023-04-18 17:58:09,898 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '104', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-919ba8a9-2bcd-4a7a-8281-37ca6c9160ef', 'x-compute-request-id': 'req-919ba8a9-2bcd-4a7a-8281-37ca6c9160ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8de60266-38a3-4baf-9b87-aaf7199edb62/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-316628097-network": [{"version": 4, "addr": "10.0.0.14"}]}}' 2023-04-18 17:58:09,903 79798 INFO [tempest.lib.common.ssh] Creating ssh connection to '17 2.24.4.179:22' as 'cirros' with public key authentication 2023-04-18 17:58:09,909 79798 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 17:58:09,928 79798 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 17:58:09,928 79798 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.179 successfully created 2023-04-18 17:58:09,928 79798 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2023-04-18 17:58:09,929 79798 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.179:22' as 'cirros' with public key authentication 2023-04-18 17:58:09,935 79798 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 17:58:09,953 79798 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 17:58:09,953 79798 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.179 successfully created 2023-04-18 17:58:10,229 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/volume/v3/fbfd165764d6457ba971b760fc1f6718/volumes 0.251s 2023-04-18 17:58:10,230 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-AttachVolumeTestJSON-volume-1109927564"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84140665-92b0-430e-a6f3-379f2cb047db', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84140665-92b0-430e-a6f3-379f2cb047db', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fbfd165764d6457ba971b760fc1f6718/volumes'} Body: b'{"volume": {"id": "ec98f91c-ffc1-4aa5-8143-64424fe631d4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:10.167743", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1109927564", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fbfd165764d6457ba971b760fc1f6718/volumes/ec98f91c-ffc1-4aa5-8143-64424fe631d4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fbfd165764d6457ba971b760fc1f6718/volumes/ec98f91c-ffc1-4aa5-8143-64424fe631d4"}], "user_id": "c167bb97deb24907a1fb757b13e0a840", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:58:10,278 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/fbfd165764d6457ba971b760fc1f6718/volumes/ec98f91c-ffc1-4aa5-8143-64424fe631d4 0.038s 2023-04-18 17:58:10,279 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-178bba40-6cf2-49b5-a0bb-c49f352777e9', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-178bba40-6cf2-49b5-a0bb-c49f352777e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fbfd165764d6457ba971b760fc1f6718/volumes/ec98f91c-ffc1-4aa5-8143-64424fe631d4'} Body: b'{"volume": {"id": "ec98f91c-ffc1-4aa5-8143-64424fe631d4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:10.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1109927564", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fbfd165764d6457ba971b760fc1f6718/volumes/ec98f91c-ffc1-4aa5-8143-64424fe631d4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fbfd165764d6457ba971b760fc1f6718/volumes/ec98f91c-ffc1-4aa5-8143-64424fe631d4"}], "user_id": "c167bb97deb24907a1fb757b13e0a840", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fbfd165764d6457ba971b760fc1f6718"}}' 2023-04-18 17:58:11,334 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/fbfd165764d6457ba971b760fc1f6718/volumes/ec98f91c-ffc1-4aa5-8143-64424fe631d4 0.043s 2023-04-18 17:58:11,334 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb7bbd28-c41d-4ca1-b8f5-5957e6c59539', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb7bbd28-c41d-4ca1-b8f5-5957e6c59539', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fbfd165764d6457ba971b760fc1f6718/volumes/ec98f91c-ffc1-4aa5-8143-64424fe631d4'} Body: b'{"volume": {"id": "ec98f91c-ffc1-4aa5-8143-64424fe631d4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:10.000000", "updated_at": "2023-04-18T17:58:10.000000", "name": "tempest-AttachVolumeTestJSON-volume-1109927564", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fbfd165764d6457ba971b760fc1f6718/volumes/ec98f91c-ffc1-4aa5-8143-64424fe631d4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fbfd165764d6457ba971b760fc1f6718/volumes/ec98f91c-ffc1-4aa5-8143-64424fe631d4"}], "user_id": "c167bb97deb24907a1fb757b13e0a840", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fbfd165764d6457ba971b760fc1f6718"}}' 2023-04-18 17:58:11,462 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/8de60266-38a3-4baf-9b87-aaf7199edb62 0.115s 2023-04-18 17:58:11,462 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a8acb5e-9bf6-43b4-9c31-3586ab00a329', 'x-compute-request-id': 'req-1a8acb5e-9bf6-43b4-9c31-3586ab00a329', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8de60266-38a3-4baf-9b87-aaf7199edb62'} Body: b'' 2023-04-18 17:58:11,791 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/8de60266-38a3-4baf-9b87-aaf7199edb62 0.328s 2023-04-18 17:58:11,791 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:11 GMT', 'se rver': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1660', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36941ae1-d9c7-4330-9d1d-7e9dc85dd9aa', 'x-compute-request-id': 'req-36941ae1-d9c7-4330-9d1d-7e9dc85dd9aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8de60266-38a3-4baf-9b87-aaf7199edb62'} Body: b'{"server": {"id": "8de60266-38a3-4baf-9b87-aaf7199edb62", "name": "tempest-AttachVolumeTestJSON-server-516493013", "status": "ACTIVE", "tenant_id": "fbfd165764d6457ba971b760fc1f6718", "user_id": "c167bb97deb24907a1fb757b13e0a840", "metadata": {}, "hostId": "897568fa2452eeb455a787e1ed581b4bd20eea085d1b76c05cd440c7", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:56:17Z", "updated": "2023-04-18T17:58:11Z", "addresses": {"tempest-AttachVolumeTestJSON-316628097-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:b9:05"}, {"version": 4, "addr": "172.24.4.179", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:b9:05"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8de60266-38a3-4baf-9b87-aaf7199edb62"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8de60266-38a3-4baf-9b87-aaf7199edb62"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-890549411", "OS-SRV-USG:launched_at": "2023-04-18T17:56:24.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--125002171"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:59:01,897 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/8de60266-38a3-4baf-9b87-aaf7199edb62 0.045s 2023-04-18 17:59:01,898 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-193eea6e-5929-4884-aa94-439eaa0028ac', 'x-compute-request-id': 'req-193eea6e-5929-4884-aa94-439eaa0028ac', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8de60266-38a3-4baf-9b87-aaf7199edb62'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 8de60266-38a3-4baf-9b87-aaf7199edb62 could not be found."}}' 2023-04-18 17:59:02,094 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-890549411 0.195s 2023-04-18 17:59:02,094 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a9a3916-a06a-4bbc-a6 5a-1233a5adaa64', 'x-compute-request-id': 'req-8a9a3916-a06a-4bbc-a65a-1233a5adaa64', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-890549411'} Body: b'' 2023-04-18 17:59:02,289 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/8223c491-e3ef-49d5-9468-bfe2e538f37e 0.194s 2023-04-18 17:59:02,290 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-8d742e74-d920-4bb1-a289-6e31f0a60a8f', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 17:59:02 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/8223c491-e3ef-49d5-9468-bfe2e538f37e'} Body: b'' 2023-04-18 17:59:02,321 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/8223c491-e3ef-49d5-9468-bfe2e538f37e 0.031s 2023-04-18 17:59:02,321 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-045bb84d-b4a1-41d3-be6c-a1719e61f59b', 'date': 'Tue, 18 Apr 2023 17:59:02 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/8223c491-e3ef-49d5-9468-bfe2e538f37e'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 8223c491-e3ef-49d5-9468-bfe2e538f37e does not exist", "detail": ""}}' 2023-04-18 17:59:02,903 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/eb546dd4-27d6-4771-a02b-405f57b0a1e1 0.581s 2023-04-18 17:59:02,904 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-874be3c2-b1aa-43a6-8b23-575892d6dc0f', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 17:59:02 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/eb546dd4-27d6-4771-a02b-405f57b0a1e1'} Body: b'' {8} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks ... SKIPPED: Encrypted volume attach is not supported {8} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luksv2 ... SKIPPED: Encrypted volume attach is not supported {10} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario [166.515938s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_minimum_basic.py", line 116, in test_minimum_basic_scenario volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 4f24703d-d3bc-4704-a1b6-966827683770 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:56:22,956 79806 DEBUG [tempest.scenario.manager] paths: img: /opt/stack/devstack/files/cirros-0.5.2-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None 2023-04-18 17:56:23,604 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/image/v2/images 0.648s 2023-04-18 17:56:23,605 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--1032841684", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/6e009548-df4d-4ff1-b63c-44db8269edda', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-58c27475-b88c-4379-ba52-3e727e457d40', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--1032841684", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "af34eaf8745141928f32aab84e7264b6", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "6e009548-df4d-4ff1-b63c-44db8269edda", "created_at": "2023-04-18T17:56:24Z", "updated_at": "2023-04-18T17:56:24Z", "tags": [], "self": "/v2/images/6e009548-df4d-4ff1-b63c-44db8269edda", "file": "/v2/images/6e009548-df4d-4ff1-b63c-44db8269edda/file", "schema": "/v2/schemas/image"}' 2023-04-18 17:56:25,224 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.0.0.210/image/v2/images/6e009548-df4d-4ff1-b63c-44db8269edda/file 1.618s 2023-04-18 17:56:25,224 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-115b1d61-bc62-4034-b455-40944729ffa2', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/6e009548-df4d-4ff1-b63c-44db8269edda/file'} Body: b'' 2023-04-18 17:56:25,225 79806 DEBUG [tempest.scenario.manager] image:6e009548-df4d-4ff1-b63c-44db8269edda 2023-04-18 17:56:25,285 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.057s 2023-04-18 17:56:25,285 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1708263975", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIxmcFUWfOuuwnvgQil6j+QWxq1euxebVmvcs3E3It/rPQ4cHzcR7GxUJG4GoB5S4mtB2mq/LEpyjZCsYzZO8AhlZgeh1I3kp89g/XpvoOmm7zNHl62sGlSfL/UWPB1IxQ=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-58b4c30a-6e72-4ce2-ab16-31d7d3633302', 'x-compute-request-id': 'req-58b4c30a-6e72-4ce2-ab16-31d7d3633302', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-170 8263975", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIxmcFUWfOuuwnvgQil6j+QWxq1euxebVmvcs3E3It/rPQ4cHzcR7GxUJG4GoB5S4mtB2mq/LEpyjZCsYzZO8AhlZgeh1I3kp89g/XpvoOmm7zNHl62sGlSfL/UWPB1IxQ==", "fingerprint": "cd:5e:f0:c4:f1:a0:31:d4:24:59:7e:a7:50:43:da:3d", "user_id": "f250508b0762464ebf52fc73f1f49ac8"}}' 2023-04-18 17:56:25,443 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.149s 2023-04-18 17:56:25,444 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2819', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-8fb675e8-dc0d-499e-9106-0ed0d954e2df', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "f250508b0762464ebf52fc73f1f49ac8", "name": "tempest-TestMinimumBasicScenario-796860875-project-member", "password_expires_at": null}, "audit_ids": ["l2Sru44UQHm4na39vv89kg"], "expires_at": "2023-04-18T18:56:25.000000Z", "issued_at": "2023-04-18T17:56:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "af34eaf8745141928f32aab84e7264b6", "name": "tempest-TestMinimumBasicScenario-796860875"}, "is_domain": false, "roles": [{"id": "762b079e91ba4ddbacceb1546eb3e74b", "name": "member"}, {"id": "807c7b6962e34127851a8fd52e276165", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e52ae3082fbf4a328ade93bc969dfa86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "166e820cb0ca4a089aa9254384c06e53", "type": "image", "name": "glance"}, {"endpoints": [{"id": "f150521060f741f784e55058e10c303b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "1c8e6022cdfd4e9eb0fc68323e0cac02", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9c29a67948cb4cc48fd15a0431fe7a64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/af34eaf8745141928f32aab84e7264b6", "region": "RegionOne"}], "id": "2cacf9cd2898416aa34b0c96d297137a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "065cb3b15cfa48a89cd4a0610ca051f6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "334844b10d614b7693449511937eb5fa", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "42d5039ab31f496ebe06b2ab79621342", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/af34eaf8745141928f32aab84e7264b6", "region": "RegionOne"}], "id": "39da698ec5564e8180fd91a7bbf41b0f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "730244346eb743c5833aedad51c363d0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/af34eaf8745141928f32aab84e7264b6", "region": "RegionOne"}], "id": "5bcb3497a89a4dd8ae0ef4ff16e2f813", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9e3ae159bccb449fb431409ede0cbbd8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "63801c39cce14ff588071cf5a2486448", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "bb0997ca4d744ef88ab11be55b02192c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "aceec1d3ad2d4c5da6a7ca57bbfb3a51", "type": "identity", "name": "keystone"}]}}' 2023-04-18 17:56:25,444 79806 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found networ k {'id': '2bd27561-80e1-4278-89f3-4ca5c3a7aa81', 'name': 'tempest-TestMinimumBasicScenario-239168642-network', 'tenant_id': 'af34eaf8745141928f32aab84e7264b6', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'af34eaf8745141928f32aab84e7264b6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 30849, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T17:53:12Z', 'updated_at': '2023-04-18T17:53:12Z', 'revision_number': 1} available for tenant 2023-04-18 17:56:26,073 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/compute/v2.1/servers 0.628s 2023-04-18 17:56:26,074 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-2086888586", "imageRef": "6e009548-df4d-4ff1-b63c-44db8269edda", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-1708263975", "networks": [{"uuid": "2bd27561-80e1-4278-89f3-4ca5c3a7aa81"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/127fc340-ffc6-48d3-a32d-312bf1b162b0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e4fcb75-caf8-46e3-b29f-6cd8f6a3f86b', 'x-compute-request-id': 'req-3e4fcb75-caf8-46e3-b29f-6cd8f6a3f86b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "127fc340-ffc6-48d3-a32d-312bf1b162b0", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/127fc340-ffc6-48d3-a32d-312bf1b162b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/127fc340-ffc6-48d3-a32d-312bf1b162b0"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "dU84GTv9VUua"}}' 2023-04-18 17:56:26,166 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/127fc340-ffc6-48d3-a32d-312bf1b162b0 0.089s 2023-04-18 17:56:26,167 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1253', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2819c33b-6693-4a30-8934-783f651b7534', 'x-compute-request-id': 'req-2819c33b-6693-4a30-8934-783f651b7534', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/127fc340-ffc6-48d3-a32d-312bf1b162b0'} Body: b'{"server": {"id": "127fc340-ffc6-48d3-a32d-312bf1b162b0", "name": "tempest-TestMinimumBasicScenario-server-2086888586", "status": "BUILD", "tenant_id": "af34eaf8745141928f32aab84e7264b6", "user_id": "f250508b0762464ebf52fc73f1f49ac8", "metadata": {}, "hostId": "", "image": {"id": "6e009548-df4d-4ff1-b63c-44db8269edda", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6e009548-df4d-4ff1-b63c-44db8269edda"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:56:26Z", "updated": "2023-04-18T17:56:26Z", "addresses": {}, "a ccessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/127fc340-ffc6-48d3-a32d-312bf1b162b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/127fc340-ffc6-48d3-a32d-312bf1b162b0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1708263975", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:57:16,560 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/127fc340-ffc6-48d3-a32d-312bf1b162b0 0.335s 2023-04-18 17:57:16,561 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:57:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1537', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5f5309da-bee6-42cd-93ce-0341bf3277a9', 'x-compute-request-id': 'req-5f5309da-bee6-42cd-93ce-0341bf3277a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/127fc340-ffc6-48d3-a32d-312bf1b162b0'} Body: b'{"server": {"id": "127fc340-ffc6-48d3-a32d-312bf1b162b0", "name": "tempest-TestMinimumBasicScenario-server-2086888586", "status": "ACTIVE", "tenant_id": "af34eaf8745141928f32aab84e7264b6", "user_id": "f250508b0762464ebf52fc73f1f49ac8", "metadata": {}, "hostId": "f00a9e12f0ef32b5a654c25a4fe3d1c5af3c699a3a25feaf3265efca", "image": {"id": "6e009548-df4d-4ff1-b63c-44db8269edda", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6e009548-df4d-4ff1-b63c-44db8269edda"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:56:26Z", "updated": "2023-04-18T17:56:34Z", "addresses": {"tempest-TestMinimumBasicScenario-239168642-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:25:54:37"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/127fc340-ffc6-48d3-a32d-312bf1b162b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/127fc340-ffc6-48d3-a32d-312bf1b162b0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1708263975", "OS-SRV-USG:launched_at": "2023-04-18T17:56:34.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:57:16,575 79806 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 17:58:16,877 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/127fc340-ffc6-48d3-a32d-312bf1b162b0 0.283s 2023-04-18 17:58:16,877 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1537', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-i d': 'req-fce21158-4a7c-4f09-a54d-60f662ed1f7a', 'x-compute-request-id': 'req-fce21158-4a7c-4f09-a54d-60f662ed1f7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/127fc340-ffc6-48d3-a32d-312bf1b162b0'} Body: b'{"server": {"id": "127fc340-ffc6-48d3-a32d-312bf1b162b0", "name": "tempest-TestMinimumBasicScenario-server-2086888586", "status": "ACTIVE", "tenant_id": "af34eaf8745141928f32aab84e7264b6", "user_id": "f250508b0762464ebf52fc73f1f49ac8", "metadata": {}, "hostId": "f00a9e12f0ef32b5a654c25a4fe3d1c5af3c699a3a25feaf3265efca", "image": {"id": "6e009548-df4d-4ff1-b63c-44db8269edda", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6e009548-df4d-4ff1-b63c-44db8269edda"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:56:26Z", "updated": "2023-04-18T17:56:34Z", "addresses": {"tempest-TestMinimumBasicScenario-239168642-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:25:54:37"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/127fc340-ffc6-48d3-a32d-312bf1b162b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/127fc340-ffc6-48d3-a32d-312bf1b162b0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1708263975", "OS-SRV-USG:launched_at": "2023-04-18T17:56:34.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:58:17,100 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers 0.211s 2023-04-18 17:58:17,100 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '341', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8c5e6f6-b51f-42f1-a8e1-d8c7dd0107ab', 'x-compute-request-id': 'req-c8c5e6f6-b51f-42f1-a8e1-d8c7dd0107ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "127fc340-ffc6-48d3-a32d-312bf1b162b0", "name": "tempest-TestMinimumBasicScenario-server-2086888586", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/127fc340-ffc6-48d3-a32d-312bf1b162b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/127fc340-ffc6-48d3-a32d-312bf1b162b0"}]}]}' 2023-04-18 17:58:17,322 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/127fc340-ffc6-48d3-a32d-312bf1b162b0 0.218s 2023-04-18 17:58:17,322 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1537', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ad02bc4-3a2f-48d1-bfd1-31646013e55a', 'x-compute-request-id': 'req-1ad02bc4-3a2f-48d1-bfd1-31646013e55a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/127fc340-ff c6-48d3-a32d-312bf1b162b0'} Body: b'{"server": {"id": "127fc340-ffc6-48d3-a32d-312bf1b162b0", "name": "tempest-TestMinimumBasicScenario-server-2086888586", "status": "ACTIVE", "tenant_id": "af34eaf8745141928f32aab84e7264b6", "user_id": "f250508b0762464ebf52fc73f1f49ac8", "metadata": {}, "hostId": "f00a9e12f0ef32b5a654c25a4fe3d1c5af3c699a3a25feaf3265efca", "image": {"id": "6e009548-df4d-4ff1-b63c-44db8269edda", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6e009548-df4d-4ff1-b63c-44db8269edda"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:56:26Z", "updated": "2023-04-18T17:56:34Z", "addresses": {"tempest-TestMinimumBasicScenario-239168642-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:25:54:37"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/127fc340-ffc6-48d3-a32d-312bf1b162b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/127fc340-ffc6-48d3-a32d-312bf1b162b0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1708263975", "OS-SRV-USG:launched_at": "2023-04-18T17:56:34.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:58:17,524 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/volume/v3/af34eaf8745141928f32aab84e7264b6/volumes 0.190s 2023-04-18 17:58:17,524 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-545133217", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a530fbd-a0f3-4b30-87d4-9c2416041504', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a530fbd-a0f3-4b30-87d4-9c2416041504', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/af34eaf8745141928f32aab84e7264b6/volumes'} Body: b'{"volume": {"id": "4f24703d-d3bc-4704-a1b6-966827683770", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:17.457740", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-545133217", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/af34eaf8745141928f32aab84e7264b6/volumes/4f24703d-d3bc-4704-a1b6-966827683770"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/af34eaf8745141928f32aab84e7264b6/volumes/4f24703d-d3bc-4704-a1b6-966827683770"}], "user_id": "f250508b0762464ebf52fc73f1f49ac8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:58:17,576 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/af34eaf8745141928f32aab84e7264b6/volumes/4f24703d-d3bc-4704-a1b6-966827683770 0.041s 2023-04-18 17:58:17,576 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', ' x-compute-request-id': 'req-7e974a48-8027-4a4d-8b52-813c708e0376', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e974a48-8027-4a4d-8b52-813c708e0376', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/af34eaf8745141928f32aab84e7264b6/volumes/4f24703d-d3bc-4704-a1b6-966827683770'} Body: b'{"volume": {"id": "4f24703d-d3bc-4704-a1b6-966827683770", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:17.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-545133217", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/af34eaf8745141928f32aab84e7264b6/volumes/4f24703d-d3bc-4704-a1b6-966827683770"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/af34eaf8745141928f32aab84e7264b6/volumes/4f24703d-d3bc-4704-a1b6-966827683770"}], "user_id": "f250508b0762464ebf52fc73f1f49ac8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "af34eaf8745141928f32aab84e7264b6"}}' 2023-04-18 17:58:18,628 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/af34eaf8745141928f32aab84e7264b6/volumes/4f24703d-d3bc-4704-a1b6-966827683770 0.041s 2023-04-18 17:58:18,629 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fcc08f6-a787-43f5-aa82-6c59666a1553', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fcc08f6-a787-43f5-aa82-6c59666a1553', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/af34eaf8745141928f32aab84e7264b6/volumes/4f24703d-d3bc-4704-a1b6-966827683770'} Body: b'{"volume": {"id": "4f24703d-d3bc-4704-a1b6-966827683770", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:17.000000", "updated_at": "2023-04-18T17:58:18.000000", "name": "tempest-TestMinimumBasicScenario-volume-545133217", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/af34eaf8745141928f32aab84e7264b6/volumes/4f24703d-d3bc-4704-a1b6-966827683770"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/af34eaf8745141928f32aab84e7264b6/volumes/4f24703d-d3bc-4704-a1b6-966827683770"}], "user_id": "f250508b0762464ebf52fc73f1f49ac8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "af34eaf8745141928f32aab84e7264b6"}}' 2023-04-18 17:58:18,751 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/af34eaf8745141928f32aab84e7264b6/volumes/4f24703d-d3bc-4704-a1b6-966827683770 0.110s 2023-04-18 17:58:18,751 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb434219-302c-4f51-941a-5a4e0892ba68', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a f34eaf8745141928f32aab84e7264b6/volumes/4f24703d-d3bc-4704-a1b6-966827683770'} Body: b'' 2023-04-18 17:58:18,780 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/af34eaf8745141928f32aab84e7264b6/volumes/4f24703d-d3bc-4704-a1b6-966827683770 0.028s 2023-04-18 17:58:18,780 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a91325e-f07b-41b4-846c-8e168d442a7b', 'x-openstack-request-id': 'req-1a91325e-f07b-41b4-846c-8e168d442a7b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/af34eaf8745141928f32aab84e7264b6/volumes/4f24703d-d3bc-4704-a1b6-966827683770'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4f24703d-d3bc-4704-a1b6-966827683770 could not be found."}}' 2023-04-18 17:58:18,907 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/127fc340-ffc6-48d3-a32d-312bf1b162b0 0.126s 2023-04-18 17:58:18,907 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-94044b4a-0a8a-4774-b919-cb8a009f662a', 'x-compute-request-id': 'req-94044b4a-0a8a-4774-b919-cb8a009f662a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/127fc340-ffc6-48d3-a32d-312bf1b162b0'} Body: b'' 2023-04-18 17:58:19,078 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/127fc340-ffc6-48d3-a32d-312bf1b162b0 0.170s 2023-04-18 17:58:19,079 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1543', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc35b437-55a5-4fb9-8996-7f505e6efb5f', 'x-compute-request-id': 'req-bc35b437-55a5-4fb9-8996-7f505e6efb5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/127fc340-ffc6-48d3-a32d-312bf1b162b0'} Body: b'{"server": {"id": "127fc340-ffc6-48d3-a32d-312bf1b162b0", "name": "tempest-TestMinimumBasicScenario-server-2086888586", "status": "ACTIVE", "tenant_id": "af34eaf8745141928f32aab84e7264b6", "user_id": "f250508b0762464ebf52fc73f1f49ac8", "metadata": {}, "hostId": "f00a9e12f0ef32b5a654c25a4fe3d1c5af3c699a3a25feaf3265efca", "image": {"id": "6e009548-df4d-4ff1-b63c-44db8269edda", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6e009548-df4d-4ff1-b63c-44db8269edda"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:56:26Z", "updated": "2023-04-18T17:58:19Z", "addresses": {"tempest-TestMinimumBasicScenario-239168642-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:25:54:37"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/127fc340-ffc6-48d3-a32d-312bf1b162b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/127fc340-ffc6-48d3-a32d-312bf1b162b0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1708263975", "OS-SRV-USG:launched_at": "2023-04-18T17:56:34.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:59:09,330 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/127fc340-ffc6-48d3-a32d-312bf1b162b0 0.191s 2023-04-18 17:59:09,331 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-42cfac36-11e1-4c97-a163-89ae9c6e2727', 'x-compute-request-id': 'req-42cfac36-11e1-4c97-a163-89ae9c6e2727', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/127fc340-ffc6-48d3-a32d-312bf1b162b0'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 127fc340-ffc6-48d3-a32d-312bf1b162b0 could not be found."}}' 2023-04-18 17:59:09,371 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1708263975 0.040s 2023-04-18 17:59:09,371 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b13f359b-f4fd-41d1-88f3-623acfaa41ce', 'x-compute-request-id': 'req-b13f359b-f4fd-41d1-88f3-623acfaa41ce', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1708263975'} Body: b'' 2023-04-18 17:59:09,470 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/6e009548-df4d-4ff1-b63c-44db8269edda 0.097s 2023-04-18 17:59:09,470 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-c315ba3f-124b-488c-b4e4-2e4cc593b450', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/6e009548-df4d-4ff1-b63c-44db8269edda'} Body: b'' {8} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot [1.972034s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 138, in test_create_server_from_volume_snapshot boot_volume = self.create_volume_from_image() File "/opt/stack/tempest/tempest/scenario/manager.py", line 1229, in create_volume_from_image return self.create_volume(name=name, imageRef=image_id, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 613a25ac-ec13-47e6-8e06-02b22a6cd382 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:59:08,172 79802 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/image/v2/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33 0.282s 2023-04-18 17:59:08,172 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-894ba1b0-34b1-4672-834e-8da941ad804a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.5.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 16300544, "virtual_size": 117440512, "status": "active", "checksum": "b874c39491a2377b8490f5f1e89761a4", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "a46287e01e14415694c956b326941bd8", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "created_at": "2023-04-18T17:48:52Z", "updated_at": "2023-04-18T17:48:54Z", "tags": [], "self": "/v2/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "file": "/v2/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33/file", "schema": "/v2/schemas/image"}' 2023-04-18 17:59:08,555 79802 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes 0.381s 2023-04-18 17:59:08,555 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestVolumeBootPattern-volume-origin-1082875404", "snapshot_id": null, "imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27a488cf-5bdd-4357-8d49-d6df5ee9e83d', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27a488cf-5bdd-4357-8d49-d6df5ee9e83d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes'} Body: b'{"volume": {"id": "613a25ac-ec13-47e6-8e06-02b22a6cd382", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:59:08.486557", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1082875404", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/613a25ac-ec13-47e6-8e06-02b22a6cd382"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/679a19b0728c49f680152cedbfbe0028/volumes/613a25ac-ec13-47e6-8e06-02b22a6cd382"}], "user_id": "a3a8b63cf46e44e195cce03bab3d87b5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:59:08,609 79802 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/613a25ac-ec13-47e6-8e06-02b22a6cd382 0.043s 2023-04-18 17:59:08,609 79802 DEBUG [tempest.lib.common.rest_clie nt] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b057cc3-7a80-409a-ac25-c92543963292', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b057cc3-7a80-409a-ac25-c92543963292', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/613a25ac-ec13-47e6-8e06-02b22a6cd382'} Body: b'{"volume": {"id": "613a25ac-ec13-47e6-8e06-02b22a6cd382", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:59:08.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1082875404", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/613a25ac-ec13-47e6-8e06-02b22a6cd382"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/679a19b0728c49f680152cedbfbe0028/volumes/613a25ac-ec13-47e6-8e06-02b22a6cd382"}], "user_id": "a3a8b63cf46e44e195cce03bab3d87b5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "679a19b0728c49f680152cedbfbe0028"}}' 2023-04-18 17:59:09,676 79802 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/613a25ac-ec13-47e6-8e06-02b22a6cd382 0.055s 2023-04-18 17:59:09,676 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23a695b5-f5f7-4164-88d1-cb2c048f1149', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23a695b5-f5f7-4164-88d1-cb2c048f1149', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/613a25ac-ec13-47e6-8e06-02b22a6cd382'} Body: b'{"volume": {"id": "613a25ac-ec13-47e6-8e06-02b22a6cd382", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:59:08.000000", "updated_at": "2023-04-18T17:59:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1082875404", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/613a25ac-ec13-47e6-8e06-02b22a6cd382"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/679a19b0728c49f680152cedbfbe0028/volumes/613a25ac-ec13-47e6-8e06-02b22a6cd382"}], "user_id": "a3a8b63cf46e44e195cce03bab3d87b5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "679a19b0728c49f680152cedbfbe0028"}}' 2023-04-18 17:59:09,839 79802 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/613a25ac-ec13-47e6-8e06-02b22a6cd382 0.150s 2023-04-18 17:59:09,839 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'conte nt-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f960c72f-524a-4bab-bdf8-5315b06866ad', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/613a25ac-ec13-47e6-8e06-02b22a6cd382'} Body: b'' 2023-04-18 17:59:09,859 79802 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/613a25ac-ec13-47e6-8e06-02b22a6cd382 0.019s 2023-04-18 17:59:09,860 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-760f298c-dc03-440b-bdf0-2f065c8790a4', 'x-openstack-request-id': 'req-760f298c-dc03-440b-bdf0-2f065c8790a4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/613a25ac-ec13-47e6-8e06-02b22a6cd382'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 613a25ac-ec13-47e6-8e06-02b22a6cd382 could not be found."}}' {8} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume [1.733241s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 183, in test_image_defined_boot_from_volume volume_origin = self.create_volume_from_image() File "/opt/stack/tempest/tempest/scenario/manager.py", line 1229, in create_volume_from_image return self.create_volume(name=name, imageRef=image_id, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 9ddf306b-6b2b-478f-bddf-a6ffcc6d8f98 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:59:09,890 79802 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/image/v2/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33 0.024s 2023-04-18 17:59:09,890 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ce910e64-53b1-4981-a0e6-2ffb74e77217', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.5.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 16300544, "virtual_size": 117440512, "status": "active", "checksum": "b874c39491a2377b8490f5f1e89761a4", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "a46287e01e14415694c956b326941bd8", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "created_at": "2023-04-18T17:48:52Z", "updated_at": "2023-04-18T17:48:54Z", "tags": [], "self": "/v2/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "file": "/v2/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33/file", "schema": "/v2/schemas/image"}' 2023-04-18 17:59:10,258 79802 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 202 POST http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes 0.367s 2023-04-18 17:59:10,258 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestVolumeBootPattern-volume-origin-203389681", "snapshot_id": null, "imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d850f18-9486-4a15-a293-48dfb4964ce3', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d850f18-9486-4a15-a293-48dfb4964ce3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes'} Body: b'{"volume": {"id": "9ddf306b-6b2b-478f-bddf-a6ffcc6d8f98", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:59:10.193139", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-203389681", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/9ddf306b-6b2b-478f-bddf-a6ffcc6d8f98"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/679a19b0728c49f680152cedbfbe0028/volumes/9ddf306b-6b2b-478f-bddf-a6ffcc6d8f98"}], "user_id": "a3a8b63cf46e44e195cce03bab3d87b5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:59:10,327 79802 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/9ddf306b-6b2b-478f-bddf-a6ffcc6d8f98 0.058s 2023-04-18 17:59:10,328 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-200308b6-2d30-48c1-914c-cd7772335e4d', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-200308b6-2d30-48c1-914c-cd7772335e4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/9ddf306b-6b2b-478f-bddf-a6ffcc6d8f98'} Body: b'{"volume": {"id": "9ddf306b-6b2b-478f-bddf-a6ffcc6d8f98", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:59:10.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-203389681", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/9ddf306b-6b2b-478f-bddf-a6ffcc6d8f98"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/679a19b0728c49f680152cedbfbe0028/volumes/9ddf306b-6b2b-478f-bddf-a6ffcc6d8f98"}], "user_id": "a3a8b63cf46e44e195cce03bab3d87b5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "679a19b0728c49f680152cedbfbe0028"}}' 2023-04-18 17:59:11,386 79802 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/9ddf306b-6b2b-478f-bddf-a6ffcc6d8f98 0.046s 2023-04-18 17:59:11,386 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-deff0806-5834-4551-8688-d9f70beb315a', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-deff0806-5834-4551-8688-d9f70beb315a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/9ddf306b-6b2b-478f-bddf-a6ffcc6d8f98'} Body: b'{"volume": {"id": "9ddf306b-6b2b-478f-bddf-a6ffcc6d8f98", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:59:10.000000", "updated_at": "2023-04-18T17:59:10.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-203389681", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/9ddf306b-6b2b-478f-bddf-a6ffcc6d8f98"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/679a19b0728c49f680152cedbfbe0028/volumes/9ddf306b-6b2b-478f-bddf-a6ffcc6d8f98"}], "user_id": "a3a8b63cf46e44e195cce03bab3d87b5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "679a19b0728c49f680152cedbfbe0028"}}' 2023-04-18 17:59:11,572 79802 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/9ddf306b-6b2b-478f-bddf-a6ffcc6d8f98 0.175s 2023-04-18 17:59:11,573 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'co ntent-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d187e81a-170f-4f62-b436-0a7c8c49fc89', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/9ddf306b-6b2b-478f-bddf-a6ffcc6d8f98'} Body: b'' 2023-04-18 17:59:11,596 79802 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/9ddf306b-6b2b-478f-bddf-a6ffcc6d8f98 0.023s 2023-04-18 17:59:11,597 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae1a24be-7f14-4c18-bddb-688756ef463c', 'x-openstack-request-id': 'req-ae1a24be-7f14-4c18-bddb-688756ef463c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/9ddf306b-6b2b-478f-bddf-a6ffcc6d8f98'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9ddf306b-6b2b-478f-bddf-a6ffcc6d8f98 could not be found."}}' {8} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern [4.500657s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 71, in test_volume_boot_pattern volume_origin = self.create_volume_from_image() File "/opt/stack/tempest/tempest/scenario/manager.py", line 1229, in create_volume_from_image return self.create_volume(name=name, imageRef=image_id, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c4830ba1-2aec-44ff-b9bc-6648fcadac18 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:59:11,602 79802 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2023-04-18 17:59:11,662 79802 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.055s 2023-04-18 17:59:11,663 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-875210495", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLOyHHwZ8sz6CSBje/gTSbG/niJ1jStNL8kHcJywK/M/UN27OnKvNr2s7xPqIKIEmlrRcpwEEXhv1I203Q3P1je/k93j/JC1q5wped9JeBvQnFeCOJfluTaroHdPvExCBQ=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d7b5dff2-64ff-4fa2-bb22-997e08ed009e', 'x-compute-request-id': 'req-d7b5dff2-64ff-4fa2-bb22-997e08ed009e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-875210495", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLOyHHwZ8sz6CSBje/gTSbG/niJ1jStNL8kHcJywK/M/UN27OnKvNr2s7xPqIKIEmlrRcpwEEXhv1I203Q3P1je/k93j/JC1q5wped9JeBvQnFeCOJfluTaroHdPvExCBQ==", "fingerprint": "b8:9d:8d:6f:6b:f4:fe:69:91:92:a3:ab:0e:93:b7:f9", "user_id": "a3a8b63cf46e44e195cce03bab3d87b5"}}' 2023-04-18 17:59:11,853 79802 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.187s 2023-04-18 17:59:11,854 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-secgroup-smoke-1381055904", "description": "tempest-secgroup-smoke-1381055904 description", "project_id": "679a19b0728c49f680152cedbfbe0028"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-20a3e507-2b5e-4d07-af96-d791e57aca97', 'date': 'Tue, 18 Apr 2023 17:59:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "323c611c-5d7f-4cb4-9466-bc844e9d6178", "name": "tempest-secgroup-smoke-1381055904", "stateful": true, "tenant_id": "679a19b0728c49f680152cedbfbe0028", "description": "tempest-secgroup-smoke-1381055904 description", "shared": false, "security_group_rules": [{"id": "d01d0f68-7ff6-480e-a199-e0ed7ba5684f", "tenant_id": "679a19b0728c49f680152cedbfbe0028", "security_group_id": "323c611c-5d7f-4cb4-9466-bc844e9d6178", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 725, "description": null, "tags": [], "created_at": "2023-04-18T17:59:11Z", "updated_at": "2023-04-18T17:59:11Z", "revision_number": 0, "project_id": "679a19b0728c49f680152cedbfbe0028"}, {"id": "f4c686a1-5fae-47ee-8561-2163e7486ae0", "tenant_id": "679a19b0728c49f680152cedbfbe0028", "security_group_id": "323c611c-5d7f-4cb4-9466-bc844e9d6178", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 724, "description": null, "tags": [], "created_at": "2023-04-18T17:59:11Z", "updated_at": "2023-04-18T17:59:11Z", "revision_number": 0, "project_id": "679a19b 0728c49f680152cedbfbe0028"}], "tags": [], "created_at": "2023-04-18T17:59:11Z", "updated_at": "2023-04-18T17:59:11Z", "revision_number": 1, "project_id": "679a19b0728c49f680152cedbfbe0028"}}' 2023-04-18 17:59:12,028 79802 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.173s 2023-04-18 17:59:12,028 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "323c611c-5d7f-4cb4-9466-bc844e9d6178", "project_id": "679a19b0728c49f680152cedbfbe0028", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-0e540670-7ccc-44fd-a4f7-015b16e85d20', 'date': 'Tue, 18 Apr 2023 17:59:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "aa517288-9036-4d84-a9b0-6b2e33795ed3", "tenant_id": "679a19b0728c49f680152cedbfbe0028", "security_group_id": "323c611c-5d7f-4cb4-9466-bc844e9d6178", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T17:59:11Z", "updated_at": "2023-04-18T17:59:11Z", "revision_number": 0, "project_id": "679a19b0728c49f680152cedbfbe0028"}}' 2023-04-18 17:59:12,325 79802 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.296s 2023-04-18 17:59:12,325 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "323c611c-5d7f-4cb4-9466-bc844e9d6178", "project_id": "679a19b0728c49f680152cedbfbe0028", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-41d9f5a2-dd1a-48c9-b07f-f1e23e0f85ba', 'date': 'Tue, 18 Apr 2023 17:59:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e44bdb49-0ac4-4a54-9fb4-81bc52bf18a0", "tenant_id": "679a19b0728c49f680152cedbfbe0028", "security_group_id": "323c611c-5d7f-4cb4-9466-bc844e9d6178", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T17:59:12Z", "updated_at": "2023-04-18T17:59:12Z", "revision_number": 0, "project_id": "679a19b0728c49f680152cedbfbe0028"}}' 2023-04-18 17:59:12,622 79802 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.296s 2023-04-18 17:59:12,623 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "323c611c-5d7f-4cb4-9466-bc844e9d6178", "project_id": "679a19b0728c49f680152cedbfbe0028", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-923f48a0-805b-4328-a1c3-80c7b3de9c2a', 'date': 'Tue, 18 Apr 2023 17:59:12 GMT', 'connection': 'close', 'status': '201', 'content-loca tion': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b2b1e66b-54de-49c0-a72f-84a0201090cd", "tenant_id": "679a19b0728c49f680152cedbfbe0028", "security_group_id": "323c611c-5d7f-4cb4-9466-bc844e9d6178", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T17:59:12Z", "updated_at": "2023-04-18T17:59:12Z", "revision_number": 0, "project_id": "679a19b0728c49f680152cedbfbe0028"}}' 2023-04-18 17:59:12,979 79802 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.355s 2023-04-18 17:59:12,979 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "323c611c-5d7f-4cb4-9466-bc844e9d6178", "project_id": "679a19b0728c49f680152cedbfbe0028", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-9ff76dd5-1b1e-47b4-ace7-7fc4c3851343', 'date': 'Tue, 18 Apr 2023 17:59:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "fe0ca36d-60ac-47d5-a4c8-57540932934b", "tenant_id": "679a19b0728c49f680152cedbfbe0028", "security_group_id": "323c611c-5d7f-4cb4-9466-bc844e9d6178", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T17:59:12Z", "updated_at": "2023-04-18T17:59:12Z", "revision_number": 0, "project_id": "679a19b0728c49f680152cedbfbe0028"}}' 2023-04-18 17:59:13,199 79802 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.219s 2023-04-18 17:59:13,199 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "323c611c-5d7f-4cb4-9466-bc844e9d6178", "project_id": "679a19b0728c49f680152cedbfbe0028", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-69032152-bbda-4b6d-a8bd-0f2e4b14226c', 'date': 'Tue, 18 Apr 2023 17:59:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e4ee0a3d-f6c6-41fa-865f-c250901274f6", "tenant_id": "679a19b0728c49f680152cedbfbe0028", "security_group_id": "323c611c-5d7f-4cb4-9466-bc844e9d6178", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T17:59:13Z", "updated_at": "2023-04-18T17:59:13Z", "revision_number": 0, "project_id": "679a19b0728c49f680152cedbfbe0028"}}' 2023-04-18 17:59:13,876 79802 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.676s 2023-04-18 17:59:13,876 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_grou p_rule": {"security_group_id": "323c611c-5d7f-4cb4-9466-bc844e9d6178", "project_id": "679a19b0728c49f680152cedbfbe0028", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-6884779c-10d8-4524-a5c8-ae09c5cef9b3', 'date': 'Tue, 18 Apr 2023 17:59:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7619dbd8-a1a7-43e4-9c20-1e39312e5d14", "tenant_id": "679a19b0728c49f680152cedbfbe0028", "security_group_id": "323c611c-5d7f-4cb4-9466-bc844e9d6178", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T17:59:13Z", "updated_at": "2023-04-18T17:59:13Z", "revision_number": 0, "project_id": "679a19b0728c49f680152cedbfbe0028"}}' 2023-04-18 17:59:13,876 79802 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2023-04-18 17:59:13,899 79802 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/image/v2/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33 0.022s 2023-04-18 17:59:13,899 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-f155887c-1913-4f3c-a633-87b3e555015b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.5.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 16300544, "virtual_size": 117440512, "status": "active", "checksum": "b874c39491a2377b8490f5f1e89761a4", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "a46287e01e14415694c956b326941bd8", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "created_at": "2023-04-18T17:48:52Z", "updated_at": "2023-04-18T17:48:54Z", "tags": [], "self": "/v2/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "file": "/v2/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33/file", "schema": "/v2/schemas/image"}' 2023-04-18 17:59:14,261 79802 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes 0.361s 2023-04-18 17:59:14,261 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestVolumeBootPattern-volume-origin-67889761", "snapshot_id": null, "imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfeb6687-e0a9-41d2-a4ae-1aaa59eaf490', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfeb6687-e0a9-41d2-a4ae-1aaa59eaf490', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes' } Body: b'{"volume": {"id": "c4830ba1-2aec-44ff-b9bc-6648fcadac18", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:59:14.174537", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-67889761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/c4830ba1-2aec-44ff-b9bc-6648fcadac18"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/679a19b0728c49f680152cedbfbe0028/volumes/c4830ba1-2aec-44ff-b9bc-6648fcadac18"}], "user_id": "a3a8b63cf46e44e195cce03bab3d87b5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:59:14,368 79802 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/c4830ba1-2aec-44ff-b9bc-6648fcadac18 0.097s 2023-04-18 17:59:14,369 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c34c2ef-7db7-40f8-bcd1-217dae9121f2', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c34c2ef-7db7-40f8-bcd1-217dae9121f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/c4830ba1-2aec-44ff-b9bc-6648fcadac18'} Body: b'{"volume": {"id": "c4830ba1-2aec-44ff-b9bc-6648fcadac18", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:59:14.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-67889761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/c4830ba1-2aec-44ff-b9bc-6648fcadac18"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/679a19b0728c49f680152cedbfbe0028/volumes/c4830ba1-2aec-44ff-b9bc-6648fcadac18"}], "user_id": "a3a8b63cf46e44e195cce03bab3d87b5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "679a19b0728c49f680152cedbfbe0028"}}' 2023-04-18 17:59:15,429 79802 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/c4830ba1-2aec-44ff-b9bc-6648fcadac18 0.048s 2023-04-18 17:59:15,429 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6f82770-44de-4b81-b307-bfb7a1d836b0', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6f82770-44de-4b81-b307-bfb7a1d836b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/c4830ba1-2aec-44ff-b9bc-6648fcadac18'} Body: b'{"volume": {"id": "c4830ba1-2aec-44ff-b9bc-6648fcadac18", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:59:14.000000", "updated_at": "2023-04-18T17:59:14.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-67889761", "description": null, "volume_type": "joviandss-2", "snapsho t_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/c4830ba1-2aec-44ff-b9bc-6648fcadac18"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/679a19b0728c49f680152cedbfbe0028/volumes/c4830ba1-2aec-44ff-b9bc-6648fcadac18"}], "user_id": "a3a8b63cf46e44e195cce03bab3d87b5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "679a19b0728c49f680152cedbfbe0028"}}' 2023-04-18 17:59:15,629 79802 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/c4830ba1-2aec-44ff-b9bc-6648fcadac18 0.186s 2023-04-18 17:59:15,629 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fd1ff69-c58b-45c1-9fa7-d3780c0e1a13', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/c4830ba1-2aec-44ff-b9bc-6648fcadac18'} Body: b'' 2023-04-18 17:59:15,655 79802 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/c4830ba1-2aec-44ff-b9bc-6648fcadac18 0.024s 2023-04-18 17:59:15,656 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd2a1720-3049-426d-b127-78fe07eff8ec', 'x-openstack-request-id': 'req-cd2a1720-3049-426d-b127-78fe07eff8ec', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/c4830ba1-2aec-44ff-b9bc-6648fcadac18'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c4830ba1-2aec-44ff-b9bc-6648fcadac18 could not be found."}}' 2023-04-18 17:59:16,066 79802 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/323c611c-5d7f-4cb4-9466-bc844e9d6178 0.410s 2023-04-18 17:59:16,067 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-ec4fdb6e-5484-4503-82c6-e0c4cd8e2e37', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 17:59:16 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/323c611c-5d7f-4cb4-9466-bc844e9d6178'} Body: b'' 2023-04-18 17:59:16,100 79802 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-875210495 0.033s 2023-04-18 17:59:16,101 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenS tack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6dcadc73-ad3a-434d-b05f-5ddd8320831b', 'x-compute-request-id': 'req-6dcadc73-ad3a-434d-b05f-5ddd8320831b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-875210495'} Body: b'' {10} setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest) ... SKIPPED: Barbican is required {2} tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status [1.913092s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 221, in test_reset_group_status group = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group af42a4dc-9ce9-4045-a6ff-75dc9c4199e0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:59:18,111 79790 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 POST http://10.0.0.210/volume/v3/3bb107f1480744268abc68afcf04d273/types 0.266s 2023-04-18 17:59:18,111 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume_type": {"name": "tempest-GroupsV320Test-volume-type-737532183"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a240b690-c504-422d-831e-ce13f5a0d757', 'content-length': '219', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a240b690-c504-422d-831e-ce13f5a0d757', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3bb107f1480744268abc68afcf04d273/types'} Body: b'{"volume_type": {"id": "5280aef0-bb80-422d-a5b2-c835b4ff0ce2", "name": "tempest-GroupsV320Test-volume-type-737532183", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 17:59:18,161 79790 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/3bb107f1480744268abc68afcf04d273/group_types 0.046s 2023-04-18 17:59:18,162 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: {"group_type": {"name": "tempest-GroupsV320Test-group-type-1570488409"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d533a9ca-2859-49bd-a0c3-7adbab214a57', 'content-length': '177', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d533a9ca-2859-49bd-a0c3-7adbab214a57', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3bb107f1480744268abc68afcf04d273/group_types'} Body: b'{"group_type": {"id": "ab5f9375-89e1-42d6-b611-54dc8ba3acd3", "name": "tempest-GroupsV320Test-group-type-1570488409", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 17:59:18,389 79790 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/d3ce1e2633ec4f01ac833913cfa265e3/groups 0.223s 2023-04-18 17:59:18,389 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: {"group": {"group_type": "ab5f9375-89e1-42d6-b611-54dc8ba3acd3", "volume_types": ["5280aef0-bb80-422d-a5b2-c835b4ff0ce2"], "name": "tempest-GroupsV320Test-Group-373576541"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d75e005-a6b5-431f-95c2-11dde1d45967', 'content-length': '107', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d75e005-a6b5-431f-95c2-11dde1d45967', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d3ce1e2633ec4f01ac833913cfa265e3/groups'} Body: b'{"group": {"id": "af42a4dc-9ce9-4045-a6ff-75dc9c4199e0", "name": "tempest-GroupsV320Test-Group-373576541"}}' 2023-04-18 17:59:18,428 79790 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/d3ce1e2633ec4f01ac833913cfa265e3/groups/af42a4dc-9ce9-4045-a6ff-75dc9c4199e0 0.036s 2023-04-18 17:59:18,428 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/js on', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4eabcab5-791d-4a12-9803-95994e512688', 'content-length': '387', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4eabcab5-791d-4a12-9803-95994e512688', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d3ce1e2633ec4f01ac833913cfa265e3/groups/af42a4dc-9ce9-4045-a6ff-75dc9c4199e0'} Body: b'{"group": {"id": "af42a4dc-9ce9-4045-a6ff-75dc9c4199e0", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-18T17:59:18.000000", "name": "tempest-GroupsV320Test-Group-373576541", "description": null, "group_type": "ab5f9375-89e1-42d6-b611-54dc8ba3acd3", "volume_types": ["5280aef0-bb80-422d-a5b2-c835b4ff0ce2"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 17:59:19,466 79790 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/d3ce1e2633ec4f01ac833913cfa265e3/groups/af42a4dc-9ce9-4045-a6ff-75dc9c4199e0 0.033s 2023-04-18 17:59:19,467 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-625671f1-f2a9-43ec-a575-05ee8d6d9ad1', 'content-length': '384', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-625671f1-f2a9-43ec-a575-05ee8d6d9ad1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d3ce1e2633ec4f01ac833913cfa265e3/groups/af42a4dc-9ce9-4045-a6ff-75dc9c4199e0'} Body: b'{"group": {"id": "af42a4dc-9ce9-4045-a6ff-75dc9c4199e0", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T17:59:18.000000", "name": "tempest-GroupsV320Test-Group-373576541", "description": null, "group_type": "ab5f9375-89e1-42d6-b611-54dc8ba3acd3", "volume_types": ["5280aef0-bb80-422d-a5b2-c835b4ff0ce2"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 17:59:19,534 79790 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d3ce1e2633ec4f01ac833913cfa265e3/volumes/detail 0.062s 2023-04-18 17:59:19,534 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89d96460-27b9-4f7a-8385-53620553ac09', 'content-length': '15', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89d96460-27b9-4f7a-8385-53620553ac09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d3ce1e2633ec4f01ac833913cfa265e3/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 17:59:19,611 79790 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/d3ce1e2633ec4f01ac833913cfa265e3/groups/af42a4dc-9ce9-4045-a6ff-75dc9c4199e0/action 0.067s 2023-04-18 17:59:19,612 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-l ength': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edffd192-e522-474b-a47a-cc8b1000db9b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d3ce1e2633ec4f01ac833913cfa265e3/groups/af42a4dc-9ce9-4045-a6ff-75dc9c4199e0/action'} Body: b'' 2023-04-18 17:59:19,631 79790 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d3ce1e2633ec4f01ac833913cfa265e3/groups/af42a4dc-9ce9-4045-a6ff-75dc9c4199e0 0.019s 2023-04-18 17:59:19,632 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-5727c039-78b7-4456-8033-457a0eef6061', 'x-openstack-request-id': 'req-5727c039-78b7-4456-8033-457a0eef6061', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d3ce1e2633ec4f01ac833913cfa265e3/groups/af42a4dc-9ce9-4045-a6ff-75dc9c4199e0'} Body: b'{"itemNotFound": {"code": 404, "message": "Group af42a4dc-9ce9-4045-a6ff-75dc9c4199e0 could not be found."}}' 2023-04-18 17:59:19,678 79790 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3bb107f1480744268abc68afcf04d273/group_types/ab5f9375-89e1-42d6-b611-54dc8ba3acd3 0.045s 2023-04-18 17:59:19,678 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a5dd1c8-c207-4955-b16e-60acfce9a88e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3bb107f1480744268abc68afcf04d273/group_types/ab5f9375-89e1-42d6-b611-54dc8ba3acd3'} Body: b'' 2023-04-18 17:59:19,736 79790 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3bb107f1480744268abc68afcf04d273/types/5280aef0-bb80-422d-a5b2-c835b4ff0ce2 0.057s 2023-04-18 17:59:19,736 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c5588df-ab31-40ff-9771-4ba0ad90fd78', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3bb107f1480744268abc68afcf04d273/types/5280aef0-bb80-422d-a5b2-c835b4ff0ce2'} Body: b'' 2023-04-18 17:59:19,756 79790 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/3bb107f1480744268abc68afcf04d273/types/5280aef0-bb80-422d-a5b2-c835b4ff0ce2 0.019s 2023-04-18 17:59:19,756 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '11 4', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2aabfaa-fb23-4040-9511-33776c8b5943', 'x-openstack-request-id': 'req-e2aabfaa-fb23-4040-9511-33776c8b5943', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/3bb107f1480744268abc68afcf04d273/types/5280aef0-bb80-422d-a5b2-c835b4ff0ce2'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 5280aef0-bb80-422d-a5b2-c835b4ff0ce2 could not be found."}}' {2} setUpClass (tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest) ... SKIPPED: Manage snapshot tests are disabled {2} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts [0.204897s] ... ok {2} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host [0.125828s] ... ok {5} setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest) ... SKIPPED: Cinder multi-backend feature disabled {2} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_delete_quota [0.318075s] ... ok {2} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_default_quotas [0.050014s] ... ok {2} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_quotas [0.045988s] ... ok {5} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_delete_message [2.209579s] ... ok {2} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage [1.686132s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_quotas.py", line 123, in test_quota_usage volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 78b63aff-01f9-47c9-9aac-0bfcac397890 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:59:28,348 79790 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/d047d20d1bf046788e5a47fb371cb0d6/os-quota-sets/27804781df2e4322b17a2204ffcf6ab8?usage=True 0.048s 2023-04-18 17:59:28,349 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70f3082c-bb32-42d1-b3d4-d5eb2dc15b4a', 'content-length': '1178', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70f3082c-bb32-42d1-b3d4-d5eb2dc15b4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d047d20d1bf046788e5a47fb371cb0d6/os-quota-sets/27804781df2e4322b17a2204ffcf6ab8?usage=True'} Body: b'{"quota_set": {"volumes": {"limit": 10, "in_use": 0, "reserved": 0}, "per_volume_gigabytes": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots": {"limit": 10, "in_use": 0, "reserved": 0}, "gigabytes": {"limit": 1000, "in_use": 0, "reserved": 0}, "backups": {"limit": 10, "in_use": 0, "reserved": 0}, "backup_gigabytes": {"limit": 1000, "in_use": 0, "reserved": 0}, "volumes_tempest-UserMessagesTest-volume-type-1474584087": {"limit": -1, "in_use": 0, "reserved": 0}, "gigabytes_tempest-UserMessagesTest-volume-type-1474584087": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots_tempest-UserMessagesTest-volume-type-1474584087": {"limit": -1, "in_use": 0, "reserved": 0}, "volumes_joviandss-2": {"limit": -1, "in_use": 0, "reserved": 0}, "gigabytes_joviandss-2": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots_joviandss-2": {"limit": -1, "in_use": 0, "reserved": 0}, "volumes___DEFAULT__": {"limit": -1, "in_use": 0, "reserved": 0}, "gigabytes___DEFAULT__": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots___DEFAULT__": {"limit": -1, "in_use": 0, "reserved": 0}, "groups": {"limit": 10, "in_use": 0, "reserved": 0}, "id": "27804781df2e4322b17a2204ffcf6ab8"}}' 2023-04-18 17:59:28,675 79790 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 202 POST http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes 0.318s 2023-04-18 17:59:28,676 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1648793183"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12a60c74-18a3-4862-a2ea-4881b413d5a0', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12a60c74-18a3-4862-a2ea-4881b413d5a0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes'} Body: b'{"volume": {"id": "78b63aff-01f9-47c9-9aac-0bfcac397890", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:59:28.602517", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1648793183", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes/78b63aff-01f9-47c9-9aac-0bfcac397890"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/27804781df2e4322b17a2204ffcf6ab8/volumes/78b63aff-01f9-47c9-9aac-0bfcac397890"}], "user_id": "ed255e5f03e64d1a9cb01b69ab2fd312", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:59:28,731 79790 INF O [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes/78b63aff-01f9-47c9-9aac-0bfcac397890 0.046s 2023-04-18 17:59:28,732 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2591b1de-f0b4-4816-82ab-cc4376939d35', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2591b1de-f0b4-4816-82ab-cc4376939d35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes/78b63aff-01f9-47c9-9aac-0bfcac397890'} Body: b'{"volume": {"id": "78b63aff-01f9-47c9-9aac-0bfcac397890", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:59:29.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1648793183", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes/78b63aff-01f9-47c9-9aac-0bfcac397890"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/27804781df2e4322b17a2204ffcf6ab8/volumes/78b63aff-01f9-47c9-9aac-0bfcac397890"}], "user_id": "ed255e5f03e64d1a9cb01b69ab2fd312", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "27804781df2e4322b17a2204ffcf6ab8"}}' 2023-04-18 17:59:29,788 79790 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes/78b63aff-01f9-47c9-9aac-0bfcac397890 0.045s 2023-04-18 17:59:29,788 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49c7371b-7dce-4478-81d4-4cf7c92b7deb', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49c7371b-7dce-4478-81d4-4cf7c92b7deb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes/78b63aff-01f9-47c9-9aac-0bfcac397890'} Body: b'{"volume": {"id": "78b63aff-01f9-47c9-9aac-0bfcac397890", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:59:29.000000", "updated_at": "2023-04-18T17:59:29.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1648793183", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes/78b63aff-01f9-47c9-9aac-0bfcac397890"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/27804781df2e4322b17a2204ffcf6ab8/volumes/78b63aff-01f9-47c9-9aac-0bfcac397890"}], "user_id": "ed255e5f03e64d1a9cb01b69ab2fd312", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "27804781df2e4322b17a2204ffcf6ab8"}}' 2023-04-18 17:59:29,848 79790 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes/78b63aff-01f9-47c9-9aac-0bfcac397890 0.050s 2023-04-18 17:59:29,849 79790 DEBUG [tempest.lib.comm on.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4dd4902-dec9-4fcc-9c6f-d6941b781deb', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4dd4902-dec9-4fcc-9c6f-d6941b781deb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes/78b63aff-01f9-47c9-9aac-0bfcac397890'} Body: b'{"volume": {"id": "78b63aff-01f9-47c9-9aac-0bfcac397890", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:59:29.000000", "updated_at": "2023-04-18T17:59:29.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1648793183", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes/78b63aff-01f9-47c9-9aac-0bfcac397890"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/27804781df2e4322b17a2204ffcf6ab8/volumes/78b63aff-01f9-47c9-9aac-0bfcac397890"}], "user_id": "ed255e5f03e64d1a9cb01b69ab2fd312", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "27804781df2e4322b17a2204ffcf6ab8"}}' 2023-04-18 17:59:29,963 79790 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes/78b63aff-01f9-47c9-9aac-0bfcac397890 0.103s 2023-04-18 17:59:29,963 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ea032de-cd33-478b-8118-fac792a30bae', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes/78b63aff-01f9-47c9-9aac-0bfcac397890'} Body: b'' 2023-04-18 17:59:29,984 79790 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes/78b63aff-01f9-47c9-9aac-0bfcac397890 0.021s 2023-04-18 17:59:29,984 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-7302d7f8-b6da-4f00-ada2-b95806a13565', 'x-openstack-request-id': 'req-7302d7f8-b6da-4f00-ada2-b95806a13565', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes/78b63aff-01f9-47c9-9aac-0bfcac397890'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 78b63aff-01f9-47c9-9aac-0bfcac397890 could not be found."}}' {5} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_list_show_messages [1.961019s] ... ok {2} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer [1.514029s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_quotas.py", line 141, in test_quota_usage_after_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume a4fe11d5-ff1d-4d64-b813-5fa732a59e9f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:59:30,186 79790 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 202 POST http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes 0.198s 2023-04-18 17:59:30,187 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1736417063"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d0b9c56-4f7c-4a3b-98c6-58d56fd9b296', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d0b9c56-4f7c-4a3b-98c6-58d56fd9b296', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes'} Body: b'{"volume": {"id": "a4fe11d5-ff1d-4d64-b813-5fa732a59e9f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:59:30.127797", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1736417063", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes/a4fe11d5-ff1d-4d64-b813-5fa732a59e9f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/27804781df2e4322b17a2204ffcf6ab8/volumes/a4fe11d5-ff1d-4d64-b813-5fa732a59e9f"}], "user_id": "ed255e5f03e64d1a9cb01b69ab2fd312", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:59:30,235 79790 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes/a4fe11d5-ff1d-4d64-b813-5fa732a59e9f 0.039s 2023-04-18 17:59:30,235 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-272dba3b-ef77-400f-bee6-15f9fda4cc5b', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-272dba3b-ef77-400f-bee6-15f9fda4cc5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes/a4fe11d5-ff1d-4d64-b813-5fa732a59e9f'} Body: b'{"volume": {"id": "a4fe11d5-ff1d-4d64-b813-5fa732a59e9f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:59:30.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1736417063", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes/a4fe11d5-ff1d-4d64-b813-5fa732a59e9f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/27804781df2e4322b17a2204ffcf6ab8/volumes/a4fe11d5-ff1d-4d64-b813-5fa732a59e9f"}], "user_id": "ed255e5f03e64d1a9cb01b69ab2fd312", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "27804781df2e4322b17a2204ffcf6ab8"}}' 2023-04-18 17:59:31,286 79790 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes/a4fe11d5-ff1d-4d64-b813-5fa732a59e9f 0.039s 2023-04-18 17:59:31,286 79790 DEBU G [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-267e2186-7ba0-4757-8725-2ea76978a0f4', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-267e2186-7ba0-4757-8725-2ea76978a0f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes/a4fe11d5-ff1d-4d64-b813-5fa732a59e9f'} Body: b'{"volume": {"id": "a4fe11d5-ff1d-4d64-b813-5fa732a59e9f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:59:30.000000", "updated_at": "2023-04-18T17:59:30.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1736417063", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes/a4fe11d5-ff1d-4d64-b813-5fa732a59e9f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/27804781df2e4322b17a2204ffcf6ab8/volumes/a4fe11d5-ff1d-4d64-b813-5fa732a59e9f"}], "user_id": "ed255e5f03e64d1a9cb01b69ab2fd312", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "27804781df2e4322b17a2204ffcf6ab8"}}' 2023-04-18 17:59:31,336 79790 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes/a4fe11d5-ff1d-4d64-b813-5fa732a59e9f 0.039s 2023-04-18 17:59:31,337 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd7af317-3882-4cd2-8fb0-283c2cbdfaac', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd7af317-3882-4cd2-8fb0-283c2cbdfaac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes/a4fe11d5-ff1d-4d64-b813-5fa732a59e9f'} Body: b'{"volume": {"id": "a4fe11d5-ff1d-4d64-b813-5fa732a59e9f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:59:30.000000", "updated_at": "2023-04-18T17:59:30.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1736417063", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes/a4fe11d5-ff1d-4d64-b813-5fa732a59e9f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/27804781df2e4322b17a2204ffcf6ab8/volumes/a4fe11d5-ff1d-4d64-b813-5fa732a59e9f"}], "user_id": "ed255e5f03e64d1a9cb01b69ab2fd312", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "27804781df2e4322b17a2204ffcf6ab8"}}' 2023-04-18 17:59:31,460 79790 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes/a4fe11d5-ff1d-4d64-b813-5fa732a59e9f 0.113s 2023-04-18 17:59:31,461 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:31 GMT', 'server': ' Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f029b198-31e6-4978-a2c4-b792b40bfaf6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes/a4fe11d5-ff1d-4d64-b813-5fa732a59e9f'} Body: b'' 2023-04-18 17:59:31,500 79790 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes/a4fe11d5-ff1d-4d64-b813-5fa732a59e9f 0.038s 2023-04-18 17:59:31,500 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f84132e-a0b2-4e6f-8825-5e82b4b0c5b1', 'x-openstack-request-id': 'req-9f84132e-a0b2-4e6f-8825-5e82b4b0c5b1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes/a4fe11d5-ff1d-4d64-b813-5fa732a59e9f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a4fe11d5-ff1d-4d64-b813-5fa732a59e9f could not be found."}}' {2} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_show_quota_usage [0.109568s] ... ok {2} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant [0.481476s] ... ok {2} tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype [1.655302s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_retype.py", line 203, in test_available_volume_retype src_vol = self.create_volume(volume_type=self.src_vol_type['name']) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume eadaa5b9-6062-487b-ac9d-5e250bfb15b1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:59:36,282 79790 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 202 POST http://10.0.0.210/volume/v3/4a7c260cdd024c2f8b810285633df1d6/volumes 0.304s 2023-04-18 17:59:36,282 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "volume-type-1", "size": 1, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1686336131"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-246a8e5b-a1d2-4c87-bf6d-b3a30995e970', 'content-length': '832', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-246a8e5b-a1d2-4c87-bf6d-b3a30995e970', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4a7c260cdd024c2f8b810285633df1d6/volumes'} Body: b'{"volume": {"id": "eadaa5b9-6062-487b-ac9d-5e250bfb15b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:59:36.222737", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1686336131", "description": null, "volume_type": "volume-type-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4a7c260cdd024c2f8b810285633df1d6/volumes/eadaa5b9-6062-487b-ac9d-5e250bfb15b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4a7c260cdd024c2f8b810285633df1d6/volumes/eadaa5b9-6062-487b-ac9d-5e250bfb15b1"}], "user_id": "f286d64a5bdc46a5913242847bc7791d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:59:36,348 79790 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/4a7c260cdd024c2f8b810285633df1d6/volumes/eadaa5b9-6062-487b-ac9d-5e250bfb15b1 0.050s 2023-04-18 17:59:36,348 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d84b44e7-00bb-44fc-b867-6a8f69fa5e0f', 'content-length': '900', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d84b44e7-00bb-44fc-b867-6a8f69fa5e0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4a7c260cdd024c2f8b810285633df1d6/volumes/eadaa5b9-6062-487b-ac9d-5e250bfb15b1'} Body: b'{"volume": {"id": "eadaa5b9-6062-487b-ac9d-5e250bfb15b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:59:36.000000", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1686336131", "description": null, "volume_type": "volume-type-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4a7c260cdd024c2f8b810285633df1d6/volumes/eadaa5b9-6062-487b-ac9d-5e250bfb15b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4a7c260cdd024c2f8b810285633df1d6/volumes/eadaa5b9-6062-487b-ac9d-5e250bfb15b1"}], "user_id": "f286d64a5bdc46a5913242847bc7791d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4a7c260cdd024c2f8b810285633df1d6"}}' 2023-04-18 17:59:37,403 79790 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/4a7c260cdd024c2f8b810285633df1d6/volumes/eadaa5b9-6062-487b-ac9d-5e250b fb15b1 0.044s 2023-04-18 17:59:37,404 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fb745bd-d8f7-4ecf-8a00-36e958fa62d4', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fb745bd-d8f7-4ecf-8a00-36e958fa62d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4a7c260cdd024c2f8b810285633df1d6/volumes/eadaa5b9-6062-487b-ac9d-5e250bfb15b1'} Body: b'{"volume": {"id": "eadaa5b9-6062-487b-ac9d-5e250bfb15b1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:59:36.000000", "updated_at": "2023-04-18T17:59:36.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1686336131", "description": null, "volume_type": "volume-type-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4a7c260cdd024c2f8b810285633df1d6/volumes/eadaa5b9-6062-487b-ac9d-5e250bfb15b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4a7c260cdd024c2f8b810285633df1d6/volumes/eadaa5b9-6062-487b-ac9d-5e250bfb15b1"}], "user_id": "f286d64a5bdc46a5913242847bc7791d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4a7c260cdd024c2f8b810285633df1d6"}}' 2023-04-18 17:59:37,467 79790 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/4a7c260cdd024c2f8b810285633df1d6/volumes/eadaa5b9-6062-487b-ac9d-5e250bfb15b1 0.048s 2023-04-18 17:59:37,467 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb8a21e6-9d0f-47dc-a5c6-70d2c3197487', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb8a21e6-9d0f-47dc-a5c6-70d2c3197487', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4a7c260cdd024c2f8b810285633df1d6/volumes/eadaa5b9-6062-487b-ac9d-5e250bfb15b1'} Body: b'{"volume": {"id": "eadaa5b9-6062-487b-ac9d-5e250bfb15b1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:59:36.000000", "updated_at": "2023-04-18T17:59:36.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1686336131", "description": null, "volume_type": "volume-type-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4a7c260cdd024c2f8b810285633df1d6/volumes/eadaa5b9-6062-487b-ac9d-5e250bfb15b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4a7c260cdd024c2f8b810285633df1d6/volumes/eadaa5b9-6062-487b-ac9d-5e250bfb15b1"}], "user_id": "f286d64a5bdc46a5913242847bc7791d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4a7c260cdd024c2f8b810285633df1d6"}}' 2023-04-18 17:59:37,604 79790 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/4a7c260cdd024c2f8b810285633df1d6/volumes/eadaa5b9-6062-487b-ac9d-5e250bfb15b1 0.123s 2023-04-18 17:59:37,604 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: No ne Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-556deb11-5017-4b6a-9f08-bb40d3c073f3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4a7c260cdd024c2f8b810285633df1d6/volumes/eadaa5b9-6062-487b-ac9d-5e250bfb15b1'} Body: b'' 2023-04-18 17:59:37,631 79790 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/4a7c260cdd024c2f8b810285633df1d6/volumes/eadaa5b9-6062-487b-ac9d-5e250bfb15b1 0.025s 2023-04-18 17:59:37,631 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-35efd9de-e82f-49e9-a32f-e9b3604d176c', 'x-openstack-request-id': 'req-35efd9de-e82f-49e9-a32f-e9b3604d176c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/4a7c260cdd024c2f8b810285633df1d6/volumes/eadaa5b9-6062-487b-ac9d-5e250bfb15b1'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume eadaa5b9-6062-487b-ac9d-5e250bfb15b1 could not be found."}}' {5} setUpClass (tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_list.py", line 37, in resource_setup volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 6adeadec-71c3-43d4-93c5-cc85e6e2fe4f failed to build and is in ERROR status {5} setUpClass (tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volume_absolute_limits.py", line 37, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ddab43d6-2640-4faa-adca-1cfa7a9e952a failed to build and is in ERROR status {7} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert_with_volume_attached [122.514115s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 450, in test_resize_server_revert_with_volume_attached volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f4c4afe8-4b0b-4892-9281-2c4e918c10e8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:57:41,212 79800 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2 0.374s 2023-04-18 17:57:41,212 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:57:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b3c0983-a892-4f5a-8725-98a393248e02', 'x-compute-request-id': 'req-2b3c0983-a892-4f5a-8725-98a393248e02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2'} Body: b'{"server": {"id": "46ff41f2-dacf-49c7-8c2e-7621fbca6af2", "name": "tempest-ServerActionsTestJSON-server-1477718106", "status": "ACTIVE", "tenant_id": "ecd89586cda04a249c938937bff52645", "user_id": "5530d6dd1b104cd7824717aea8f429cf", "metadata": {}, "hostId": "73996329d44fe766ac51d767253e58db70bb0b2bdfe542e90e2dc30f", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:52:54Z", "updated": "2023-04-18T17:53:08Z", "addresses": {"tempest-ServerActionsTestJSON-603821865-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:d0:66"}, {"version": 4, "addr": "172.24.4.151", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:d0:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1368966076", "OS-SRV-USG:launched_at": "2023-04-18T17:53:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--821005766"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:57:41,482 79800 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2 0.257s 2023-04-18 17:57:41,482 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:57:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea8943a2-1362-4650-a399-2f9759532092', 'x-compute-request-id': 'req-ea8943a2-1362-4650-a399-2f9759532092', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2'} Body: b'{"server": {"id": "46ff41f2-dacf-49c7-8c2e-7621fbca6af2", "name": "tempest-ServerActionsTestJSON-server-1477718106", "status": "ACTIVE", "tenant_id": "ecd89586cda04a249c938937bff52645", "user_id": "5530d6dd1b104cd7824717aea8f429cf", "metadata": {}, "hostId": "73996329d44fe766ac51d767253e58db70bb0b2bdfe542e90e2dc30f", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10. 0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:52:54Z", "updated": "2023-04-18T17:53:08Z", "addresses": {"tempest-ServerActionsTestJSON-603821865-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:d0:66"}, {"version": 4, "addr": "172.24.4.151", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:d0:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1368966076", "OS-SRV-USG:launched_at": "2023-04-18T17:53:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--821005766"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:57:41,655 79800 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2 0.162s 2023-04-18 17:57:41,656 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:57:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-55fefce1-6722-49ea-ac7e-6dd989cfb107', 'x-compute-request-id': 'req-55fefce1-6722-49ea-ac7e-6dd989cfb107', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2'} Body: b'{"server": {"id": "46ff41f2-dacf-49c7-8c2e-7621fbca6af2", "name": "tempest-ServerActionsTestJSON-server-1477718106", "status": "ACTIVE", "tenant_id": "ecd89586cda04a249c938937bff52645", "user_id": "5530d6dd1b104cd7824717aea8f429cf", "metadata": {}, "hostId": "73996329d44fe766ac51d767253e58db70bb0b2bdfe542e90e2dc30f", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:52:54Z", "updated": "2023-04-18T17:53:08Z", "addresses": {"tempest-ServerActionsTestJSON-603821865-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:d0:66"}, {"version": 4, "addr": "172.24.4.151", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:d0:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1368966076", "OS-SRV-USG:launched_at": "2023-04-18T17:53:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--821005766"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:58:41,880 79800 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/ecd89 586cda04a249c938937bff52645/volumes 0.205s 2023-04-18 17:58:41,881 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-ServerActionsTestJSON-volume-1877668943"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb710119-e238-49ff-833b-be3d4d71a12c', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb710119-e238-49ff-833b-be3d4d71a12c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes'} Body: b'{"volume": {"id": "f4c4afe8-4b0b-4892-9281-2c4e918c10e8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:41.816534", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-1877668943", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes/f4c4afe8-4b0b-4892-9281-2c4e918c10e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ecd89586cda04a249c938937bff52645/volumes/f4c4afe8-4b0b-4892-9281-2c4e918c10e8"}], "user_id": "5530d6dd1b104cd7824717aea8f429cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:58:41,938 79800 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes/f4c4afe8-4b0b-4892-9281-2c4e918c10e8 0.046s 2023-04-18 17:58:41,938 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94d97d02-32be-4d9b-a667-810d4b3cc21a', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94d97d02-32be-4d9b-a667-810d4b3cc21a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes/f4c4afe8-4b0b-4892-9281-2c4e918c10e8'} Body: b'{"volume": {"id": "f4c4afe8-4b0b-4892-9281-2c4e918c10e8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:42.000000", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-1877668943", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes/f4c4afe8-4b0b-4892-9281-2c4e918c10e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ecd89586cda04a249c938937bff52645/volumes/f4c4afe8-4b0b-4892-9281-2c4e918c10e8"}], "user_id": "5530d6dd1b104cd7824717aea8f429cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ecd89586cda04a249c938937bff52645"}}' 2023-04-18 17:58:43,011 79800 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes/f4c4afe8-4b0b-4892-9281-2c4e918c10e8 0.061s 2023-04-18 17:58:43,012 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e2ef7cf-fe0c-4c42-87e7-61c37fd5c0ef', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e2ef7cf-fe0c-4c42-87e7-61c37fd5c0ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes/f4c4afe8-4b0b-4892-9281-2c4e918c10e8'} Body: b'{"volume": {"id": "f4c4afe8-4b0b-4892-9281-2c4e918c10e8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:42.000000", "updated_at": "2023-04-18T17:58:42.000000", "name": "tempest-ServerActionsTestJSON-volume-1877668943", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes/f4c4afe8-4b0b-4892-9281-2c4e918c10e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ecd89586cda04a249c938937bff52645/volumes/f4c4afe8-4b0b-4892-9281-2c4e918c10e8"}], "user_id": "5530d6dd1b104cd7824717aea8f429cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ecd89586cda04a249c938937bff52645"}}' 2023-04-18 17:58:43,022 79800 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1737599. The failure could be related to https://launchpad.net/bugs/1737599 2023-04-18 17:58:43,278 79800 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2 0.255s 2023-04-18 17:58:43,278 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7b38b0f-e421-480b-96f5-714a783e01e6', 'x-compute-request-id': 'req-a7b38b0f-e421-480b-96f5-714a783e01e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2'} Body: b'{"server": {"id": "46ff41f2-dacf-49c7-8c2e-7621fbca6af2", "name": "tempest-ServerActionsTestJSON-server-1477718106", "status": "ACTIVE", "tenant_id": "ecd89586cda04a249c938937bff52645", "user_id": "5530d6dd1b104cd7824717aea8f429cf", "metadata": {}, "hostId": "73996329d44fe766ac51d767253e58db70bb0b2bdfe542e90e2dc30f", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:52:54Z", "updated": "2023-04-18T17:53:08Z", "addresses": {"tempest-ServerActionsTestJSON-603821865-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:d0:66"}, {"version": 4, "addr": "172.24.4.151", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:d0:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1368966076", "OS-SRV-USG:launched_at": "2023-04-18T17:53:08.000000", "OS-SRV-USG:terminated_at": nu ll, "security_groups": [{"name": "tempest-securitygroup--821005766"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {2} setUpClass (tempest.api.volume.test_volumes_actions.VolumesActionsTest) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_actions.py", line 37, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 6d467023-bcd8-45ab-b128-7a69f987ec46 failed to build and is in ERROR status {5} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer [1.817426s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 125, in test_create_get_list_accept_volume_transfer test_create_get_list_accept_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 40, in test_create_get_list_accept_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 57f89813-6f07-42bf-9db1-ba0b70cebd7d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:59:45,035 79796 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes 0.494s 2023-04-18 17:59:45,036 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "name": "tempest-VolumesTransfersV355Test-Volume-1816616859"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a12fe8cb-d862-4c14-8afd-1097a5f1efe0', 'content-length': '886', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a12fe8cb-d862-4c14-8afd-1097a5f1efe0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes'} Body: b'{"volume": {"id": "57f89813-6f07-42bf-9db1-ba0b70cebd7d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:59:44.969293", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1816616859", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes/57f89813-6f07-42bf-9db1-ba0b70cebd7d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b3a65b3470a245f8bea4ff47311f71c2/volumes/57f89813-6f07-42bf-9db1-ba0b70cebd7d"}], "user_id": "0fa523b85bda40e689998c2f5a0a74dc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-18 17:59:45,091 79796 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes/57f89813-6f07-42bf-9db1-ba0b70cebd7d 0.046s 2023-04-18 17:59:45,091 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c717211-f3aa-4083-b605-42db61dc3475', 'content-length': '954', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c717211-f3aa-4083-b605-42db61dc3475', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes/57f89813-6f07-42bf-9db1-ba0b70cebd7d'} Body: b'{"volume": {"id": "57f89813-6f07-42bf-9db1-ba0b70cebd7d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:59:45.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1816616859", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes/57f89813-6f07-42bf-9db1-ba0b70cebd7d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b3a65b3470a245f8bea4ff47311f71c2/volumes/57f89813-6f07-42bf-9db1-ba0b70cebd7d"}], "user_id": "0fa523b85bda40e689998c2f5a0a74dc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "b3a65b3470a245f8bea4ff47311f71c2"}}' 2023-04-18 17:59:46,145 79796 INFO [tempest.lib.common.rest_client] Request (Volumes TransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes/57f89813-6f07-42bf-9db1-ba0b70cebd7d 0.041s 2023-04-18 17:59:46,145 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c78fd0b8-9207-4da5-944a-e8a122a8f7da', 'content-length': '975', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c78fd0b8-9207-4da5-944a-e8a122a8f7da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes/57f89813-6f07-42bf-9db1-ba0b70cebd7d'} Body: b'{"volume": {"id": "57f89813-6f07-42bf-9db1-ba0b70cebd7d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:59:45.000000", "updated_at": "2023-04-18T17:59:45.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1816616859", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes/57f89813-6f07-42bf-9db1-ba0b70cebd7d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b3a65b3470a245f8bea4ff47311f71c2/volumes/57f89813-6f07-42bf-9db1-ba0b70cebd7d"}], "user_id": "0fa523b85bda40e689998c2f5a0a74dc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "b3a65b3470a245f8bea4ff47311f71c2"}}' 2023-04-18 17:59:46,196 79796 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes/57f89813-6f07-42bf-9db1-ba0b70cebd7d 0.039s 2023-04-18 17:59:46,196 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b417d4c-df76-47af-a173-2391ae57a727', 'content-length': '975', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b417d4c-df76-47af-a173-2391ae57a727', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes/57f89813-6f07-42bf-9db1-ba0b70cebd7d'} Body: b'{"volume": {"id": "57f89813-6f07-42bf-9db1-ba0b70cebd7d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:59:45.000000", "updated_at": "2023-04-18T17:59:45.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1816616859", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes/57f89813-6f07-42bf-9db1-ba0b70cebd7d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b3a65b3470a245f8bea4ff47311f71c2/volumes/57f89813-6f07-42bf-9db1-ba0b70cebd7d"}], "user_id": "0fa523b85bda40e689998c2f5a0a74dc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "b3a65b3470a245f8bea4ff47311f71c2"}}' 2023-04-18 17:59:46,322 79796 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Tes t:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes/57f89813-6f07-42bf-9db1-ba0b70cebd7d 0.114s 2023-04-18 17:59:46,322 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7a932ce-bd24-4bf0-87d3-4d04dfe77f51', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes/57f89813-6f07-42bf-9db1-ba0b70cebd7d'} Body: b'' 2023-04-18 17:59:46,356 79796 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes/57f89813-6f07-42bf-9db1-ba0b70cebd7d 0.033s 2023-04-18 17:59:46,357 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-b79ad006-e56a-4334-837f-8514aa079a99', 'x-openstack-request-id': 'req-b79ad006-e56a-4334-837f-8514aa079a99', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes/57f89813-6f07-42bf-9db1-ba0b70cebd7d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 57f89813-6f07-42bf-9db1-ba0b70cebd7d could not be found."}}' {5} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer [1.638451s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 131, in test_create_list_delete_volume_transfer test_create_list_delete_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 81, in test_create_list_delete_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume cc9e4f72-9cb3-49d1-a320-ccd86d3dda5f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:59:46,665 79796 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes 0.305s 2023-04-18 17:59:46,666 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "name": "tempest-VolumesTransfersV355Test-Volume-508413188"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-945b900d-cff8-4273-90e3-7dfc7d0b013d', 'content-length': '885', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-945b900d-cff8-4273-90e3-7dfc7d0b013d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes'} Body: b'{"volume": {"id": "cc9e4f72-9cb3-49d1-a320-ccd86d3dda5f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:59:46.591688", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-508413188", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes/cc9e4f72-9cb3-49d1-a320-ccd86d3dda5f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b3a65b3470a245f8bea4ff47311f71c2/volumes/cc9e4f72-9cb3-49d1-a320-ccd86d3dda5f"}], "user_id": "0fa523b85bda40e689998c2f5a0a74dc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-18 17:59:46,746 79796 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes/cc9e4f72-9cb3-49d1-a320-ccd86d3dda5f 0.070s 2023-04-18 17:59:46,747 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c41c4b4b-bbde-4038-b3fe-1f87b0afa70d', 'content-length': '953', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c41c4b4b-bbde-4038-b3fe-1f87b0afa70d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes/cc9e4f72-9cb3-49d1-a320-ccd86d3dda5f'} Body: b'{"volume": {"id": "cc9e4f72-9cb3-49d1-a320-ccd86d3dda5f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:59:47.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-508413188", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes/cc9e4f72-9cb3-49d1-a320-ccd86d3dda5f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b3a65b3470a245f8bea4ff47311f71c2/volumes/cc9e4f72-9cb3-49d1-a320-ccd86d3dda5f"}], "user_id": "0fa523b85bda40e689998c2f5a0a74dc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "b3a65b3470a245f8bea4ff47311f71c2"}}' 2023-04-18 17:59:47,800 79796 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV3 55Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes/cc9e4f72-9cb3-49d1-a320-ccd86d3dda5f 0.040s 2023-04-18 17:59:47,800 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41ab707f-03c5-4a84-b6e8-f23bcbd234c1', 'content-length': '974', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41ab707f-03c5-4a84-b6e8-f23bcbd234c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes/cc9e4f72-9cb3-49d1-a320-ccd86d3dda5f'} Body: b'{"volume": {"id": "cc9e4f72-9cb3-49d1-a320-ccd86d3dda5f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:59:47.000000", "updated_at": "2023-04-18T17:59:47.000000", "name": "tempest-VolumesTransfersV355Test-Volume-508413188", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes/cc9e4f72-9cb3-49d1-a320-ccd86d3dda5f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b3a65b3470a245f8bea4ff47311f71c2/volumes/cc9e4f72-9cb3-49d1-a320-ccd86d3dda5f"}], "user_id": "0fa523b85bda40e689998c2f5a0a74dc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "b3a65b3470a245f8bea4ff47311f71c2"}}' 2023-04-18 17:59:47,854 79796 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes/cc9e4f72-9cb3-49d1-a320-ccd86d3dda5f 0.043s 2023-04-18 17:59:47,854 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aab76d7e-7407-487b-93bc-cf911c5b2628', 'content-length': '974', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aab76d7e-7407-487b-93bc-cf911c5b2628', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes/cc9e4f72-9cb3-49d1-a320-ccd86d3dda5f'} Body: b'{"volume": {"id": "cc9e4f72-9cb3-49d1-a320-ccd86d3dda5f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:59:47.000000", "updated_at": "2023-04-18T17:59:47.000000", "name": "tempest-VolumesTransfersV355Test-Volume-508413188", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes/cc9e4f72-9cb3-49d1-a320-ccd86d3dda5f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b3a65b3470a245f8bea4ff47311f71c2/volumes/cc9e4f72-9cb3-49d1-a320-ccd86d3dda5f"}], "user_id": "0fa523b85bda40e689998c2f5a0a74dc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "b3a65b3470a245f8bea4ff47311f71c2"}}' 2023-04-18 17:59:47,975 79796 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes/cc9e4f72-9cb3-49d1-a320-ccd86d3dda5f 0.110s 2023-04-18 17:59:47,975 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-788d0421-35eb-4ee4-8820-ac0d81149d9a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes/cc9e4f72-9cb3-49d1-a320-ccd86d3dda5f'} Body: b'' 2023-04-18 17:59:47,997 79796 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes/cc9e4f72-9cb3-49d1-a320-ccd86d3dda5f 0.022s 2023-04-18 17:59:47,998 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-16c83c40-f8f9-4ad5-8718-aaba12818213', 'x-openstack-request-id': 'req-16c83c40-f8f9-4ad5-8718-aaba12818213', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes/cc9e4f72-9cb3-49d1-a320-ccd86d3dda5f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume cc9e4f72-9cb3-49d1-a320-ccd86d3dda5f could not be found."}}' {2} tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest.test_extend_attached_volume ... SKIPPED: Attached volume extend is disabled. {2} setUpClass (cinder_tempest_plugin.scenario.test_volume_encrypted.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {5} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern [3.105709s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_stamp_pattern.py", line 87, in test_stamp_pattern volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ab3932c7-0b55-47dc-87f0-51b04b343346 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 18:00:04,288 79796 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.328s 2023-04-18 18:00:04,288 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestStampPattern-767316763", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCHXvxRJraw5TVfGQnzyfeUU0pZqAYtxo+I2y4RSgIkEIHjDQ7g4ZwT5+tNlyc4M7lrCh4zwPJPoz8x48qiyCSvX3WCuUBnekoOyCrth+Pt0Qh67xdzQJ68m3bGXxC3cLg=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:00:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '394', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-987f5952-a26b-48f0-8ced-b8da6dcac02a', 'x-compute-request-id': 'req-987f5952-a26b-48f0-8ced-b8da6dcac02a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestStampPattern-767316763", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCHXvxRJraw5TVfGQnzyfeUU0pZqAYtxo+I2y4RSgIkEIHjDQ7g4ZwT5+tNlyc4M7lrCh4zwPJPoz8x48qiyCSvX3WCuUBnekoOyCrth+Pt0Qh67xdzQJ68m3bGXxC3cLg==", "fingerprint": "87:11:4f:4d:af:1f:c1:9a:10:58:bb:70:e8:34:36:25", "user_id": "50ba755aa401416f82e937413cbd33a2"}}' 2023-04-18 18:00:04,442 79796 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.150s 2023-04-18 18:00:04,442 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-secgroup-smoke-622544731", "description": "tempest-secgroup-smoke-622544731 description", "project_id": "01701c07fe4348398b3664d8cd8d01e6"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1609', 'x-openstack-request-id': 'req-4a775d8b-df36-41c6-8d66-26aeb76bfd7c', 'date': 'Tue, 18 Apr 2023 18:00:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "e1e0e415-fc2a-4b0a-a9e2-accbcb8bb3af", "name": "tempest-secgroup-smoke-622544731", "stateful": true, "tenant_id": "01701c07fe4348398b3664d8cd8d01e6", "description": "tempest-secgroup-smoke-622544731 description", "shared": false, "security_group_rules": [{"id": "057305ed-f803-4d99-affd-4bfc55234ead", "tenant_id": "01701c07fe4348398b3664d8cd8d01e6", "security_group_id": "e1e0e415-fc2a-4b0a-a9e2-accbcb8bb3af", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 876, "description": null, "tags": [], "created_at": "2023-04-18T18:00:04Z", "updated_at": "2023-04-18T18:00:04Z", "revision_number": 0, "project_id": "01701c07fe4348398b3664d8cd8d01e6"}, {"id": "30c6ac73-a2b3-49e6-becf-4039132b4b7b", "tenant_id": "01701c07fe4348398b3664d8cd8d01e6", "security_group_id": "e1e0e415-fc2a-4b0a-a9e2-accbcb8bb3af", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 877, "description": null, "tags": [], "created_at": "2023-04-18T18:00:04Z", "updated_at": "2023-04-18T18:00:04Z", "revision_number": 0, "project_id": "01701c07fe4348398b3664d8cd8d01e6"}], "tags": [], "created_at": "2023-04-18T18:00:04Z", "updated_at": "2023-04-18T18:00:04Z", "revision_number": 1, "project_id": " 01701c07fe4348398b3664d8cd8d01e6"}}' 2023-04-18 18:00:04,605 79796 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.162s 2023-04-18 18:00:04,606 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e1e0e415-fc2a-4b0a-a9e2-accbcb8bb3af", "project_id": "01701c07fe4348398b3664d8cd8d01e6", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-ce8ca440-ed86-4a04-acde-9fe6bfcd25e7', 'date': 'Tue, 18 Apr 2023 18:00:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "272845da-e44e-4b9e-8bce-c8fbfb70345f", "tenant_id": "01701c07fe4348398b3664d8cd8d01e6", "security_group_id": "e1e0e415-fc2a-4b0a-a9e2-accbcb8bb3af", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T18:00:04Z", "updated_at": "2023-04-18T18:00:04Z", "revision_number": 0, "project_id": "01701c07fe4348398b3664d8cd8d01e6"}}' 2023-04-18 18:00:04,759 79796 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.152s 2023-04-18 18:00:04,760 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e1e0e415-fc2a-4b0a-a9e2-accbcb8bb3af", "project_id": "01701c07fe4348398b3664d8cd8d01e6", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-1d0923d1-3fca-407e-bc92-f3d1e32d8dcd', 'date': 'Tue, 18 Apr 2023 18:00:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4d99a123-ae35-4795-a18b-d3ff6c264aa4", "tenant_id": "01701c07fe4348398b3664d8cd8d01e6", "security_group_id": "e1e0e415-fc2a-4b0a-a9e2-accbcb8bb3af", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T18:00:04Z", "updated_at": "2023-04-18T18:00:04Z", "revision_number": 0, "project_id": "01701c07fe4348398b3664d8cd8d01e6"}}' 2023-04-18 18:00:04,909 79796 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.148s 2023-04-18 18:00:04,909 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e1e0e415-fc2a-4b0a-a9e2-accbcb8bb3af", "project_id": "01701c07fe4348398b3664d8cd8d01e6", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-2c6ebf74-cf22-4286-8662-a15a54d916e5', 'date': 'Tue, 18 Apr 2023 18:00:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1b627003-bc70-4771-85be-411d4b8e72c8", "tenant_id": "01701c07fe4348398 b3664d8cd8d01e6", "security_group_id": "e1e0e415-fc2a-4b0a-a9e2-accbcb8bb3af", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T18:00:04Z", "updated_at": "2023-04-18T18:00:04Z", "revision_number": 0, "project_id": "01701c07fe4348398b3664d8cd8d01e6"}}' 2023-04-18 18:00:05,060 79796 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.150s 2023-04-18 18:00:05,060 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e1e0e415-fc2a-4b0a-a9e2-accbcb8bb3af", "project_id": "01701c07fe4348398b3664d8cd8d01e6", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-31f5ecb7-bcdd-4611-985f-b5ff4e6830b9', 'date': 'Tue, 18 Apr 2023 18:00:05 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d7f5e3d1-0192-40f1-b114-fed4c384a7da", "tenant_id": "01701c07fe4348398b3664d8cd8d01e6", "security_group_id": "e1e0e415-fc2a-4b0a-a9e2-accbcb8bb3af", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T18:00:04Z", "updated_at": "2023-04-18T18:00:04Z", "revision_number": 0, "project_id": "01701c07fe4348398b3664d8cd8d01e6"}}' 2023-04-18 18:00:05,219 79796 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.158s 2023-04-18 18:00:05,219 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e1e0e415-fc2a-4b0a-a9e2-accbcb8bb3af", "project_id": "01701c07fe4348398b3664d8cd8d01e6", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-99c7554c-ecce-4af5-a963-f5670a4eb3cd', 'date': 'Tue, 18 Apr 2023 18:00:05 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c5bf8363-379c-4f20-86d6-b9fa8cbfc23e", "tenant_id": "01701c07fe4348398b3664d8cd8d01e6", "security_group_id": "e1e0e415-fc2a-4b0a-a9e2-accbcb8bb3af", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T18:00:05Z", "updated_at": "2023-04-18T18:00:05Z", "revision_number": 0, "project_id": "01701c07fe4348398b3664d8cd8d01e6"}}' 2023-04-18 18:00:05,377 79796 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.157s 2023-04-18 18:00:05,377 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e1e0e415-fc2a-4b0a-a9e2-accbcb8bb3af", "project_id": "01701c07fe4348398b3664d8cd8d01e6", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-t ype': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-70a6d935-7216-404b-abfc-746e70d50a04', 'date': 'Tue, 18 Apr 2023 18:00:05 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9b8aba44-38cc-4fc9-97d2-723fed23e7de", "tenant_id": "01701c07fe4348398b3664d8cd8d01e6", "security_group_id": "e1e0e415-fc2a-4b0a-a9e2-accbcb8bb3af", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T18:00:05Z", "updated_at": "2023-04-18T18:00:05Z", "revision_number": 0, "project_id": "01701c07fe4348398b3664d8cd8d01e6"}}' 2023-04-18 18:00:05,586 79796 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/volume/v3/01701c07fe4348398b3664d8cd8d01e6/volumes 0.208s 2023-04-18 18:00:05,587 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestStampPattern-volume-759724820", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:00:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f4f4e97-fec7-49b4-a11d-00e93f2fd18b', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f4f4e97-fec7-49b4-a11d-00e93f2fd18b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/01701c07fe4348398b3664d8cd8d01e6/volumes'} Body: b'{"volume": {"id": "ab3932c7-0b55-47dc-87f0-51b04b343346", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:00:05.530137", "updated_at": null, "name": "tempest-TestStampPattern-volume-759724820", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/01701c07fe4348398b3664d8cd8d01e6/volumes/ab3932c7-0b55-47dc-87f0-51b04b343346"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/01701c07fe4348398b3664d8cd8d01e6/volumes/ab3932c7-0b55-47dc-87f0-51b04b343346"}], "user_id": "50ba755aa401416f82e937413cbd33a2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 18:00:05,638 79796 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/01701c07fe4348398b3664d8cd8d01e6/volumes/ab3932c7-0b55-47dc-87f0-51b04b343346 0.041s 2023-04-18 18:00:05,638 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:00:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b40ed76e-f6df-496a-b1ce-70e4bb2534fa', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b40ed76e-f6df-496a-b1ce-70e4bb2534fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/01701c07fe4348398b3664d8cd8d01e6/volumes/ab3932c7-0b55-47dc-87f0-51b04b343346'} Body: b'{"volume": {"id": "ab3932c7-0b55-47dc-87f0-51b04b343346", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:00:06.000000", "updated_at": null, "name": "tempest-TestStampPattern-volume-759724820", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metad ata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/01701c07fe4348398b3664d8cd8d01e6/volumes/ab3932c7-0b55-47dc-87f0-51b04b343346"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/01701c07fe4348398b3664d8cd8d01e6/volumes/ab3932c7-0b55-47dc-87f0-51b04b343346"}], "user_id": "50ba755aa401416f82e937413cbd33a2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "01701c07fe4348398b3664d8cd8d01e6"}}' 2023-04-18 18:00:06,718 79796 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/01701c07fe4348398b3664d8cd8d01e6/volumes/ab3932c7-0b55-47dc-87f0-51b04b343346 0.051s 2023-04-18 18:00:06,722 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:00:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14d117fe-30b8-49c3-84cb-7ec670df71bf', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14d117fe-30b8-49c3-84cb-7ec670df71bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/01701c07fe4348398b3664d8cd8d01e6/volumes/ab3932c7-0b55-47dc-87f0-51b04b343346'} Body: b'{"volume": {"id": "ab3932c7-0b55-47dc-87f0-51b04b343346", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:00:06.000000", "updated_at": "2023-04-18T18:00:06.000000", "name": "tempest-TestStampPattern-volume-759724820", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/01701c07fe4348398b3664d8cd8d01e6/volumes/ab3932c7-0b55-47dc-87f0-51b04b343346"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/01701c07fe4348398b3664d8cd8d01e6/volumes/ab3932c7-0b55-47dc-87f0-51b04b343346"}], "user_id": "50ba755aa401416f82e937413cbd33a2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "01701c07fe4348398b3664d8cd8d01e6"}}' 2023-04-18 18:00:06,849 79796 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/01701c07fe4348398b3664d8cd8d01e6/volumes/ab3932c7-0b55-47dc-87f0-51b04b343346 0.109s 2023-04-18 18:00:06,849 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:00:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78e0d80a-1ad4-439d-a9dd-c58e49618ef0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/01701c07fe4348398b3664d8cd8d01e6/volumes/ab3932c7-0b55-47dc-87f0-51b04b343346'} Body: b'' 2023-04-18 18:00:06,871 79796 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/01701c07fe4348398b3664d8cd8d01e6/volumes/ab3932c7-0b55-47dc-87f0-51b04b343346 0.022s 2023-04-18 18:00:06,872 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:00:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1be6139-1081-40da-a65b-db7d4028e223', 'x-openstack-request-id': 'req-c1be6139-1081-40da-a65b-db7d4028e223', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/01701c07fe4348398b3664d8cd8d01e6/volumes/ab3932c7-0b55-47dc-87f0-51b04b343346'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume ab3932c7-0b55-47dc-87f0-51b04b343346 could not be found."}}' 2023-04-18 18:00:07,020 79796 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/e1e0e415-fc2a-4b0a-a9e2-accbcb8bb3af 0.147s 2023-04-18 18:00:07,020 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-7217bcae-7797-41ee-9aab-6de952175de9', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 18:00:07 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/e1e0e415-fc2a-4b0a-a9e2-accbcb8bb3af'} Body: b'' 2023-04-18 18:00:07,059 79796 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-767316763 0.038s 2023-04-18 18:00:07,059 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:00:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8376c55-11f3-46c3-b587-3b430d9323ba', 'x-compute-request-id': 'req-b8376c55-11f3-46c3-b587-3b430d9323ba', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-767316763'} Body: b'' {9} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_image_volume [230.360691s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 305, in test_stable_device_rescue_bfv_image_volume server, rescue_image_id = self._create_server_and_rescue_image( File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 147, in _create_server_and_rescue_image server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 334, in create_test_server with excutils.save_and_reraise_exception(): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 317, in create_test_server server = waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 99b0fb54-1532-4c34-a0a2-b571c80f6283 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2023-04-18T17:59:29Z', 'message': 'Build of instance 99b0fb54-1532-4c34-a0a2-b571c80f6283 aborted: Volume 2f97d90c-774c-4888-ac11-2ab7a1761570 did not finish being created even after we waited 5 seconds or 2 attempts. And its status is error.'}. Server boot request ID: req-9615ecb5-963f-4435-90ea-3fa970c09eff. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:56:22,714 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.086s 2023-04-18 17:56:22,715 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2843', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-3a51aef4-396c-4c64-81e2-b5fb12ef84c6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "171127a60a304629949304db406a8f5b", "name": "tempest-ServerBootFromVolumeStableRescueTest-740353792-project-member", "password_expires_at": null}, "audit_ids": ["dRDZE3xZReurkTptvg4iOA"], "expires_at": "2023-04-18T18:56:22.000000Z", "issued_at": "2023-04-18T17:56:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "03373e65e776406e823e7cc2b277d205", "name": "tempest-ServerBootFromVolumeStableRescueTest-740353792"}, "is_domain": false, "roles": [{"id": "762b079e91ba4ddbacceb1546eb3e74b", "name": "member"}, {"id": "807c7b6962e34127851a8fd52e276165", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e52ae3082fbf4a328ade93bc969dfa86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "166e820cb0ca4a089aa9254384c06e53", "type": "image", "name": "glance"}, {"endpoints": [{"id": "f150521060f741f784e55058e10c303b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "1c8e6022cdfd4e9eb0fc68323e0cac02", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9c29a67948cb4cc48fd15a0431fe7a64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/03373e65e776406e823e7cc2b277d205", "region": "RegionOne"}], "id": "2cacf9cd2898416aa34b0c96d297137a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "065cb3b15cfa48a89cd4a0610ca051f6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "334844b10d614b7693449511937eb5fa", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "42d5039ab31f496ebe06b2ab79621342", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/03373e65e776406e823e7cc2b277d205", "region": "RegionOne"}], "id": "39da698ec5564e8180fd91a7bbf41b0f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "730244346eb743c5833aedad51c363d0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/03373e65e776406e823e7cc2b277d205", "region": "RegionOne"}], "id": "5bcb3497a89a4dd8ae0ef4ff16e2f813", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9e3ae159bccb449fb431409ede0cbbd8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "63801c39cce14ff588071cf5a2486448", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "bb0997ca4d744ef88ab11be55b02192c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "aceec1d3ad2d4c5da6a7ca57bbfb3a51", "type": "identity", "name": "keystone"}]}}' 2023-04-18 17:56:22,716 79804 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '92a3fc19-c274-44eb-bd9d-958fdef4a359', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-1727375647-network', 'tenant_id': '03373e65e776406e823e7cc2b277d205', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'projec t_id': '03373e65e776406e823e7cc2b277d205', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 58274, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T17:52:13Z', 'updated_at': '2023-04-18T17:52:14Z', 'revision_number': 1} available for tenant 2023-04-18 17:56:23,331 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.614s 2023-04-18 17:56:23,332 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerBootFromVolumeStableRescueTest-server-298580635", "imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "flavorRef": "42", "networks": [{"uuid": "92a3fc19-c274-44eb-bd9d-958fdef4a359"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/e3dfe4b7-6a7f-4e7f-9988-ad1c046460a5', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-643fc6ce-1baf-46a1-a9ba-f7ba29c07232', 'x-compute-request-id': 'req-643fc6ce-1baf-46a1-a9ba-f7ba29c07232', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "e3dfe4b7-6a7f-4e7f-9988-ad1c046460a5", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e3dfe4b7-6a7f-4e7f-9988-ad1c046460a5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e3dfe4b7-6a7f-4e7f-9988-ad1c046460a5"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "rddWnm27T7fs"}}' 2023-04-18 17:56:23,414 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/e3dfe4b7-6a7f-4e7f-9988-ad1c046460a5 0.079s 2023-04-18 17:56:23,414 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1394', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4464f0fb-99be-494c-bbe2-166c2cbec52e', 'x-compute-request-id': 'req-4464f0fb-99be-494c-bbe2-166c2cbec52e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e3dfe4b7-6a7f-4e7f-9988-ad1c046460a5'} Body: b'{"server": {"id": "e3dfe4b7-6a7f-4e7f-9988-ad1c046460a5", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-298580635", "status": "BUILD", "tenant_id": "03373e65e776406e823e7cc2b277d205", "user_id": "171127a60a304629949304db406a8f5b", "metadata": {}, "hostId": "", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T17:56:23Z", "updated": "2023-04-18T17:56:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e3dfe4 b7-6a7f-4e7f-9988-ad1c046460a5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e3dfe4b7-6a7f-4e7f-9988-ad1c046460a5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-18 17:57:13,805 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/e3dfe4b7-6a7f-4e7f-9988-ad1c046460a5 0.360s 2023-04-18 17:57:13,805 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:57:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1691', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-699ccea6-0862-4b4e-b56f-6de875c94dc8', 'x-compute-request-id': 'req-699ccea6-0862-4b4e-b56f-6de875c94dc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e3dfe4b7-6a7f-4e7f-9988-ad1c046460a5'} Body: b'{"server": {"id": "e3dfe4b7-6a7f-4e7f-9988-ad1c046460a5", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-298580635", "status": "ACTIVE", "tenant_id": "03373e65e776406e823e7cc2b277d205", "user_id": "171127a60a304629949304db406a8f5b", "metadata": {}, "hostId": "6a33d3a76da607bd3cf1adc328c368bce023b48af675748e85c176f1", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T17:56:23Z", "updated": "2023-04-18T17:56:31Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-1727375647-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:57:09"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e3dfe4b7-6a7f-4e7f-9988-ad1c046460a5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e3dfe4b7-6a7f-4e7f-9988-ad1c046460a5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T17:56:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-18 17:57:13,820 79804 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 17:58:14,736 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 202 POST http://10.0.0.210/compute/v2.1/servers/e3dfe4b7-6a7f-4e7f-9988-ad1c046460a5/action 0.855s 2023-04-18 17:58:14,736 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerBootFromVolumeStabl eRescueTest-image-1778018883"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '52', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa00dc10-8747-4500-a472-9547ad112478', 'x-compute-request-id': 'req-aa00dc10-8747-4500-a472-9547ad112478', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e3dfe4b7-6a7f-4e7f-9988-ad1c046460a5/action'} Body: b'{"image_id": "a4e0e58a-925a-49ac-909f-1404a4c865dc"}' 2023-04-18 17:58:14,762 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 200 GET http://10.0.0.210/image/v2/images/a4e0e58a-925a-49ac-909f-1404a4c865dc 0.024s 2023-04-18 17:58:14,762 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-298acf2a-9bde-49f5-9f72-3af1528c12ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/a4e0e58a-925a-49ac-909f-1404a4c865dc'} Body: b'{"base_image_ref": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "e3dfe4b7-6a7f-4e7f-9988-ad1c046460a5", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-740353792", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-740353792-project-member", "user_id": "171127a60a304629949304db406a8f5b", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1778018883", "disk_format": null, "container_format": null, "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 1, "owner": "03373e65e776406e823e7cc2b277d205", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "a4e0e58a-925a-49ac-909f-1404a4c865dc", "created_at": "2023-04-18T17:58:15Z", "updated_at": "2023-04-18T17:58:15Z", "tags": [], "self": "/v2/images/a4e0e58a-925a-49ac-909f-1404a4c865dc", "file": "/v2/images/a4e0e58a-925a-49ac-909f-1404a4c865dc/file", "schema": "/v2/schemas/image"}' 2023-04-18 17:58:15,787 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 200 GET http://10.0.0.210/image/v2/images/a4e0e58a-925a-49ac-909f-1404a4c865dc 0.023s 2023-04-18 17:58:15,788 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-329101ca-146f-48ab-ba00-2178e6a0e253', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/a4e0e58a-925a-49ac-909f-1404a4c865dc'} Body: b'{"base_image_ref": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "e3dfe4b7-6a7f-4e7f-9988-ad1c046460a5", "owner_project_name": "tempest-ServerBoot FromVolumeStableRescueTest-740353792", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-740353792-project-member", "user_id": "171127a60a304629949304db406a8f5b", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1778018883", "disk_format": null, "container_format": null, "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 1, "owner": "03373e65e776406e823e7cc2b277d205", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "a4e0e58a-925a-49ac-909f-1404a4c865dc", "created_at": "2023-04-18T17:58:15Z", "updated_at": "2023-04-18T17:58:15Z", "tags": [], "self": "/v2/images/a4e0e58a-925a-49ac-909f-1404a4c865dc", "file": "/v2/images/a4e0e58a-925a-49ac-909f-1404a4c865dc/file", "schema": "/v2/schemas/image"}' 2023-04-18 17:58:16,811 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 200 GET http://10.0.0.210/image/v2/images/a4e0e58a-925a-49ac-909f-1404a4c865dc 0.021s 2023-04-18 17:58:16,811 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-7ce3ef85-79be-43fa-b331-a916070b112a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/a4e0e58a-925a-49ac-909f-1404a4c865dc'} Body: b'{"base_image_ref": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "e3dfe4b7-6a7f-4e7f-9988-ad1c046460a5", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-740353792", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-740353792-project-member", "user_id": "171127a60a304629949304db406a8f5b", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1778018883", "disk_format": null, "container_format": null, "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 1, "owner": "03373e65e776406e823e7cc2b277d205", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "a4e0e58a-925a-49ac-909f-1404a4c865dc", "created_at": "2023-04-18T17:58:15Z", "updated_at": "2023-04-18T17:58:15Z", "tags": [], "self": "/v2/images/a4e0e58a-925a-49ac-909f-1404a4c865dc", "file": "/v2/images/a4e0e58a-925a-49ac-909f-1404a4c865dc/file", "schema": "/v2/schemas/image"}' 2023-04-18 17:58:17,842 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 200 GET http://10.0.0.210/image/v2/images/a4e0e58a-925a-49ac-909f-1404a4c865dc 0.029s 2023-04-18 17:58:17,842 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1469', 'content-type': 'application/json', 'x-openstack-request-id': 'req-6e92ce78-fff6-4f52-9bd4-87ab063723f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/a4e0e58a-925a-49ac-909f-1404a4c865dc'} Body: b'{"base_image_ref": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "boot_ roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "e3dfe4b7-6a7f-4e7f-9988-ad1c046460a5", "owner_id": "03373e65e776406e823e7cc2b277d205", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-740353792", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-740353792-project-member", "user_id": "171127a60a304629949304db406a8f5b", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1778018883", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 1, "owner": "03373e65e776406e823e7cc2b277d205", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "a4e0e58a-925a-49ac-909f-1404a4c865dc", "created_at": "2023-04-18T17:58:15Z", "updated_at": "2023-04-18T17:58:17Z", "tags": [], "self": "/v2/images/a4e0e58a-925a-49ac-909f-1404a4c865dc", "file": "/v2/images/a4e0e58a-925a-49ac-909f-1404a4c865dc/file", "schema": "/v2/schemas/image"}' 2023-04-18 17:58:18,865 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 200 GET http://10.0.0.210/image/v2/images/a4e0e58a-925a-49ac-909f-1404a4c865dc 0.021s 2023-04-18 17:58:18,865 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1469', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e46ee103-5e31-4a90-8a85-04d0674bd37c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/a4e0e58a-925a-49ac-909f-1404a4c865dc'} Body: b'{"base_image_ref": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "e3dfe4b7-6a7f-4e7f-9988-ad1c046460a5", "owner_id": "03373e65e776406e823e7cc2b277d205", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-740353792", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-740353792-project-member", "user_id": "171127a60a304629949304db406a8f5b", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1778018883", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": null, "virtual_size": null, "status": "saving", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 1, "owner": "03373e65e776406e823e7cc2b277d205", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "a4e0e58a-925a-49ac-909f-1404a4c865dc", "created_at": "2023-04-18T17:58:15Z", "updated_at": "2023-04-18T17:58:18Z", "tags": [], "self": "/v2/images/a4e0e58a-925a-49ac-909f-1404a4c865dc", "file": "/v2/images/a4e0e58a-925a-49ac-909f-1404a4c865dc/file", "schema": "/v2/schemas/image"}' 2023-04-18 17:58:19,895 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 200 GET http://10.0.0.210/image/v2/images/a4e0e58a-925a-49ac-909f-1404a4c865dc 0.028s 2023-04-18 17:58:19,895 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Ac cept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1639', 'content-type': 'application/json', 'x-openstack-request-id': 'req-9a11bf52-3f28-4122-bff5-54b98f3442a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/a4e0e58a-925a-49ac-909f-1404a4c865dc'} Body: b'{"base_image_ref": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "e3dfe4b7-6a7f-4e7f-9988-ad1c046460a5", "owner_id": "03373e65e776406e823e7cc2b277d205", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-740353792", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-740353792-project-member", "user_id": "171127a60a304629949304db406a8f5b", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1778018883", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "7a590d29e3cd15e4b4139714559759c7", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "03373e65e776406e823e7cc2b277d205", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "fec9b2ea914cc708443103a788a227f53e70552f61e8ba0b945e5a344c851798c078065a2f1ffffb236b6997498c9eea1940a6c837e01d5a8c64c8221aa9fb74", "id": "a4e0e58a-925a-49ac-909f-1404a4c865dc", "created_at": "2023-04-18T17:58:15Z", "updated_at": "2023-04-18T17:58:19Z", "tags": [], "self": "/v2/images/a4e0e58a-925a-49ac-909f-1404a4c865dc", "file": "/v2/images/a4e0e58a-925a-49ac-909f-1404a4c865dc/file", "schema": "/v2/schemas/image"}' 2023-04-18 17:58:19,918 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 200 GET http://10.0.0.210/image/v2/images/a4e0e58a-925a-49ac-909f-1404a4c865dc 0.022s 2023-04-18 17:58:19,918 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1639', 'content-type': 'application/json', 'x-openstack-request-id': 'req-f189cef3-8bf1-437b-be62-3885578494af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/a4e0e58a-925a-49ac-909f-1404a4c865dc'} Body: b'{"base_image_ref": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "e3dfe4b7-6a7f-4e7f-9988-ad1c046460a5", "owner_id": "03373e65e776406e823e7cc2b277d205", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-740353792", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-740353792-project-member", "user_id": "171127a60a304629949304db406a8f5b", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1778018883", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "7a590d29e3cd15e4b4139714559759c7", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "03373e65e776406e823e7cc2b277d205", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "fec9b2ea914cc708443103a788a227f53e70552f61e8ba0b945e5a344c851798c078065a2f1ffffb236b6997498c9eea1940a6c837e01d5a8c64c8221aa9fb74", "id": "a4e0e58a-925a-49ac-909f-1404a4c865dc", "created_at": "2023-04-18T17:58:15Z", "updated_at": "2023-04-18T17:58:19Z", "tags": [], "self": "/v2/images/a4e0e58a-925a-49ac-909f-1404a4c865dc", "file": "/v2/images/a4e0e58a-925a-49ac-909f-1404a4c865dc/file", "schema": "/v2/schemas/image"}' 2023-04-18 17:58:20,158 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/e3dfe4b7-6a7f-4e7f-9988-ad1c046460a5 0.240s 2023-04-18 17:58:20,159 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1691', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-049be149-4cbe-49e1-9671-4af9a1113f92', 'x-compute-request-id': 'req-049be149-4cbe-49e1-9671-4af9a1113f92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e3dfe4b7-6a7f-4e7f-9988-ad1c046460a5'} Body: b'{"server": {"id": "e3dfe4b7-6a7f-4e7f-9988-ad1c046460a5", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-298580635", "status": "ACTIVE", "tenant_id": "03373e65e776406e823e7cc2b277d205", "user_id": "171127a60a304629949304db406a8f5b", "metadata": {}, "hostId": "6a33d3a76da607bd3cf1adc328c368bce023b48af675748e85c176f1", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T17:56:23Z", "updated": "2023-04-18T17:58:19Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-1727375647-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:57:09"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e3dfe4b7-6a7f-4e7f-9988-ad1c046460a5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e3dfe4b7-6a7f-4e7f-9988-ad1c046460a5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T17:56:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-18 17:59:20,379 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.141s 2023-04-18 17:59:20,379 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2843', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-d77e014c-5ea4-4633-b9c7-cc6bed4f079e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"tok en": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "171127a60a304629949304db406a8f5b", "name": "tempest-ServerBootFromVolumeStableRescueTest-740353792-project-member", "password_expires_at": null}, "audit_ids": ["0HUzU9_oRCGJDeqb_JMV_g"], "expires_at": "2023-04-18T18:59:20.000000Z", "issued_at": "2023-04-18T17:59:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "03373e65e776406e823e7cc2b277d205", "name": "tempest-ServerBootFromVolumeStableRescueTest-740353792"}, "is_domain": false, "roles": [{"id": "762b079e91ba4ddbacceb1546eb3e74b", "name": "member"}, {"id": "807c7b6962e34127851a8fd52e276165", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e52ae3082fbf4a328ade93bc969dfa86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "166e820cb0ca4a089aa9254384c06e53", "type": "image", "name": "glance"}, {"endpoints": [{"id": "f150521060f741f784e55058e10c303b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "1c8e6022cdfd4e9eb0fc68323e0cac02", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9c29a67948cb4cc48fd15a0431fe7a64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/03373e65e776406e823e7cc2b277d205", "region": "RegionOne"}], "id": "2cacf9cd2898416aa34b0c96d297137a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "065cb3b15cfa48a89cd4a0610ca051f6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "334844b10d614b7693449511937eb5fa", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "42d5039ab31f496ebe06b2ab79621342", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/03373e65e776406e823e7cc2b277d205", "region": "RegionOne"}], "id": "39da698ec5564e8180fd91a7bbf41b0f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "730244346eb743c5833aedad51c363d0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/03373e65e776406e823e7cc2b277d205", "region": "RegionOne"}], "id": "5bcb3497a89a4dd8ae0ef4ff16e2f813", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9e3ae159bccb449fb431409ede0cbbd8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "63801c39cce14ff588071cf5a2486448", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "bb0997ca4d744ef88ab11be55b02192c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "aceec1d3ad2d4c5da6a7ca57bbfb3a51", "type": "identity", "name": "keystone"}]}}' 2023-04-18 17:59:20,380 79804 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '92a3fc19-c274-44eb-bd9d-958fdef4a359', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-1727375647-network', 'tenant_id': '03373e65e776406e823e7cc2b277d205', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '03373e65e776406e823e7cc2b277d205', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 58274, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T17:52:13Z', 'updated_at': '2023-04-18T17:52:14Z', 'revision_number': 1} available for tenant 2023-04-18 17:59:21,547 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 1.166s 2023-04-18 17:59:21,547 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'app lication/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerBootFromVolumeStableRescueTest-server-716764202", "imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "flavorRef": "42", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "image", "volume_size": 1, "uuid": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "destination_type": "volume"}], "networks": [{"uuid": "92a3fc19-c274-44eb-bd9d-958fdef4a359"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/99b0fb54-1532-4c34-a0a2-b571c80f6283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9615ecb5-963f-4435-90ea-3fa970c09eff', 'x-compute-request-id': 'req-9615ecb5-963f-4435-90ea-3fa970c09eff', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "99b0fb54-1532-4c34-a0a2-b571c80f6283", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/99b0fb54-1532-4c34-a0a2-b571c80f6283"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/99b0fb54-1532-4c34-a0a2-b571c80f6283"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "mmAMH34LBvYG"}}' 2023-04-18 17:59:21,875 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/99b0fb54-1532-4c34-a0a2-b571c80f6283 0.325s 2023-04-18 17:59:21,876 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1394', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43ec3011-cbc6-4e21-ba7b-f2ba81c45f69', 'x-compute-request-id': 'req-43ec3011-cbc6-4e21-ba7b-f2ba81c45f69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/99b0fb54-1532-4c34-a0a2-b571c80f6283'} Body: b'{"server": {"id": "99b0fb54-1532-4c34-a0a2-b571c80f6283", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-716764202", "status": "BUILD", "tenant_id": "03373e65e776406e823e7cc2b277d205", "user_id": "171127a60a304629949304db406a8f5b", "metadata": {}, "hostId": "", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T17:59:22Z", "updated": "2023-04-18T17:59:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/99b0fb54-1532-4c34-a0a2-b571c80f6283"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/99b0fb54-1532-4c34-a0a2-b571c80f6283"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-18 18:00:12,392 79804 INFO [tempest .lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/99b0fb54-1532-4c34-a0a2-b571c80f6283 0.456s 2023-04-18 18:00:12,392 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:00:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1649', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1105581f-f6c1-4700-9d07-2a26cb128efd', 'x-compute-request-id': 'req-1105581f-f6c1-4700-9d07-2a26cb128efd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/99b0fb54-1532-4c34-a0a2-b571c80f6283'} Body: b'{"server": {"id": "99b0fb54-1532-4c34-a0a2-b571c80f6283", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-716764202", "status": "ERROR", "tenant_id": "03373e65e776406e823e7cc2b277d205", "user_id": "171127a60a304629949304db406a8f5b", "metadata": {}, "hostId": "", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T17:59:21Z", "updated": "2023-04-18T17:59:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/99b0fb54-1532-4c34-a0a2-b571c80f6283"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/99b0fb54-1532-4c34-a0a2-b571c80f6283"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2023-04-18T17:59:29Z", "message": "Build of instance 99b0fb54-1532-4c34-a0a2-b571c80f6283 aborted: Volume 2f97d90c-774c-4888-ac11-2ab7a1761570 did not finish being created even after we waited 5 seconds or 2 attempts. And its status is error."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-18 18:00:12,407 79804 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 51 second wait 2023-04-18 18:00:12,945 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 204 DELETE http://10.0.0.210/compute/v2.1/servers/99b0fb54-1532-4c34-a0a2-b571c80f6283 0.537s 2023-04-18 18:00:12,946 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:00:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be10a849-9ea0-4cf6-a053-88f4c347c380', 'x-compute-request-id': 'req-be10a849-9ea0-4cf6-a053-88f4c347c380', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/99b0fb54-1532-4c34-a0a2-b571c80f6283'} Body: b'' 2023-04-18 18:00:12,982 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 404 GET http ://10.0.0.210/compute/v2.1/servers/99b0fb54-1532-4c34-a0a2-b571c80f6283 0.036s 2023-04-18 18:00:12,982 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:00:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-576e407a-54ac-4461-be07-987eb2c406d1', 'x-compute-request-id': 'req-576e407a-54ac-4461-be07-987eb2c406d1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/99b0fb54-1532-4c34-a0a2-b571c80f6283'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 99b0fb54-1532-4c34-a0a2-b571c80f6283 could not be found."}}' {5} setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {7} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_volume_backed_server_confirm [122.926420s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 382, in test_resize_volume_backed_server_confirm server = self.create_test_server(**kwargs) File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 262, in create_test_server with excutils.save_and_reraise_exception(): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 258, in create_test_server waiters.wait_for_volume_resource_status(volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 21f36142-2f09-4c49-b077-4e9fcb40b351 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:59:43,604 79800 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2 0.251s 2023-04-18 17:59:43,605 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aaa0c59a-0ed9-4b46-b39a-626ddfc8157e', 'x-compute-request-id': 'req-aaa0c59a-0ed9-4b46-b39a-626ddfc8157e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2'} Body: b'{"server": {"id": "46ff41f2-dacf-49c7-8c2e-7621fbca6af2", "name": "tempest-ServerActionsTestJSON-server-1477718106", "status": "ACTIVE", "tenant_id": "ecd89586cda04a249c938937bff52645", "user_id": "5530d6dd1b104cd7824717aea8f429cf", "metadata": {}, "hostId": "73996329d44fe766ac51d767253e58db70bb0b2bdfe542e90e2dc30f", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:52:54Z", "updated": "2023-04-18T17:53:08Z", "addresses": {"tempest-ServerActionsTestJSON-603821865-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:d0:66"}, {"version": 4, "addr": "172.24.4.151", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:d0:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1368966076", "OS-SRV-USG:launched_at": "2023-04-18T17:53:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--821005766"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:59:43,955 79800 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2 0.336s 2023-04-18 17:59:43,955 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b1f7e4a-1647-4ad4-909d-c399fb139d4b', 'x-compute-request-id': 'req-2b1f7e4a-1647-4ad4-909d-c399fb139d4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2'} Body: b'{"server": {"id": "46ff41f2-dacf-49c7-8c2e-7621fbca6af2", "name": "tempest-ServerActionsTestJSON-server-1477718106", "status": "ACTIVE", "tenant_id": "ecd89586cda04a249c938937bff52645", "user_id": "5530d6dd1b104cd7824717aea8f429cf", "metadata": {}, "hostId": "73996329d44fe766ac51d767253e58db70bb0b2bdfe542e90e2dc30f", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10. 0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:52:54Z", "updated": "2023-04-18T17:53:08Z", "addresses": {"tempest-ServerActionsTestJSON-603821865-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:d0:66"}, {"version": 4, "addr": "172.24.4.151", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:d0:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1368966076", "OS-SRV-USG:launched_at": "2023-04-18T17:53:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--821005766"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:59:44,229 79800 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2 0.262s 2023-04-18 17:59:44,230 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6d98082-2403-4085-b088-180e588b5526', 'x-compute-request-id': 'req-d6d98082-2403-4085-b088-180e588b5526', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2'} Body: b'{"server": {"id": "46ff41f2-dacf-49c7-8c2e-7621fbca6af2", "name": "tempest-ServerActionsTestJSON-server-1477718106", "status": "ACTIVE", "tenant_id": "ecd89586cda04a249c938937bff52645", "user_id": "5530d6dd1b104cd7824717aea8f429cf", "metadata": {}, "hostId": "73996329d44fe766ac51d767253e58db70bb0b2bdfe542e90e2dc30f", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:52:54Z", "updated": "2023-04-18T17:53:08Z", "addresses": {"tempest-ServerActionsTestJSON-603821865-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:d0:66"}, {"version": 4, "addr": "172.24.4.151", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:d0:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1368966076", "OS-SRV-USG:launched_at": "2023-04-18T17:53:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--821005766"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 18:00:44,363 79800 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 201 POST http://10.0.0.210/identity/v3/auth/toke ns 0.082s 2023-04-18 18:00:44,364 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 18:00:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2815', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-26bb0cff-be52-4a51-83b3-a9c02d94e119', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "5530d6dd1b104cd7824717aea8f429cf", "name": "tempest-ServerActionsTestJSON-1852315175-project-member", "password_expires_at": null}, "audit_ids": ["niamKxSjSDWZd2C-i5JaIw"], "expires_at": "2023-04-18T19:00:44.000000Z", "issued_at": "2023-04-18T18:00:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ecd89586cda04a249c938937bff52645", "name": "tempest-ServerActionsTestJSON-1852315175"}, "is_domain": false, "roles": [{"id": "762b079e91ba4ddbacceb1546eb3e74b", "name": "member"}, {"id": "807c7b6962e34127851a8fd52e276165", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e52ae3082fbf4a328ade93bc969dfa86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "166e820cb0ca4a089aa9254384c06e53", "type": "image", "name": "glance"}, {"endpoints": [{"id": "f150521060f741f784e55058e10c303b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "1c8e6022cdfd4e9eb0fc68323e0cac02", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9c29a67948cb4cc48fd15a0431fe7a64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645", "region": "RegionOne"}], "id": "2cacf9cd2898416aa34b0c96d297137a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "065cb3b15cfa48a89cd4a0610ca051f6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "334844b10d614b7693449511937eb5fa", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "42d5039ab31f496ebe06b2ab79621342", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645", "region": "RegionOne"}], "id": "39da698ec5564e8180fd91a7bbf41b0f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "730244346eb743c5833aedad51c363d0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/ecd89586cda04a249c938937bff52645", "region": "RegionOne"}], "id": "5bcb3497a89a4dd8ae0ef4ff16e2f813", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9e3ae159bccb449fb431409ede0cbbd8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "63801c39cce14ff588071cf5a2486448", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "bb0997ca4d744ef88ab11be55b02192c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "aceec1d3ad2d4c5da6a7ca57bbfb3a51", "type": "identity", "name": "keystone"}]}}' 2023-04-18 18:00:44,364 79800 INFO [tempest.lib.common.fixed_network] (ServerActionsTestJSON:test_resize_volume_backed_server_confirm) Found network {'id': 'c9f56de5-3204-4ebd-a64c-ad91e36e6cac', 'name': 'tempest-ServerActionsTestJSON-603821865-network', 'tenant_id': 'ecd89586cda04a249c938937bff52645', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ecd89586cda04a249c938937bff52645', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 12107, 'is_default': False, 'availability_zone_hints': [], 'availability_z ones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T17:52:13Z', 'updated_at': '2023-04-18T17:52:14Z', 'revision_number': 1} available for tenant 2023-04-18 18:00:44,364 79800 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1368966076', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNTxYHHc/timtEKjaHkBDf99bUNavJSAoRZgmyGcULDdizDvgU2liZvCxY158eCSSRV/uyY+YpA+XWOLzxg9YhMJnnnw+IDipgTOqA01WU7XyY6H76Idol2wmbPGOOtV9g==', 'fingerprint': 'f5:ac:13:6c:7e:66:aa:95:7b:2c:76:4d:f8:2f:92:c4', 'user_id': '5530d6dd1b104cd7824717aea8f429cf', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDChPSspAXsYInbjyijZqmQUucEZTp2bXg7BboOYOjTKXXSP6CAin2q1\nRVv5EE7i+c6gBwYFK4EEACKhZANiAATU8WBx3P7YprRCo2h5AQ3/fW1DWryUgKEW\nYJshnFCw3Ysw74FNpYmbwsWNefHgkkkVf7smPmKQPl1ji88YPWITCZ558PiA4qYE\nzqgNNVlO18mOh++iHaJdsJmzxjjrVfY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '3fdda04d-1055-48e3-b6bd-07177e63af50', 'name': 'tempest-securitygroup--821005766', 'stateful': True, 'tenant_id': 'ecd89586cda04a249c938937bff52645', 'description': 'tempest-description--776927503', 'shared': False, 'security_group_rules': [{'id': '214eaf3f-c900-4ddd-af60-9dbb843d2703', 'tenant_id': 'ecd89586cda04a249c938937bff52645', 'security_group_id': '3fdda04d-1055-48e3-b6bd-07177e63af50', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 292, 'description': None, 'tags': [], 'created_at': '2023-04-18T17:52:42Z', 'updated_at': '2023-04-18T17:52:42Z', 'revision_number': 0, 'project_id': 'ecd89586cda04a249c938937bff52645'}, {'id': 'de790d4b-83cb-4055-a95e-45ab285363c3', 'tenant_id': 'ecd89586cda04a249c938937bff52645', 'security_group_id': '3fdda04d-1055-48e3-b6bd-07177e63af50', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 293, 'description': None, 'tags': [], 'created_at': '2023-04-18T17:52:42Z', 'updated_at': '2023-04-18T17:52:42Z', 'revision_number': 0, 'project_id': 'ecd89586cda04a249c938937bff52645'}], 'tags': [], 'created_at': '2023-04-18T17:52:42Z', 'updated_at': '2023-04-18T17:52:42Z', 'revision_number': 1, 'project_id': 'ecd89586cda04a249c938937bff52645'}, 'floating_ip': {'id': 'd7d1f5aa-37d9-408e-a233-26f1d3d0b4bb', 'tenant_id': 'ecd89586cda04a249c938937bff52645', 'floating_ip_address': '172.24.4.151', 'floating_network_id': 'c2ff55f8-5a51-4b60-9edc-492850802101', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'ecd89586cda04a249c938937bff52645', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T17:52:48Z', 'updated_at': '2023-04-18T17:52:48Z', 'revision_number': 0, 'ip': '172.24.4.151'}} 2023-04-18 18:00:44,700 79800 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 202 POST http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes 0.335s 2023-04-18 18:00:44,701 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-tempest.common.compute-volume-1621666411", "imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:00:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d654280-0aeb-4ccf-9018-fb042a3e01f7', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d654280-0aeb-4c cf-9018-fb042a3e01f7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes'} Body: b'{"volume": {"id": "21f36142-2f09-4c49-b077-4e9fcb40b351", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:00:44.646100", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1621666411", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes/21f36142-2f09-4c49-b077-4e9fcb40b351"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ecd89586cda04a249c938937bff52645/volumes/21f36142-2f09-4c49-b077-4e9fcb40b351"}], "user_id": "5530d6dd1b104cd7824717aea8f429cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 18:00:44,755 79800 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes/21f36142-2f09-4c49-b077-4e9fcb40b351 0.045s 2023-04-18 18:00:44,755 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:00:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fde0ad80-70ae-4399-9616-dc8003588827', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fde0ad80-70ae-4399-9616-dc8003588827', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes/21f36142-2f09-4c49-b077-4e9fcb40b351'} Body: b'{"volume": {"id": "21f36142-2f09-4c49-b077-4e9fcb40b351", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:00:45.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1621666411", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes/21f36142-2f09-4c49-b077-4e9fcb40b351"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ecd89586cda04a249c938937bff52645/volumes/21f36142-2f09-4c49-b077-4e9fcb40b351"}], "user_id": "5530d6dd1b104cd7824717aea8f429cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ecd89586cda04a249c938937bff52645"}}' 2023-04-18 18:00:45,816 79800 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes/21f36142-2f09-4c49-b077-4e9fcb40b351 0.049s 2023-04-18 18:00:45,817 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:00:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fb8f96a-f049-46de-817e-e22f014c8db5', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fb8f96a-f049-46de-817e-e22f014c8db5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes/21f36142-2f09-4c49-b077-4e9fcb40b351'} Body: b'{"volume": {"id": "21f36142-2f09-4c49-b077-4e9fcb40b351", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:00:45 .000000", "updated_at": "2023-04-18T18:00:45.000000", "name": "tempest-tempest.common.compute-volume-1621666411", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes/21f36142-2f09-4c49-b077-4e9fcb40b351"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ecd89586cda04a249c938937bff52645/volumes/21f36142-2f09-4c49-b077-4e9fcb40b351"}], "user_id": "5530d6dd1b104cd7824717aea8f429cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ecd89586cda04a249c938937bff52645"}}' 2023-04-18 18:00:45,933 79800 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 202 DELETE http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes/21f36142-2f09-4c49-b077-4e9fcb40b351 0.106s 2023-04-18 18:00:45,933 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:00:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd0f6e71-1ea2-407d-9d57-3e956aad070b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes/21f36142-2f09-4c49-b077-4e9fcb40b351'} Body: b'' 2023-04-18 18:00:45,955 79800 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 404 GET http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes/21f36142-2f09-4c49-b077-4e9fcb40b351 0.021s 2023-04-18 18:00:45,955 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:00:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ea26859-b2ef-44a7-8421-58855b42ff4d', 'x-openstack-request-id': 'req-6ea26859-b2ef-44a7-8421-58855b42ff4d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes/21f36142-2f09-4c49-b077-4e9fcb40b351'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 21f36142-2f09-4c49-b077-4e9fcb40b351 could not be found."}}' 2023-04-18 18:00:45,955 79800 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1728603. The failure could be related to https://launchpad.net/bugs/1728603 2023-04-18 18:00:46,210 79800 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2 0.253s 2023-04-18 18:00:46,210 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:00:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be44a1e5-6482-4e84-8db8-a799778d6f91', 'x-compute-request-id': 'req-be44a1e5-6482-4e84-8db8-a799778d6f91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2'} Body: b'{"server": {"id": "46ff41f2- dacf-49c7-8c2e-7621fbca6af2", "name": "tempest-ServerActionsTestJSON-server-1477718106", "status": "ACTIVE", "tenant_id": "ecd89586cda04a249c938937bff52645", "user_id": "5530d6dd1b104cd7824717aea8f429cf", "metadata": {}, "hostId": "73996329d44fe766ac51d767253e58db70bb0b2bdfe542e90e2dc30f", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:52:54Z", "updated": "2023-04-18T17:53:08Z", "addresses": {"tempest-ServerActionsTestJSON-603821865-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:d0:66"}, {"version": 4, "addr": "172.24.4.151", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:d0:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1368966076", "OS-SRV-USG:launched_at": "2023-04-18T17:53:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--821005766"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {6} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments [168.168627s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 141, in test_list_get_volume_attachments volume_1st = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 1b9d826e-af9b-4564-8fda-3e0f80086932 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:59:02,914 79798 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 17:59:02,914 79798 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 17:59:02,988 79798 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.069s 2023-04-18 17:59:02,988 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1475602808", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBME0alYswKXq6MtzqbDmLMTDBFmbkFyzQOOpLPrk17QOsOMHyCPNjQt8duAqCKVThSEOwEaMaaU1GITTfay6VQWyy38cRGo9om5knVAYqVkTFg7jB7vNxHMCvHC6XTq5zw=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be80d875-b279-4780-a00c-795c452a266e', 'x-compute-request-id': 'req-be80d875-b279-4780-a00c-795c452a266e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1475602808", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBME0alYswKXq6MtzqbDmLMTDBFmbkFyzQOOpLPrk17QOsOMHyCPNjQt8duAqCKVThSEOwEaMaaU1GITTfay6VQWyy38cRGo9om5knVAYqVkTFg7jB7vNxHMCvHC6XTq5zw==", "fingerprint": "35:77:47:32:58:f8:32:a6:50:aa:cc:c5:d7:12:4e:4e", "user_id": "c167bb97deb24907a1fb757b13e0a840"}}' 2023-04-18 17:59:02,992 79798 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1475602808 created 2023-04-18 17:59:03,231 79798 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.237s 2023-04-18 17:59:03,231 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--864647903", "description": "tempest-description--1830321247"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-aaa2861f-24ba-41fb-83cf-3a8a7d61658f', 'date': 'Tue, 18 Apr 2023 17:59:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "3d4300c7-a275-4392-b82c-5501c40842d0", "name": "tempest-securitygroup--864647903", "stateful": true, "tenant_id": "fbfd165764d6457ba971b760fc1f6718", "description": "tempest-description--1830321247", "shared": false, "security_group_rules": [{"id": "bdc9702b-59e1-4241-9133-4a5263eaa372", "tenant_id": "fbfd165764d6457ba971b760fc1f6718", "security_group_id": "3d4300c7-a275-4392-b82c-5501c40842d0", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 715, "description": null, "tags": [], "created_at": "2023-04-18T17:59:03Z", "updated_at": "2023-04-18T17:59:03Z", "revision_number": 0, "project_id": "fbfd165764d6457ba971b760fc1f6718"}, {"id": "fefacbc4-b351-4823-8a84-004ab913a6b9", "tenant_id": "fbfd165764d6457ba971b760fc1f6718", "security_group_id": "3d4300c7-a275-4392-b82c-5501c40842d0", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "norm alized_cidr": null, "remote_group_id": null, "standard_attr_id": 714, "description": null, "tags": [], "created_at": "2023-04-18T17:59:03Z", "updated_at": "2023-04-18T17:59:03Z", "revision_number": 0, "project_id": "fbfd165764d6457ba971b760fc1f6718"}], "tags": [], "created_at": "2023-04-18T17:59:03Z", "updated_at": "2023-04-18T17:59:03Z", "revision_number": 1, "project_id": "fbfd165764d6457ba971b760fc1f6718"}}' 2023-04-18 17:59:03,420 79798 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.188s 2023-04-18 17:59:03,420 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "3d4300c7-a275-4392-b82c-5501c40842d0", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-648e7c0b-18d1-48d1-bcf4-601220bd76ce', 'date': 'Tue, 18 Apr 2023 17:59:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "51f181a8-e44f-4b31-afd3-e336b6267978", "tenant_id": "fbfd165764d6457ba971b760fc1f6718", "security_group_id": "3d4300c7-a275-4392-b82c-5501c40842d0", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T17:59:03Z", "updated_at": "2023-04-18T17:59:03Z", "revision_number": 0, "project_id": "fbfd165764d6457ba971b760fc1f6718"}}' 2023-04-18 17:59:03,573 79798 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.151s 2023-04-18 17:59:03,573 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "3d4300c7-a275-4392-b82c-5501c40842d0", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-97c5045b-c4e8-4c6d-b2e4-d3604a916126', 'date': 'Tue, 18 Apr 2023 17:59:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "84443f35-5468-44da-8233-8138256658ab", "tenant_id": "fbfd165764d6457ba971b760fc1f6718", "security_group_id": "3d4300c7-a275-4392-b82c-5501c40842d0", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T17:59:03Z", "updated_at": "2023-04-18T17:59:03Z", "revision_number": 0, "project_id": "fbfd165764d6457ba971b760fc1f6718"}}' 2023-04-18 17:59:03,574 79798 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--864647903 created 2023-04-18 17:59:04,463 79798 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.889s 2023-04-18 17:59:04,464 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "c2ff55f8-5a51-4b60-9edc-492850802101"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x -openstack-request-id': 'req-3e427fbb-8a08-4547-b715-d3f2c2fc0078', 'date': 'Tue, 18 Apr 2023 17:59:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "514591a5-76ee-43d5-9745-28826e18911c", "tenant_id": "fbfd165764d6457ba971b760fc1f6718", "floating_ip_address": "172.24.4.196", "floating_network_id": "c2ff55f8-5a51-4b60-9edc-492850802101", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "fbfd165764d6457ba971b760fc1f6718", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T17:59:04Z", "updated_at": "2023-04-18T17:59:04Z", "revision_number": 0}}' 2023-04-18 17:59:04,464 79798 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '514591a5-76ee-43d5-9745-28826e18911c', 'tenant_id': 'fbfd165764d6457ba971b760fc1f6718', 'floating_ip_address': '172.24.4.196', 'floating_network_id': 'c2ff55f8-5a51-4b60-9edc-492850802101', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'fbfd165764d6457ba971b760fc1f6718', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T17:59:04Z', 'updated_at': '2023-04-18T17:59:04Z', 'revision_number': 0, 'ip': '172.24.4.196'} created 2023-04-18 17:59:04,554 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.080s 2023-04-18 17:59:04,554 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2811', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-517ce828-06bb-4147-a734-c1c06ccc84de', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c167bb97deb24907a1fb757b13e0a840", "name": "tempest-AttachVolumeTestJSON-709288454-project-member", "password_expires_at": null}, "audit_ids": ["dyvWVKUBRq-QZMqT8ybahw"], "expires_at": "2023-04-18T18:59:04.000000Z", "issued_at": "2023-04-18T17:59:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fbfd165764d6457ba971b760fc1f6718", "name": "tempest-AttachVolumeTestJSON-709288454"}, "is_domain": false, "roles": [{"id": "762b079e91ba4ddbacceb1546eb3e74b", "name": "member"}, {"id": "807c7b6962e34127851a8fd52e276165", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e52ae3082fbf4a328ade93bc969dfa86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "166e820cb0ca4a089aa9254384c06e53", "type": "image", "name": "glance"}, {"endpoints": [{"id": "f150521060f741f784e55058e10c303b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "1c8e6022cdfd4e9eb0fc68323e0cac02", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9c29a67948cb4cc48fd15a0431fe7a64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/fbfd165764d6457ba971b760fc1f6718", "region": "RegionOne"}], "id": "2cacf9cd2898416aa34b0c96d297137a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "065cb3b15cfa48a89cd4a0610ca051f6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "334844b10d614b7693449511937eb5fa", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "42d5039ab31f496ebe06b2ab79621342", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/fbfd165764d6457ba971b 760fc1f6718", "region": "RegionOne"}], "id": "39da698ec5564e8180fd91a7bbf41b0f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "730244346eb743c5833aedad51c363d0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/fbfd165764d6457ba971b760fc1f6718", "region": "RegionOne"}], "id": "5bcb3497a89a4dd8ae0ef4ff16e2f813", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9e3ae159bccb449fb431409ede0cbbd8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "63801c39cce14ff588071cf5a2486448", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "bb0997ca4d744ef88ab11be55b02192c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "aceec1d3ad2d4c5da6a7ca57bbfb3a51", "type": "identity", "name": "keystone"}]}}' 2023-04-18 17:59:04,555 79798 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': '349cb244-24d7-4014-8bdf-ec2dbc00aed5', 'name': 'tempest-AttachVolumeTestJSON-316628097-network', 'tenant_id': 'fbfd165764d6457ba971b760fc1f6718', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'fbfd165764d6457ba971b760fc1f6718', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 35522, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T17:56:08Z', 'updated_at': '2023-04-18T17:56:08Z', 'revision_number': 1} available for tenant 2023-04-18 17:59:04,555 79798 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1475602808', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBME0alYswKXq6MtzqbDmLMTDBFmbkFyzQOOpLPrk17QOsOMHyCPNjQt8duAqCKVThSEOwEaMaaU1GITTfay6VQWyy38cRGo9om5knVAYqVkTFg7jB7vNxHMCvHC6XTq5zw==', 'fingerprint': '35:77:47:32:58:f8:32:a6:50:aa:cc:c5:d7:12:4e:4e', 'user_id': 'c167bb97deb24907a1fb757b13e0a840', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBuPQ5ItP4b2hLKB4ROifrwjqgYrSuBKnCIxCNBEhH6c98gbp0+v08d\n+rYZaC2Z/PqgBwYFK4EEACKhZANiAATBNGpWLMCl6ujLc6mw5izEwwRZm5Bcs0Dj\nqSz65Ne0DrDjB8gjzY0LfHbgKgilU4UhDsBGjGmlNRiE032sulUFsst/HERqPaJu\nZJ1QGKlZExYO4we7zcRzArxwul06uc8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '3d4300c7-a275-4392-b82c-5501c40842d0', 'name': 'tempest-securitygroup--864647903', 'stateful': True, 'tenant_id': 'fbfd165764d6457ba971b760fc1f6718', 'description': 'tempest-description--1830321247', 'shared': False, 'security_group_rules': [{'id': 'bdc9702b-59e1-4241-9133-4a5263eaa372', 'tenant_id': 'fbfd165764d6457ba971b760fc1f6718', 'security_group_id': '3d4300c7-a275-4392-b82c-5501c40842d0', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 715, 'description': None, 'tags': [], 'created_at': '2023-04-18T17:59:03Z', 'updated_at': '2023-04-18T17:59:03Z', 'revision_number': 0, 'project_id': 'fbfd165764d6457ba971b760fc1f6718'}, {'id': 'fefacbc4-b351-4823-8a84-004ab913a6b9', 'tenant_id': 'fbfd165764d6457ba971b760fc1f6718', 'security_group_id': '3d4300c7-a275-4392-b82c-5501c40842d0', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 714, 'description': None, 'tags': [], 'created_at': '2023-04-18T17:59:03Z', 'updated_at': '2023-04-18T17:59:03Z', 'revision_number': 0, 'project_id': 'fbfd165764d6457ba971b760fc1f6718'}], 'tags': [], 'created_at': '2023-0 4-18T17:59:03Z', 'updated_at': '2023-04-18T17:59:03Z', 'revision_number': 1, 'project_id': 'fbfd165764d6457ba971b760fc1f6718'}, 'floating_ip': {'id': '514591a5-76ee-43d5-9745-28826e18911c', 'tenant_id': 'fbfd165764d6457ba971b760fc1f6718', 'floating_ip_address': '172.24.4.196', 'floating_network_id': 'c2ff55f8-5a51-4b60-9edc-492850802101', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'fbfd165764d6457ba971b760fc1f6718', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T17:59:04Z', 'updated_at': '2023-04-18T17:59:04Z', 'revision_number': 0, 'ip': '172.24.4.196'}} 2023-04-18 17:59:05,878 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://10.0.0.210/compute/v2.1/servers 1.322s 2023-04-18 17:59:05,879 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-233126300", "imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "349cb244-24d7-4014-8bdf-ec2dbc00aed5"}], "security_groups": [{"name": "tempest-securitygroup--864647903"}], "key_name": "tempest-keypair-1475602808", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/39d85bcc-3afe-4457-8975-18ff2395b814', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71431a43-b613-4baf-ad04-eb0d932ac733', 'x-compute-request-id': 'req-71431a43-b613-4baf-ad04-eb0d932ac733', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "39d85bcc-3afe-4457-8975-18ff2395b814", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/39d85bcc-3afe-4457-8975-18ff2395b814"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/39d85bcc-3afe-4457-8975-18ff2395b814"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--864647903"}], "adminPass": "password"}}' 2023-04-18 17:59:05,963 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/39d85bcc-3afe-4457-8975-18ff2395b814 0.081s 2023-04-18 17:59:05,963 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1231', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e8a97c7-7f2f-4bb9-88da-8c5b18a4d46b', 'x-compute-request-id': 'req-8e8a97c7-7f2f-4bb9-88da-8c5b18a4d46b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/39d85bcc-3afe-4457-8975-18ff2395b814'} Body: b'{"server": {"id": "39d85bcc-3afe-4457-8975-18ff2395b814", "name": "tempest-AttachVolumeTestJSON-server-233126300", "status": "BUILD", "tenant_id": "fbfd165764d6457ba971b760fc1f6718", "user_id": "c167bb97deb24907a1fb757b13e0a840", "metadata": {}, "hostId": "", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "li nks": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:59:06Z", "updated": "2023-04-18T17:59:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/39d85bcc-3afe-4457-8975-18ff2395b814"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/39d85bcc-3afe-4457-8975-18ff2395b814"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1475602808", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:59:56,389 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/39d85bcc-3afe-4457-8975-18ff2395b814 0.390s 2023-04-18 17:59:56,390 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1536', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15454517-ddc6-4755-95ef-dd3c3f2c5c6b', 'x-compute-request-id': 'req-15454517-ddc6-4755-95ef-dd3c3f2c5c6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/39d85bcc-3afe-4457-8975-18ff2395b814'} Body: b'{"server": {"id": "39d85bcc-3afe-4457-8975-18ff2395b814", "name": "tempest-AttachVolumeTestJSON-server-233126300", "status": "ACTIVE", "tenant_id": "fbfd165764d6457ba971b760fc1f6718", "user_id": "c167bb97deb24907a1fb757b13e0a840", "metadata": {}, "hostId": "897568fa2452eeb455a787e1ed581b4bd20eea085d1b76c05cd440c7", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:59:05Z", "updated": "2023-04-18T17:59:13Z", "addresses": {"tempest-AttachVolumeTestJSON-316628097-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:49:f3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/39d85bcc-3afe-4457-8975-18ff2395b814"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/39d85bcc-3afe-4457-8975-18ff2395b814"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1475602808", "OS-SRV-USG:launched_at": "2023-04-18T17:59:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--864647903"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:59:56,403 79798 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-18 18:00:57,023 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/39d85bcc-3afe-4457-8975-18ff2395b814/os-interface 0.576s 2023-04-18 18:00:57,023 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:00:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33016507-8a5a-4dae-afa7-06e1baebec40', 'x-compute-request-id': 'req-33016507-8a5a-4dae-afa7-06e1baebec40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/39d85bcc-3afe-4457-8975-18ff2395b814/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "349cb244-24d7-4014-8bdf-ec2dbc00aed5", "port_id": "5ce5f67e-29f3-4ec1-a9f8-734b47f192e8", "mac_addr": "fa:16:3e:93:49:f3", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "c2ddd7e0-32f5-4f02-9e7d-3cd92be7d592", "ip_address": "10.0.0.13"}]}]}' 2023-04-18 18:00:57,960 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/514591a5-76ee-43d5-9745-28826e18911c 0.932s 2023-04-18 18:00:57,960 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "5ce5f67e-29f3-4ec1-a9f8-734b47f192e8"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-4027e5e0-0ce0-4ecf-a43a-c4fbf148dd63', 'date': 'Tue, 18 Apr 2023 18:00:57 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/514591a5-76ee-43d5-9745-28826e18911c'} Body: b'{"floatingip": {"id": "514591a5-76ee-43d5-9745-28826e18911c", "tenant_id": "fbfd165764d6457ba971b760fc1f6718", "floating_ip_address": "172.24.4.196", "floating_network_id": "c2ff55f8-5a51-4b60-9edc-492850802101", "router_id": "7f79d48b-532d-409a-b766-7e8eaa6e4913", "port_id": "5ce5f67e-29f3-4ec1-a9f8-734b47f192e8", "fixed_ip_address": "10.0.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "349cb244-24d7-4014-8bdf-ec2dbc00aed5", "mac_address": "fa:16:3e:93:49:f3", "admin_state_up": true, "status": "ACTIVE", "device_id": "39d85bcc-3afe-4457-8975-18ff2395b814", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T17:59:04Z", "updated_at": "2023-04-18T18:00:57Z", "revision_number": 1, "project_id": "fbfd165764d6457ba971b760fc1f6718"}}' 2023-04-18 18:00:57,961 79798 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.196:22' as 'cirros' with public key authentication 2023-04-18 18:00:57,998 79798 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 18:00:58,018 79798 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 18:00:58,019 79798 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.196 successfully created 2023-04-18 18:00:58,071 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/39d85bcc-3afe-4457-8975-18ff2395b814/ips 0.051s 2023-04-18 18:00:58,071 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:00:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '104', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-75e8fa09-9ab5-4d6e-aefe-3c0e0649cb86', 'x-compute-request-id': 'req-75e8fa09-9ab5-4d6e-aefe-3c0e0649cb86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/39d85bcc-3afe-4457-8975-18ff2395b814/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-316628097-network": [{"version": 4, "addr": "10.0.0.13"}]}}' 2023-04-18 18:00:58,340 79798 I NFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://10.0.0.210/volume/v3/fbfd165764d6457ba971b760fc1f6718/volumes 0.265s 2023-04-18 18:00:58,340 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-AttachVolumeTestJSON-volume-852955507"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:00:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68c70bf6-209b-44e9-b73c-97738924883e', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68c70bf6-209b-44e9-b73c-97738924883e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fbfd165764d6457ba971b760fc1f6718/volumes'} Body: b'{"volume": {"id": "1b9d826e-af9b-4564-8fda-3e0f80086932", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:00:58.266266", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-852955507", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fbfd165764d6457ba971b760fc1f6718/volumes/1b9d826e-af9b-4564-8fda-3e0f80086932"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fbfd165764d6457ba971b760fc1f6718/volumes/1b9d826e-af9b-4564-8fda-3e0f80086932"}], "user_id": "c167bb97deb24907a1fb757b13e0a840", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 18:00:58,394 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/fbfd165764d6457ba971b760fc1f6718/volumes/1b9d826e-af9b-4564-8fda-3e0f80086932 0.044s 2023-04-18 18:00:58,394 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:00:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b70773d-464e-49df-9598-b3b5fad154d5', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b70773d-464e-49df-9598-b3b5fad154d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fbfd165764d6457ba971b760fc1f6718/volumes/1b9d826e-af9b-4564-8fda-3e0f80086932'} Body: b'{"volume": {"id": "1b9d826e-af9b-4564-8fda-3e0f80086932", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:00:58.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-852955507", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fbfd165764d6457ba971b760fc1f6718/volumes/1b9d826e-af9b-4564-8fda-3e0f80086932"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fbfd165764d6457ba971b760fc1f6718/volumes/1b9d826e-af9b-4564-8fda-3e0f80086932"}], "user_id": "c167bb97deb24907a1fb757b13e0a840", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fbfd165764d6457ba971b760fc1f6718"}}' 2023-04-18 18:00:59,449 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/fbfd165764d6457ba971b760fc1f6718/volumes/1b9d826e-af9b-4564-8fda-3e0f80086932 0.042s 2023-04-18 18:00:59,449 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:00:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2ccc5eb-7f9f-407a-8a69-9556e391a655', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2ccc5eb-7f9f-407a-8a69-9556e391a655', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fbfd165764d6457ba971b760fc1f6718/volumes/1b9d826e-af9b-4564-8fda-3e0f80086932'} Body: b'{"volume": {"id": "1b9d826e-af9b-4564-8fda-3e0f80086932", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:00:58.000000", "updated_at": "2023-04-18T18:00:58.000000", "name": "tempest-AttachVolumeTestJSON-volume-852955507", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fbfd165764d6457ba971b760fc1f6718/volumes/1b9d826e-af9b-4564-8fda-3e0f80086932"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fbfd165764d6457ba971b760fc1f6718/volumes/1b9d826e-af9b-4564-8fda-3e0f80086932"}], "user_id": "c167bb97deb24907a1fb757b13e0a840", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fbfd165764d6457ba971b760fc1f6718"}}' 2023-04-18 18:00:59,584 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/39d85bcc-3afe-4457-8975-18ff2395b814 0.123s 2023-04-18 18:00:59,584 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:00:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ea1b591-c6cd-4e6e-9ce8-c873ababfd39', 'x-compute-request-id': 'req-2ea1b591-c6cd-4e6e-9ce8-c873ababfd39', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/39d85bcc-3afe-4457-8975-18ff2395b814'} Body: b'' 2023-04-18 18:01:00,063 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/39d85bcc-3afe-4457-8975-18ff2395b814 0.478s 2023-04-18 18:01:00,063 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:00:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1661', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be19f244-b6c5-496e-a0e8-8fadf1fb00ff', 'x-compute-request-id': 'req-be19f244-b6c5-496e-a0e8-8fadf1fb00ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/39d85bcc-3afe-4457-8975-18ff2395b814'} Body: b'{"server": {"id": "39d85bcc-3afe-4457-8975-18ff2395b814", "name": "tempest-AttachVolumeTestJSON-server-233126300", "status": "ACTIVE", "tenant_id": "fbfd165764d6457ba971b760fc1f6718", "user_id": "c167bb97deb24907a1fb757b13e0a840", "metadata": {}, "hostId": "897568fa2452eeb455a787e1ed581b4bd20eea085d1b76c05cd440c7", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:59:05Z", "updated": "2023-04-18T18:01:00Z", "addresses": {"tempest-AttachVolumeTestJSON-316628097-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:49:f3"}, {"version": 4, "addr": "172.24.4.196", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:49:f3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/39d85bcc-3afe-4457-8975-18ff2395b814"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/39d85bcc-3afe-4457-8975-18ff2395b814"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1475602808", "OS-SRV-USG:launched_at": "2023-04-18T17:59:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--864647903"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 18:01:50,369 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/39d85bcc-3afe-4457-8975-18ff2395b814 0.257s 2023-04-18 18:01:50,370 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:01:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-e6b4f83e-ad62-4a4d-82da-d76aca12add8', 'x-compute-request-id': 'req-e6b4f83e-ad62-4a4d-82da-d76aca12add8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/39d85bcc-3afe-4457-8975-18ff2395b814'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 39d85bcc-3afe-4457-8975-18ff2395b814 could not be found."}}' 2023-04-18 18:01:50,399 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1475602808 0.029s 2023-04-18 18:01:50,400 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:01:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a755f126-cc83-4294-90ef-49e1f5d80da7', 'x-compute-request-id': 'req-a755f126-cc83-4294-90ef-49e1f5d80da7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1475602808'} Body: b'' 2023-04-18 18:01:50,569 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/3d4300c7-a275-4392-b82c-5501c40842d0 0.168s 2023-04-18 18:01:50,569 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-19b99d37-8ce2-40f8-92ab-18bf9e58c161', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 18:01:50 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/3d4300c7-a275-4392-b82c-5501c40842d0'} Body: b'' 2023-04-18 18:01:50,594 79798 INFO [tempest.lib .common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/3d4300c7-a275-4392-b82c-5501c40842d0 0.024s 2023-04-18 18:01:50,594 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-e9c94075-8a57-4c96-b9cf-14d4c9b0909a', 'date': 'Tue, 18 Apr 2023 18:01:50 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/3d4300c7-a275-4392-b82c-5501c40842d0'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 3d4300c7-a275-4392-b82c-5501c40842d0 does not exist", "detail": ""}}' 2023-04-18 18:01:51,080 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/514591a5-76ee-43d5-9745-28826e18911c 0.485s 2023-04-18 18:01:51,081 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-636d4f88-951d-4c43-b17e-676174741bd3', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 18:01:51 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/514591a5-76ee-43d5-9745-28826e18911c'} Body: b'' {7} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota [0.189335s] ... ok {7} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota [0.793711s] ... ok {7} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list [0.184828s] ... ok {7} tempest.api.volume.test_versions.VersionsTest.test_list_versions [0.014499s] ... ok {7} tempest.api.volume.test_versions.VersionsTest.test_show_version [0.164740s] ... ok {7} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer [1.836979s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 40, in test_create_get_list_accept_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d22568ba-9009-4651-9a4a-a061be7e5c5d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 18:02:50,961 79800 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes 0.478s 2023-04-18 18:02:50,962 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "name": "tempest-VolumesTransfersTest-Volume-876742939"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:02:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-302502c7-7350-4626-8ef1-68034c9dedfe', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-302502c7-7350-4626-8ef1-68034c9dedfe', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes'} Body: b'{"volume": {"id": "d22568ba-9009-4651-9a4a-a061be7e5c5d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:02:50.896077", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-876742939", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes/d22568ba-9009-4651-9a4a-a061be7e5c5d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1659f5e6fd84016b112023d64b4160c/volumes/d22568ba-9009-4651-9a4a-a061be7e5c5d"}], "user_id": "a33deef3061d4d68b0d4adf7174e0576", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 18:02:51,024 79800 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes/d22568ba-9009-4651-9a4a-a061be7e5c5d 0.051s 2023-04-18 18:02:51,024 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:02:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5deda407-9b6c-4968-a6df-5f859ff0dff6', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5deda407-9b6c-4968-a6df-5f859ff0dff6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes/d22568ba-9009-4651-9a4a-a061be7e5c5d'} Body: b'{"volume": {"id": "d22568ba-9009-4651-9a4a-a061be7e5c5d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:02:51.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-876742939", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes/d22568ba-9009-4651-9a4a-a061be7e5c5d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1659f5e6fd84016b112023d64b4160c/volumes/d22568ba-9009-4651-9a4a-a061be7e5c5d"}], "user_id": "a33deef3061d4d68b0d4adf7174e0576", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d1659f5e6fd84016b112023d64b4160c"}}' 2023-04-18 18:02:52,121 79800 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes/d22568ba-9009-4651-9a4a-a061be7e5c5d 0.084s 2023-04-18 18:02:52,121 79800 DEBUG [tempest.lib. common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:02:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87c0611d-9bce-4f9b-bdd6-93592b001d04', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87c0611d-9bce-4f9b-bdd6-93592b001d04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes/d22568ba-9009-4651-9a4a-a061be7e5c5d'} Body: b'{"volume": {"id": "d22568ba-9009-4651-9a4a-a061be7e5c5d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:02:51.000000", "updated_at": "2023-04-18T18:02:51.000000", "name": "tempest-VolumesTransfersTest-Volume-876742939", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes/d22568ba-9009-4651-9a4a-a061be7e5c5d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1659f5e6fd84016b112023d64b4160c/volumes/d22568ba-9009-4651-9a4a-a061be7e5c5d"}], "user_id": "a33deef3061d4d68b0d4adf7174e0576", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d1659f5e6fd84016b112023d64b4160c"}}' 2023-04-18 18:02:52,177 79800 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes/d22568ba-9009-4651-9a4a-a061be7e5c5d 0.044s 2023-04-18 18:02:52,177 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:02:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d34928de-892f-46b7-b475-7be0200b0ba8', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d34928de-892f-46b7-b475-7be0200b0ba8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes/d22568ba-9009-4651-9a4a-a061be7e5c5d'} Body: b'{"volume": {"id": "d22568ba-9009-4651-9a4a-a061be7e5c5d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:02:51.000000", "updated_at": "2023-04-18T18:02:51.000000", "name": "tempest-VolumesTransfersTest-Volume-876742939", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes/d22568ba-9009-4651-9a4a-a061be7e5c5d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1659f5e6fd84016b112023d64b4160c/volumes/d22568ba-9009-4651-9a4a-a061be7e5c5d"}], "user_id": "a33deef3061d4d68b0d4adf7174e0576", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d1659f5e6fd84016b112023d64b4160c"}}' 2023-04-18 18:02:52,294 79800 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes/d22568ba-9009-4651-9a4a-a061be7e5c5d 0.107s 2023-04-18 18:02:52,295 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:02:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length ': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34303038-2c9d-4e24-a478-214d41aef233', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes/d22568ba-9009-4651-9a4a-a061be7e5c5d'} Body: b'' 2023-04-18 18:02:52,318 79800 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes/d22568ba-9009-4651-9a4a-a061be7e5c5d 0.022s 2023-04-18 18:02:52,318 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:02:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-c20866ed-3f23-4f8b-b0f7-fd5cc129e104', 'x-openstack-request-id': 'req-c20866ed-3f23-4f8b-b0f7-fd5cc129e104', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes/d22568ba-9009-4651-9a4a-a061be7e5c5d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d22568ba-9009-4651-9a4a-a061be7e5c5d could not be found."}}' {7} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer [1.507644s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 81, in test_create_list_delete_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume a85a6290-815a-437c-8649-7f0cbc62c09e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 18:02:52,524 79800 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes 0.201s 2023-04-18 18:02:52,524 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "name": "tempest-VolumesTransfersTest-Volume-312960293"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:02:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8112719-687e-419d-99d1-7fd0c0501927', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8112719-687e-419d-99d1-7fd0c0501927', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes'} Body: b'{"volume": {"id": "a85a6290-815a-437c-8649-7f0cbc62c09e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:02:52.467335", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-312960293", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes/a85a6290-815a-437c-8649-7f0cbc62c09e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1659f5e6fd84016b112023d64b4160c/volumes/a85a6290-815a-437c-8649-7f0cbc62c09e"}], "user_id": "a33deef3061d4d68b0d4adf7174e0576", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 18:02:52,580 79800 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes/a85a6290-815a-437c-8649-7f0cbc62c09e 0.046s 2023-04-18 18:02:52,581 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:02:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac97cc7f-624e-4628-b7e0-9b34c1691df3', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac97cc7f-624e-4628-b7e0-9b34c1691df3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes/a85a6290-815a-437c-8649-7f0cbc62c09e'} Body: b'{"volume": {"id": "a85a6290-815a-437c-8649-7f0cbc62c09e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:02:52.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-312960293", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes/a85a6290-815a-437c-8649-7f0cbc62c09e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1659f5e6fd84016b112023d64b4160c/volumes/a85a6290-815a-437c-8649-7f0cbc62c09e"}], "user_id": "a33deef3061d4d68b0d4adf7174e0576", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d1659f5e6fd84016b112023d64b4160c"}}' 2023-04-18 18:02:53,640 79800 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes/a85a6290-815a-437c-8649-7f0cbc62c09e 0.047s 2023-04-18 18:02:53,640 79800 DEBUG [tempest.lib.common.rest_ client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:02:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0694769c-7cb2-4fe5-9be4-aa520da73d2a', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0694769c-7cb2-4fe5-9be4-aa520da73d2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes/a85a6290-815a-437c-8649-7f0cbc62c09e'} Body: b'{"volume": {"id": "a85a6290-815a-437c-8649-7f0cbc62c09e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:02:52.000000", "updated_at": "2023-04-18T18:02:53.000000", "name": "tempest-VolumesTransfersTest-Volume-312960293", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes/a85a6290-815a-437c-8649-7f0cbc62c09e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1659f5e6fd84016b112023d64b4160c/volumes/a85a6290-815a-437c-8649-7f0cbc62c09e"}], "user_id": "a33deef3061d4d68b0d4adf7174e0576", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d1659f5e6fd84016b112023d64b4160c"}}' 2023-04-18 18:02:53,690 79800 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes/a85a6290-815a-437c-8649-7f0cbc62c09e 0.039s 2023-04-18 18:02:53,690 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:02:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e68186ea-2262-418f-a34e-82cb6117c4ce', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e68186ea-2262-418f-a34e-82cb6117c4ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes/a85a6290-815a-437c-8649-7f0cbc62c09e'} Body: b'{"volume": {"id": "a85a6290-815a-437c-8649-7f0cbc62c09e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:02:52.000000", "updated_at": "2023-04-18T18:02:53.000000", "name": "tempest-VolumesTransfersTest-Volume-312960293", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes/a85a6290-815a-437c-8649-7f0cbc62c09e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1659f5e6fd84016b112023d64b4160c/volumes/a85a6290-815a-437c-8649-7f0cbc62c09e"}], "user_id": "a33deef3061d4d68b0d4adf7174e0576", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d1659f5e6fd84016b112023d64b4160c"}}' 2023-04-18 18:02:53,804 79800 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes/a85a6290-815a-437c-8649-7f0cbc62c09e 0.103s 2023-04-18 18:02:53,805 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:02:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'con tent-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8dea1f67-5c44-4199-9016-90ba2bf4cda0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes/a85a6290-815a-437c-8649-7f0cbc62c09e'} Body: b'' 2023-04-18 18:02:53,828 79800 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes/a85a6290-815a-437c-8649-7f0cbc62c09e 0.023s 2023-04-18 18:02:53,829 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:02:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-74378b70-edf1-4957-acee-559319f2e390', 'x-openstack-request-id': 'req-74378b70-edf1-4957-acee-559319f2e390', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes/a85a6290-815a-437c-8649-7f0cbc62c09e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a85a6290-815a-437c-8649-7f0cbc62c09e could not be found."}}' {7} setUpClass (tempest.api.volume.test_volumes_negative.VolumesNegativeTest) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_negative.py", line 38, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f7c5a7c6-4ff4-4428-abd9-9049ba6f05f8 failed to build and is in ERROR status {7} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple [2.439413s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_multiple_volume_from_resource.py", line 104, in test_create_from_image_multiple self._wait_for_multiple_resources( File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 218, in _wait_for_multiple_resources callback(resource_id=r, **kwargs) File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ae58dfd8-1ce4-43a3-9550-2c5ec1bbf7af failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 18:03:00,209 79800 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/5fd60b545f38493c84680337533821de/volumes 0.425s 2023-04-18 18:03:00,209 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-10335917"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:02:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0800f5cf-aaf6-4a4b-8e9b-3ef27abe3c16', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0800f5cf-aaf6-4a4b-8e9b-3ef27abe3c16', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5fd60b545f38493c84680337533821de/volumes'} Body: b'{"volume": {"id": "ae58dfd8-1ce4-43a3-9550-2c5ec1bbf7af", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:03:00.142518", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-10335917", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5fd60b545f38493c84680337533821de/volumes/ae58dfd8-1ce4-43a3-9550-2c5ec1bbf7af"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5fd60b545f38493c84680337533821de/volumes/ae58dfd8-1ce4-43a3-9550-2c5ec1bbf7af"}], "user_id": "3b1162afe1ac45fb8ace04e68bda46dd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 18:03:00,469 79800 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/5fd60b545f38493c84680337533821de/volumes 0.251s 2023-04-18 18:03:00,470 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1976078572"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:03:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de3e0c22-9249-4832-8be2-628fab84c936', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de3e0c22-9249-4832-8be2-628fab84c936', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5fd60b545f38493c84680337533821de/volumes'} Body: b'{"volume": {"id": "70e4ff21-6296-4a77-8f78-bc06243c59bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:03:00.396852", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1976078572", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5fd60b545f38493c84680337533821de/volumes/70e4ff21-6296-4a77-8f78-bc06243c59bf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5fd60b545f38493c84680337533821de/volumes/70e4ff21-6296-4a77-8f78-bc06243c59bf"}], "user_id": "3b1162afe1ac45fb8ace04e68bda46dd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 18:03:00,696 79800 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/5fd60b545f38493c84680337533821de/volumes 0.214s 2023-04-18 18:03:00,697 79800 DEBUG [t empest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1258765421"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:03:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-424aacca-f901-4bf7-b01f-34ce3ea53e52', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-424aacca-f901-4bf7-b01f-34ce3ea53e52', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5fd60b545f38493c84680337533821de/volumes'} Body: b'{"volume": {"id": "68a5d475-c266-4bb2-874e-38eba856a9e7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:03:00.631174", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1258765421", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5fd60b545f38493c84680337533821de/volumes/68a5d475-c266-4bb2-874e-38eba856a9e7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5fd60b545f38493c84680337533821de/volumes/68a5d475-c266-4bb2-874e-38eba856a9e7"}], "user_id": "3b1162afe1ac45fb8ace04e68bda46dd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 18:03:00,920 79800 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/5fd60b545f38493c84680337533821de/volumes 0.213s 2023-04-18 18:03:00,920 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1292038034"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:03:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02f2efd3-b85b-4d94-9826-1b8990c59c32', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02f2efd3-b85b-4d94-9826-1b8990c59c32', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5fd60b545f38493c84680337533821de/volumes'} Body: b'{"volume": {"id": "76451bf4-c3d2-4ba7-927c-976b04257e1f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:03:00.858061", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1292038034", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5fd60b545f38493c84680337533821de/volumes/76451bf4-c3d2-4ba7-927c-976b04257e1f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5fd60b545f38493c84680337533821de/volumes/76451bf4-c3d2-4ba7-927c-976b04257e1f"}], "user_id": "3b1162afe1ac45fb8ace04e68bda46dd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 18:03:01,110 79800 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/5fd60b545f38493c84680337533821de/volumes 0.180s 2023-04-18 18:03:01,110 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "size": 1, "name": "tempest-CreateVolum esFromImageTest-Volume-2026597061"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:03:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec602d77-c1c4-456a-afb7-aea2de26f8f7', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec602d77-c1c4-456a-afb7-aea2de26f8f7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5fd60b545f38493c84680337533821de/volumes'} Body: b'{"volume": {"id": "f18d8312-1650-4ccc-97b6-397dfdd51faa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:03:01.053086", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-2026597061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5fd60b545f38493c84680337533821de/volumes/f18d8312-1650-4ccc-97b6-397dfdd51faa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5fd60b545f38493c84680337533821de/volumes/f18d8312-1650-4ccc-97b6-397dfdd51faa"}], "user_id": "3b1162afe1ac45fb8ace04e68bda46dd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 18:03:01,158 79800 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/5fd60b545f38493c84680337533821de/volumes/ae58dfd8-1ce4-43a3-9550-2c5ec1bbf7af 0.038s 2023-04-18 18:03:01,158 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:03:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9c14167-e01e-4b22-9068-1c34addf3b53', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9c14167-e01e-4b22-9068-1c34addf3b53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5fd60b545f38493c84680337533821de/volumes/ae58dfd8-1ce4-43a3-9550-2c5ec1bbf7af'} Body: b'{"volume": {"id": "ae58dfd8-1ce4-43a3-9550-2c5ec1bbf7af", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:03:00.000000", "updated_at": "2023-04-18T18:03:00.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-10335917", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5fd60b545f38493c84680337533821de/volumes/ae58dfd8-1ce4-43a3-9550-2c5ec1bbf7af"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5fd60b545f38493c84680337533821de/volumes/ae58dfd8-1ce4-43a3-9550-2c5ec1bbf7af"}], "user_id": "3b1162afe1ac45fb8ace04e68bda46dd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5fd60b545f38493c84680337533821de"}}' 2023-04-18 18:03:02,210 79800 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/5fd60b545f38493c84680337533821de/volumes/ae58dfd8-1ce4-43a3-9550-2c5ec1bbf7af 0.039s 2023-04-18 18:03:02,210 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:03:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2e32c3f-3cb4-472f-9e0a-f5034b086a66', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2e32c3f-3cb4-472f-9e0a-f5034b086a66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5fd60b545f38493c84680337533821de/volumes/ae58dfd8-1ce4-43a3-9550-2c5ec1bbf7af'} Body: b'{"volume": {"id": "ae58dfd8-1ce4-43a3-9550-2c5ec1bbf7af", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:03:00.000000", "updated_at": "2023-04-18T18:03:00.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-10335917", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5fd60b545f38493c84680337533821de/volumes/ae58dfd8-1ce4-43a3-9550-2c5ec1bbf7af"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5fd60b545f38493c84680337533821de/volumes/ae58dfd8-1ce4-43a3-9550-2c5ec1bbf7af"}], "user_id": "3b1162afe1ac45fb8ace04e68bda46dd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5fd60b545f38493c84680337533821de"}}' {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume [122.901549s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_servers_negative.py", line 550, in test_create_server_from_non_bootable_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d3533d3d-5896-429e-93fc-cbafa3348159 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 18:02:10,532 79786 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/6c4fd3db-b881-441a-90b7-b927392288fb 0.730s 2023-04-18 18:02:10,533 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:02:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1491', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3de8090c-ec9e-4a83-ad63-15149079cfe2', 'x-compute-request-id': 'req-3de8090c-ec9e-4a83-ad63-15149079cfe2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6c4fd3db-b881-441a-90b7-b927392288fb'} Body: b'{"server": {"id": "6c4fd3db-b881-441a-90b7-b927392288fb", "name": "tempest-ServersNegativeTestJSON-server-29384777", "status": "ACTIVE", "tenant_id": "df19b002da6742dbb8ed4009530e5f20", "user_id": "08887d6401f540fa9cf01c378af3c398", "metadata": {}, "hostId": "b242d48ec22fb0047a36d2ce10b1f0ab7aaa5a72f4ef87531ee94546", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:57:37Z", "updated": "2023-04-18T17:57:45Z", "addresses": {"tempest-ServersNegativeTestJSON-917356757-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:e1:3a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6c4fd3db-b881-441a-90b7-b927392288fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6c4fd3db-b881-441a-90b7-b927392288fb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T17:57:44.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 18:03:11,046 79786 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 202 POST http://10.0.0.210/volume/v3/df19b002da6742dbb8ed4009530e5f20/volumes 0.469s 2023-04-18 18:03:11,046 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-ServersNegativeTestJSON-volume-503500337"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:03:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be8f229f-1882-4db6-9297-eacd60d9370d', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be8f229f-1882-4db6-9297-eacd60d9370d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/df19b002da6742dbb8ed4009530e5f20/volumes'} Body: b'{"volume": {"id": "d3533d3d-5896-429e-93fc-cbafa3348159", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:03:10.984967", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-503500337", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df19b002da6742dbb8ed4009530e5f20/volumes/d3533d3d-5896-429e-93fc-cbafa3348159"}, {"rel": "bookmark", "href": "http://10.0.0.210/ volume/df19b002da6742dbb8ed4009530e5f20/volumes/d3533d3d-5896-429e-93fc-cbafa3348159"}], "user_id": "08887d6401f540fa9cf01c378af3c398", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 18:03:11,099 79786 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 200 GET http://10.0.0.210/volume/v3/df19b002da6742dbb8ed4009530e5f20/volumes/d3533d3d-5896-429e-93fc-cbafa3348159 0.043s 2023-04-18 18:03:11,100 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:03:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d1a434c-e747-408e-b7da-5e973f943e33', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d1a434c-e747-408e-b7da-5e973f943e33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df19b002da6742dbb8ed4009530e5f20/volumes/d3533d3d-5896-429e-93fc-cbafa3348159'} Body: b'{"volume": {"id": "d3533d3d-5896-429e-93fc-cbafa3348159", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:03:11.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-503500337", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df19b002da6742dbb8ed4009530e5f20/volumes/d3533d3d-5896-429e-93fc-cbafa3348159"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df19b002da6742dbb8ed4009530e5f20/volumes/d3533d3d-5896-429e-93fc-cbafa3348159"}], "user_id": "08887d6401f540fa9cf01c378af3c398", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df19b002da6742dbb8ed4009530e5f20"}}' 2023-04-18 18:03:12,154 79786 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 200 GET http://10.0.0.210/volume/v3/df19b002da6742dbb8ed4009530e5f20/volumes/d3533d3d-5896-429e-93fc-cbafa3348159 0.039s 2023-04-18 18:03:12,155 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:03:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b968a4a8-5c64-4745-82b3-5e38664fdf35', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b968a4a8-5c64-4745-82b3-5e38664fdf35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df19b002da6742dbb8ed4009530e5f20/volumes/d3533d3d-5896-429e-93fc-cbafa3348159'} Body: b'{"volume": {"id": "d3533d3d-5896-429e-93fc-cbafa3348159", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:03:11.000000", "updated_at": "2023-04-18T18:03:11.000000", "name": "tempest-ServersNegativeTestJSON-volume-503500337", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df19b002da6742dbb8ed4009530e5f20/volumes/d3533d3d-5896-429e-93fc-cbafa3348159"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df19b002da6742dbb8ed4009530e5f20/volumes/d3533d3d-5896-429e-93fc-cbafa3348159"}], "user_id": "08887d6401f540fa9cf01c378af3c398", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-a ttr:tenant_id": "df19b002da6742dbb8ed4009530e5f20"}}' 2023-04-18 18:03:12,637 79786 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/6c4fd3db-b881-441a-90b7-b927392288fb 0.470s 2023-04-18 18:03:12,637 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:03:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1491', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-80c80fc9-fbe4-4307-a8b2-0d43f0be1fa4', 'x-compute-request-id': 'req-80c80fc9-fbe4-4307-a8b2-0d43f0be1fa4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6c4fd3db-b881-441a-90b7-b927392288fb'} Body: b'{"server": {"id": "6c4fd3db-b881-441a-90b7-b927392288fb", "name": "tempest-ServersNegativeTestJSON-server-29384777", "status": "ACTIVE", "tenant_id": "df19b002da6742dbb8ed4009530e5f20", "user_id": "08887d6401f540fa9cf01c378af3c398", "metadata": {}, "hostId": "b242d48ec22fb0047a36d2ce10b1f0ab7aaa5a72f4ef87531ee94546", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:57:37Z", "updated": "2023-04-18T17:57:45Z", "addresses": {"tempest-ServersNegativeTestJSON-917356757-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:e1:3a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6c4fd3db-b881-441a-90b7-b927392288fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6c4fd3db-b881-441a-90b7-b927392288fb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T17:57:44.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {6} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server [168.156585s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 61, in test_attach_attached_volume_to_different_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 7e0c351d-9f1c-46e8-961f-02785d109acc failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 18:02:04,313 79798 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 18:02:04,313 79798 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 18:02:04,526 79798 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.210s 2023-04-18 18:02:04,526 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-641272335", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCFINWKZWhQrT78jlL/+7982rIR4N5NrYmDmPFcU0JusOl8uVB9EAooRd4zd6TRTnbUEooggtFCUmps38wuHipTq2hUsRF62Tby4UY6PHDEgmzsaV7JGKesurzYQ3L3cjg=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:02:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c549da5-90f5-4ce0-94ad-063b9866c41a', 'x-compute-request-id': 'req-3c549da5-90f5-4ce0-94ad-063b9866c41a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-641272335", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCFINWKZWhQrT78jlL/+7982rIR4N5NrYmDmPFcU0JusOl8uVB9EAooRd4zd6TRTnbUEooggtFCUmps38wuHipTq2hUsRF62Tby4UY6PHDEgmzsaV7JGKesurzYQ3L3cjg==", "fingerprint": "3f:b2:6d:b3:43:eb:bf:9b:f0:e4:25:b8:16:34:2f:3b", "user_id": "3da8052dbf914e1cb2ee508d2bb21bd7"}}' 2023-04-18 18:02:04,529 79798 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-641272335 created 2023-04-18 18:02:04,687 79798 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.158s 2023-04-18 18:02:04,688 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--915440862", "description": "tempest-description--1812738298"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-9781678a-577c-4ee1-a96c-5c7810d89222', 'date': 'Tue, 18 Apr 2023 18:02:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "5fa2f448-3937-4ef0-b634-af4cf9cdc6b3", "name": "tempest-securitygroup--915440862", "stateful": true, "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "description": "tempest-description--1812738298", "shared": false, "security_group_rules": [{"id": "7b7a8b6a-43b1-4462-a5f3-ba2544bbe501", "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "security_group_id": "5fa2f448-3937-4ef0-b634-af4cf9cdc6b3", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 908, "description": null, "tags": [], "created_at": "2023-04-18T18:02:04Z", "updated_at": "2023-04-18T18:02:04Z", "revision_number": 0, "project_id": "26fc84542bc54be0b4ed144b4bd80820"}, {"id": "cc45627c-c9c6-4c82-b7c4-972a5f753160", "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "security_group_id": "5fa2f448-3937-4ef0-b634-af4cf9cdc6b3", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normali zed_cidr": null, "remote_group_id": null, "standard_attr_id": 909, "description": null, "tags": [], "created_at": "2023-04-18T18:02:04Z", "updated_at": "2023-04-18T18:02:04Z", "revision_number": 0, "project_id": "26fc84542bc54be0b4ed144b4bd80820"}], "tags": [], "created_at": "2023-04-18T18:02:04Z", "updated_at": "2023-04-18T18:02:04Z", "revision_number": 1, "project_id": "26fc84542bc54be0b4ed144b4bd80820"}}' 2023-04-18 18:02:04,915 79798 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.227s 2023-04-18 18:02:04,916 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5fa2f448-3937-4ef0-b634-af4cf9cdc6b3", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-9bec24c3-27a9-496b-af4a-78e4697b9230', 'date': 'Tue, 18 Apr 2023 18:02:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4434d3e0-000f-4e98-b538-3c821bd31f19", "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "security_group_id": "5fa2f448-3937-4ef0-b634-af4cf9cdc6b3", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T18:02:04Z", "updated_at": "2023-04-18T18:02:04Z", "revision_number": 0, "project_id": "26fc84542bc54be0b4ed144b4bd80820"}}' 2023-04-18 18:02:05,069 79798 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.153s 2023-04-18 18:02:05,069 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5fa2f448-3937-4ef0-b634-af4cf9cdc6b3", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-04e80751-ba5a-49a5-ad41-ce515ecf8795', 'date': 'Tue, 18 Apr 2023 18:02:05 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6b8d4f5a-81f3-4fc4-b0c1-9cb0dd746db1", "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "security_group_id": "5fa2f448-3937-4ef0-b634-af4cf9cdc6b3", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T18:02:04Z", "updated_at": "2023-04-18T18:02:04Z", "revision_number": 0, "project_id": "26fc84542bc54be0b4ed144b4bd80820"}}' 2023-04-18 18:02:05,070 79798 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--915440862 created 2023-04-18 18:02:06,008 79798 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.938s 2023-04-18 18:02:06,008 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "c2ff55f8-5a51-4b60-9edc-492850802101"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-op enstack-request-id': 'req-96a5706a-3cf0-444f-a468-03206b76ba51', 'date': 'Tue, 18 Apr 2023 18:02:06 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "ea7d2a19-ad3a-4545-be95-89d5b323cbfd", "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "floating_ip_address": "172.24.4.65", "floating_network_id": "c2ff55f8-5a51-4b60-9edc-492850802101", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "26fc84542bc54be0b4ed144b4bd80820", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T18:02:05Z", "updated_at": "2023-04-18T18:02:05Z", "revision_number": 0}}' 2023-04-18 18:02:06,009 79798 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'ea7d2a19-ad3a-4545-be95-89d5b323cbfd', 'tenant_id': '26fc84542bc54be0b4ed144b4bd80820', 'floating_ip_address': '172.24.4.65', 'floating_network_id': 'c2ff55f8-5a51-4b60-9edc-492850802101', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '26fc84542bc54be0b4ed144b4bd80820', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T18:02:05Z', 'updated_at': '2023-04-18T18:02:05Z', 'revision_number': 0, 'ip': '172.24.4.65'} created 2023-04-18 18:02:06,056 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.040s 2023-04-18 18:02:06,057 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 18:02:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2821', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-eb419a76-5974-4739-8307-afa20d05838b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "3da8052dbf914e1cb2ee508d2bb21bd7", "name": "tempest-AttachVolumeNegativeTest-1338292293-project-member", "password_expires_at": null}, "audit_ids": ["31ad8nSvQ2-ACgMmRdyNQA"], "expires_at": "2023-04-18T19:02:06.000000Z", "issued_at": "2023-04-18T18:02:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "26fc84542bc54be0b4ed144b4bd80820", "name": "tempest-AttachVolumeNegativeTest-1338292293"}, "is_domain": false, "roles": [{"id": "762b079e91ba4ddbacceb1546eb3e74b", "name": "member"}, {"id": "807c7b6962e34127851a8fd52e276165", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e52ae3082fbf4a328ade93bc969dfa86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "166e820cb0ca4a089aa9254384c06e53", "type": "image", "name": "glance"}, {"endpoints": [{"id": "f150521060f741f784e55058e10c303b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "1c8e6022cdfd4e9eb0fc68323e0cac02", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9c29a67948cb4cc48fd15a0431fe7a64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed144b4bd80820", "region": "RegionOne"}], "id": "2cacf9cd2898416aa34b0c96d297137a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "065cb3b15cfa48a89cd4a0610ca051f6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "334844b10d614b7693449511937eb5fa", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "42d5039ab31f496ebe06b2ab79621342", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v 3/26fc84542bc54be0b4ed144b4bd80820", "region": "RegionOne"}], "id": "39da698ec5564e8180fd91a7bbf41b0f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "730244346eb743c5833aedad51c363d0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/26fc84542bc54be0b4ed144b4bd80820", "region": "RegionOne"}], "id": "5bcb3497a89a4dd8ae0ef4ff16e2f813", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9e3ae159bccb449fb431409ede0cbbd8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "63801c39cce14ff588071cf5a2486448", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "bb0997ca4d744ef88ab11be55b02192c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "aceec1d3ad2d4c5da6a7ca57bbfb3a51", "type": "identity", "name": "keystone"}]}}' 2023-04-18 18:02:06,057 79798 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': '56ee566b-b65a-4747-a0ad-917fef191e6f', 'name': 'tempest-AttachVolumeNegativeTest-1988541008-network', 'tenant_id': '26fc84542bc54be0b4ed144b4bd80820', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '26fc84542bc54be0b4ed144b4bd80820', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 7801, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T18:01:56Z', 'updated_at': '2023-04-18T18:01:56Z', 'revision_number': 1} available for tenant 2023-04-18 18:02:06,058 79798 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-641272335', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCFINWKZWhQrT78jlL/+7982rIR4N5NrYmDmPFcU0JusOl8uVB9EAooRd4zd6TRTnbUEooggtFCUmps38wuHipTq2hUsRF62Tby4UY6PHDEgmzsaV7JGKesurzYQ3L3cjg==', 'fingerprint': '3f:b2:6d:b3:43:eb:bf:9b:f0:e4:25:b8:16:34:2f:3b', 'user_id': '3da8052dbf914e1cb2ee508d2bb21bd7', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDC0btMaESgZk7K27mzAL7HSD41KJ0X1ptvRqsHUOjhQj/fQl0gwbYZh\neSWqA7OC5WCgBwYFK4EEACKhZANiAAQhSDVimVoUK0+/I5S//u/fNqyEeDeTa2Jg\n5jxXFNCbrDpfLlQfRAKKEXeM3ek0U521BKKIILRQlJqbN/MLh4qU6toVLERetk28\nuFGOjxwxIJs7GleyRinrLq82ENy93I4=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '5fa2f448-3937-4ef0-b634-af4cf9cdc6b3', 'name': 'tempest-securitygroup--915440862', 'stateful': True, 'tenant_id': '26fc84542bc54be0b4ed144b4bd80820', 'description': 'tempest-description--1812738298', 'shared': False, 'security_group_rules': [{'id': '7b7a8b6a-43b1-4462-a5f3-ba2544bbe501', 'tenant_id': '26fc84542bc54be0b4ed144b4bd80820', 'security_group_id': '5fa2f448-3937-4ef0-b634-af4cf9cdc6b3', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 908, 'description': None, 'tags': [], 'created_at': '2023-04-18T18:02:04Z', 'updated_at': '2023-04-18T18:02:04Z', 'revision_number': 0, 'project_id': '26fc84542bc54be0b4ed144b4bd80820'}, {'id': 'cc45627c-c9c6-4c82-b7c4-972a5f753160', 'tenant_id': '26fc84542bc54be0b4ed144b4bd80820', 'security_group_id': '5fa2f448-3937-4ef0-b634-af4cf9cdc6b3', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 909, 'description': None, 'tags': [], 'created_at': '2023-04-18T18:02:04Z', 'updated_at': '2023-04-18T18:02:04Z', 'revision_number': 0, 'project_id': '26fc84542bc54be0b4ed144b4 bd80820'}], 'tags': [], 'created_at': '2023-04-18T18:02:04Z', 'updated_at': '2023-04-18T18:02:04Z', 'revision_number': 1, 'project_id': '26fc84542bc54be0b4ed144b4bd80820'}, 'floating_ip': {'id': 'ea7d2a19-ad3a-4545-be95-89d5b323cbfd', 'tenant_id': '26fc84542bc54be0b4ed144b4bd80820', 'floating_ip_address': '172.24.4.65', 'floating_network_id': 'c2ff55f8-5a51-4b60-9edc-492850802101', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '26fc84542bc54be0b4ed144b4bd80820', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T18:02:05Z', 'updated_at': '2023-04-18T18:02:05Z', 'revision_number': 0, 'ip': '172.24.4.65'}} 2023-04-18 18:02:07,062 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://10.0.0.210/compute/v2.1/servers 1.003s 2023-04-18 18:02:07,063 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1353650477", "imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "56ee566b-b65a-4747-a0ad-917fef191e6f"}], "security_groups": [{"name": "tempest-securitygroup--915440862"}], "key_name": "tempest-keypair-641272335", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:02:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/f03edc06-3774-4d88-82f8-f9f83e82230c', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c60c326-6e49-4a35-a72b-a93f23bc75c6', 'x-compute-request-id': 'req-0c60c326-6e49-4a35-a72b-a93f23bc75c6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "f03edc06-3774-4d88-82f8-f9f83e82230c", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f03edc06-3774-4d88-82f8-f9f83e82230c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f03edc06-3774-4d88-82f8-f9f83e82230c"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--915440862"}], "adminPass": "password"}}' 2023-04-18 18:02:07,186 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.0.0.210/compute/v2.1/servers/f03edc06-3774-4d88-82f8-f9f83e82230c 0.120s 2023-04-18 18:02:07,187 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:02:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1235', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf9f3858-17bf-4b7f-a8bf-d064b8087f8b', 'x-compute-request-id': 'req-bf9f3858-17bf-4b7f-a8bf-d064b8087f8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f03edc06-3774-4d88-82f8-f9f83e82230c'} Body: b'{"server": {"id": "f03edc06-3774-4d88-82f8-f9f83e82230c", "name": "tempest-AttachVolumeNegativeTest-server-1353650477", "status": "BUILD", "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "user_id": "3da8052dbf914e1cb2ee508d2bb21bd7", "metadata": {}, "hostId": "", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0 .0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T18:02:07Z", "updated": "2023-04-18T18:02:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f03edc06-3774-4d88-82f8-f9f83e82230c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f03edc06-3774-4d88-82f8-f9f83e82230c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-641272335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 18:02:57,731 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.0.0.210/compute/v2.1/servers/f03edc06-3774-4d88-82f8-f9f83e82230c 0.491s 2023-04-18 18:02:57,732 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:02:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1544', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-701e8b98-3524-407b-8a6d-963ca882daea', 'x-compute-request-id': 'req-701e8b98-3524-407b-8a6d-963ca882daea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f03edc06-3774-4d88-82f8-f9f83e82230c'} Body: b'{"server": {"id": "f03edc06-3774-4d88-82f8-f9f83e82230c", "name": "tempest-AttachVolumeNegativeTest-server-1353650477", "status": "ACTIVE", "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "user_id": "3da8052dbf914e1cb2ee508d2bb21bd7", "metadata": {}, "hostId": "82041ceec927b09e35c0175cee4fa62850758b89f71909d3fa6d0bae", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T18:02:07Z", "updated": "2023-04-18T18:02:14Z", "addresses": {"tempest-AttachVolumeNegativeTest-1988541008-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:25:a6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f03edc06-3774-4d88-82f8-f9f83e82230c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f03edc06-3774-4d88-82f8-f9f83e82230c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-641272335", "OS-SRV-USG:launched_at": "2023-04-18T18:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--915440862"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 18:02:57,743 79798 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 18:03:58,004 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.0.0.210/compute/v2.1/servers/f03edc06-3774-4d88-82f8-f9f83e82230c/os-interface 0.206s 2023-04-18 18:03:58,005 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'da te': 'Tue, 18 Apr 2023 18:03:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6226fa9-0372-4eb7-aa50-8e453ed6026c', 'x-compute-request-id': 'req-e6226fa9-0372-4eb7-aa50-8e453ed6026c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f03edc06-3774-4d88-82f8-f9f83e82230c/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "56ee566b-b65a-4747-a0ad-917fef191e6f", "port_id": "5f0a4b88-d443-4e86-9b18-6f7dcfb74aea", "mac_addr": "fa:16:3e:28:25:a6", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "8948ec2f-32a5-4b34-b674-0709a73fc228", "ip_address": "10.0.0.4"}]}]}' 2023-04-18 18:03:59,484 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/ea7d2a19-ad3a-4545-be95-89d5b323cbfd 1.475s 2023-04-18 18:03:59,484 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "5f0a4b88-d443-4e86-9b18-6f7dcfb74aea"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-3a838365-599f-4ba9-a8dd-03b7e3f9b7c0', 'date': 'Tue, 18 Apr 2023 18:03:59 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/ea7d2a19-ad3a-4545-be95-89d5b323cbfd'} Body: b'{"floatingip": {"id": "ea7d2a19-ad3a-4545-be95-89d5b323cbfd", "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "floating_ip_address": "172.24.4.65", "floating_network_id": "c2ff55f8-5a51-4b60-9edc-492850802101", "router_id": "3db043c3-4ff5-456d-958d-d809f9b0c6cf", "port_id": "5f0a4b88-d443-4e86-9b18-6f7dcfb74aea", "fixed_ip_address": "10.0.0.4", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "56ee566b-b65a-4747-a0ad-917fef191e6f", "mac_address": "fa:16:3e:28:25:a6", "admin_state_up": true, "status": "ACTIVE", "device_id": "f03edc06-3774-4d88-82f8-f9f83e82230c", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T18:02:05Z", "updated_at": "2023-04-18T18:03:58Z", "revision_number": 1, "project_id": "26fc84542bc54be0b4ed144b4bd80820"}}' 2023-04-18 18:03:59,486 79798 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.65:22' as 'cirros' with public key authentication 2023-04-18 18:03:59,544 79798 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 18:03:59,566 79798 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 18:03:59,567 79798 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.65 successfully created 2023-04-18 18:03:59,616 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.0.0.210/compute/v2.1/servers/f03edc06-3774-4d88-82f8-f9f83e82230c/ips 0.048s 2023-04-18 18:03:59,616 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:03:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '108', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b36537c2-6224-4c04-8ec2-dbc7ed31b4b4', 'x-compute-request-id': 'req-b36537c2-6224-4c04-8ec2-dbc7ed31b4b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f03edc06-3774-4d88-82f8-f9f8 3e82230c/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-1988541008-network": [{"version": 4, "addr": "10.0.0.4"}]}}' 2023-04-18 18:03:59,824 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed144b4bd80820/volumes 0.205s 2023-04-18 18:03:59,825 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-AttachVolumeNegativeTest-volume-1100207395"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:03:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6587f3f6-70c5-461d-a7f8-3de689a0c276', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6587f3f6-70c5-461d-a7f8-3de689a0c276', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed144b4bd80820/volumes'} Body: b'{"volume": {"id": "7e0c351d-9f1c-46e8-961f-02785d109acc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:03:59.766929", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1100207395", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed144b4bd80820/volumes/7e0c351d-9f1c-46e8-961f-02785d109acc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/26fc84542bc54be0b4ed144b4bd80820/volumes/7e0c351d-9f1c-46e8-961f-02785d109acc"}], "user_id": "3da8052dbf914e1cb2ee508d2bb21bd7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 18:03:59,881 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed144b4bd80820/volumes/7e0c351d-9f1c-46e8-961f-02785d109acc 0.046s 2023-04-18 18:03:59,882 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:03:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36ddc154-7c33-4307-bc19-6d87260a622a', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36ddc154-7c33-4307-bc19-6d87260a622a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed144b4bd80820/volumes/7e0c351d-9f1c-46e8-961f-02785d109acc'} Body: b'{"volume": {"id": "7e0c351d-9f1c-46e8-961f-02785d109acc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:04:00.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1100207395", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed144b4bd80820/volumes/7e0c351d-9f1c-46e8-961f-02785d109acc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/26fc84542bc54be0b4ed144b4bd80820/volumes/7e0c351d-9f1c-46e8-961f-02785d109acc"}], "user_id": "3da8052dbf914e1cb2ee508d2bb21bd7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "26fc84542bc54be0b4ed144b4bd80820"}}' 2023-04-18 18:04:00,936 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_diff erent_server): 200 GET http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed144b4bd80820/volumes/7e0c351d-9f1c-46e8-961f-02785d109acc 0.043s 2023-04-18 18:04:00,937 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:04:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59118326-deb1-42d4-be01-7b23e4b0fe6b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59118326-deb1-42d4-be01-7b23e4b0fe6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed144b4bd80820/volumes/7e0c351d-9f1c-46e8-961f-02785d109acc'} Body: b'{"volume": {"id": "7e0c351d-9f1c-46e8-961f-02785d109acc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:04:00.000000", "updated_at": "2023-04-18T18:04:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1100207395", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed144b4bd80820/volumes/7e0c351d-9f1c-46e8-961f-02785d109acc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/26fc84542bc54be0b4ed144b4bd80820/volumes/7e0c351d-9f1c-46e8-961f-02785d109acc"}], "user_id": "3da8052dbf914e1cb2ee508d2bb21bd7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "26fc84542bc54be0b4ed144b4bd80820"}}' 2023-04-18 18:04:01,067 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/f03edc06-3774-4d88-82f8-f9f83e82230c 0.119s 2023-04-18 18:04:01,068 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:04:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-52e58ccf-c517-4ee9-9b5c-9d78013d77ce', 'x-compute-request-id': 'req-52e58ccf-c517-4ee9-9b5c-9d78013d77ce', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f03edc06-3774-4d88-82f8-f9f83e82230c'} Body: b'' 2023-04-18 18:04:01,454 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/f03edc06-3774-4d88-82f8-f9f83e82230c 0.386s 2023-04-18 18:04:01,455 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:04:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1668', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-42ea2130-2eb5-4272-843a-6db56e5413ff', 'x-compute-request-id': 'req-42ea2130-2eb5-4272-843a-6db56e5413ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f03edc06-3774-4d88-82f8-f9f83e82230c'} Body: b'{"server": {"id": "f03edc06-3774-4d88-82f8-f9f83e82230c", "name": "tempest-AttachVolumeNegativeTest-server-1353650477", "status": "ACTIVE", "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "user_id": "3da8052dbf914e1cb2ee508d2bb21bd7", "metadata": {}, "hostId": "82041ce ec927b09e35c0175cee4fa62850758b89f71909d3fa6d0bae", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T18:02:07Z", "updated": "2023-04-18T18:04:01Z", "addresses": {"tempest-AttachVolumeNegativeTest-1988541008-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:25:a6"}, {"version": 4, "addr": "172.24.4.65", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:25:a6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f03edc06-3774-4d88-82f8-f9f83e82230c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f03edc06-3774-4d88-82f8-f9f83e82230c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-641272335", "OS-SRV-USG:launched_at": "2023-04-18T18:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--915440862"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 18:04:51,558 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/f03edc06-3774-4d88-82f8-f9f83e82230c 0.042s 2023-04-18 18:04:51,559 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:04:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-865024ee-a2f9-4246-a151-5f1baf28939e', 'x-compute-request-id': 'req-865024ee-a2f9-4246-a151-5f1baf28939e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f03edc06-3774-4d88-82f8-f9f83e82230c'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance f03edc06-3774-4d88-82f8-f9f83e82230c could not be found."}}' 2023-04-18 18:04:51,600 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-641272335 0.041s 2023-04-18 18:04:51,601 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:04:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ebc9a2a-cf69-4812-a5ee-06edd0e55d22', 'x-compute-request-id': 'req-3ebc9a2a-cf69-4812-a5ee-06edd0e55d22', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-641272335'} Body: b'' 2023-04-18 18:04:51,769 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/5fa2f448-3937-4ef0-b634-af4cf9cdc6b3 0.167s 2023-04-18 18:04:51,770 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-f101b1a9-a1bd-495b-9f83-f7c7fa0ac3cd', 'content-lengt h': '0', 'date': 'Tue, 18 Apr 2023 18:04:51 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/5fa2f448-3937-4ef0-b634-af4cf9cdc6b3'} Body: b'' 2023-04-18 18:04:51,791 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/5fa2f448-3937-4ef0-b634-af4cf9cdc6b3 0.021s 2023-04-18 18:04:51,792 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-d7e4540b-2df3-48dd-80cb-b00868527bf4', 'date': 'Tue, 18 Apr 2023 18:04:51 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/5fa2f448-3937-4ef0-b634-af4cf9cdc6b3'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 5fa2f448-3937-4ef0-b634-af4cf9cdc6b3 does not exist", "detail": ""}}' 2023-04-18 18:04:52,467 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/ea7d2a19-ad3a-4545-be95-89d5b323cbfd 0.674s 2023-04-18 18:04:52,468 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-96956996-3eb4-45ef-862d-1e0108abfcb7', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 18:04:52 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/ea7d2a19-ad3a-4545-be95-89d5b323cbfd'} Body: b'' {9} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server [166.829288s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 269, in test_attach_volume_shelved_or_offload_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 30112443-dba7-4366-8933-b410da42774c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 18:02:08,807 79804 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 18:02:08,807 79804 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 18:02:08,905 79804 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.095s 2023-04-18 18:02:08,905 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-395164576", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBI+7kUX36a65xx5Bt/IxAslDZaRlsD5F1Y9dUWuTjvYAzqz3nqAr9NZgSirWlRCVS6NxkFrEcZZu3qAMIk4GW1KHx1MTftx54FRD5C3T5Dn0ahmuX1R1QaVVkmTGe7Ku1A=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:02:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9950025e-150f-49c5-9b72-65d564a07343', 'x-compute-request-id': 'req-9950025e-150f-49c5-9b72-65d564a07343', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-395164576", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBI+7kUX36a65xx5Bt/IxAslDZaRlsD5F1Y9dUWuTjvYAzqz3nqAr9NZgSirWlRCVS6NxkFrEcZZu3qAMIk4GW1KHx1MTftx54FRD5C3T5Dn0ahmuX1R1QaVVkmTGe7Ku1A==", "fingerprint": "60:b3:b8:f2:62:5e:ec:ea:7d:42:d1:71:09:20:32:7b", "user_id": "2169669cc67547a18bf80a0eb08b39b0"}}' 2023-04-18 18:02:08,908 79804 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-395164576 created 2023-04-18 18:02:09,113 79804 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.204s 2023-04-18 18:02:09,113 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--2021537316", "description": "tempest-description--433005478"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-5096dd62-987a-4464-878f-8081b8c44ff4', 'date': 'Tue, 18 Apr 2023 18:02:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "b25dbd44-7c4d-4e72-895e-6ea6b8bd6053", "name": "tempest-securitygroup--2021537316", "stateful": true, "tenant_id": "bd90ac6164a645e1829a7c53dc58f906", "description": "tempest-description--433005478", "shared": false, "security_group_rules": [{"id": "311d35e6-6d2c-4ab7-9b0f-f11c52da735e", "tenant_id": "bd90ac6164a645e1829a7c53dc58f906", "security_group_id": "b25dbd44-7c4d-4e72-895e-6ea6b8bd6053", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 918, "description": null, "tags": [], "created_at": "2023-04-18T18:02:09Z", "updated_at": "2023-04-18T18:02:09Z", "revision_number": 0, "project_id": "bd90ac6164a645e1829a7c53dc58f906"}, {"id": "eb351ff0-d5c0-4d63-a5f8-d547a3c9302b", "tenant_id": "bd90ac6164a645e1829a7c53dc58f906", "security_group_id": "b25dbd44-7c4d-4e72-895e-6ea6b8bd6053", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip _prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 917, "description": null, "tags": [], "created_at": "2023-04-18T18:02:08Z", "updated_at": "2023-04-18T18:02:08Z", "revision_number": 0, "project_id": "bd90ac6164a645e1829a7c53dc58f906"}], "tags": [], "created_at": "2023-04-18T18:02:08Z", "updated_at": "2023-04-18T18:02:08Z", "revision_number": 1, "project_id": "bd90ac6164a645e1829a7c53dc58f906"}}' 2023-04-18 18:02:09,434 79804 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.320s 2023-04-18 18:02:09,434 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b25dbd44-7c4d-4e72-895e-6ea6b8bd6053", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-a79d74b0-4b87-4eab-9172-4af3dc52222c', 'date': 'Tue, 18 Apr 2023 18:02:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7e1f63cb-a3b1-4565-a962-c40213e49fbd", "tenant_id": "bd90ac6164a645e1829a7c53dc58f906", "security_group_id": "b25dbd44-7c4d-4e72-895e-6ea6b8bd6053", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T18:02:09Z", "updated_at": "2023-04-18T18:02:09Z", "revision_number": 0, "project_id": "bd90ac6164a645e1829a7c53dc58f906"}}' 2023-04-18 18:02:09,601 79804 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.167s 2023-04-18 18:02:09,602 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b25dbd44-7c4d-4e72-895e-6ea6b8bd6053", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-c4ca100e-fc64-4de4-a7a7-5546d7bd091a', 'date': 'Tue, 18 Apr 2023 18:02:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6ff21370-448e-4d05-82fa-62bfc75196f1", "tenant_id": "bd90ac6164a645e1829a7c53dc58f906", "security_group_id": "b25dbd44-7c4d-4e72-895e-6ea6b8bd6053", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T18:02:09Z", "updated_at": "2023-04-18T18:02:09Z", "revision_number": 0, "project_id": "bd90ac6164a645e1829a7c53dc58f906"}}' 2023-04-18 18:02:09,602 79804 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--2021537316 created 2023-04-18 18:02:10,559 79804 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.956s 2023-04-18 18:02:10,560 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "c2ff55f8-5a51-4b60-9edc-492850802101"}} Response - Headers: {'content -type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-54559274-dcb5-471d-848f-745f86755e76', 'date': 'Tue, 18 Apr 2023 18:02:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "1527541c-2bbd-4472-a951-b643602e84ab", "tenant_id": "bd90ac6164a645e1829a7c53dc58f906", "floating_ip_address": "172.24.4.37", "floating_network_id": "c2ff55f8-5a51-4b60-9edc-492850802101", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "bd90ac6164a645e1829a7c53dc58f906", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T18:02:10Z", "updated_at": "2023-04-18T18:02:10Z", "revision_number": 0}}' 2023-04-18 18:02:10,560 79804 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '1527541c-2bbd-4472-a951-b643602e84ab', 'tenant_id': 'bd90ac6164a645e1829a7c53dc58f906', 'floating_ip_address': '172.24.4.37', 'floating_network_id': 'c2ff55f8-5a51-4b60-9edc-492850802101', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'bd90ac6164a645e1829a7c53dc58f906', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T18:02:10Z', 'updated_at': '2023-04-18T18:02:10Z', 'revision_number': 0, 'ip': '172.24.4.37'} created 2023-04-18 18:02:10,598 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.033s 2023-04-18 18:02:10,599 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 18:02:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2825', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-a17dd9b0-e60d-4388-9d23-3ebec8f62d7e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "2169669cc67547a18bf80a0eb08b39b0", "name": "tempest-AttachVolumeShelveTestJSON-1709519463-project-member", "password_expires_at": null}, "audit_ids": ["R-agYnNkRjyQjFdhIAN7gA"], "expires_at": "2023-04-18T19:02:10.000000Z", "issued_at": "2023-04-18T18:02:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bd90ac6164a645e1829a7c53dc58f906", "name": "tempest-AttachVolumeShelveTestJSON-1709519463"}, "is_domain": false, "roles": [{"id": "762b079e91ba4ddbacceb1546eb3e74b", "name": "member"}, {"id": "807c7b6962e34127851a8fd52e276165", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e52ae3082fbf4a328ade93bc969dfa86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "166e820cb0ca4a089aa9254384c06e53", "type": "image", "name": "glance"}, {"endpoints": [{"id": "f150521060f741f784e55058e10c303b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "1c8e6022cdfd4e9eb0fc68323e0cac02", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9c29a67948cb4cc48fd15a0431fe7a64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/bd90ac6164a645e1829a7c53dc58f906", "region": "RegionOne"}], "id": "2cacf9cd2898416aa34b0c96d297137a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "065cb3b15cfa48a89cd4a0610ca051f6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "334844b10d614b7693449511937eb5fa", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "42d5039ab31f496ebe06b2ab79621342", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/bd90ac6164a645e1829a7c53dc58f906", "region": "RegionOne"}], "id": "39da698ec5564e8180fd91a7bbf41b0f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "730244346eb743c5833aedad51c363d0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/bd90ac6164a645e1829a7c53dc58f906", "region": "RegionOne"}], "id": "5bcb3497a89a4dd8ae0ef4ff16e2f813", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9e3ae159bccb449fb431409ede0cbbd8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "63801c39cce14ff588071cf5a2486448", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "bb0997ca4d744ef88ab11be55b02192c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "aceec1d3ad2d4c5da6a7ca57bbfb3a51", "type": "identity", "name": "keystone"}]}}' 2023-04-18 18:02:10,599 79804 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': '26dbb1c5-e7b6-45d6-803a-31acef317435', 'name': 'tempest-AttachVolumeShelveTestJSON-1271884577-network', 'tenant_id': 'bd90ac6164a645e1829a7c53dc58f906', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'bd90ac6164a645e1829a7c53dc58f906', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 10705, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T18:01:59Z', 'updated_at': '2023-04-18T18:01:59Z', 'revision_number': 1} available for tenant 2023-04-18 18:02:10,600 79804 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-395164576', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBI+7kUX36a65xx5Bt/IxAslDZaRlsD5F1Y9dUWuTjvYAzqz3nqAr9NZgSirWlRCVS6NxkFrEcZZu3qAMIk4GW1KHx1MTftx54FRD5C3T5Dn0ahmuX1R1QaVVkmTGe7Ku1A==', 'fingerprint': '60:b3:b8:f2:62:5e:ec:ea:7d:42:d1:71:09:20:32:7b', 'user_id': '2169669cc67547a18bf80a0eb08b39b0', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAVqyRpPdpUMSOAR/XDq7ifJ/t4JRCM+L96piULOUSlxA2FUok7Hdiy\njOH047TbnoWgBwYFK4EEACKhZANiAASPu5FF9+muucceQbfyMQLJQ2WkZbA+RdWP\nXVFrk472AM6s956gK/TWYEoq1pUQlUujcZBaxHGWbt6gDCJOBltSh8dTE37ceeBU\nQ+Qt0+Q59GoZrl9UdUGlVZJkxnuyrtQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'b25dbd44-7c4d-4e72-895e-6ea6b8bd6053', 'name': 'tempest-securitygroup--2021537316', 'stateful': True, 'tenant_id': 'bd90ac6164a645e1829a7c53dc58f906', 'description': 'tempest-description--433005478', 'shared': False, 'security_group_rules': [{'id': '311d35e6-6d2c-4ab7-9b0f-f11c52da735e', 'tenant_id': 'bd90ac6164a645e1829a7c53dc58f906', 'security_group_id': 'b25dbd44-7c4d-4e72-895e-6ea6b8bd6053', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 918, 'description': None, 'tags': [], 'created_at': '2023-04-18T18:02:09Z', 'updated_at': '2023-04-18T18:02:09Z', 'revision_number': 0, 'project_id': 'bd90ac6164a645e1829a7c53dc58f906'}, {'id': 'eb351ff0-d5c0-4d63-a5f8-d547a3c9302b', 'tenant_id': 'bd90ac6164a645e1829a7c53dc58f906', 'security_group_id': 'b25dbd44-7c4d-4e72-895e-6ea6b8bd6053', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 917, 'description': None, 'tags': [], 'created_at': '2023-04-18T18:02:08Z', 'updated_at': '2023-04 -18T18:02:08Z', 'revision_number': 0, 'project_id': 'bd90ac6164a645e1829a7c53dc58f906'}], 'tags': [], 'created_at': '2023-04-18T18:02:08Z', 'updated_at': '2023-04-18T18:02:08Z', 'revision_number': 1, 'project_id': 'bd90ac6164a645e1829a7c53dc58f906'}, 'floating_ip': {'id': '1527541c-2bbd-4472-a951-b643602e84ab', 'tenant_id': 'bd90ac6164a645e1829a7c53dc58f906', 'floating_ip_address': '172.24.4.37', 'floating_network_id': 'c2ff55f8-5a51-4b60-9edc-492850802101', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'bd90ac6164a645e1829a7c53dc58f906', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T18:02:10Z', 'updated_at': '2023-04-18T18:02:10Z', 'revision_number': 0, 'ip': '172.24.4.37'}} 2023-04-18 18:02:11,292 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/compute/v2.1/servers 0.691s 2023-04-18 18:02:11,292 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeShelveTestJSON-server-702551232", "imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "26dbb1c5-e7b6-45d6-803a-31acef317435"}], "security_groups": [{"name": "tempest-securitygroup--2021537316"}], "key_name": "tempest-keypair-395164576", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:02:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/6826dd0b-4e47-463e-8d5e-6733cf3fd087', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f963d0f0-4e7b-494f-a52a-ef39395c0b2b', 'x-compute-request-id': 'req-f963d0f0-4e7b-494f-a52a-ef39395c0b2b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "6826dd0b-4e47-463e-8d5e-6733cf3fd087", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6826dd0b-4e47-463e-8d5e-6733cf3fd087"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6826dd0b-4e47-463e-8d5e-6733cf3fd087"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--2021537316"}], "adminPass": "password"}}' 2023-04-18 18:02:11,380 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/compute/v2.1/servers/6826dd0b-4e47-463e-8d5e-6733cf3fd087 0.084s 2023-04-18 18:02:11,380 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:02:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1274', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd2d8c1a-6084-4cbf-8feb-b5a0a0883980', 'x-compute-request-id': 'req-dd2d8c1a-6084-4cbf-8feb-b5a0a0883980', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6826dd0b-4e47-463e-8d5e-6733cf3fd087'} Body: b'{"server": {"id": "6826dd0b-4e47-463e-8d5e-6733cf3fd087", "name": "tempest-AttachVolumeShelveTestJSON-server-702551232", "status": "BUILD", "tenant_id": "bd90ac6164a645e1829a7c53dc58f906", "user_id": "2169669 cc67547a18bf80a0eb08b39b0", "metadata": {}, "hostId": "", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T18:02:11Z", "updated": "2023-04-18T18:02:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6826dd0b-4e47-463e-8d5e-6733cf3fd087"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6826dd0b-4e47-463e-8d5e-6733cf3fd087"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-395164576", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-18 18:03:01,814 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/compute/v2.1/servers/6826dd0b-4e47-463e-8d5e-6733cf3fd087 0.392s 2023-04-18 18:03:01,815 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:03:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1586', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a690b1db-21aa-4917-851a-8a41b3185da2', 'x-compute-request-id': 'req-a690b1db-21aa-4917-851a-8a41b3185da2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6826dd0b-4e47-463e-8d5e-6733cf3fd087'} Body: b'{"server": {"id": "6826dd0b-4e47-463e-8d5e-6733cf3fd087", "name": "tempest-AttachVolumeShelveTestJSON-server-702551232", "status": "ACTIVE", "tenant_id": "bd90ac6164a645e1829a7c53dc58f906", "user_id": "2169669cc67547a18bf80a0eb08b39b0", "metadata": {}, "hostId": "e23b2c8405a7037e1301df13619001fb51aae8bcab2fa271a84428b6", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T18:02:11Z", "updated": "2023-04-18T18:02:18Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1271884577-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:17:df"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6826dd0b-4e47-463e-8d5e-6733cf3fd087"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6826dd0b-4e47-463e-8d5e-6733cf3fd087"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-395164576", "OS-SRV-USG:launched_at": "2023-04-18T18:02:17.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2021537316"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-18 18:03:01,827 79804 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 18:04:02,069 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/compute/v2.1/servers/6826dd0 b-4e47-463e-8d5e-6733cf3fd087/os-interface 0.182s 2023-04-18 18:04:02,070 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:04:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e606fd8a-a38f-4c8d-b1fa-01d28946ad76', 'x-compute-request-id': 'req-e606fd8a-a38f-4c8d-b1fa-01d28946ad76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6826dd0b-4e47-463e-8d5e-6733cf3fd087/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "26dbb1c5-e7b6-45d6-803a-31acef317435", "port_id": "5e91d48d-d3cb-4513-a606-7ec8e7cedbae", "mac_addr": "fa:16:3e:c4:17:df", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "85e5f0a8-cf64-4039-b814-1e4cc57b64ba", "ip_address": "10.0.0.5"}]}]}' 2023-04-18 18:04:02,933 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/1527541c-2bbd-4472-a951-b643602e84ab 0.860s 2023-04-18 18:04:02,934 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "5e91d48d-d3cb-4513-a606-7ec8e7cedbae"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-31b5bb3b-6d14-466e-8070-009dd11a93e7', 'date': 'Tue, 18 Apr 2023 18:04:02 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/1527541c-2bbd-4472-a951-b643602e84ab'} Body: b'{"floatingip": {"id": "1527541c-2bbd-4472-a951-b643602e84ab", "tenant_id": "bd90ac6164a645e1829a7c53dc58f906", "floating_ip_address": "172.24.4.37", "floating_network_id": "c2ff55f8-5a51-4b60-9edc-492850802101", "router_id": "91d9f380-2bcb-4165-880c-0232ad7a6994", "port_id": "5e91d48d-d3cb-4513-a606-7ec8e7cedbae", "fixed_ip_address": "10.0.0.5", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "26dbb1c5-e7b6-45d6-803a-31acef317435", "mac_address": "fa:16:3e:c4:17:df", "admin_state_up": true, "status": "ACTIVE", "device_id": "6826dd0b-4e47-463e-8d5e-6733cf3fd087", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T18:02:10Z", "updated_at": "2023-04-18T18:04:02Z", "revision_number": 1, "project_id": "bd90ac6164a645e1829a7c53dc58f906"}}' 2023-04-18 18:04:02,936 79804 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.37:22' as 'cirros' with public key authentication 2023-04-18 18:04:02,989 79804 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 18:04:03,011 79804 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 18:04:03,012 79804 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.37 successfully created 2023-04-18 18:04:03,055 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/compute/v2.1/servers/6826dd0b-4e47-463e-8d5e-6733cf3fd087/ips 0.043s 2023-04-18 18:04:03,056 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:04:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '110', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x -openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-858a91cc-829b-45ea-9d7f-5d365ad09bc6', 'x-compute-request-id': 'req-858a91cc-829b-45ea-9d7f-5d365ad09bc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6826dd0b-4e47-463e-8d5e-6733cf3fd087/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-1271884577-network": [{"version": 4, "addr": "10.0.0.5"}]}}' 2023-04-18 18:04:03,329 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/volume/v3/bd90ac6164a645e1829a7c53dc58f906/volumes 0.270s 2023-04-18 18:04:03,329 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-AttachVolumeShelveTestJSON-volume-195298637"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:04:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-436557c5-dcee-47da-841b-47035c64c655', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-436557c5-dcee-47da-841b-47035c64c655', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/bd90ac6164a645e1829a7c53dc58f906/volumes'} Body: b'{"volume": {"id": "30112443-dba7-4366-8933-b410da42774c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:04:03.252126", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-195298637", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd90ac6164a645e1829a7c53dc58f906/volumes/30112443-dba7-4366-8933-b410da42774c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd90ac6164a645e1829a7c53dc58f906/volumes/30112443-dba7-4366-8933-b410da42774c"}], "user_id": "2169669cc67547a18bf80a0eb08b39b0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 18:04:03,376 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/bd90ac6164a645e1829a7c53dc58f906/volumes/30112443-dba7-4366-8933-b410da42774c 0.038s 2023-04-18 18:04:03,377 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:04:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-758e4940-38e7-4c94-88f0-ebb64860f2a5', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-758e4940-38e7-4c94-88f0-ebb64860f2a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd90ac6164a645e1829a7c53dc58f906/volumes/30112443-dba7-4366-8933-b410da42774c'} Body: b'{"volume": {"id": "30112443-dba7-4366-8933-b410da42774c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:04:03.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-195298637", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd90ac6164a645e1829a7c53dc58f906/volumes/30112443-dba7-4366-8933-b410da42774c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd90ac6164a645e1829a7c53dc58f906/volumes/30112443-dba7-4366-8933-b410da42774c"}], "user_id": "2169669cc67547a1 8bf80a0eb08b39b0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd90ac6164a645e1829a7c53dc58f906"}}' 2023-04-18 18:04:04,498 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/bd90ac6164a645e1829a7c53dc58f906/volumes/30112443-dba7-4366-8933-b410da42774c 0.110s 2023-04-18 18:04:04,499 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:04:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9b46cfc-68b4-42b1-8bac-30f0ae009431', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9b46cfc-68b4-42b1-8bac-30f0ae009431', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd90ac6164a645e1829a7c53dc58f906/volumes/30112443-dba7-4366-8933-b410da42774c'} Body: b'{"volume": {"id": "30112443-dba7-4366-8933-b410da42774c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:04:03.000000", "updated_at": "2023-04-18T18:04:03.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-195298637", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd90ac6164a645e1829a7c53dc58f906/volumes/30112443-dba7-4366-8933-b410da42774c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd90ac6164a645e1829a7c53dc58f906/volumes/30112443-dba7-4366-8933-b410da42774c"}], "user_id": "2169669cc67547a18bf80a0eb08b39b0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd90ac6164a645e1829a7c53dc58f906"}}' 2023-04-18 18:04:04,635 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/6826dd0b-4e47-463e-8d5e-6733cf3fd087 0.123s 2023-04-18 18:04:04,635 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:04:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-328c36e4-82d0-4407-b0e5-6f4f2b93fe06', 'x-compute-request-id': 'req-328c36e4-82d0-4407-b0e5-6f4f2b93fe06', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6826dd0b-4e47-463e-8d5e-6733cf3fd087'} Body: b'' 2023-04-18 18:04:04,879 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/6826dd0b-4e47-463e-8d5e-6733cf3fd087 0.243s 2023-04-18 18:04:04,879 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:04:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1710', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49688f91-cc43-4771-ac43-f5baaba9f694', 'x-compute-request-id': 'req-49688f9 1-cc43-4771-ac43-f5baaba9f694', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6826dd0b-4e47-463e-8d5e-6733cf3fd087'} Body: b'{"server": {"id": "6826dd0b-4e47-463e-8d5e-6733cf3fd087", "name": "tempest-AttachVolumeShelveTestJSON-server-702551232", "status": "ACTIVE", "tenant_id": "bd90ac6164a645e1829a7c53dc58f906", "user_id": "2169669cc67547a18bf80a0eb08b39b0", "metadata": {}, "hostId": "e23b2c8405a7037e1301df13619001fb51aae8bcab2fa271a84428b6", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T18:02:11Z", "updated": "2023-04-18T18:04:05Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1271884577-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:17:df"}, {"version": 4, "addr": "172.24.4.37", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:17:df"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6826dd0b-4e47-463e-8d5e-6733cf3fd087"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6826dd0b-4e47-463e-8d5e-6733cf3fd087"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-395164576", "OS-SRV-USG:launched_at": "2023-04-18T18:02:17.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2021537316"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-18 18:04:54,977 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/6826dd0b-4e47-463e-8d5e-6733cf3fd087 0.034s 2023-04-18 18:04:54,977 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:04:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-9f14e2da-31af-4450-9986-595a13d5d2b4', 'x-compute-request-id': 'req-9f14e2da-31af-4450-9986-595a13d5d2b4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6826dd0b-4e47-463e-8d5e-6733cf3fd087'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 6826dd0b-4e47-463e-8d5e-6733cf3fd087 could not be found."}}' 2023-04-18 18:04:55,005 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-395164576 0.027s 2023-04-18 18:04:55,005 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:04:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bcef2683-f352-4b8c-b520-08dcfe6ab59d', 'x-compute-request-id': 'req-bcef2683-f352-4b8c-b520-08dcfe6ab59d', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-395164576'} Body: b'' 2023-04-18 18:04:55,151 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/b25dbd44-7c4d-4e72-895e-6ea6b8bd6053 0.145s 2023-04-18 18:04:55,151 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-166974a1-7a20-4b11-b2c8-a2d2169baf9d', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 18:04:55 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/b25dbd44-7c4d-4e72-895e-6ea6b8bd6053'} Body: b'' 2023-04-18 18:04:55,170 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/b25dbd44-7c4d-4e72-895e-6ea6b8bd6053 0.018s 2023-04-18 18:04:55,170 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-36e0f0a3-f297-478f-b825-5e3cdd4dbe3c', 'date': 'Tue, 18 Apr 2023 18:04:55 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/b25dbd44-7c4d-4e72-895e-6ea6b8bd6053'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group b25dbd44-7c4d-4e72-895e-6ea6b8bd6053 does not exist", "detail": ""}}' 2023-04-18 18:04:55,635 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/1527541c-2bbd-4472-a951-b643602e84ab 0.464s 2023-04-18 18:04:55,635 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-e48bc8d8-569a-4ae2-b042-30ff340bde06', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 18:04:55 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/1527541c-2bbd-4472-a951-b643602e84ab'} Body: b'' {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict [122.390278s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_servers_negative.py", line 239, in test_create_server_invalid_bdm_in_2nd_dict volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume de582daa-5453-4ebc-ab13-780ee0d4b34c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 18:04:13,327 79786 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/6c4fd3db-b881-441a-90b7-b927392288fb 0.622s 2023-04-18 18:04:13,328 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:04:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1491', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1cdfddcb-2e87-4bde-a04a-6d875acbffc9', 'x-compute-request-id': 'req-1cdfddcb-2e87-4bde-a04a-6d875acbffc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6c4fd3db-b881-441a-90b7-b927392288fb'} Body: b'{"server": {"id": "6c4fd3db-b881-441a-90b7-b927392288fb", "name": "tempest-ServersNegativeTestJSON-server-29384777", "status": "ACTIVE", "tenant_id": "df19b002da6742dbb8ed4009530e5f20", "user_id": "08887d6401f540fa9cf01c378af3c398", "metadata": {}, "hostId": "b242d48ec22fb0047a36d2ce10b1f0ab7aaa5a72f4ef87531ee94546", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:57:37Z", "updated": "2023-04-18T17:57:45Z", "addresses": {"tempest-ServersNegativeTestJSON-917356757-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:e1:3a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6c4fd3db-b881-441a-90b7-b927392288fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6c4fd3db-b881-441a-90b7-b927392288fb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T17:57:44.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 18:05:13,612 79786 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_invalid_bdm_in_2nd_dict): 202 POST http://10.0.0.210/volume/v3/df19b002da6742dbb8ed4009530e5f20/volumes 0.220s 2023-04-18 18:05:13,612 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-ServersNegativeTestJSON-volume-764533108"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:05:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-020804b8-56d6-43a3-9d69-42ad54db2301', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-020804b8-56d6-43a3-9d69-42ad54db2301', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/df19b002da6742dbb8ed4009530e5f20/volumes'} Body: b'{"volume": {"id": "de582daa-5453-4ebc-ab13-780ee0d4b34c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:05:13.543388", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-764533108", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df19b002da6742dbb8ed4009530e5f20/volumes/de582daa-5453-4ebc-ab13-780ee0d4b34c"}, {"rel": "bookmark", "href": "http://10.0.0.210/v olume/df19b002da6742dbb8ed4009530e5f20/volumes/de582daa-5453-4ebc-ab13-780ee0d4b34c"}], "user_id": "08887d6401f540fa9cf01c378af3c398", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 18:05:13,664 79786 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_invalid_bdm_in_2nd_dict): 200 GET http://10.0.0.210/volume/v3/df19b002da6742dbb8ed4009530e5f20/volumes/de582daa-5453-4ebc-ab13-780ee0d4b34c 0.042s 2023-04-18 18:05:13,664 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:05:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b3b630b-1072-4b9d-9dc0-8c868e1f1a58', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b3b630b-1072-4b9d-9dc0-8c868e1f1a58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df19b002da6742dbb8ed4009530e5f20/volumes/de582daa-5453-4ebc-ab13-780ee0d4b34c'} Body: b'{"volume": {"id": "de582daa-5453-4ebc-ab13-780ee0d4b34c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:05:14.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-764533108", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df19b002da6742dbb8ed4009530e5f20/volumes/de582daa-5453-4ebc-ab13-780ee0d4b34c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df19b002da6742dbb8ed4009530e5f20/volumes/de582daa-5453-4ebc-ab13-780ee0d4b34c"}], "user_id": "08887d6401f540fa9cf01c378af3c398", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df19b002da6742dbb8ed4009530e5f20"}}' 2023-04-18 18:05:14,732 79786 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_invalid_bdm_in_2nd_dict): 200 GET http://10.0.0.210/volume/v3/df19b002da6742dbb8ed4009530e5f20/volumes/de582daa-5453-4ebc-ab13-780ee0d4b34c 0.056s 2023-04-18 18:05:14,733 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:05:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f675a59e-6546-482b-aac5-28404157c8d7', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f675a59e-6546-482b-aac5-28404157c8d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df19b002da6742dbb8ed4009530e5f20/volumes/de582daa-5453-4ebc-ab13-780ee0d4b34c'} Body: b'{"volume": {"id": "de582daa-5453-4ebc-ab13-780ee0d4b34c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:05:14.000000", "updated_at": "2023-04-18T18:05:14.000000", "name": "tempest-ServersNegativeTestJSON-volume-764533108", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df19b002da6742dbb8ed4009530e5f20/volumes/de582daa-5453-4ebc-ab13-780ee0d4b34c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df19b002da6742dbb8ed4009530e5f20/volumes/de582daa-5453-4ebc-ab13-780ee0d4b34c"}], "user_id": "08887d6401f540fa9cf01c378af3c398", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr :tenant_id": "df19b002da6742dbb8ed4009530e5f20"}}' 2023-04-18 18:05:14,995 79786 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/6c4fd3db-b881-441a-90b7-b927392288fb 0.250s 2023-04-18 18:05:14,995 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:05:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1491', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4541bdac-f70c-4ba6-9498-3ccb41113206', 'x-compute-request-id': 'req-4541bdac-f70c-4ba6-9498-3ccb41113206', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6c4fd3db-b881-441a-90b7-b927392288fb'} Body: b'{"server": {"id": "6c4fd3db-b881-441a-90b7-b927392288fb", "name": "tempest-ServersNegativeTestJSON-server-29384777", "status": "ACTIVE", "tenant_id": "df19b002da6742dbb8ed4009530e5f20", "user_id": "08887d6401f540fa9cf01c378af3c398", "metadata": {}, "hostId": "b242d48ec22fb0047a36d2ce10b1f0ab7aaa5a72f4ef87531ee94546", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:57:37Z", "updated": "2023-04-18T17:57:45Z", "addresses": {"tempest-ServersNegativeTestJSON-917356757-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:e1:3a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6c4fd3db-b881-441a-90b7-b927392288fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6c4fd3db-b881-441a-90b7-b927392288fb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T17:57:44.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {0} setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest) ... SKIPPED: Volume multi-attach is not available. {0} setUpClass (tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/volumes/test_volumes_list.py", line 56, in resource_setup volume = cls.create_volume(metadata=metadata) File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume afe3ff27-068e-4584-b958-8b6a01f3ae41 failed to build and is in ERROR status {0} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details [0.200343s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 44, in test_get_pools_with_details self._assert_pools(with_detail=True) File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 29, in _assert_pools self.assertNotEmpty(cinder_pools, "no cinder pools listed.") File "/opt/stack/tempest/tempest/test.py", line 970, in assertNotEmpty self.assertTrue(items, msg) File "/usr/lib/python3.10/unittest/case.py", line 687, in assertTrue raise self.failureException(msg) AssertionError: [] is not true : no cinder pools listed. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 18:07:14,462 79786 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_with_details): 200 GET http://10.0.0.210/volume/v3/3226dfbb24974fa895ad26d04460bca3/scheduler-stats/get_pools?detail=True 0.192s 2023-04-18 18:07:14,463 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:07:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfc681d2-e70d-4076-b263-97f0d90f4740', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfc681d2-e70d-4076-b263-97f0d90f4740', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3226dfbb24974fa895ad26d04460bca3/scheduler-stats/get_pools?detail=True'} Body: b'{"pools": []}' {0} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details [0.036622s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 39, in test_get_pools_without_details self._assert_pools() File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 29, in _assert_pools self.assertNotEmpty(cinder_pools, "no cinder pools listed.") File "/opt/stack/tempest/tempest/test.py", line 970, in assertNotEmpty self.assertTrue(items, msg) File "/usr/lib/python3.10/unittest/case.py", line 687, in assertTrue raise self.failureException(msg) AssertionError: [] is not true : no cinder pools listed. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 18:07:14,505 79786 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_without_details): 200 GET http://10.0.0.210/volume/v3/3226dfbb24974fa895ad26d04460bca3/scheduler-stats/get_pools 0.032s 2023-04-18 18:07:14,505 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:07:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc974240-77e8-4d5c-b5ad-195d9001a442', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc974240-77e8-4d5c-b5ad-195d9001a442', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3226dfbb24974fa895ad26d04460bca3/scheduler-stats/get_pools'} Body: b'{"pools": []}' {0} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_log_reason_with_no_reason [0.016983s] ... ok {0} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_service_with_invalid_binary [0.028041s] ... ok {0} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_enable_service_with_invalid_host [0.046528s] ... ok {0} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_freeze_host_with_invalid_host [0.026432s] ... ok {0} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_thaw_host_with_invalid_host [0.025060s] ... ok {0} setUpClass (tempest.api.volume.test_image_metadata.VolumesImageMetadata) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_image_metadata.py", line 40, in resource_setup cls.volume = cls.create_volume(imageRef=CONF.compute.image_ref) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 0526202a-6e27-47bc-918d-4942e899aca0 failed to build and is in ERROR status {0} setUpClass (tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_snapshot_metadata.py", line 38, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 1be2857c-2d9c-41a2-bfd1-8e5c69196caa failed to build and is in ERROR status {0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id [0.852571s] ... ok {0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id [0.060559s] ... ok {0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit [0.011507s] ... ok {0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker [0.056506s] ... ok {0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort [0.014484s] ... ok {0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size [1.546682s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots_negative.py", line 61, in test_volume_from_snapshot_decreasing_size src_vol = self.create_volume(size=src_size) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 7b115206-3a66-4ad8-bbfd-79df3070ad0b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 18:07:27,856 79786 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 202 POST http://10.0.0.210/volume/v3/c10443d95a7b4a399f0e8bf1aab3c953/volumes 0.215s 2023-04-18 18:07:27,857 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 2, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1476921750"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:07:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2e2ab2c-5e1e-4987-8d84-54ff761df393', 'content-length': '829', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2e2ab2c-5e1e-4987-8d84-54ff761df393', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c10443d95a7b4a399f0e8bf1aab3c953/volumes'} Body: b'{"volume": {"id": "7b115206-3a66-4ad8-bbfd-79df3070ad0b", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T18:07:27.801387", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1476921750", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c10443d95a7b4a399f0e8bf1aab3c953/volumes/7b115206-3a66-4ad8-bbfd-79df3070ad0b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c10443d95a7b4a399f0e8bf1aab3c953/volumes/7b115206-3a66-4ad8-bbfd-79df3070ad0b"}], "user_id": "b9483a1ebf09458fb6471f5f4bf4e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 18:07:27,915 79786 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/c10443d95a7b4a399f0e8bf1aab3c953/volumes/7b115206-3a66-4ad8-bbfd-79df3070ad0b 0.046s 2023-04-18 18:07:27,915 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:07:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81184d0c-cb41-4b68-8b66-941ddfee41c4', 'content-length': '897', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81184d0c-cb41-4b68-8b66-941ddfee41c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c10443d95a7b4a399f0e8bf1aab3c953/volumes/7b115206-3a66-4ad8-bbfd-79df3070ad0b'} Body: b'{"volume": {"id": "7b115206-3a66-4ad8-bbfd-79df3070ad0b", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T18:07:28.000000", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1476921750", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c10443d95a7b4a399f0e8bf1aab3c953/volumes/7b115206-3a66-4ad8-bbfd-79df3070ad0b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c10443d95a7b4a399f0e8bf1aab3c953/volumes/7b115206-3a66-4ad8-bbfd-79df3070ad0b"}], "user_id": "b9483a1ebf09458fb6471f5f4bf4e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c10443d95a7b4a399f0e8bf1aab3c953"}}' 2023-04-18 18:07:28,977 79786 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/c10443d95a7b4a399f0e8bf1aab3c953/volumes/7b115206-3a66-4ad8-bbfd-79df3070a d0b 0.048s 2023-04-18 18:07:28,978 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:07:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e05315f2-7ff6-4cfd-b07b-ee674790e202', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e05315f2-7ff6-4cfd-b07b-ee674790e202', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c10443d95a7b4a399f0e8bf1aab3c953/volumes/7b115206-3a66-4ad8-bbfd-79df3070ad0b'} Body: b'{"volume": {"id": "7b115206-3a66-4ad8-bbfd-79df3070ad0b", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T18:07:28.000000", "updated_at": "2023-04-18T18:07:28.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1476921750", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c10443d95a7b4a399f0e8bf1aab3c953/volumes/7b115206-3a66-4ad8-bbfd-79df3070ad0b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c10443d95a7b4a399f0e8bf1aab3c953/volumes/7b115206-3a66-4ad8-bbfd-79df3070ad0b"}], "user_id": "b9483a1ebf09458fb6471f5f4bf4e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c10443d95a7b4a399f0e8bf1aab3c953"}}' 2023-04-18 18:07:29,033 79786 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c10443d95a7b4a399f0e8bf1aab3c953/volumes/7b115206-3a66-4ad8-bbfd-79df3070ad0b 0.043s 2023-04-18 18:07:29,034 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:07:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a9154ff-0314-436f-9ad0-d49ad4538eb8', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a9154ff-0314-436f-9ad0-d49ad4538eb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c10443d95a7b4a399f0e8bf1aab3c953/volumes/7b115206-3a66-4ad8-bbfd-79df3070ad0b'} Body: b'{"volume": {"id": "7b115206-3a66-4ad8-bbfd-79df3070ad0b", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T18:07:28.000000", "updated_at": "2023-04-18T18:07:28.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1476921750", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c10443d95a7b4a399f0e8bf1aab3c953/volumes/7b115206-3a66-4ad8-bbfd-79df3070ad0b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c10443d95a7b4a399f0e8bf1aab3c953/volumes/7b115206-3a66-4ad8-bbfd-79df3070ad0b"}], "user_id": "b9483a1ebf09458fb6471f5f4bf4e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c10443d95a7b4a399f0e8bf1aab3c953"}}' 2023-04-18 18:07:29,160 79786 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c10443d95a7b4a399f0e8bf1aab3c953/volumes/7b115206-3a66-4ad8-bbfd-79df3070ad0b 0.112s 2023-04-18 18:07:29,161 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Resp onse - Headers: {'date': 'Tue, 18 Apr 2023 18:07:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-618d78f0-8570-44ea-b5ee-c5bc26a133af', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c10443d95a7b4a399f0e8bf1aab3c953/volumes/7b115206-3a66-4ad8-bbfd-79df3070ad0b'} Body: b'' 2023-04-18 18:07:29,186 79786 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c10443d95a7b4a399f0e8bf1aab3c953/volumes/7b115206-3a66-4ad8-bbfd-79df3070ad0b 0.024s 2023-04-18 18:07:29,187 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:07:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1a162f0-ed89-49df-95d0-d1f1d86fc50b', 'x-openstack-request-id': 'req-d1a162f0-ed89-49df-95d0-d1f1d86fc50b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c10443d95a7b4a399f0e8bf1aab3c953/volumes/7b115206-3a66-4ad8-bbfd-79df3070ad0b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 7b115206-3a66-4ad8-bbfd-79df3070ad0b could not be found."}}' {6} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server [166.869413s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 49, in test_attach_attached_volume_to_same_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 715627e7-1c24-457d-9713-d376e34894e5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 18:04:52,473 79798 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 18:04:52,474 79798 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 18:04:52,540 79798 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.062s 2023-04-18 18:04:52,541 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-987563154", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEUDNj3gaM6+yX1tonvN8mX0unvOVAZOKnQkLOjA4mqY8rTANjYcTBCYZyWfGQzERf3oAG+QbcL8ca8kQrPY40r8d0XEcIFtcE46WGJFRAgOlsXLFPa6ANWhTA1KtPfxXw=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:04:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-802943a3-fbf6-48f9-9ab5-a253fd1b7552', 'x-compute-request-id': 'req-802943a3-fbf6-48f9-9ab5-a253fd1b7552', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-987563154", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEUDNj3gaM6+yX1tonvN8mX0unvOVAZOKnQkLOjA4mqY8rTANjYcTBCYZyWfGQzERf3oAG+QbcL8ca8kQrPY40r8d0XEcIFtcE46WGJFRAgOlsXLFPa6ANWhTA1KtPfxXw==", "fingerprint": "a2:66:e5:7d:87:76:d9:e8:e3:cd:95:e8:b1:8c:3a:20", "user_id": "3da8052dbf914e1cb2ee508d2bb21bd7"}}' 2023-04-18 18:04:52,545 79798 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-987563154 created 2023-04-18 18:04:52,716 79798 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.170s 2023-04-18 18:04:52,716 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--4010587", "description": "tempest-description--1499004663"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1594', 'x-openstack-request-id': 'req-88358f81-5dc9-4661-9029-846f24bbd8c5', 'date': 'Tue, 18 Apr 2023 18:04:52 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "4c8d22f2-0201-4d42-bdea-76e5f97ff136", "name": "tempest-securitygroup--4010587", "stateful": true, "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "description": "tempest-description--1499004663", "shared": false, "security_group_rules": [{"id": "794e7da8-cfb1-431e-86f2-38aefa4e78cd", "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "security_group_id": "4c8d22f2-0201-4d42-bdea-76e5f97ff136", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 970, "description": null, "tags": [], "created_at": "2023-04-18T18:04:52Z", "updated_at": "2023-04-18T18:04:52Z", "revision_number": 0, "project_id": "26fc84542bc54be0b4ed144b4bd80820"}, {"id": "7be613ae-12ff-483b-b93d-1135466d0965", "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "security_group_id": "4c8d22f2-0201-4d42-bdea-76e5f97ff136", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_ cidr": null, "remote_group_id": null, "standard_attr_id": 971, "description": null, "tags": [], "created_at": "2023-04-18T18:04:52Z", "updated_at": "2023-04-18T18:04:52Z", "revision_number": 0, "project_id": "26fc84542bc54be0b4ed144b4bd80820"}], "tags": [], "created_at": "2023-04-18T18:04:52Z", "updated_at": "2023-04-18T18:04:52Z", "revision_number": 1, "project_id": "26fc84542bc54be0b4ed144b4bd80820"}}' 2023-04-18 18:04:52,934 79798 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.217s 2023-04-18 18:04:52,934 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "4c8d22f2-0201-4d42-bdea-76e5f97ff136", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-c0b06860-20be-4109-91b9-55ac60230a3e', 'date': 'Tue, 18 Apr 2023 18:04:52 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "70fb44fa-cf77-4412-b427-f3edafd6856d", "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "security_group_id": "4c8d22f2-0201-4d42-bdea-76e5f97ff136", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T18:04:52Z", "updated_at": "2023-04-18T18:04:52Z", "revision_number": 0, "project_id": "26fc84542bc54be0b4ed144b4bd80820"}}' 2023-04-18 18:04:53,109 79798 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.174s 2023-04-18 18:04:53,110 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "4c8d22f2-0201-4d42-bdea-76e5f97ff136", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-c4199366-e8ca-4640-9bce-88452ff04c9b', 'date': 'Tue, 18 Apr 2023 18:04:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0d70f9c7-936e-4341-a438-e13bbd2d818f", "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "security_group_id": "4c8d22f2-0201-4d42-bdea-76e5f97ff136", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T18:04:53Z", "updated_at": "2023-04-18T18:04:53Z", "revision_number": 0, "project_id": "26fc84542bc54be0b4ed144b4bd80820"}}' 2023-04-18 18:04:53,110 79798 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--4010587 created 2023-04-18 18:04:54,109 79798 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.999s 2023-04-18 18:04:54,110 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "c2ff55f8-5a51-4b60-9edc-492850802101"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstac k-request-id': 'req-58c720ae-a719-445a-bf5c-ad48a3c0ebec', 'date': 'Tue, 18 Apr 2023 18:04:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "927066ab-1ad1-4d0c-abe4-ac935b5062b7", "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "floating_ip_address": "172.24.4.40", "floating_network_id": "c2ff55f8-5a51-4b60-9edc-492850802101", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "26fc84542bc54be0b4ed144b4bd80820", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T18:04:53Z", "updated_at": "2023-04-18T18:04:53Z", "revision_number": 0}}' 2023-04-18 18:04:54,110 79798 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '927066ab-1ad1-4d0c-abe4-ac935b5062b7', 'tenant_id': '26fc84542bc54be0b4ed144b4bd80820', 'floating_ip_address': '172.24.4.40', 'floating_network_id': 'c2ff55f8-5a51-4b60-9edc-492850802101', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '26fc84542bc54be0b4ed144b4bd80820', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T18:04:53Z', 'updated_at': '2023-04-18T18:04:53Z', 'revision_number': 0, 'ip': '172.24.4.40'} created 2023-04-18 18:04:54,210 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.095s 2023-04-18 18:04:54,211 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 18:04:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2821', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-c35459b9-396c-4923-b758-b629e5f867e6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "3da8052dbf914e1cb2ee508d2bb21bd7", "name": "tempest-AttachVolumeNegativeTest-1338292293-project-member", "password_expires_at": null}, "audit_ids": ["UTHe97lERvOxWG2gtx4wcw"], "expires_at": "2023-04-18T19:04:54.000000Z", "issued_at": "2023-04-18T18:04:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "26fc84542bc54be0b4ed144b4bd80820", "name": "tempest-AttachVolumeNegativeTest-1338292293"}, "is_domain": false, "roles": [{"id": "762b079e91ba4ddbacceb1546eb3e74b", "name": "member"}, {"id": "807c7b6962e34127851a8fd52e276165", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e52ae3082fbf4a328ade93bc969dfa86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "166e820cb0ca4a089aa9254384c06e53", "type": "image", "name": "glance"}, {"endpoints": [{"id": "f150521060f741f784e55058e10c303b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "1c8e6022cdfd4e9eb0fc68323e0cac02", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9c29a67948cb4cc48fd15a0431fe7a64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed144b4bd80820", "region": "RegionOne"}], "id": "2cacf9cd2898416aa34b0c96d297137a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "065cb3b15cfa48a89cd4a0610ca051f6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "334844b10d614b7693449511937eb5fa", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "42d5039ab31f496ebe06b2ab79621342", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/26fc84542 bc54be0b4ed144b4bd80820", "region": "RegionOne"}], "id": "39da698ec5564e8180fd91a7bbf41b0f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "730244346eb743c5833aedad51c363d0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/26fc84542bc54be0b4ed144b4bd80820", "region": "RegionOne"}], "id": "5bcb3497a89a4dd8ae0ef4ff16e2f813", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9e3ae159bccb449fb431409ede0cbbd8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "63801c39cce14ff588071cf5a2486448", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "bb0997ca4d744ef88ab11be55b02192c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "aceec1d3ad2d4c5da6a7ca57bbfb3a51", "type": "identity", "name": "keystone"}]}}' 2023-04-18 18:04:54,212 79798 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': '56ee566b-b65a-4747-a0ad-917fef191e6f', 'name': 'tempest-AttachVolumeNegativeTest-1988541008-network', 'tenant_id': '26fc84542bc54be0b4ed144b4bd80820', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '26fc84542bc54be0b4ed144b4bd80820', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 7801, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T18:01:56Z', 'updated_at': '2023-04-18T18:01:56Z', 'revision_number': 1} available for tenant 2023-04-18 18:04:54,213 79798 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-987563154', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEUDNj3gaM6+yX1tonvN8mX0unvOVAZOKnQkLOjA4mqY8rTANjYcTBCYZyWfGQzERf3oAG+QbcL8ca8kQrPY40r8d0XEcIFtcE46WGJFRAgOlsXLFPa6ANWhTA1KtPfxXw==', 'fingerprint': 'a2:66:e5:7d:87:76:d9:e8:e3:cd:95:e8:b1:8c:3a:20', 'user_id': '3da8052dbf914e1cb2ee508d2bb21bd7', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCiz74ZLgwT1opllJwVAIzSGHOKbhpw09WyYiZ4fMlnWOrEalivMdTs\nnMy8AuwWUuqgBwYFK4EEACKhZANiAARFAzY94GjOvsl9baJ7zfJl9Lp7zlQGTip0\nJCzowOJqmPK0wDY2HEwQmGclnxkMxEX96ABvkG3C/HGvJEKz2ONK/HdFxHCBbXBO\nOlhiRUQIDpbFyxT2ugDVoUwNSrT38V8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '4c8d22f2-0201-4d42-bdea-76e5f97ff136', 'name': 'tempest-securitygroup--4010587', 'stateful': True, 'tenant_id': '26fc84542bc54be0b4ed144b4bd80820', 'description': 'tempest-description--1499004663', 'shared': False, 'security_group_rules': [{'id': '794e7da8-cfb1-431e-86f2-38aefa4e78cd', 'tenant_id': '26fc84542bc54be0b4ed144b4bd80820', 'security_group_id': '4c8d22f2-0201-4d42-bdea-76e5f97ff136', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 970, 'description': None, 'tags': [], 'created_at': '2023-04-18T18:04:52Z', 'updated_at': '2023-04-18T18:04:52Z', 'revision_number': 0, 'project_id': '26fc84542bc54be0b4ed144b4bd80820'}, {'id': '7be613ae-12ff-483b-b93d-1135466d0965', 'tenant_id': '26fc84542bc54be0b4ed144b4bd80820', 'security_group_id': '4c8d22f2-0201-4d42-bdea-76e5f97ff136', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 971, 'description': None, 'tags': [], 'created_at': '2023-04-18T18:04:52Z', 'updated_at': '2023-04-18T18:04:52Z', 'revision_number': 0, 'project_id': '26fc84542bc54be0b4ed144b4bd80820'}], 'tags' : [], 'created_at': '2023-04-18T18:04:52Z', 'updated_at': '2023-04-18T18:04:52Z', 'revision_number': 1, 'project_id': '26fc84542bc54be0b4ed144b4bd80820'}, 'floating_ip': {'id': '927066ab-1ad1-4d0c-abe4-ac935b5062b7', 'tenant_id': '26fc84542bc54be0b4ed144b4bd80820', 'floating_ip_address': '172.24.4.40', 'floating_network_id': 'c2ff55f8-5a51-4b60-9edc-492850802101', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '26fc84542bc54be0b4ed144b4bd80820', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T18:04:53Z', 'updated_at': '2023-04-18T18:04:53Z', 'revision_number': 0, 'ip': '172.24.4.40'}} 2023-04-18 18:04:55,009 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://10.0.0.210/compute/v2.1/servers 0.794s 2023-04-18 18:04:55,009 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-159146497", "imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "56ee566b-b65a-4747-a0ad-917fef191e6f"}], "security_groups": [{"name": "tempest-securitygroup--4010587"}], "key_name": "tempest-keypair-987563154", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:04:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '397', 'location': 'http://10.0.0.210/compute/v2.1/servers/724f06ff-e920-44ff-86e4-073fc26e0913', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-25627a19-fb44-4185-a270-64240dee84b9', 'x-compute-request-id': 'req-25627a19-fb44-4185-a270-64240dee84b9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "724f06ff-e920-44ff-86e4-073fc26e0913", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/724f06ff-e920-44ff-86e4-073fc26e0913"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/724f06ff-e920-44ff-86e4-073fc26e0913"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--4010587"}], "adminPass": "password"}}' 2023-04-18 18:04:55,085 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/compute/v2.1/servers/724f06ff-e920-44ff-86e4-073fc26e0913 0.073s 2023-04-18 18:04:55,085 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:04:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1234', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ccc8b984-9439-4e3a-9316-ca62ac8ca4d6', 'x-compute-request-id': 'req-ccc8b984-9439-4e3a-9316-ca62ac8ca4d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/724f06ff-e920-44ff-86e4-073fc26e0913'} Body: b'{"server": {"id": "724f06ff-e920-44ff-86e4-073fc26e0913", "name": "tempest-AttachVolumeNegativeTest-server-159146497", "status": "BUILD", "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "user_id": "3da8052dbf914e1cb2ee508d2bb21bd7", "metadata": {}, "hostId": "", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44 a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T18:04:55Z", "updated": "2023-04-18T18:04:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/724f06ff-e920-44ff-86e4-073fc26e0913"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/724f06ff-e920-44ff-86e4-073fc26e0913"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-987563154", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 18:05:45,401 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/compute/v2.1/servers/724f06ff-e920-44ff-86e4-073fc26e0913 0.253s 2023-04-18 18:05:45,402 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:05:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1541', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-51e46a34-7b0a-4b48-a2e2-a2c2cea48b79', 'x-compute-request-id': 'req-51e46a34-7b0a-4b48-a2e2-a2c2cea48b79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/724f06ff-e920-44ff-86e4-073fc26e0913'} Body: b'{"server": {"id": "724f06ff-e920-44ff-86e4-073fc26e0913", "name": "tempest-AttachVolumeNegativeTest-server-159146497", "status": "ACTIVE", "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "user_id": "3da8052dbf914e1cb2ee508d2bb21bd7", "metadata": {}, "hostId": "82041ceec927b09e35c0175cee4fa62850758b89f71909d3fa6d0bae", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T18:04:54Z", "updated": "2023-04-18T18:05:03Z", "addresses": {"tempest-AttachVolumeNegativeTest-1988541008-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:d2:65"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/724f06ff-e920-44ff-86e4-073fc26e0913"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/724f06ff-e920-44ff-86e4-073fc26e0913"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-987563154", "OS-SRV-USG:launched_at": "2023-04-18T18:05:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--4010587"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 18:05:45,415 79798 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 18:06:45,619 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/compute/v2.1/servers/724f06ff-e920-44ff-86e4-073fc26e0913/os-interface 0.176s 2023-04-18 18:06:45,619 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:06:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc1a7850-f051-4970-a49b-17d928c38dc7', 'x-compute-request-id': 'req-cc1a7850-f051-4970-a49b-17d928c38dc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/724f06ff-e920-44ff-86e4-073fc26e0913/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "56ee566b-b65a-4747-a0ad-917fef191e6f", "port_id": "1dadcabb-0f5d-4460-b957-991d91abbd65", "mac_addr": "fa:16:3e:08:d2:65", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "8948ec2f-32a5-4b34-b674-0709a73fc228", "ip_address": "10.0.0.7"}]}]}' 2023-04-18 18:06:46,444 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/927066ab-1ad1-4d0c-abe4-ac935b5062b7 0.820s 2023-04-18 18:06:46,444 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "1dadcabb-0f5d-4460-b957-991d91abbd65"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-8b59c61c-b668-4c7c-bd1a-247a12658193', 'date': 'Tue, 18 Apr 2023 18:06:46 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/927066ab-1ad1-4d0c-abe4-ac935b5062b7'} Body: b'{"floatingip": {"id": "927066ab-1ad1-4d0c-abe4-ac935b5062b7", "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "floating_ip_address": "172.24.4.40", "floating_network_id": "c2ff55f8-5a51-4b60-9edc-492850802101", "router_id": "3db043c3-4ff5-456d-958d-d809f9b0c6cf", "port_id": "1dadcabb-0f5d-4460-b957-991d91abbd65", "fixed_ip_address": "10.0.0.7", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "56ee566b-b65a-4747-a0ad-917fef191e6f", "mac_address": "fa:16:3e:08:d2:65", "admin_state_up": true, "status": "ACTIVE", "device_id": "724f06ff-e920-44ff-86e4-073fc26e0913", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T18:04:53Z", "updated_at": "2023-04-18T18:06:45Z", "revision_number": 1, "project_id": "26fc84542bc54be0b4ed144b4bd80820"}}' 2023-04-18 18:06:46,445 79798 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.40:22' as 'cirros' with public key authentication 2023-04-18 18:06:46,484 79798 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 18:06:46,506 79798 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 18:06:46,506 79798 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.40 successfully created 2023-04-18 18:06:46,552 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/compute/v2.1/servers/724f06ff-e920-44ff-86e4-073fc26e0913/ips 0.044s 2023-04-18 18:06:46,552 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:06:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '108', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-976d1d09-6c8f-4e67-9247-5bf4641ca9fc', 'x-compute-request-id': 'req-976d1d09-6c8f-4e67-9247-5bf4641ca9fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/724f06ff-e920-44ff-86e4-073fc26e0913/ips'} Body: b'{"addresses": {"tempest-At tachVolumeNegativeTest-1988541008-network": [{"version": 4, "addr": "10.0.0.7"}]}}' 2023-04-18 18:06:46,801 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed144b4bd80820/volumes 0.245s 2023-04-18 18:06:46,801 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-AttachVolumeNegativeTest-volume-1135458655"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:06:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe45e2f9-5f88-4139-8ff1-8100ccc83358', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe45e2f9-5f88-4139-8ff1-8100ccc83358', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed144b4bd80820/volumes'} Body: b'{"volume": {"id": "715627e7-1c24-457d-9713-d376e34894e5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:06:46.687763", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1135458655", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed144b4bd80820/volumes/715627e7-1c24-457d-9713-d376e34894e5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/26fc84542bc54be0b4ed144b4bd80820/volumes/715627e7-1c24-457d-9713-d376e34894e5"}], "user_id": "3da8052dbf914e1cb2ee508d2bb21bd7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 18:06:46,849 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed144b4bd80820/volumes/715627e7-1c24-457d-9713-d376e34894e5 0.039s 2023-04-18 18:06:46,850 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:06:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7591037b-61c0-4709-b5a2-bcdb35fbba40', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7591037b-61c0-4709-b5a2-bcdb35fbba40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed144b4bd80820/volumes/715627e7-1c24-457d-9713-d376e34894e5'} Body: b'{"volume": {"id": "715627e7-1c24-457d-9713-d376e34894e5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:06:47.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1135458655", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed144b4bd80820/volumes/715627e7-1c24-457d-9713-d376e34894e5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/26fc84542bc54be0b4ed144b4bd80820/volumes/715627e7-1c24-457d-9713-d376e34894e5"}], "user_id": "3da8052dbf914e1cb2ee508d2bb21bd7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "26fc84542bc54be0b4ed144b4bd80820"}}' 2023-04-18 18:06:47,909 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed1 44b4bd80820/volumes/715627e7-1c24-457d-9713-d376e34894e5 0.047s 2023-04-18 18:06:47,909 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:06:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64febf77-b08d-44b1-a5c7-c692c0875b45', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64febf77-b08d-44b1-a5c7-c692c0875b45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed144b4bd80820/volumes/715627e7-1c24-457d-9713-d376e34894e5'} Body: b'{"volume": {"id": "715627e7-1c24-457d-9713-d376e34894e5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:06:47.000000", "updated_at": "2023-04-18T18:06:47.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1135458655", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed144b4bd80820/volumes/715627e7-1c24-457d-9713-d376e34894e5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/26fc84542bc54be0b4ed144b4bd80820/volumes/715627e7-1c24-457d-9713-d376e34894e5"}], "user_id": "3da8052dbf914e1cb2ee508d2bb21bd7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "26fc84542bc54be0b4ed144b4bd80820"}}' 2023-04-18 18:06:48,034 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/724f06ff-e920-44ff-86e4-073fc26e0913 0.112s 2023-04-18 18:06:48,035 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:06:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-96b2fb16-2664-46f5-aefc-dc08bc0cff14', 'x-compute-request-id': 'req-96b2fb16-2664-46f5-aefc-dc08bc0cff14', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/724f06ff-e920-44ff-86e4-073fc26e0913'} Body: b'' 2023-04-18 18:06:48,269 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/724f06ff-e920-44ff-86e4-073fc26e0913 0.233s 2023-04-18 18:06:48,269 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:06:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1665', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a339635-b51d-4a02-b170-b45df3b36dd4', 'x-compute-request-id': 'req-3a339635-b51d-4a02-b170-b45df3b36dd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/724f06ff-e920-44ff-86e4-073fc26e0913'} Body: b'{"server": {"id": "724f06ff-e920-44ff-86e4-073fc26e0913", "name": "tempest-AttachVolumeNegativeTest-server-159146497", "status": "ACTIVE", "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "user_id": "3da8052dbf914e1cb2ee508d2bb21bd7", "metadata": {}, "hostId": "82041ceec927b09e35c0175cee4fa62850758b89f71909d3fa6d0bae", "image": {"id": "2828 72e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T18:04:54Z", "updated": "2023-04-18T18:06:48Z", "addresses": {"tempest-AttachVolumeNegativeTest-1988541008-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:d2:65"}, {"version": 4, "addr": "172.24.4.40", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:d2:65"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/724f06ff-e920-44ff-86e4-073fc26e0913"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/724f06ff-e920-44ff-86e4-073fc26e0913"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-987563154", "OS-SRV-USG:launched_at": "2023-04-18T18:05:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--4010587"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 18:07:38,601 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/724f06ff-e920-44ff-86e4-073fc26e0913 0.269s 2023-04-18 18:07:38,601 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:07:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-449a3949-0e20-4a1e-8b08-934ac6bb1ad8', 'x-compute-request-id': 'req-449a3949-0e20-4a1e-8b08-934ac6bb1ad8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/724f06ff-e920-44ff-86e4-073fc26e0913'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 724f06ff-e920-44ff-86e4-073fc26e0913 could not be found."}}' 2023-04-18 18:07:38,645 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-987563154 0.042s 2023-04-18 18:07:38,645 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:07:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd67521a-dff1-4b11-9efe-d7c7b3201ad9', 'x-compute-request-id': 'req-cd67521a-dff1-4b11-9efe-d7c7b3201ad9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-987563154'} Body: b'' 2023-04-18 18:07:38,783 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/4c8d22f2-0201-4d42-bdea-76e5f97ff136 0.137s 2023-04-18 18:07:38,784 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-016a4ecb-6b60-4360-9176-b4cce60144d4', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 18:07:38 GMT', 'connection': 'close', 's tatus': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/4c8d22f2-0201-4d42-bdea-76e5f97ff136'} Body: b'' 2023-04-18 18:07:38,826 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/4c8d22f2-0201-4d42-bdea-76e5f97ff136 0.041s 2023-04-18 18:07:38,826 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-5455b4fa-0cf8-4499-8e2e-3680d77cca6f', 'date': 'Tue, 18 Apr 2023 18:07:38 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/4c8d22f2-0201-4d42-bdea-76e5f97ff136'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 4c8d22f2-0201-4d42-bdea-76e5f97ff136 does not exist", "detail": ""}}' 2023-04-18 18:07:39,341 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/927066ab-1ad1-4d0c-abe4-ac935b5062b7 0.515s 2023-04-18 18:07:39,341 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-dfba2c11-b957-4c07-bc5c-2ee8909ee4f4', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 18:07:39 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/927066ab-1ad1-4d0c-abe4-ac935b5062b7'} Body: b'' {9} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server [167.448935s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 300, in test_detach_volume_shelved_or_offload_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c165012e-c4b0-4c4a-b1df-f8232649d0dd failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 18:04:55,638 79804 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 18:04:55,638 79804 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 18:04:55,690 79804 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.049s 2023-04-18 18:04:55,691 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1760804614", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIBqxJPIW8ouBer2ATT+JmEQxrpJm8wH2rx/V1T3hDymOZPVRYQvPV8II5JlwplTJvrM7DGtN3zMW+U4MI9z2FUrDp4CgyHBAbxIaYsTm9AbiRSzkXB/nclAZPMAsXeB7w=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:04:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '401', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-93e6ae4b-2d58-40d3-829a-dfd654bc34b4', 'x-compute-request-id': 'req-93e6ae4b-2d58-40d3-829a-dfd654bc34b4', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1760804614", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIBqxJPIW8ouBer2ATT+JmEQxrpJm8wH2rx/V1T3hDymOZPVRYQvPV8II5JlwplTJvrM7DGtN3zMW+U4MI9z2FUrDp4CgyHBAbxIaYsTm9AbiRSzkXB/nclAZPMAsXeB7w==", "fingerprint": "a1:94:d8:34:9a:98:85:00:1f:6c:16:1b:c5:14:ea:4d", "user_id": "2169669cc67547a18bf80a0eb08b39b0"}}' 2023-04-18 18:04:55,693 79804 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1760804614 created 2023-04-18 18:04:55,868 79804 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.174s 2023-04-18 18:04:55,868 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--731376675", "description": "tempest-description--393561236"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-c777add0-0e63-4615-8297-21d8dd0099a0', 'date': 'Tue, 18 Apr 2023 18:04:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "41819311-764e-4aeb-87d5-d0d723d873ff", "name": "tempest-securitygroup--731376675", "stateful": true, "tenant_id": "bd90ac6164a645e1829a7c53dc58f906", "description": "tempest-description--393561236", "shared": false, "security_group_rules": [{"id": "a0263bb1-6936-4b56-91d7-7f37fdf1e0fd", "tenant_id": "bd90ac6164a645e1829a7c53dc58f906", "security_group_id": "41819311-764e-4aeb-87d5-d0d723d873ff", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 977, "description": null, "tags": [], "created_at": "2023-04-18T18:04:55Z", "updated_at": "2023-04-18T18:04:55Z", "revision_number": 0, "project_id": "bd90ac6164a645e1829a7c53dc58f906"}, {"id": "c5904fe9-7e02-420d-b337-7398c05c00ef", "tenant_id": "bd90ac6164a645e1829a7c53dc58f906", "security_group_id": "41819311-764e-4aeb-87d5-d0d723d873ff", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_i p_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 978, "description": null, "tags": [], "created_at": "2023-04-18T18:04:55Z", "updated_at": "2023-04-18T18:04:55Z", "revision_number": 0, "project_id": "bd90ac6164a645e1829a7c53dc58f906"}], "tags": [], "created_at": "2023-04-18T18:04:55Z", "updated_at": "2023-04-18T18:04:55Z", "revision_number": 1, "project_id": "bd90ac6164a645e1829a7c53dc58f906"}}' 2023-04-18 18:04:56,043 79804 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.174s 2023-04-18 18:04:56,043 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "41819311-764e-4aeb-87d5-d0d723d873ff", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-7beca242-ff83-4eac-8d01-f7c0f406ee82', 'date': 'Tue, 18 Apr 2023 18:04:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d2dd2c45-2984-4122-ac86-6d91538d210b", "tenant_id": "bd90ac6164a645e1829a7c53dc58f906", "security_group_id": "41819311-764e-4aeb-87d5-d0d723d873ff", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T18:04:55Z", "updated_at": "2023-04-18T18:04:55Z", "revision_number": 0, "project_id": "bd90ac6164a645e1829a7c53dc58f906"}}' 2023-04-18 18:04:56,253 79804 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.209s 2023-04-18 18:04:56,253 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "41819311-764e-4aeb-87d5-d0d723d873ff", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-b9247d30-88e5-4c95-a423-38cb8feaf636', 'date': 'Tue, 18 Apr 2023 18:04:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "91d43f76-2a6a-4249-92ba-8792e5f77b07", "tenant_id": "bd90ac6164a645e1829a7c53dc58f906", "security_group_id": "41819311-764e-4aeb-87d5-d0d723d873ff", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T18:04:56Z", "updated_at": "2023-04-18T18:04:56Z", "revision_number": 0, "project_id": "bd90ac6164a645e1829a7c53dc58f906"}}' 2023-04-18 18:04:56,254 79804 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--731376675 created 2023-04-18 18:04:57,766 79804 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.511s 2023-04-18 18:04:57,766 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "c2ff55f8-5a51-4b60-9edc-492850802101"}} Response - Headers: {'content -type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-1abfdb4b-1feb-4773-91e2-02535f9ea5c1', 'date': 'Tue, 18 Apr 2023 18:04:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "759224ec-7503-4578-9061-7987d393a4b9", "tenant_id": "bd90ac6164a645e1829a7c53dc58f906", "floating_ip_address": "172.24.4.145", "floating_network_id": "c2ff55f8-5a51-4b60-9edc-492850802101", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "bd90ac6164a645e1829a7c53dc58f906", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T18:04:57Z", "updated_at": "2023-04-18T18:04:57Z", "revision_number": 0}}' 2023-04-18 18:04:57,766 79804 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '759224ec-7503-4578-9061-7987d393a4b9', 'tenant_id': 'bd90ac6164a645e1829a7c53dc58f906', 'floating_ip_address': '172.24.4.145', 'floating_network_id': 'c2ff55f8-5a51-4b60-9edc-492850802101', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'bd90ac6164a645e1829a7c53dc58f906', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T18:04:57Z', 'updated_at': '2023-04-18T18:04:57Z', 'revision_number': 0, 'ip': '172.24.4.145'} created 2023-04-18 18:04:57,856 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.084s 2023-04-18 18:04:57,856 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 18:04:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2825', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-2e5726ec-d9fd-47a5-b7d4-319838105c78', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "2169669cc67547a18bf80a0eb08b39b0", "name": "tempest-AttachVolumeShelveTestJSON-1709519463-project-member", "password_expires_at": null}, "audit_ids": ["dX7rFd0aTYKVaJkkmPEqXg"], "expires_at": "2023-04-18T19:04:57.000000Z", "issued_at": "2023-04-18T18:04:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bd90ac6164a645e1829a7c53dc58f906", "name": "tempest-AttachVolumeShelveTestJSON-1709519463"}, "is_domain": false, "roles": [{"id": "762b079e91ba4ddbacceb1546eb3e74b", "name": "member"}, {"id": "807c7b6962e34127851a8fd52e276165", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e52ae3082fbf4a328ade93bc969dfa86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "166e820cb0ca4a089aa9254384c06e53", "type": "image", "name": "glance"}, {"endpoints": [{"id": "f150521060f741f784e55058e10c303b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "1c8e6022cdfd4e9eb0fc68323e0cac02", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9c29a67948cb4cc48fd15a0431fe7a64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/bd90ac6164a645e1829a7c53dc58f906", "region": "RegionOne"}], "id": "2cacf9cd2898416aa34b0c96d297137a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "065cb3b15cfa48a89cd4a0610ca051f6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "334844b10d614b7693449511937eb5fa", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "42d5039ab31f496ebe06b2ab79621342", "interface": "publi c", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/bd90ac6164a645e1829a7c53dc58f906", "region": "RegionOne"}], "id": "39da698ec5564e8180fd91a7bbf41b0f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "730244346eb743c5833aedad51c363d0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/bd90ac6164a645e1829a7c53dc58f906", "region": "RegionOne"}], "id": "5bcb3497a89a4dd8ae0ef4ff16e2f813", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9e3ae159bccb449fb431409ede0cbbd8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "63801c39cce14ff588071cf5a2486448", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "bb0997ca4d744ef88ab11be55b02192c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "aceec1d3ad2d4c5da6a7ca57bbfb3a51", "type": "identity", "name": "keystone"}]}}' 2023-04-18 18:04:57,857 79804 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': '26dbb1c5-e7b6-45d6-803a-31acef317435', 'name': 'tempest-AttachVolumeShelveTestJSON-1271884577-network', 'tenant_id': 'bd90ac6164a645e1829a7c53dc58f906', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'bd90ac6164a645e1829a7c53dc58f906', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 10705, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T18:01:59Z', 'updated_at': '2023-04-18T18:01:59Z', 'revision_number': 1} available for tenant 2023-04-18 18:04:57,857 79804 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1760804614', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIBqxJPIW8ouBer2ATT+JmEQxrpJm8wH2rx/V1T3hDymOZPVRYQvPV8II5JlwplTJvrM7DGtN3zMW+U4MI9z2FUrDp4CgyHBAbxIaYsTm9AbiRSzkXB/nclAZPMAsXeB7w==', 'fingerprint': 'a1:94:d8:34:9a:98:85:00:1f:6c:16:1b:c5:14:ea:4d', 'user_id': '2169669cc67547a18bf80a0eb08b39b0', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDq1c59Tc3P6OOmoN+i2nhr+hT5ICaDhH1IuWTJBdm05Wwp2JazxKbw\nGG+0yFzAaKCgBwYFK4EEACKhZANiAASAasSTyFvKLgXq9gE0/iZhEMa6SZvMB9q8\nf1dU94Q8pjmT1UWELz1fCCOSZcKZUyb6zOwxrTd8zFvlODCPc9hVKw6eAoMhwQG8\nSGmLE5vQG4kUs5Fwf53JQGTzALF3ge8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '41819311-764e-4aeb-87d5-d0d723d873ff', 'name': 'tempest-securitygroup--731376675', 'stateful': True, 'tenant_id': 'bd90ac6164a645e1829a7c53dc58f906', 'description': 'tempest-description--393561236', 'shared': False, 'security_group_rules': [{'id': 'a0263bb1-6936-4b56-91d7-7f37fdf1e0fd', 'tenant_id': 'bd90ac6164a645e1829a7c53dc58f906', 'security_group_id': '41819311-764e-4aeb-87d5-d0d723d873ff', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 977, 'description': None, 'tags': [], 'created_at': '2023-04-18T18:04:55Z', 'updated_at': '2023-04-18T18:04:55Z', 'revision_number': 0, 'project_id': 'bd90ac6164a645e1829a7c53dc58f906'}, {'id': 'c5904fe9-7e02-420d-b337-7398c05c00ef', 'tenant_id': 'bd90ac6164a645e1829a7c53dc58f906', 'security_group_id': '41819311-764e-4aeb-87d5-d0d723d873ff', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 978, 'description': None, 'tags': [], 'created_at': '2023-04-18T18:04:55Z', 'updated_at': '2023 -04-18T18:04:55Z', 'revision_number': 0, 'project_id': 'bd90ac6164a645e1829a7c53dc58f906'}], 'tags': [], 'created_at': '2023-04-18T18:04:55Z', 'updated_at': '2023-04-18T18:04:55Z', 'revision_number': 1, 'project_id': 'bd90ac6164a645e1829a7c53dc58f906'}, 'floating_ip': {'id': '759224ec-7503-4578-9061-7987d393a4b9', 'tenant_id': 'bd90ac6164a645e1829a7c53dc58f906', 'floating_ip_address': '172.24.4.145', 'floating_network_id': 'c2ff55f8-5a51-4b60-9edc-492850802101', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'bd90ac6164a645e1829a7c53dc58f906', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T18:04:57Z', 'updated_at': '2023-04-18T18:04:57Z', 'revision_number': 0, 'ip': '172.24.4.145'}} 2023-04-18 18:04:58,451 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/compute/v2.1/servers 0.593s 2023-04-18 18:04:58,451 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeShelveTestJSON-server-889912124", "imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "26dbb1c5-e7b6-45d6-803a-31acef317435"}], "security_groups": [{"name": "tempest-securitygroup--731376675"}], "key_name": "tempest-keypair-1760804614", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:04:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/f398c844-cdcb-4e00-9809-4d47ea1e6a30', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff542d5e-92b1-4b4e-a6fc-11277a088781', 'x-compute-request-id': 'req-ff542d5e-92b1-4b4e-a6fc-11277a088781', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "f398c844-cdcb-4e00-9809-4d47ea1e6a30", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f398c844-cdcb-4e00-9809-4d47ea1e6a30"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f398c844-cdcb-4e00-9809-4d47ea1e6a30"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--731376675"}], "adminPass": "password"}}' 2023-04-18 18:04:58,523 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/compute/v2.1/servers/f398c844-cdcb-4e00-9809-4d47ea1e6a30 0.068s 2023-04-18 18:04:58,523 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:04:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c78a7e5-cd45-4336-9bcb-271c0f23f9d0', 'x-compute-request-id': 'req-5c78a7e5-cd45-4336-9bcb-271c0f23f9d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f398c844-cdcb-4e00-9809-4d47ea1e6a30'} Body: b'{"server": {"id": "f398c844-cdcb-4e00-9809-4d47ea1e6a30", "name": "tempest-AttachVolumeShelveTestJSON-server-889912124", "status": "BUILD", "tenant_id": "bd90ac6164a645e1829a7c53dc58f906", "user_id": "216 9669cc67547a18bf80a0eb08b39b0", "metadata": {}, "hostId": "", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T18:04:58Z", "updated": "2023-04-18T18:04:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f398c844-cdcb-4e00-9809-4d47ea1e6a30"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f398c844-cdcb-4e00-9809-4d47ea1e6a30"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1760804614", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-18 18:05:48,888 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/compute/v2.1/servers/f398c844-cdcb-4e00-9809-4d47ea1e6a30 0.302s 2023-04-18 18:05:48,889 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:05:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1587', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-69009474-f5fe-4c5d-8d6a-ee5f149a4753', 'x-compute-request-id': 'req-69009474-f5fe-4c5d-8d6a-ee5f149a4753', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f398c844-cdcb-4e00-9809-4d47ea1e6a30'} Body: b'{"server": {"id": "f398c844-cdcb-4e00-9809-4d47ea1e6a30", "name": "tempest-AttachVolumeShelveTestJSON-server-889912124", "status": "ACTIVE", "tenant_id": "bd90ac6164a645e1829a7c53dc58f906", "user_id": "2169669cc67547a18bf80a0eb08b39b0", "metadata": {}, "hostId": "e23b2c8405a7037e1301df13619001fb51aae8bcab2fa271a84428b6", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T18:04:58Z", "updated": "2023-04-18T18:05:05Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1271884577-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:cf:0d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f398c844-cdcb-4e00-9809-4d47ea1e6a30"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f398c844-cdcb-4e00-9809-4d47ea1e6a30"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1760804614", "OS-SRV-USG:launched_at": "2023-04-18T18:05:05.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--731376675"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-18 18:05:48,901 79804 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 18:06:49,233 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/compute/v2.1/servers/f 398c844-cdcb-4e00-9809-4d47ea1e6a30/os-interface 0.272s 2023-04-18 18:06:49,233 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:06:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb14563b-912a-49a4-86c1-2e9bde688744', 'x-compute-request-id': 'req-cb14563b-912a-49a4-86c1-2e9bde688744', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f398c844-cdcb-4e00-9809-4d47ea1e6a30/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "26dbb1c5-e7b6-45d6-803a-31acef317435", "port_id": "bdfe9daa-2131-4ff3-9e1f-84a07818c97d", "mac_addr": "fa:16:3e:dc:cf:0d", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "85e5f0a8-cf64-4039-b814-1e4cc57b64ba", "ip_address": "10.0.0.13"}]}]}' 2023-04-18 18:06:50,288 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/759224ec-7503-4578-9061-7987d393a4b9 1.051s 2023-04-18 18:06:50,288 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "bdfe9daa-2131-4ff3-9e1f-84a07818c97d"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-f354eec0-7636-481f-83e7-89e8dc0d1a25', 'date': 'Tue, 18 Apr 2023 18:06:50 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/759224ec-7503-4578-9061-7987d393a4b9'} Body: b'{"floatingip": {"id": "759224ec-7503-4578-9061-7987d393a4b9", "tenant_id": "bd90ac6164a645e1829a7c53dc58f906", "floating_ip_address": "172.24.4.145", "floating_network_id": "c2ff55f8-5a51-4b60-9edc-492850802101", "router_id": "91d9f380-2bcb-4165-880c-0232ad7a6994", "port_id": "bdfe9daa-2131-4ff3-9e1f-84a07818c97d", "fixed_ip_address": "10.0.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "26dbb1c5-e7b6-45d6-803a-31acef317435", "mac_address": "fa:16:3e:dc:cf:0d", "admin_state_up": true, "status": "ACTIVE", "device_id": "f398c844-cdcb-4e00-9809-4d47ea1e6a30", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T18:04:57Z", "updated_at": "2023-04-18T18:06:49Z", "revision_number": 1, "project_id": "bd90ac6164a645e1829a7c53dc58f906"}}' 2023-04-18 18:06:50,290 79804 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.145:22' as 'cirros' with public key authentication 2023-04-18 18:06:50,321 79804 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 18:06:50,342 79804 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 18:06:50,343 79804 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.145 successfully created 2023-04-18 18:06:50,389 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/compute/v2.1/servers/f398c844-cdcb-4e00-9809-4d47ea1e6a30/ips 0.046s 2023-04-18 18:06:50,390 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:06:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '111', 'content-type': 'application/json', 'openstack-api-version': 'comput e 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f84abb9d-a75d-4991-9f6c-d518820b93d6', 'x-compute-request-id': 'req-f84abb9d-a75d-4991-9f6c-d518820b93d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f398c844-cdcb-4e00-9809-4d47ea1e6a30/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-1271884577-network": [{"version": 4, "addr": "10.0.0.13"}]}}' 2023-04-18 18:06:50,684 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/volume/v3/bd90ac6164a645e1829a7c53dc58f906/volumes 0.291s 2023-04-18 18:06:50,684 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-AttachVolumeShelveTestJSON-volume-1190493637"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:06:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e5c0b56-0054-4a18-a479-670233f15bd1', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e5c0b56-0054-4a18-a479-670233f15bd1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/bd90ac6164a645e1829a7c53dc58f906/volumes'} Body: b'{"volume": {"id": "c165012e-c4b0-4c4a-b1df-f8232649d0dd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:06:50.543016", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1190493637", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd90ac6164a645e1829a7c53dc58f906/volumes/c165012e-c4b0-4c4a-b1df-f8232649d0dd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd90ac6164a645e1829a7c53dc58f906/volumes/c165012e-c4b0-4c4a-b1df-f8232649d0dd"}], "user_id": "2169669cc67547a18bf80a0eb08b39b0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 18:06:50,732 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/bd90ac6164a645e1829a7c53dc58f906/volumes/c165012e-c4b0-4c4a-b1df-f8232649d0dd 0.038s 2023-04-18 18:06:50,733 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:06:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45b7a658-6c0b-4a92-8c85-bc27baa4523d', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45b7a658-6c0b-4a92-8c85-bc27baa4523d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd90ac6164a645e1829a7c53dc58f906/volumes/c165012e-c4b0-4c4a-b1df-f8232649d0dd'} Body: b'{"volume": {"id": "c165012e-c4b0-4c4a-b1df-f8232649d0dd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:06:51.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1190493637", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd90ac6164a645e1829a7c53dc58f906/volumes/c165012e-c4b0-4c4a-b1df-f8232649d0dd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd90ac6164a645e1829a7c53dc58f906/volumes/c165012e-c4b0-4c4a-b1df-f8232649d0dd"}], "user_id": "2 169669cc67547a18bf80a0eb08b39b0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd90ac6164a645e1829a7c53dc58f906"}}' 2023-04-18 18:06:51,785 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/bd90ac6164a645e1829a7c53dc58f906/volumes/c165012e-c4b0-4c4a-b1df-f8232649d0dd 0.038s 2023-04-18 18:06:51,786 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:06:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1cd6cdd-6b4e-49cc-ba0b-461d6a072baa', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1cd6cdd-6b4e-49cc-ba0b-461d6a072baa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd90ac6164a645e1829a7c53dc58f906/volumes/c165012e-c4b0-4c4a-b1df-f8232649d0dd'} Body: b'{"volume": {"id": "c165012e-c4b0-4c4a-b1df-f8232649d0dd", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:06:51.000000", "updated_at": "2023-04-18T18:06:51.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1190493637", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd90ac6164a645e1829a7c53dc58f906/volumes/c165012e-c4b0-4c4a-b1df-f8232649d0dd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd90ac6164a645e1829a7c53dc58f906/volumes/c165012e-c4b0-4c4a-b1df-f8232649d0dd"}], "user_id": "2169669cc67547a18bf80a0eb08b39b0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd90ac6164a645e1829a7c53dc58f906"}}' 2023-04-18 18:06:51,918 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/f398c844-cdcb-4e00-9809-4d47ea1e6a30 0.122s 2023-04-18 18:06:51,919 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:06:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6198bb61-92b6-4309-af41-d592f9eb524a', 'x-compute-request-id': 'req-6198bb61-92b6-4309-af41-d592f9eb524a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f398c844-cdcb-4e00-9809-4d47ea1e6a30'} Body: b'' 2023-04-18 18:06:52,092 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/f398c844-cdcb-4e00-9809-4d47ea1e6a30 0.173s 2023-04-18 18:06:52,092 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:06:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1712', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aaaa3c8d-8d68-436d-8dbd-86c08b29ec52', 'x-compute-request-i d': 'req-aaaa3c8d-8d68-436d-8dbd-86c08b29ec52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f398c844-cdcb-4e00-9809-4d47ea1e6a30'} Body: b'{"server": {"id": "f398c844-cdcb-4e00-9809-4d47ea1e6a30", "name": "tempest-AttachVolumeShelveTestJSON-server-889912124", "status": "ACTIVE", "tenant_id": "bd90ac6164a645e1829a7c53dc58f906", "user_id": "2169669cc67547a18bf80a0eb08b39b0", "metadata": {}, "hostId": "e23b2c8405a7037e1301df13619001fb51aae8bcab2fa271a84428b6", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T18:04:58Z", "updated": "2023-04-18T18:06:52Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1271884577-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:cf:0d"}, {"version": 4, "addr": "172.24.4.145", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:cf:0d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f398c844-cdcb-4e00-9809-4d47ea1e6a30"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f398c844-cdcb-4e00-9809-4d47ea1e6a30"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1760804614", "OS-SRV-USG:launched_at": "2023-04-18T18:05:05.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--731376675"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-18 18:07:42,314 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/f398c844-cdcb-4e00-9809-4d47ea1e6a30 0.158s 2023-04-18 18:07:42,314 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:07:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-f8349651-ce74-4c8d-828c-b30215c73cd6', 'x-compute-request-id': 'req-f8349651-ce74-4c8d-828c-b30215c73cd6', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f398c844-cdcb-4e00-9809-4d47ea1e6a30'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance f398c844-cdcb-4e00-9809-4d47ea1e6a30 could not be found."}}' 2023-04-18 18:07:42,343 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1760804614 0.028s 2023-04-18 18:07:42,343 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:07:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6543cd7c-d290-406d-8657-6815069a524b', 'x-compute-request-id': 'req-6543cd7c-d290-406d-8657-6815069a524b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-ke ypair-1760804614'} Body: b'' 2023-04-18 18:07:42,494 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/41819311-764e-4aeb-87d5-d0d723d873ff 0.150s 2023-04-18 18:07:42,495 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-613f26c2-bb88-489e-85fb-9008083b6c21', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 18:07:42 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/41819311-764e-4aeb-87d5-d0d723d873ff'} Body: b'' 2023-04-18 18:07:42,514 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/41819311-764e-4aeb-87d5-d0d723d873ff 0.018s 2023-04-18 18:07:42,514 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-38fcaa49-16fb-471f-8fc7-6207341fed5f', 'date': 'Tue, 18 Apr 2023 18:07:42 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/41819311-764e-4aeb-87d5-d0d723d873ff'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 41819311-764e-4aeb-87d5-d0d723d873ff does not exist", "detail": ""}}' 2023-04-18 18:07:43,086 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/759224ec-7503-4578-9061-7987d393a4b9 0.571s 2023-04-18 18:07:43,086 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-131c6bb9-733a-442a-833b-c07bd75a91c4', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 18:07:43 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/759224ec-7503-4578-9061-7987d393a4b9'} Body: b'' {9} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show_delete [0.448068s] ... ok {9} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_list_by_optional_params [0.274034s] ... ok {9} setUpClass (tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_snapshot_quotas_negative.py", line 65, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume dca79304-9f79-424b-b6a7-1ffacdc766fc failed to build and is in ERROR status {9} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {9} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property [3.961439s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_create_from_image.py", line 101, in test_create_from_image_with_volume_type_image_property volume = self.create_volume(**kwargs) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 97, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume a8e3f74e-2994-46fa-84e1-df3dd2c26de5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 18:07:57,766 79804 INFO [tempest.lib.common.rest_client] Request (VolumeAndVolumeTypeFromImageTest:test_create_from_image_with_volume_type_image_property): 200 POST http://10.0.0.210/volume/v3/ed4031f300a94490873000ba25a4a54e/types 0.175s 2023-04-18 18:07:57,767 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume_type": {"name": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "description": "Generic volume_type for test 6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "os-volume-type-access:is_public": true}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:07:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae3d22fc-c269-45b4-b3b8-cef40bf61f0c', 'content-length': '339', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae3d22fc-c269-45b4-b3b8-cef40bf61f0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ed4031f300a94490873000ba25a4a54e/types'} Body: b'{"volume_type": {"id": "a616d7b5-c429-46e2-abff-4a5cae54003b", "name": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": "Generic volume_type for test 6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "os-volume-type-access:is_public": true}}' 2023-04-18 18:07:58,657 79804 INFO [tempest.lib.common.rest_client] Request (VolumeAndVolumeTypeFromImageTest:test_create_from_image_with_volume_type_image_property): 201 POST http://10.0.0.210/image/v2/images 0.887s 2023-04-18 18:07:58,657 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"disk_format": "raw", "container_format": "bare", "name": "image-for-test-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "visibility": "private", "cinder_img_volume_type": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "min_disk": 1} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:07:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '738', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/ff4e5e0a-9abc-4754-a270-530a9ffbe241', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-c4e2f6d0-ac79-4d08-b2da-b0724abb91c4', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"cinder_img_volume_type": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "name": "image-for-test-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "disk_format": "raw", "container_format": "bare", "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 1, "owner": "d9345f2ce6b243c88eafad9e808f3728", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ff4e5e0a-9abc-4754-a270-530a9ffbe241", "created_at": "2023-04-18T18:07:59Z", "updated_at": "2023-04-18T18:07:59Z", "tags": [], "self": "/v2/images/ff4e5e0a-9abc-4754-a270-530a9ffbe241", "file": "/v2/images/ff4e5e0a-9abc-4754-a270-530a9ffbe241/file", "schema": "/v2/schemas/image"}' 2023-04-18 18:07:59,837 79804 INFO [tempest.lib.common.rest_client] Request (VolumeAndVolumeTypeFromImageTest:test_create_from_image_with_volume_type_image_property): 204 PUT http://10.0.0.210/image/v2/images/ff4e5e0a-9abc-4754-a270-530a9ffbe241/file 1.177s 2023-04-18 18:07:59,837 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 18:07:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': ' text/html; charset=UTF-8', 'x-openstack-request-id': 'req-b9d44a3a-157b-4327-9bbc-190917d3162d', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/ff4e5e0a-9abc-4754-a270-530a9ffbe241/file'} Body: b'' 2023-04-18 18:07:59,856 79804 INFO [tempest.lib.common.rest_client] Request (VolumeAndVolumeTypeFromImageTest:test_create_from_image_with_volume_type_image_property): 200 GET http://10.0.0.210/image/v2/images/ff4e5e0a-9abc-4754-a270-530a9ffbe241 0.018s 2023-04-18 18:07:59,856 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:07:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-1c81f4fc-0f56-4194-9244-26c763e9b5af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ff4e5e0a-9abc-4754-a270-530a9ffbe241'} Body: b'{"cinder_img_volume_type": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "name": "image-for-test-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "disk_format": "raw", "container_format": "bare", "visibility": "private", "size": 1024, "virtual_size": 1024, "status": "active", "checksum": "395d51dc66ea9459e8cb9aa744201e19", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "d9345f2ce6b243c88eafad9e808f3728", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "43d04c9d8566cc7a26c5196cf19068994e00e1d6130bdad5f26fea3723ff3e3c69320c37c71b6320cade5f6023bf66d6d317b1cd8099a5bf74ae6167d825e75d", "id": "ff4e5e0a-9abc-4754-a270-530a9ffbe241", "created_at": "2023-04-18T18:07:59Z", "updated_at": "2023-04-18T18:08:00Z", "tags": [], "self": "/v2/images/ff4e5e0a-9abc-4754-a270-530a9ffbe241", "file": "/v2/images/ff4e5e0a-9abc-4754-a270-530a9ffbe241/file", "schema": "/v2/schemas/image"}' 2023-04-18 18:07:59,884 79804 INFO [tempest.lib.common.rest_client] Request (VolumeAndVolumeTypeFromImageTest:test_create_from_image_with_volume_type_image_property): 200 GET http://10.0.0.210/image/v2/images/ff4e5e0a-9abc-4754-a270-530a9ffbe241 0.026s 2023-04-18 18:07:59,884 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:07:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-6fc4e411-c4e7-47af-9f30-d9f2418deb35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ff4e5e0a-9abc-4754-a270-530a9ffbe241'} Body: b'{"cinder_img_volume_type": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "name": "image-for-test-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "disk_format": "raw", "container_format": "bare", "visibility": "private", "size": 1024, "virtual_size": 1024, "status": "active", "checksum": "395d51dc66ea9459e8cb9aa744201e19", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "d9345f2ce6b243c88eafad9e808f3728", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "43d04c9d8566cc7a26c5196cf19068994e00e1d6130bdad5f26fea3723ff3e3c69320c37c71b6320cade5f6023bf66d6d317b1cd8099a5bf74ae6167d825e75d", "id": "ff4e5e0a-9abc-4754-a270-530a9ffbe241", "created_at": "2023-04-18T18:07:59Z", "updated_at": "2023-04-18T18:08:00Z", "tags": [], "self": "/v2/images/ff4e5e0a-9abc-4754-a270-530a9ffbe241", "file": "/v2/images/ff4e5e0a-9abc-4754-a270-530a9ffbe241/file", "schema": "/v2/schemas/image"}' 2023-04-18 18:07:59,908 79804 INFO [tempest.lib.common.rest_client] Request (VolumeAndVolumeTypeFromImageTest:test_create_from_image_with_volume_type_image_property): 200 GET http://10.0.0.210/image/v2/images/ff4e5e0a-9abc-4754-a270-530a9ffbe241 0.023s 2023-04-18 18:07:59,908 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {' Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:07:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-1095459e-13a8-4fe5-9861-46046e2f2f1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ff4e5e0a-9abc-4754-a270-530a9ffbe241'} Body: b'{"cinder_img_volume_type": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "name": "image-for-test-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "disk_format": "raw", "container_format": "bare", "visibility": "private", "size": 1024, "virtual_size": 1024, "status": "active", "checksum": "395d51dc66ea9459e8cb9aa744201e19", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "d9345f2ce6b243c88eafad9e808f3728", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "43d04c9d8566cc7a26c5196cf19068994e00e1d6130bdad5f26fea3723ff3e3c69320c37c71b6320cade5f6023bf66d6d317b1cd8099a5bf74ae6167d825e75d", "id": "ff4e5e0a-9abc-4754-a270-530a9ffbe241", "created_at": "2023-04-18T18:07:59Z", "updated_at": "2023-04-18T18:08:00Z", "tags": [], "self": "/v2/images/ff4e5e0a-9abc-4754-a270-530a9ffbe241", "file": "/v2/images/ff4e5e0a-9abc-4754-a270-530a9ffbe241/file", "schema": "/v2/schemas/image"}' 2023-04-18 18:08:00,431 79804 INFO [tempest.lib.common.rest_client] Request (VolumeAndVolumeTypeFromImageTest:test_create_from_image_with_volume_type_image_property): 202 POST http://10.0.0.210/volume/v3/d9345f2ce6b243c88eafad9e808f3728/volumes 0.522s 2023-04-18 18:08:00,432 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "volume-for-test-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "imageRef": "ff4e5e0a-9abc-4754-a270-530a9ffbe241", "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:07:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd8360f7-8eea-450b-829d-578898f1bdff', 'content-length': '862', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd8360f7-8eea-450b-829d-578898f1bdff', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d9345f2ce6b243c88eafad9e808f3728/volumes'} Body: b'{"volume": {"id": "a8e3f74e-2994-46fa-84e1-df3dd2c26de5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:08:00.272175", "updated_at": null, "name": "volume-for-test-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "description": null, "volume_type": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d9345f2ce6b243c88eafad9e808f3728/volumes/a8e3f74e-2994-46fa-84e1-df3dd2c26de5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d9345f2ce6b243c88eafad9e808f3728/volumes/a8e3f74e-2994-46fa-84e1-df3dd2c26de5"}], "user_id": "88cb4bf3580444c08f3dcb9eaeb0befd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 18:08:00,488 79804 INFO [tempest.lib.common.rest_client] Request (VolumeAndVolumeTypeFromImageTest:test_create_from_image_with_volume_type_image_property): 200 GET http://10.0.0.210/volume/v3/d9345f2ce6b243c88eafad9e808f3728/volumes/a8e3f74e-2994-46fa-84e1-df3dd2c26de5 0.046s 2023-04-18 18:08:00,488 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:08:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08e93f5b-c1bc-4f4a-8962-1c22bf86a889', 'content-lengt h': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08e93f5b-c1bc-4f4a-8962-1c22bf86a889', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d9345f2ce6b243c88eafad9e808f3728/volumes/a8e3f74e-2994-46fa-84e1-df3dd2c26de5'} Body: b'{"volume": {"id": "a8e3f74e-2994-46fa-84e1-df3dd2c26de5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:08:00.000000", "updated_at": null, "name": "volume-for-test-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "description": null, "volume_type": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d9345f2ce6b243c88eafad9e808f3728/volumes/a8e3f74e-2994-46fa-84e1-df3dd2c26de5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d9345f2ce6b243c88eafad9e808f3728/volumes/a8e3f74e-2994-46fa-84e1-df3dd2c26de5"}], "user_id": "88cb4bf3580444c08f3dcb9eaeb0befd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d9345f2ce6b243c88eafad9e808f3728"}}' 2023-04-18 18:08:01,539 79804 INFO [tempest.lib.common.rest_client] Request (VolumeAndVolumeTypeFromImageTest:test_create_from_image_with_volume_type_image_property): 200 GET http://10.0.0.210/volume/v3/d9345f2ce6b243c88eafad9e808f3728/volumes/a8e3f74e-2994-46fa-84e1-df3dd2c26de5 0.039s 2023-04-18 18:08:01,540 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:08:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebbb3046-0f7f-4fb0-95f9-f45ff6be2789', 'content-length': '951', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebbb3046-0f7f-4fb0-95f9-f45ff6be2789', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d9345f2ce6b243c88eafad9e808f3728/volumes/a8e3f74e-2994-46fa-84e1-df3dd2c26de5'} Body: b'{"volume": {"id": "a8e3f74e-2994-46fa-84e1-df3dd2c26de5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:08:00.000000", "updated_at": "2023-04-18T18:08:00.000000", "name": "volume-for-test-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "description": null, "volume_type": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d9345f2ce6b243c88eafad9e808f3728/volumes/a8e3f74e-2994-46fa-84e1-df3dd2c26de5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d9345f2ce6b243c88eafad9e808f3728/volumes/a8e3f74e-2994-46fa-84e1-df3dd2c26de5"}], "user_id": "88cb4bf3580444c08f3dcb9eaeb0befd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d9345f2ce6b243c88eafad9e808f3728"}}' {9} setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest) ... SKIPPED: Cinder backup feature disabled {9} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume [1.499415s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_multiple_volume_from_resource.py", line 51, in test_create_multiple_volume_from_source_volume volume = self.create_volume() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 97, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 9c1ed842-a8fc-4761-8a9d-e046d8f463b4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 18:08:04,453 79804 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 202 POST http://10.0.0.210/volume/v3/e78875f850d14514b918c01c08f7f27e/volumes 0.327s 2023-04-18 18:08:04,453 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1640292129"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:08:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5c5f01b-e8b7-4341-a73b-700beb30d943', 'content-length': '831', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5c5f01b-e8b7-4341-a73b-700beb30d943', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e78875f850d14514b918c01c08f7f27e/volumes'} Body: b'{"volume": {"id": "9c1ed842-a8fc-4761-8a9d-e046d8f463b4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:08:04.396150", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1640292129", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e78875f850d14514b918c01c08f7f27e/volumes/9c1ed842-a8fc-4761-8a9d-e046d8f463b4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e78875f850d14514b918c01c08f7f27e/volumes/9c1ed842-a8fc-4761-8a9d-e046d8f463b4"}], "user_id": "4243df86687f4b909a9630211d6f9ed9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 18:08:04,543 79804 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 200 GET http://10.0.0.210/volume/v3/e78875f850d14514b918c01c08f7f27e/volumes/9c1ed842-a8fc-4761-8a9d-e046d8f463b4 0.081s 2023-04-18 18:08:04,544 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:08:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d53d50b0-cabc-4a7f-8aa5-8609640719b2', 'content-length': '899', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d53d50b0-cabc-4a7f-8aa5-8609640719b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e78875f850d14514b918c01c08f7f27e/volumes/9c1ed842-a8fc-4761-8a9d-e046d8f463b4'} Body: b'{"volume": {"id": "9c1ed842-a8fc-4761-8a9d-e046d8f463b4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:08:04.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1640292129", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e78875f850d14514b918c01c08f7f27e/volumes/9c1ed842-a8fc-4761-8a9d-e046d8f463b4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e78875f850d14514b918c01c08f7f27e/volumes/9c1ed842-a8fc-4761-8a9d-e046d8f463b4"}], "user_id": "4243df86687f4b909a9630211d6f9ed9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e78875f850d14514b918c01c08f7f27e"}}' 2023-04-18 18:08:05,610 79804 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 200 GET http://10.0.0.210/volume/v3/e78875f850d14514b918c01c08f7f27e/volumes/9c1ed8 42-a8fc-4761-8a9d-e046d8f463b4 0.052s 2023-04-18 18:08:05,610 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:08:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3725b924-739e-432e-90e6-f18ab5c5f659', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3725b924-739e-432e-90e6-f18ab5c5f659', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e78875f850d14514b918c01c08f7f27e/volumes/9c1ed842-a8fc-4761-8a9d-e046d8f463b4'} Body: b'{"volume": {"id": "9c1ed842-a8fc-4761-8a9d-e046d8f463b4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:08:04.000000", "updated_at": "2023-04-18T18:08:05.000000", "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1640292129", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e78875f850d14514b918c01c08f7f27e/volumes/9c1ed842-a8fc-4761-8a9d-e046d8f463b4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e78875f850d14514b918c01c08f7f27e/volumes/9c1ed842-a8fc-4761-8a9d-e046d8f463b4"}], "user_id": "4243df86687f4b909a9630211d6f9ed9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e78875f850d14514b918c01c08f7f27e"}}' {6} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume [167.260061s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 32, in test_delete_attached_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 01c02f07-425e-4884-88ce-490feb69d51a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 18:07:39,345 79798 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 18:07:39,345 79798 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 18:07:39,442 79798 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.094s 2023-04-18 18:07:39,442 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1830016687", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBO3/k9C36KItoEzkjnUZ+oB22s2VV8TMYBjJmAXJBB8K+NNX9oYKSuehKbgqCLe/9sgQxi0BHAesXHDPcW605am15JLlOuzdCtwNPNIg9/cAs6z9cHC1s99M0QUIaJ+D8g=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:07:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20021a89-9bec-46c6-9738-705d6fd64208', 'x-compute-request-id': 'req-20021a89-9bec-46c6-9738-705d6fd64208', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1830016687", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBO3/k9C36KItoEzkjnUZ+oB22s2VV8TMYBjJmAXJBB8K+NNX9oYKSuehKbgqCLe/9sgQxi0BHAesXHDPcW605am15JLlOuzdCtwNPNIg9/cAs6z9cHC1s99M0QUIaJ+D8g==", "fingerprint": "36:69:bb:01:54:bb:60:22:dc:c6:8e:4f:1a:56:29:2b", "user_id": "3da8052dbf914e1cb2ee508d2bb21bd7"}}' 2023-04-18 18:07:39,444 79798 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1830016687 created 2023-04-18 18:07:39,612 79798 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.167s 2023-04-18 18:07:39,612 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1441484129", "description": "tempest-description--1157238491"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1599', 'x-openstack-request-id': 'req-85d1db0b-69e3-42f9-bb72-fbc549bfdaf2', 'date': 'Tue, 18 Apr 2023 18:07:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "3e9e9ea9-f109-4de8-acca-016743f3c066", "name": "tempest-securitygroup--1441484129", "stateful": true, "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "description": "tempest-description--1157238491", "shared": false, "security_group_rules": [{"id": "1b7e3c13-73c0-429e-9c5e-92c32c5f1159", "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "security_group_id": "3e9e9ea9-f109-4de8-acca-016743f3c066", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 1027, "description": null, "tags": [], "created_at": "2023-04-18T18:07:39Z", "updated_at": "2023-04-18T18:07:39Z", "revision_number": 0, "project_id": "26fc84542bc54be0b4ed144b4bd80820"}, {"id": "68b3c7f2-f4fa-4182-8635-566ed668c321", "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "security_group_id": "3e9e9ea9-f109-4de8-acca-016743f3c066", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "n ormalized_cidr": null, "remote_group_id": null, "standard_attr_id": 1026, "description": null, "tags": [], "created_at": "2023-04-18T18:07:39Z", "updated_at": "2023-04-18T18:07:39Z", "revision_number": 0, "project_id": "26fc84542bc54be0b4ed144b4bd80820"}], "tags": [], "created_at": "2023-04-18T18:07:39Z", "updated_at": "2023-04-18T18:07:39Z", "revision_number": 1, "project_id": "26fc84542bc54be0b4ed144b4bd80820"}}' 2023-04-18 18:07:39,774 79798 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.161s 2023-04-18 18:07:39,774 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "3e9e9ea9-f109-4de8-acca-016743f3c066", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-d52865dd-7610-48b2-9494-27d9a2dc4a8d', 'date': 'Tue, 18 Apr 2023 18:07:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4005f608-0ac7-4bfd-9c0b-9792d71595a4", "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "security_group_id": "3e9e9ea9-f109-4de8-acca-016743f3c066", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T18:07:39Z", "updated_at": "2023-04-18T18:07:39Z", "revision_number": 0, "project_id": "26fc84542bc54be0b4ed144b4bd80820"}}' 2023-04-18 18:07:40,009 79798 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.234s 2023-04-18 18:07:40,009 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "3e9e9ea9-f109-4de8-acca-016743f3c066", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-98f3d269-deb8-40ce-af72-cb2ec2ce1fbc', 'date': 'Tue, 18 Apr 2023 18:07:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "73c1e539-47d3-4a5b-b90b-98edd35d65f6", "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "security_group_id": "3e9e9ea9-f109-4de8-acca-016743f3c066", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T18:07:39Z", "updated_at": "2023-04-18T18:07:39Z", "revision_number": 0, "project_id": "26fc84542bc54be0b4ed144b4bd80820"}}' 2023-04-18 18:07:40,009 79798 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1441484129 created 2023-04-18 18:07:40,866 79798 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.856s 2023-04-18 18:07:40,866 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "c2ff55f8-5a51-4b60-9edc-492850802101"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527 ', 'x-openstack-request-id': 'req-8acc66c0-c918-4df4-8d77-5aab166e8ef9', 'date': 'Tue, 18 Apr 2023 18:07:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "4c1cd326-aa32-4777-82eb-87b7ff7c8070", "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "floating_ip_address": "172.24.4.45", "floating_network_id": "c2ff55f8-5a51-4b60-9edc-492850802101", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "26fc84542bc54be0b4ed144b4bd80820", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T18:07:40Z", "updated_at": "2023-04-18T18:07:40Z", "revision_number": 0}}' 2023-04-18 18:07:40,866 79798 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '4c1cd326-aa32-4777-82eb-87b7ff7c8070', 'tenant_id': '26fc84542bc54be0b4ed144b4bd80820', 'floating_ip_address': '172.24.4.45', 'floating_network_id': 'c2ff55f8-5a51-4b60-9edc-492850802101', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '26fc84542bc54be0b4ed144b4bd80820', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T18:07:40Z', 'updated_at': '2023-04-18T18:07:40Z', 'revision_number': 0, 'ip': '172.24.4.45'} created 2023-04-18 18:07:40,905 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.033s 2023-04-18 18:07:40,905 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 18:07:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2821', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-12fad9ef-2834-4411-8fd2-da8cf7a81f66', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "3da8052dbf914e1cb2ee508d2bb21bd7", "name": "tempest-AttachVolumeNegativeTest-1338292293-project-member", "password_expires_at": null}, "audit_ids": ["U-wzFemiSpGIFnVIPhhaFg"], "expires_at": "2023-04-18T19:07:40.000000Z", "issued_at": "2023-04-18T18:07:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "26fc84542bc54be0b4ed144b4bd80820", "name": "tempest-AttachVolumeNegativeTest-1338292293"}, "is_domain": false, "roles": [{"id": "762b079e91ba4ddbacceb1546eb3e74b", "name": "member"}, {"id": "807c7b6962e34127851a8fd52e276165", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e52ae3082fbf4a328ade93bc969dfa86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "166e820cb0ca4a089aa9254384c06e53", "type": "image", "name": "glance"}, {"endpoints": [{"id": "f150521060f741f784e55058e10c303b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "1c8e6022cdfd4e9eb0fc68323e0cac02", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9c29a67948cb4cc48fd15a0431fe7a64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed144b4bd80820", "region": "RegionOne"}], "id": "2cacf9cd2898416aa34b0c96d297137a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "065cb3b15cfa48a89cd4a0610ca051f6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "334844b10d614b7693449511937eb5fa", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "42d5039ab31f496ebe06b2ab79621342", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/26fc84542b c54be0b4ed144b4bd80820", "region": "RegionOne"}], "id": "39da698ec5564e8180fd91a7bbf41b0f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "730244346eb743c5833aedad51c363d0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/26fc84542bc54be0b4ed144b4bd80820", "region": "RegionOne"}], "id": "5bcb3497a89a4dd8ae0ef4ff16e2f813", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9e3ae159bccb449fb431409ede0cbbd8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "63801c39cce14ff588071cf5a2486448", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "bb0997ca4d744ef88ab11be55b02192c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "aceec1d3ad2d4c5da6a7ca57bbfb3a51", "type": "identity", "name": "keystone"}]}}' 2023-04-18 18:07:40,906 79798 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': '56ee566b-b65a-4747-a0ad-917fef191e6f', 'name': 'tempest-AttachVolumeNegativeTest-1988541008-network', 'tenant_id': '26fc84542bc54be0b4ed144b4bd80820', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '26fc84542bc54be0b4ed144b4bd80820', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 7801, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T18:01:56Z', 'updated_at': '2023-04-18T18:01:56Z', 'revision_number': 1} available for tenant 2023-04-18 18:07:40,906 79798 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1830016687', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBO3/k9C36KItoEzkjnUZ+oB22s2VV8TMYBjJmAXJBB8K+NNX9oYKSuehKbgqCLe/9sgQxi0BHAesXHDPcW605am15JLlOuzdCtwNPNIg9/cAs6z9cHC1s99M0QUIaJ+D8g==', 'fingerprint': '36:69:bb:01:54:bb:60:22:dc:c6:8e:4f:1a:56:29:2b', 'user_id': '3da8052dbf914e1cb2ee508d2bb21bd7', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDof9KsI6qlZRWnwdHGMh1x9faWyu0jtDlavGNCJxLQt3S8juy1fpUQ\nk/xwobbx/vygBwYFK4EEACKhZANiAATt/5PQt+iiLaBM5I51GfqAdtrNlVfEzGAY\nyZgFyQQfCvjTV/aGCkrnoSm4Kgi3v/bIEMYtARwHrFxwz3FutOWpteSS5Trs3Qrc\nDTzSIPf3ALOs/XBwtbPfTNEFCGifg/I=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '3e9e9ea9-f109-4de8-acca-016743f3c066', 'name': 'tempest-securitygroup--1441484129', 'stateful': True, 'tenant_id': '26fc84542bc54be0b4ed144b4bd80820', 'description': 'tempest-description--1157238491', 'shared': False, 'security_group_rules': [{'id': '1b7e3c13-73c0-429e-9c5e-92c32c5f1159', 'tenant_id': '26fc84542bc54be0b4ed144b4bd80820', 'security_group_id': '3e9e9ea9-f109-4de8-acca-016743f3c066', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 1027, 'description': None, 'tags': [], 'created_at': '2023-04-18T18:07:39Z', 'updated_at': '2023-04-18T18:07:39Z', 'revision_number': 0, 'project_id': '26fc84542bc54be0b4ed144b4bd80820'}, {'id': '68b3c7f2-f4fa-4182-8635-566ed668c321', 'tenant_id': '26fc84542bc54be0b4ed144b4bd80820', 'security_group_id': '3e9e9ea9-f109-4de8-acca-016743f3c066', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 1026, 'description': None, 'tags': [], 'created_at': '2023-04-18T18:07:39Z', 'updated_at': '2023-04-18T18:07:39Z', 'revision_number': 0, 'project_id': '26fc84542bc54be0b4ed144b4bd80820'}], 'tags': [], 'cre ated_at': '2023-04-18T18:07:39Z', 'updated_at': '2023-04-18T18:07:39Z', 'revision_number': 1, 'project_id': '26fc84542bc54be0b4ed144b4bd80820'}, 'floating_ip': {'id': '4c1cd326-aa32-4777-82eb-87b7ff7c8070', 'tenant_id': '26fc84542bc54be0b4ed144b4bd80820', 'floating_ip_address': '172.24.4.45', 'floating_network_id': 'c2ff55f8-5a51-4b60-9edc-492850802101', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '26fc84542bc54be0b4ed144b4bd80820', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T18:07:40Z', 'updated_at': '2023-04-18T18:07:40Z', 'revision_number': 0, 'ip': '172.24.4.45'}} 2023-04-18 18:07:42,042 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 1.134s 2023-04-18 18:07:42,042 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1483130823", "imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "56ee566b-b65a-4747-a0ad-917fef191e6f"}], "security_groups": [{"name": "tempest-securitygroup--1441484129"}], "key_name": "tempest-keypair-1830016687", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:07:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/53dc81c9-cf77-4b0b-9b90-b9ceb7ea47e8', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d473918a-ae3d-4273-8b77-6aab2d285d9a', 'x-compute-request-id': 'req-d473918a-ae3d-4273-8b77-6aab2d285d9a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "53dc81c9-cf77-4b0b-9b90-b9ceb7ea47e8", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/53dc81c9-cf77-4b0b-9b90-b9ceb7ea47e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/53dc81c9-cf77-4b0b-9b90-b9ceb7ea47e8"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1441484129"}], "adminPass": "password"}}' 2023-04-18 18:07:42,125 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/53dc81c9-cf77-4b0b-9b90-b9ceb7ea47e8 0.078s 2023-04-18 18:07:42,125 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:07:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1236', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-53cad5bc-fda4-42ee-9cfe-29893ea27225', 'x-compute-request-id': 'req-53cad5bc-fda4-42ee-9cfe-29893ea27225', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/53dc81c9-cf77-4b0b-9b90-b9ceb7ea47e8'} Body: b'{"server": {"id": "53dc81c9-cf77-4b0b-9b90-b9ceb7ea47e8", "name": "tempest-AttachVolumeNegativeTest-server-1483130823", "status": "BUILD", "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "user_id": "3da8052dbf914e1cb2ee508d2bb21bd7", "metadata": {}, "hostId": "", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, " flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T18:07:42Z", "updated": "2023-04-18T18:07:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/53dc81c9-cf77-4b0b-9b90-b9ceb7ea47e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/53dc81c9-cf77-4b0b-9b90-b9ceb7ea47e8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1830016687", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 18:08:32,634 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/53dc81c9-cf77-4b0b-9b90-b9ceb7ea47e8 0.476s 2023-04-18 18:08:32,634 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:08:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1546', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7d22645b-7596-43cb-86fb-174d1532f1be', 'x-compute-request-id': 'req-7d22645b-7596-43cb-86fb-174d1532f1be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/53dc81c9-cf77-4b0b-9b90-b9ceb7ea47e8'} Body: b'{"server": {"id": "53dc81c9-cf77-4b0b-9b90-b9ceb7ea47e8", "name": "tempest-AttachVolumeNegativeTest-server-1483130823", "status": "ACTIVE", "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "user_id": "3da8052dbf914e1cb2ee508d2bb21bd7", "metadata": {}, "hostId": "82041ceec927b09e35c0175cee4fa62850758b89f71909d3fa6d0bae", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T18:07:42Z", "updated": "2023-04-18T18:07:49Z", "addresses": {"tempest-AttachVolumeNegativeTest-1988541008-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:b5:d8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/53dc81c9-cf77-4b0b-9b90-b9ceb7ea47e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/53dc81c9-cf77-4b0b-9b90-b9ceb7ea47e8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1830016687", "OS-SRV-USG:launched_at": "2023-04-18T18:07:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1441484129"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 18:08:32,646 79798 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 18:09:33,006 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/53dc81c9-cf77-4b0b-9b90-b9ceb7ea47e8/os-interface 0.298s 2023-04-18 18:09:33,006 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:09:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'co ntent-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-99062667-2b98-47d7-bee9-0ff64863da71', 'x-compute-request-id': 'req-99062667-2b98-47d7-bee9-0ff64863da71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/53dc81c9-cf77-4b0b-9b90-b9ceb7ea47e8/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "56ee566b-b65a-4747-a0ad-917fef191e6f", "port_id": "aa02f149-eeba-4e5d-bbc4-5f67142b4e60", "mac_addr": "fa:16:3e:d1:b5:d8", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "8948ec2f-32a5-4b34-b674-0709a73fc228", "ip_address": "10.0.0.4"}]}]}' 2023-04-18 18:09:33,771 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/4c1cd326-aa32-4777-82eb-87b7ff7c8070 0.761s 2023-04-18 18:09:33,772 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "aa02f149-eeba-4e5d-bbc4-5f67142b4e60"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-32f4e506-c30f-403a-b5bb-dbd9558bf02c', 'date': 'Tue, 18 Apr 2023 18:09:33 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/4c1cd326-aa32-4777-82eb-87b7ff7c8070'} Body: b'{"floatingip": {"id": "4c1cd326-aa32-4777-82eb-87b7ff7c8070", "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "floating_ip_address": "172.24.4.45", "floating_network_id": "c2ff55f8-5a51-4b60-9edc-492850802101", "router_id": "3db043c3-4ff5-456d-958d-d809f9b0c6cf", "port_id": "aa02f149-eeba-4e5d-bbc4-5f67142b4e60", "fixed_ip_address": "10.0.0.4", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "56ee566b-b65a-4747-a0ad-917fef191e6f", "mac_address": "fa:16:3e:d1:b5:d8", "admin_state_up": true, "status": "ACTIVE", "device_id": "53dc81c9-cf77-4b0b-9b90-b9ceb7ea47e8", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T18:07:40Z", "updated_at": "2023-04-18T18:09:33Z", "revision_number": 1, "project_id": "26fc84542bc54be0b4ed144b4bd80820"}}' 2023-04-18 18:09:33,773 79798 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.45:22' as 'cirros' with public key authentication 2023-04-18 18:09:33,824 79798 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 18:09:33,846 79798 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 18:09:33,846 79798 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.45 successfully created 2023-04-18 18:09:33,900 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/53dc81c9-cf77-4b0b-9b90-b9ceb7ea47e8/ips 0.053s 2023-04-18 18:09:33,900 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:09:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '108', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d68e5e28-3c3b-4fe6-9380-bdc7bfe47785', 'x-compute-request-id': 'req-d68e5e28-3c3b-4fe6-9380-bdc7bfe47785', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/53dc81c9-cf77-4b0b-9b90-b9ceb7ea47e8/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-1988541008-network": [{"version": 4, "addr": "10.0.0.4"}]}}' 2 023-04-18 18:09:34,087 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed144b4bd80820/volumes 0.182s 2023-04-18 18:09:34,087 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-AttachVolumeNegativeTest-volume-363686436"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:09:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20307f36-bef0-4000-8bb4-5d86af1cf6f8', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20307f36-bef0-4000-8bb4-5d86af1cf6f8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed144b4bd80820/volumes'} Body: b'{"volume": {"id": "01c02f07-425e-4884-88ce-490feb69d51a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:09:34.031147", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-363686436", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed144b4bd80820/volumes/01c02f07-425e-4884-88ce-490feb69d51a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/26fc84542bc54be0b4ed144b4bd80820/volumes/01c02f07-425e-4884-88ce-490feb69d51a"}], "user_id": "3da8052dbf914e1cb2ee508d2bb21bd7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 18:09:34,148 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed144b4bd80820/volumes/01c02f07-425e-4884-88ce-490feb69d51a 0.042s 2023-04-18 18:09:34,148 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:09:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb39e0d1-7c9c-48ad-8366-a3894093a810', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb39e0d1-7c9c-48ad-8366-a3894093a810', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed144b4bd80820/volumes/01c02f07-425e-4884-88ce-490feb69d51a'} Body: b'{"volume": {"id": "01c02f07-425e-4884-88ce-490feb69d51a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:09:34.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-363686436", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed144b4bd80820/volumes/01c02f07-425e-4884-88ce-490feb69d51a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/26fc84542bc54be0b4ed144b4bd80820/volumes/01c02f07-425e-4884-88ce-490feb69d51a"}], "user_id": "3da8052dbf914e1cb2ee508d2bb21bd7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "26fc84542bc54be0b4ed144b4bd80820"}}' 2023-04-18 18:09:35,204 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed144b4bd80820/volumes/01c02f07-425e-4884-88ce-490feb69d51a 0.042s 2023-04-18 18:09:35,204 79798 DEBUG [tempest.lib.common.rest_clien t] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:09:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f355259d-603b-4158-b01d-1fd47db80d52', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f355259d-603b-4158-b01d-1fd47db80d52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed144b4bd80820/volumes/01c02f07-425e-4884-88ce-490feb69d51a'} Body: b'{"volume": {"id": "01c02f07-425e-4884-88ce-490feb69d51a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:09:34.000000", "updated_at": "2023-04-18T18:09:34.000000", "name": "tempest-AttachVolumeNegativeTest-volume-363686436", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed144b4bd80820/volumes/01c02f07-425e-4884-88ce-490feb69d51a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/26fc84542bc54be0b4ed144b4bd80820/volumes/01c02f07-425e-4884-88ce-490feb69d51a"}], "user_id": "3da8052dbf914e1cb2ee508d2bb21bd7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "26fc84542bc54be0b4ed144b4bd80820"}}' 2023-04-18 18:09:35,346 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/53dc81c9-cf77-4b0b-9b90-b9ceb7ea47e8 0.130s 2023-04-18 18:09:35,347 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:09:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-599975b5-ce9b-4526-9f89-e44e6b85e937', 'x-compute-request-id': 'req-599975b5-ce9b-4526-9f89-e44e6b85e937', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/53dc81c9-cf77-4b0b-9b90-b9ceb7ea47e8'} Body: b'' 2023-04-18 18:09:35,632 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/53dc81c9-cf77-4b0b-9b90-b9ceb7ea47e8 0.285s 2023-04-18 18:09:35,632 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:09:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1670', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1da9ffd9-f09b-42ee-afeb-dfadc3d393c4', 'x-compute-request-id': 'req-1da9ffd9-f09b-42ee-afeb-dfadc3d393c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/53dc81c9-cf77-4b0b-9b90-b9ceb7ea47e8'} Body: b'{"server": {"id": "53dc81c9-cf77-4b0b-9b90-b9ceb7ea47e8", "name": "tempest-AttachVolumeNegativeTest-server-1483130823", "status": "ACTIVE", "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "user_id": "3da8052dbf914e1cb2ee508d2bb21bd7", "metadata": {}, "hostId": "82041ceec927b09e35c0175cee4fa62850758b89f71909d3fa6d0bae", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d 97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T18:07:42Z", "updated": "2023-04-18T18:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1988541008-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:b5:d8"}, {"version": 4, "addr": "172.24.4.45", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:b5:d8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/53dc81c9-cf77-4b0b-9b90-b9ceb7ea47e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/53dc81c9-cf77-4b0b-9b90-b9ceb7ea47e8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1830016687", "OS-SRV-USG:launched_at": "2023-04-18T18:07:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1441484129"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 18:10:25,739 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/53dc81c9-cf77-4b0b-9b90-b9ceb7ea47e8 0.044s 2023-04-18 18:10:25,740 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:10:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-9bf565c0-40b8-4357-8934-c2e759d8096a', 'x-compute-request-id': 'req-9bf565c0-40b8-4357-8934-c2e759d8096a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/53dc81c9-cf77-4b0b-9b90-b9ceb7ea47e8'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 53dc81c9-cf77-4b0b-9b90-b9ceb7ea47e8 could not be found."}}' 2023-04-18 18:10:25,810 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1830016687 0.069s 2023-04-18 18:10:25,811 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:10:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-856e90e7-6861-4e6d-9bf1-4e41fb44271f', 'x-compute-request-id': 'req-856e90e7-6861-4e6d-9bf1-4e41fb44271f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1830016687'} Body: b'' 2023-04-18 18:10:26,018 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/3e9e9ea9-f109-4de8-acca-016743f3c066 0.206s 2023-04-18 18:10:26,019 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-6d8e878b-4549-4409-b5fd-6c1b4c33bba4', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 18:10:26 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/3e9e9ea9-f109-4de8-acca-016743f3c066 '} Body: b'' 2023-04-18 18:10:26,074 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/3e9e9ea9-f109-4de8-acca-016743f3c066 0.054s 2023-04-18 18:10:26,074 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-95e180bd-49b0-4c74-9116-e880aad67349', 'date': 'Tue, 18 Apr 2023 18:10:26 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/3e9e9ea9-f109-4de8-acca-016743f3c066'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 3e9e9ea9-f109-4de8-acca-016743f3c066 does not exist", "detail": ""}}' 2023-04-18 18:10:26,603 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/4c1cd326-aa32-4777-82eb-87b7ff7c8070 0.528s 2023-04-18 18:10:26,603 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-bf49e33d-8a44-4994-89e2-47b540ffb088', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 18:10:26 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/4c1cd326-aa32-4777-82eb-87b7ff7c8070'} Body: b'' {6} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete [1.832397s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_volumes_get.py", line 53, in test_volume_create_get_delete volume = self.create_volume(size=CONF.volume.volume_size, File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d79b40cd-6678-4214-bc78-f9df6392e3c0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 18:10:32,103 79798 INFO [tempest.lib.common.rest_client] Request (VolumesGetTestJSON:test_volume_create_get_delete): 200 POST http://10.0.0.210/compute/v2.1/os-volumes 0.535s 2023-04-18 18:10:32,104 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-VolumesGetTestJSON-Volume-1680842878", "metadata": {"Type": "work"}}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:10:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '353', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/d79b40cd-6678-4214-bc78-f9df6392e3c0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d750f69-951d-4df6-b7cd-17319dc179e1', 'x-compute-request-id': 'req-4d750f69-951d-4df6-b7cd-17319dc179e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "d79b40cd-6678-4214-bc78-f9df6392e3c0", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-18T18:10:31.960521", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1680842878", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2023-04-18 18:10:32,313 79798 INFO [tempest.lib.common.rest_client] Request (VolumesGetTestJSON:test_volume_create_get_delete): 200 GET http://10.0.0.210/compute/v2.1/os-volumes/d79b40cd-6678-4214-bc78-f9df6392e3c0 0.204s 2023-04-18 18:10:32,313 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:10:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-edfeaf30-b28b-4131-8214-701e1b8f7924', 'x-compute-request-id': 'req-edfeaf30-b28b-4131-8214-701e1b8f7924', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/d79b40cd-6678-4214-bc78-f9df6392e3c0'} Body: b'{"volume": {"id": "d79b40cd-6678-4214-bc78-f9df6392e3c0", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-18T18:10:32.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1680842878", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2023-04-18 18:10:33,394 79798 INFO [tempest.lib.common.rest_client] Request (VolumesGetTestJSON:test_volume_create_get_delete): 200 GET http://10.0.0.210/compute/v2.1/os-volumes/d79b40cd-6678-4214-bc78-f9df6392e3c0 0.073s 2023-04-18 18:10:33,394 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:10:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee43e030-6a01-45d5-90f2-7d527d1d498b', 'x-compute-request-id': 'req-ee43e030-6a01-45d5-90f2-7d527d1d498b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/d79b40cd-6678-4214-bc78-f9df6392e3c0'} Body: b'{"volume": {"id": "d79b40cd-6678-4214-bc78-f9df6392e3c0", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-18T18:10:32.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1680842878", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' {6} setUpClass (tempest.api.volume.test_volume_metadata.VolumesMetadataTest) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volume_metadata.py", line 29, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f63babdf-dd44-4d9e-89c0-67aeca7301df failed to build and is in ERROR status {6} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume [1.832829s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_clone.py", line 67, in test_create_from_bootable_volume src_vol = self.create_volume(imageRef=img_uuid) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d72aabd3-855e-4753-814b-8ddf9258f7c3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 18:10:38,558 79798 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/image/v2/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33 0.174s 2023-04-18 18:10:38,558 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:10:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a86c2175-e282-4e4f-9eed-5f407a832833', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.5.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 16300544, "virtual_size": 117440512, "status": "active", "checksum": "b874c39491a2377b8490f5f1e89761a4", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "a46287e01e14415694c956b326941bd8", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "created_at": "2023-04-18T17:48:52Z", "updated_at": "2023-04-18T17:48:54Z", "tags": [], "self": "/v2/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "file": "/v2/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33/file", "schema": "/v2/schemas/image"}' 2023-04-18 18:10:38,934 79798 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 202 POST http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes 0.374s 2023-04-18 18:10:38,934 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "size": 1, "name": "tempest-VolumesCloneTest-Volume-611032690"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:10:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dddfde1d-f2f6-48d7-8bbe-d95c36ae00d9', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dddfde1d-f2f6-48d7-8bbe-d95c36ae00d9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes'} Body: b'{"volume": {"id": "d72aabd3-855e-4753-814b-8ddf9258f7c3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:10:38.876760", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-611032690", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/d72aabd3-855e-4753-814b-8ddf9258f7c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/d72aabd3-855e-4753-814b-8ddf9258f7c3"}], "user_id": "b87a0bc7269445ee97f3cb4b8852c05e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 18:10:38,981 79798 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/d72aabd3-855e-4753-814b-8ddf9258f7c3 0.037s 2023-04-18 18:10:38,982 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token' : ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:10:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-259a26bf-8222-4d7d-843a-cb6af5deecef', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-259a26bf-8222-4d7d-843a-cb6af5deecef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/d72aabd3-855e-4753-814b-8ddf9258f7c3'} Body: b'{"volume": {"id": "d72aabd3-855e-4753-814b-8ddf9258f7c3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:10:39.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-611032690", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/d72aabd3-855e-4753-814b-8ddf9258f7c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/d72aabd3-855e-4753-814b-8ddf9258f7c3"}], "user_id": "b87a0bc7269445ee97f3cb4b8852c05e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bb74fc9ef60948be9bbd5eb86a330ec5"}}' 2023-04-18 18:10:40,035 79798 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/d72aabd3-855e-4753-814b-8ddf9258f7c3 0.041s 2023-04-18 18:10:40,035 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:10:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4c19e8c-d116-430b-823f-d59aac484fcc', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4c19e8c-d116-430b-823f-d59aac484fcc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/d72aabd3-855e-4753-814b-8ddf9258f7c3'} Body: b'{"volume": {"id": "d72aabd3-855e-4753-814b-8ddf9258f7c3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:10:39.000000", "updated_at": "2023-04-18T18:10:39.000000", "name": "tempest-VolumesCloneTest-Volume-611032690", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/d72aabd3-855e-4753-814b-8ddf9258f7c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/d72aabd3-855e-4753-814b-8ddf9258f7c3"}], "user_id": "b87a0bc7269445ee97f3cb4b8852c05e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bb74fc9ef60948be9bbd5eb86a330ec5"}}' 2023-04-18 18:10:40,084 79798 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/d72aabd3-855e-4753-814b-8ddf9258f7c3 0.038s 2023-04-18 18:10:40,085 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:10:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fac78b06-7ada-42b8-b9ba-0559fe3dd896', 'content-length': '902', 'openstack-api-version': 'v olume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fac78b06-7ada-42b8-b9ba-0559fe3dd896', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/d72aabd3-855e-4753-814b-8ddf9258f7c3'} Body: b'{"volume": {"id": "d72aabd3-855e-4753-814b-8ddf9258f7c3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:10:39.000000", "updated_at": "2023-04-18T18:10:39.000000", "name": "tempest-VolumesCloneTest-Volume-611032690", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/d72aabd3-855e-4753-814b-8ddf9258f7c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/d72aabd3-855e-4753-814b-8ddf9258f7c3"}], "user_id": "b87a0bc7269445ee97f3cb4b8852c05e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bb74fc9ef60948be9bbd5eb86a330ec5"}}' 2023-04-18 18:10:40,192 79798 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/d72aabd3-855e-4753-814b-8ddf9258f7c3 0.096s 2023-04-18 18:10:40,192 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:10:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc857e50-63f6-4a2e-8381-4039b13f268b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/d72aabd3-855e-4753-814b-8ddf9258f7c3'} Body: b'' 2023-04-18 18:10:40,214 79798 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/d72aabd3-855e-4753-814b-8ddf9258f7c3 0.021s 2023-04-18 18:10:40,214 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:10:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab6d77f4-2023-429a-8e36-1e9e3c03839e', 'x-openstack-request-id': 'req-ab6d77f4-2023-429a-8e36-1e9e3c03839e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/d72aabd3-855e-4753-814b-8ddf9258f7c3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d72aabd3-855e-4753-814b-8ddf9258f7c3 could not be found."}}' {6} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume [1.520150s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_clone.py", line 54, in test_create_from_volume src_vol = self.create_volume(size=src_size) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b25192af-ffe8-4e3b-932e-c3904e4ecd90 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 18:10:40,402 79798 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 202 POST http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes 0.185s 2023-04-18 18:10:40,403 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "name": "tempest-VolumesCloneTest-Volume-370075716"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:10:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c7d192c-4a05-4c79-8f67-0950051763a6', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c7d192c-4a05-4c79-8f67-0950051763a6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes'} Body: b'{"volume": {"id": "b25192af-ffe8-4e3b-932e-c3904e4ecd90", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:10:40.341449", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-370075716", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/b25192af-ffe8-4e3b-932e-c3904e4ecd90"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/b25192af-ffe8-4e3b-932e-c3904e4ecd90"}], "user_id": "b87a0bc7269445ee97f3cb4b8852c05e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 18:10:40,450 79798 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/b25192af-ffe8-4e3b-932e-c3904e4ecd90 0.037s 2023-04-18 18:10:40,450 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:10:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54761ead-62cd-4842-94e6-44fef7933f76', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54761ead-62cd-4842-94e6-44fef7933f76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/b25192af-ffe8-4e3b-932e-c3904e4ecd90'} Body: b'{"volume": {"id": "b25192af-ffe8-4e3b-932e-c3904e4ecd90", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:10:40.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-370075716", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/b25192af-ffe8-4e3b-932e-c3904e4ecd90"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/b25192af-ffe8-4e3b-932e-c3904e4ecd90"}], "user_id": "b87a0bc7269445ee97f3cb4b8852c05e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bb74fc9ef60948be9bbd5eb86a330ec5"}}' 2023-04-18 18:10:41,504 79798 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/b25192af-ffe8-4e3b-932e-c3904e4ecd90 0.041s 2023-04-18 18:10:41,505 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept' : 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:10:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-384722fb-efdc-4150-a1a1-29ebbeba7653', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-384722fb-efdc-4150-a1a1-29ebbeba7653', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/b25192af-ffe8-4e3b-932e-c3904e4ecd90'} Body: b'{"volume": {"id": "b25192af-ffe8-4e3b-932e-c3904e4ecd90", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:10:40.000000", "updated_at": "2023-04-18T18:10:40.000000", "name": "tempest-VolumesCloneTest-Volume-370075716", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/b25192af-ffe8-4e3b-932e-c3904e4ecd90"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/b25192af-ffe8-4e3b-932e-c3904e4ecd90"}], "user_id": "b87a0bc7269445ee97f3cb4b8852c05e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bb74fc9ef60948be9bbd5eb86a330ec5"}}' 2023-04-18 18:10:41,558 79798 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/b25192af-ffe8-4e3b-932e-c3904e4ecd90 0.043s 2023-04-18 18:10:41,559 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:10:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb3209cb-a17c-4aa9-ad06-448e0a4e2cf6', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb3209cb-a17c-4aa9-ad06-448e0a4e2cf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/b25192af-ffe8-4e3b-932e-c3904e4ecd90'} Body: b'{"volume": {"id": "b25192af-ffe8-4e3b-932e-c3904e4ecd90", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:10:40.000000", "updated_at": "2023-04-18T18:10:40.000000", "name": "tempest-VolumesCloneTest-Volume-370075716", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/b25192af-ffe8-4e3b-932e-c3904e4ecd90"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/b25192af-ffe8-4e3b-932e-c3904e4ecd90"}], "user_id": "b87a0bc7269445ee97f3cb4b8852c05e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bb74fc9ef60948be9bbd5eb86a330ec5"}}' 2023-04-18 18:10:41,713 79798 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/b25192af-ffe8-4e3b-932e-c3904e4ecd90 0.143s 2023-04-18 18:10:41,714 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:10:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': ' OpenStack-API-Version', 'x-openstack-request-id': 'req-c88d07ac-abe0-4199-868d-856c42fa1c74', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/b25192af-ffe8-4e3b-932e-c3904e4ecd90'} Body: b'' 2023-04-18 18:10:41,736 79798 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/b25192af-ffe8-4e3b-932e-c3904e4ecd90 0.021s 2023-04-18 18:10:41,736 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:10:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9554b3c-92cb-4f87-8998-c57b579fa901', 'x-openstack-request-id': 'req-c9554b3c-92cb-4f87-8998-c57b579fa901', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/b25192af-ffe8-4e3b-932e-c3904e4ecd90'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b25192af-ffe8-4e3b-932e-c3904e4ecd90 could not be found."}}' {6} setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test) ... SKIPPED: Cinder consistency group feature disabled {6} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot [1.561361s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_revert.py", line 47, in setUp self.volume = self.create_volume() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 97, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2d6ea9b0-46dc-4794-b4e6-b9e55b6163bb failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 18:10:43,560 79798 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/6232829a0b5948d49247fca061e0a6e6/volumes 0.409s 2023-04-18 18:10:43,560 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "name": "tempest-VolumeRevertTests-Volume-445465834"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:10:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52216891-2818-4915-b4f5-0957c9698d1e', 'content-length': '832', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52216891-2818-4915-b4f5-0957c9698d1e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6232829a0b5948d49247fca061e0a6e6/volumes'} Body: b'{"volume": {"id": "2d6ea9b0-46dc-4794-b4e6-b9e55b6163bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:10:43.430577", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-445465834", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6232829a0b5948d49247fca061e0a6e6/volumes/2d6ea9b0-46dc-4794-b4e6-b9e55b6163bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6232829a0b5948d49247fca061e0a6e6/volumes/2d6ea9b0-46dc-4794-b4e6-b9e55b6163bb"}], "user_id": "b24511c7a67c4fa6a1ea5eed6ad2d937", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2023-04-18 18:10:43,648 79798 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/6232829a0b5948d49247fca061e0a6e6/volumes/2d6ea9b0-46dc-4794-b4e6-b9e55b6163bb 0.078s 2023-04-18 18:10:43,648 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:10:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c06bc9c-795e-41c5-bb90-511df4be92c6', 'content-length': '900', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c06bc9c-795e-41c5-bb90-511df4be92c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6232829a0b5948d49247fca061e0a6e6/volumes/2d6ea9b0-46dc-4794-b4e6-b9e55b6163bb'} Body: b'{"volume": {"id": "2d6ea9b0-46dc-4794-b4e6-b9e55b6163bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:10:43.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-445465834", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6232829a0b5948d49247fca061e0a6e6/volumes/2d6ea9b0-46dc-4794-b4e6-b9e55b6163bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6232829a0b5948d49247fca061e0a6e6/volumes/2d6ea9b0-46dc-4794-b4e6-b9e55b6163bb"}], "user_id": "b24511c7a67c4fa6a1ea5eed6ad2d937", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "6232829a0b5948d49247fca061e0a6e6"}}' 2023-04-18 18:10:44,699 79798 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/6232829a0b5948d49247fca061e0a6e6/volumes/2d6ea9b0-46dc-4794-b4e6-b9e55b6163bb 0.040s 2023-04-18 18:10:44,700 79798 DEBUG [tempest.lib.common.rest_cl ient] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:10:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c4a337a-632f-45ae-beb8-bd8ce6aa6f66', 'content-length': '921', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c4a337a-632f-45ae-beb8-bd8ce6aa6f66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6232829a0b5948d49247fca061e0a6e6/volumes/2d6ea9b0-46dc-4794-b4e6-b9e55b6163bb'} Body: b'{"volume": {"id": "2d6ea9b0-46dc-4794-b4e6-b9e55b6163bb", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:10:43.000000", "updated_at": "2023-04-18T18:10:44.000000", "name": "tempest-VolumeRevertTests-Volume-445465834", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6232829a0b5948d49247fca061e0a6e6/volumes/2d6ea9b0-46dc-4794-b4e6-b9e55b6163bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6232829a0b5948d49247fca061e0a6e6/volumes/2d6ea9b0-46dc-4794-b4e6-b9e55b6163bb"}], "user_id": "b24511c7a67c4fa6a1ea5eed6ad2d937", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "6232829a0b5948d49247fca061e0a6e6"}}' {6} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative [1.326189s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_revert.py", line 47, in setUp self.volume = self.create_volume() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 97, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 9a83d0ff-4e2c-486e-ae4b-4bb25409b3a1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 18:10:44,931 79798 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/6232829a0b5948d49247fca061e0a6e6/volumes 0.218s 2023-04-18 18:10:44,931 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "name": "tempest-VolumeRevertTests-Volume-1535181705"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:10:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2595db2e-4b37-4671-9599-e9a440897164', 'content-length': '833', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2595db2e-4b37-4671-9599-e9a440897164', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6232829a0b5948d49247fca061e0a6e6/volumes'} Body: b'{"volume": {"id": "9a83d0ff-4e2c-486e-ae4b-4bb25409b3a1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:10:44.860706", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1535181705", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6232829a0b5948d49247fca061e0a6e6/volumes/9a83d0ff-4e2c-486e-ae4b-4bb25409b3a1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6232829a0b5948d49247fca061e0a6e6/volumes/9a83d0ff-4e2c-486e-ae4b-4bb25409b3a1"}], "user_id": "b24511c7a67c4fa6a1ea5eed6ad2d937", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2023-04-18 18:10:44,978 79798 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/6232829a0b5948d49247fca061e0a6e6/volumes/9a83d0ff-4e2c-486e-ae4b-4bb25409b3a1 0.036s 2023-04-18 18:10:44,978 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:10:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63ee139b-8259-4e22-a129-55c04ad1524f', 'content-length': '901', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63ee139b-8259-4e22-a129-55c04ad1524f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6232829a0b5948d49247fca061e0a6e6/volumes/9a83d0ff-4e2c-486e-ae4b-4bb25409b3a1'} Body: b'{"volume": {"id": "9a83d0ff-4e2c-486e-ae4b-4bb25409b3a1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:10:45.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1535181705", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6232829a0b5948d49247fca061e0a6e6/volumes/9a83d0ff-4e2c-486e-ae4b-4bb25409b3a1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6232829a0b5948d49247fca061e0a6e6/volumes/9a83d0ff-4e2c-486e-ae4b-4bb25409b3a1"}], "user_id": "b24511c7a67c4fa6a1ea5eed6ad2d937", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "6232829a0b5948d49247fca061e0a6e6"}}' 2023-04-18 18:10:46,028 79798 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/6232829a0b5948d49247fca061e0a6e6/volumes/9a83d0ff-4e2c-486e-ae4b-4bb25409b3a1 0.038s 2023-04-18 18:10:46,028 79798 DEBUG [tempest.lib.common.rest _client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:10:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b196f3de-7bc5-4aea-ad6c-8b2a6674ac26', 'content-length': '922', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b196f3de-7bc5-4aea-ad6c-8b2a6674ac26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6232829a0b5948d49247fca061e0a6e6/volumes/9a83d0ff-4e2c-486e-ae4b-4bb25409b3a1'} Body: b'{"volume": {"id": "9a83d0ff-4e2c-486e-ae4b-4bb25409b3a1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:10:45.000000", "updated_at": "2023-04-18T18:10:45.000000", "name": "tempest-VolumeRevertTests-Volume-1535181705", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6232829a0b5948d49247fca061e0a6e6/volumes/9a83d0ff-4e2c-486e-ae4b-4bb25409b3a1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6232829a0b5948d49247fca061e0a6e6/volumes/9a83d0ff-4e2c-486e-ae4b-4bb25409b3a1"}], "user_id": "b24511c7a67c4fa6a1ea5eed6ad2d937", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "6232829a0b5948d49247fca061e0a6e6"}}' ============================== Failed 96 tests - output below: ============================== tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend[id-3750af44-5ea2-4cd4-bc3e-56e7e6caf854] ------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_backends_capabilities.py", line 38, in test_get_capabilities_backend self.admin_capabilities_client.show_backend_capabilities(self.hosts[0]) IndexError: list index out of range tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group[id-2424af8c-7851-4888-986a-794b10c3210e] ------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 177, in test_create_group_from_group grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 953687c3-0f96-44dc-a719-3ed84e813cba failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:52:13,455 79806 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 POST http://10.0.0.210/volume/v3/c0ffba52827247b2871dd64ab3628d5b/types 0.084s 2023-04-18 17:52:13,455 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume_type": {"name": "tempest-GroupsV314Test-volume-type-924987551"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f5bd841-ee09-4f00-b1f9-4d63da0b335b', 'content-length': '219', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f5bd841-ee09-4f00-b1f9-4d63da0b335b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c0ffba52827247b2871dd64ab3628d5b/types'} Body: b'{"volume_type": {"id": "61eff777-2cb1-4f03-aaa2-d125fce5dae1", "name": "tempest-GroupsV314Test-volume-type-924987551", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 17:52:13,513 79806 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/c0ffba52827247b2871dd64ab3628d5b/group_types 0.052s 2023-04-18 17:52:13,513 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"group_type": {"name": "tempest-GroupsV314Test-group-type-1426253760"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a46f2b2-2a39-454c-9b74-0a49521eb33b', 'content-length': '177', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a46f2b2-2a39-454c-9b74-0a49521eb33b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c0ffba52827247b2871dd64ab3628d5b/group_types'} Body: b'{"group_type": {"id": "12490cf0-a50e-4084-aa0c-cfc6af641ba6", "name": "tempest-GroupsV314Test-group-type-1426253760", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 17:52:13,988 79806 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/8c079092ca0b422e9b6495f0ee94c0d4/groups 0.472s 2023-04-18 17:52:13,988 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"group": {"group_type": "12490cf0-a50e-4084-aa0c-cfc6af641ba6", "volume_types": ["61eff777-2cb1-4f03-aaa2-d125fce5dae1"], "name": "tempest-GroupsV314Test-Group-256708127"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbbca227-d588-41d9-91df-175404267c9b', 'content-length': '107', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbbca227-d588-41d9-91df-175404267c9b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8c079092ca0b422e9b6495f0ee94c0d4/groups'} Body: b'{"group": {"id": "953687c3-0f96-44dc-a719-3ed84e813cba", "name": "tempest-GroupsV314Test-Group-256708127"}}' 2023-04-18 17:52:14,050 79806 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/8c079092ca0b422e9b6495f0ee94c0d4/groups/953687c3-0f96-44dc-a719-3ed84e813cba 0.059s 2023-04-18 17:52:14,051 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Acce pt': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d745453-5d7c-42f2-8581-3c35c207cb58', 'content-length': '387', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d745453-5d7c-42f2-8581-3c35c207cb58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8c079092ca0b422e9b6495f0ee94c0d4/groups/953687c3-0f96-44dc-a719-3ed84e813cba'} Body: b'{"group": {"id": "953687c3-0f96-44dc-a719-3ed84e813cba", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-18T17:52:14.000000", "name": "tempest-GroupsV314Test-Group-256708127", "description": null, "group_type": "12490cf0-a50e-4084-aa0c-cfc6af641ba6", "volume_types": ["61eff777-2cb1-4f03-aaa2-d125fce5dae1"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 17:52:15,136 79806 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/8c079092ca0b422e9b6495f0ee94c0d4/groups/953687c3-0f96-44dc-a719-3ed84e813cba 0.080s 2023-04-18 17:52:15,137 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b4d38cf-ed61-465b-9178-2962a5708745', 'content-length': '384', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b4d38cf-ed61-465b-9178-2962a5708745', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8c079092ca0b422e9b6495f0ee94c0d4/groups/953687c3-0f96-44dc-a719-3ed84e813cba'} Body: b'{"group": {"id": "953687c3-0f96-44dc-a719-3ed84e813cba", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T17:52:14.000000", "name": "tempest-GroupsV314Test-Group-256708127", "description": null, "group_type": "12490cf0-a50e-4084-aa0c-cfc6af641ba6", "volume_types": ["61eff777-2cb1-4f03-aaa2-d125fce5dae1"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 17:52:15,252 79806 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/8c079092ca0b422e9b6495f0ee94c0d4/volumes/detail 0.111s 2023-04-18 17:52:15,253 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-947ab985-61af-436d-8e24-28b338a5209a', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-947ab985-61af-436d-8e24-28b338a5209a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8c079092ca0b422e9b6495f0ee94c0d4/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 17:52:15,369 79806 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/8c079092ca0b422e9b6495f0ee94c0d4/groups/953687c3-0f96-44dc-a719-3ed84e813cba/action 0.106s 2023-04-18 17:52:15,370 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:15 GMT', 'server': 'Apache/2.4 .52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b73f88d1-4a86-4077-a6d2-aeecf2454129', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8c079092ca0b422e9b6495f0ee94c0d4/groups/953687c3-0f96-44dc-a719-3ed84e813cba/action'} Body: b'' 2023-04-18 17:52:15,384 79806 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/8c079092ca0b422e9b6495f0ee94c0d4/groups/953687c3-0f96-44dc-a719-3ed84e813cba 0.014s 2023-04-18 17:52:15,385 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-12a4d8ce-71dd-4a04-b8e6-d195ee068379', 'x-openstack-request-id': 'req-12a4d8ce-71dd-4a04-b8e6-d195ee068379', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/8c079092ca0b422e9b6495f0ee94c0d4/groups/953687c3-0f96-44dc-a719-3ed84e813cba'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 953687c3-0f96-44dc-a719-3ed84e813cba could not be found."}}' 2023-04-18 17:52:15,425 79806 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c0ffba52827247b2871dd64ab3628d5b/group_types/12490cf0-a50e-4084-aa0c-cfc6af641ba6 0.039s 2023-04-18 17:52:15,425 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3294cc1e-5943-4e39-b182-fc0c3eb9973f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c0ffba52827247b2871dd64ab3628d5b/group_types/12490cf0-a50e-4084-aa0c-cfc6af641ba6'} Body: b'' 2023-04-18 17:52:15,501 79806 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c0ffba52827247b2871dd64ab3628d5b/types/61eff777-2cb1-4f03-aaa2-d125fce5dae1 0.075s 2023-04-18 17:52:15,502 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f83ace62-e6ab-4313-9522-372b6666d819', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c0ffba52827247b2871dd64ab3628d5b/types/61eff777-2cb1-4f03-aaa2-d125fce5dae1'} Body: b'' 2023-04-18 17:52:15,522 79806 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c0ffba52827247b2871dd64ab3628d5b/types/61eff777-2cb1-4f03-aaa2-d125fce5dae1 0.019s 2023-04-18 17:52:15,523 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Versio n', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf170f25-5c18-459a-9e1e-e7d0395fc7ce', 'x-openstack-request-id': 'req-bf170f25-5c18-459a-9e1e-e7d0395fc7ce', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c0ffba52827247b2871dd64ab3628d5b/types/61eff777-2cb1-4f03-aaa2-d125fce5dae1'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 61eff777-2cb1-4f03-aaa2-d125fce5dae1 could not be found."}}' tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete[id-cd4ec87d-7825-450d-8040-6e2068f2da8f] --------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_volume_snapshots.py", line 53, in test_volume_snapshot_create_get_list_delete volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume e54eb773-bbc4-4272-af22-3daa05b8eaed failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:52:13,994 79808 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotsTestJSON:test_volume_snapshot_create_get_list_delete): 200 POST http://10.0.0.210/compute/v2.1/os-volumes 1.653s 2023-04-18 17:52:13,994 79808 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-VolumesSnapshotsTestJSON-volume-1820344627"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '345', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/e54eb773-bbc4-4272-af22-3daa05b8eaed', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-64e1cf68-555e-48e5-9f25-bd26b5b727b0', 'x-compute-request-id': 'req-64e1cf68-555e-48e5-9f25-bd26b5b727b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "e54eb773-bbc4-4272-af22-3daa05b8eaed", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-18T17:52:13.441079", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1820344627", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2023-04-18 17:52:14,260 79808 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotsTestJSON:test_volume_snapshot_create_get_list_delete): 200 GET http://10.0.0.210/compute/v2.1/os-volumes/e54eb773-bbc4-4272-af22-3daa05b8eaed 0.257s 2023-04-18 17:52:14,260 79808 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '342', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83edb5cb-ad52-443c-94a5-8f2af27512ea', 'x-compute-request-id': 'req-83edb5cb-ad52-443c-94a5-8f2af27512ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/e54eb773-bbc4-4272-af22-3daa05b8eaed'} Body: b'{"volume": {"id": "e54eb773-bbc4-4272-af22-3daa05b8eaed", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-18T17:52:13.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1820344627", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2023-04-18 17:52:15,745 79808 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotsTestJSON:test_volume_snapshot_create_get_list_delete): 200 GET http://10.0.0.210/compute/v2.1/os-volumes/e54eb773-bbc4-4272-af22-3daa05b8eaed 0.479s 2023-04-18 17:52:15,745 79808 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '342', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3af99f2b-c2d9-4d68-82c6-61e69b9dc4bc', 'x-compute-request-id': 'req-3af99f2b-c2d9-4d68-82c6-61e69b9dc4bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/e54eb773-bbc4-4272-af22-3daa05b8eaed'} Body: b'{"volume": {"id": "e54eb773-bbc4-4272-af22-3daa05b8eaed", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-1 8T17:52:13.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1820344627", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs[id-c03cc62c-f4e9-4623-91ec-64ce2f9c1260] ----------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_types.py", line 54, in test_volume_crud_with_volume_type_and_extra_specs volume = self.create_volume(**params) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume df2f4cc3-5778-4eab-8b9a-73ffbb4f5beb failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:52:22,135 79806 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:test_volume_crud_with_volume_type_and_extra_specs): 200 POST http://10.0.0.210/volume/v3/5ee496c80e5346b0ad7b4bc720d1b0e1/types 0.239s 2023-04-18 17:52:22,136 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume_type": {"name": "tempest-VolumeTypesTest-volume-type-363186853", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96158e6f-f7e9-4f66-bf65-b9056fa1d832', 'content-length': '272', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96158e6f-f7e9-4f66-bf65-b9056fa1d832', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5ee496c80e5346b0ad7b4bc720d1b0e1/types'} Body: b'{"volume_type": {"id": "632fe511-54df-4a8e-a16c-473864901854", "name": "tempest-VolumeTypesTest-volume-type-363186853", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 17:52:22,178 79806 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:test_volume_crud_with_volume_type_and_extra_specs): 200 POST http://10.0.0.210/volume/v3/5ee496c80e5346b0ad7b4bc720d1b0e1/types 0.039s 2023-04-18 17:52:22,178 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume_type": {"name": "tempest-VolumeTypesTest-volume-type-1617749697", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e179cf0-33b6-4e7f-ab80-d70070c76e58', 'content-length': '273', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e179cf0-33b6-4e7f-ab80-d70070c76e58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5ee496c80e5346b0ad7b4bc720d1b0e1/types'} Body: b'{"volume_type": {"id": "a46d6187-0fa6-4fc8-9527-4e2adab86a50", "name": "tempest-VolumeTypesTest-volume-type-1617749697", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 17:52:22,591 79806 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:test_volume_crud_with_volume_type_and_extra_specs): 202 POST http://10.0.0.210/volume/v3/3dc60c1727694edda36fc7cf9847dc54/volumes 0.410s 2023-04-18 17:52:22,592 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-VolumeTypesTest-volume-1983831937", "volume_type": "632fe511-54df-4a8e-a16c-473864901854", "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ac93be9-2984-4610-9cd3-bc9f04bb8d1e', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ac93be9-2984-4610-9cd3-bc9f04bb8d1e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3dc60c1727694edda36fc7cf9847dc54/volumes'} Body: b'{"volume": {"id": "df2f4cc3-5778-4eab-8b9a-73ffbb4f5beb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:52:22.511247", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-1983831937", "description": null, "vol ume_type": "tempest-VolumeTypesTest-volume-type-363186853", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3dc60c1727694edda36fc7cf9847dc54/volumes/df2f4cc3-5778-4eab-8b9a-73ffbb4f5beb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3dc60c1727694edda36fc7cf9847dc54/volumes/df2f4cc3-5778-4eab-8b9a-73ffbb4f5beb"}], "user_id": "452303d99eb349a4b28c520b9bfdd7c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:52:22,649 79806 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:test_volume_crud_with_volume_type_and_extra_specs): 200 GET http://10.0.0.210/volume/v3/3dc60c1727694edda36fc7cf9847dc54/volumes/df2f4cc3-5778-4eab-8b9a-73ffbb4f5beb 0.039s 2023-04-18 17:52:22,650 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4589e9be-f311-4c48-bf79-52c1d2fe02ad', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4589e9be-f311-4c48-bf79-52c1d2fe02ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3dc60c1727694edda36fc7cf9847dc54/volumes/df2f4cc3-5778-4eab-8b9a-73ffbb4f5beb'} Body: b'{"volume": {"id": "df2f4cc3-5778-4eab-8b9a-73ffbb4f5beb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:52:23.000000", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-1983831937", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-363186853", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3dc60c1727694edda36fc7cf9847dc54/volumes/df2f4cc3-5778-4eab-8b9a-73ffbb4f5beb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3dc60c1727694edda36fc7cf9847dc54/volumes/df2f4cc3-5778-4eab-8b9a-73ffbb4f5beb"}], "user_id": "452303d99eb349a4b28c520b9bfdd7c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3dc60c1727694edda36fc7cf9847dc54"}}' 2023-04-18 17:52:23,716 79806 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:test_volume_crud_with_volume_type_and_extra_specs): 200 GET http://10.0.0.210/volume/v3/3dc60c1727694edda36fc7cf9847dc54/volumes/df2f4cc3-5778-4eab-8b9a-73ffbb4f5beb 0.045s 2023-04-18 17:52:23,716 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1d06229-4817-401a-b640-b0da60ad12a0', 'content-length': '936', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1d06229-4817-401a-b640-b0da60ad12a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3dc60c1727694edda36fc7cf9847dc54/volumes/df2f4cc3-5778-4eab-8b9a-73ffbb4f5beb'} Body: b'{"volume": {"id": "df2f4cc3-5778-4eab-8b9a-73ffbb4f5beb", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:52:23.000000", "updated_at": "2023-04-18T17:52:23.000000", "name": "tempest-VolumeTypesTest-volume-1983831937", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-363186853", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3dc60c1727694edda36fc7cf9847dc54/volumes/df2f4cc3-5778-4eab -8b9a-73ffbb4f5beb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3dc60c1727694edda36fc7cf9847dc54/volumes/df2f4cc3-5778-4eab-8b9a-73ffbb4f5beb"}], "user_id": "452303d99eb349a4b28c520b9bfdd7c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3dc60c1727694edda36fc7cf9847dc54"}}' 2023-04-18 17:52:23,780 79806 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/3dc60c1727694edda36fc7cf9847dc54/volumes/df2f4cc3-5778-4eab-8b9a-73ffbb4f5beb 0.053s 2023-04-18 17:52:23,781 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8a731b1-9431-4a74-b076-853fac34724b', 'content-length': '936', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8a731b1-9431-4a74-b076-853fac34724b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3dc60c1727694edda36fc7cf9847dc54/volumes/df2f4cc3-5778-4eab-8b9a-73ffbb4f5beb'} Body: b'{"volume": {"id": "df2f4cc3-5778-4eab-8b9a-73ffbb4f5beb", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:52:23.000000", "updated_at": "2023-04-18T17:52:23.000000", "name": "tempest-VolumeTypesTest-volume-1983831937", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-363186853", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3dc60c1727694edda36fc7cf9847dc54/volumes/df2f4cc3-5778-4eab-8b9a-73ffbb4f5beb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3dc60c1727694edda36fc7cf9847dc54/volumes/df2f4cc3-5778-4eab-8b9a-73ffbb4f5beb"}], "user_id": "452303d99eb349a4b28c520b9bfdd7c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3dc60c1727694edda36fc7cf9847dc54"}}' 2023-04-18 17:52:24,119 79806 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3dc60c1727694edda36fc7cf9847dc54/volumes/df2f4cc3-5778-4eab-8b9a-73ffbb4f5beb 0.328s 2023-04-18 17:52:24,119 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a33499a-65b9-4987-a243-f4bc153c8db8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3dc60c1727694edda36fc7cf9847dc54/volumes/df2f4cc3-5778-4eab-8b9a-73ffbb4f5beb'} Body: b'' 2023-04-18 17:52:24,145 79806 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/3dc60c1727694edda36fc7cf9847dc54/volumes/df2f4cc3-5778-4eab-8b9a-73ffbb4f5beb 0.025s 2023-04-18 17:52:24,146 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-421a2817-6c2c-444e-8b27-36f3f0ed3ead', 'x-openstack-request-id': 'req-421a2817-6c2c-444e-8b27-36f3f0e d3ead', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/3dc60c1727694edda36fc7cf9847dc54/volumes/df2f4cc3-5778-4eab-8b9a-73ffbb4f5beb'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume df2f4cc3-5778-4eab-8b9a-73ffbb4f5beb could not be found."}}' 2023-04-18 17:52:24,241 79806 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/5ee496c80e5346b0ad7b4bc720d1b0e1/types/a46d6187-0fa6-4fc8-9527-4e2adab86a50 0.094s 2023-04-18 17:52:24,241 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14b4f210-ca16-4c85-ba93-35684c8f1533', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5ee496c80e5346b0ad7b4bc720d1b0e1/types/a46d6187-0fa6-4fc8-9527-4e2adab86a50'} Body: b'' 2023-04-18 17:52:24,257 79806 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/5ee496c80e5346b0ad7b4bc720d1b0e1/types/a46d6187-0fa6-4fc8-9527-4e2adab86a50 0.015s 2023-04-18 17:52:24,258 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e507477-8207-457e-badd-a837400586a6', 'x-openstack-request-id': 'req-8e507477-8207-457e-badd-a837400586a6', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/5ee496c80e5346b0ad7b4bc720d1b0e1/types/a46d6187-0fa6-4fc8-9527-4e2adab86a50'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type a46d6187-0fa6-4fc8-9527-4e2adab86a50 could not be found."}}' 2023-04-18 17:52:24,305 79806 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/5ee496c80e5346b0ad7b4bc720d1b0e1/types/632fe511-54df-4a8e-a16c-473864901854 0.047s 2023-04-18 17:52:24,306 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fa91427-d205-4124-b77a-516808aea771', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5ee496c80e5346b0ad7b4bc720d1b0e1/types/632fe511-54df-4a8e-a16c-473864901854'} Body: b'' 2023-04-18 17:52:24,321 79806 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/5ee496c80e5346b0ad7b4bc720d1b0e1/types/632fe511-54df-4a8e-a16c-473864901854 0.014s 2023-04-18 17:52:24,321 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d516142-e9fd-4e4c-aa26-f0d56cba87d2', 'x-openstack-request-id': 'req-6d516142-e9fd-4e4c-aa26-f0d56cba87d2 ', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/5ee496c80e5346b0ad7b4bc720d1b0e1/types/632fe511-54df-4a8e-a16c-473864901854'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 632fe511-54df-4a8e-a16c-473864901854 could not be found."}}' tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_get_list_accept_volume_transfer[id-d746bd69-bb30-4414-9a1c-577959fac6a1] ------------------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 144, in test_create_get_list_accept_volume_transfer test_create_get_list_accept_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 125, in test_create_get_list_accept_volume_transfer test_create_get_list_accept_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 40, in test_create_get_list_accept_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c6283534-782a-473b-995d-d2fdd9a2dfc4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:52:33,985 79806 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes 0.500s 2023-04-18 17:52:33,986 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "name": "tempest-VolumesTransfersV357Test-Volume-203211326"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27eee349-bd49-4ae8-b969-531e43e50558', 'content-length': '885', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27eee349-bd49-4ae8-b969-531e43e50558', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes'} Body: b'{"volume": {"id": "c6283534-782a-473b-995d-d2fdd9a2dfc4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:52:33.909186", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-203211326", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes/c6283534-782a-473b-995d-d2fdd9a2dfc4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea2d0e5abff94c2c828b8a8366a90d90/volumes/c6283534-782a-473b-995d-d2fdd9a2dfc4"}], "user_id": "b41a9ee4370047b9929add173bd9650d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-18 17:52:34,058 79806 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes/c6283534-782a-473b-995d-d2fdd9a2dfc4 0.060s 2023-04-18 17:52:34,058 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cf10aeb-3c2e-4c4c-982e-142c2625a457', 'content-length': '953', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cf10aeb-3c2e-4c4c-982e-142c2625a457', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes/c6283534-782a-473b-995d-d2fdd9a2dfc4'} Body: b'{"volume": {"id": "c6283534-782a-473b-995d-d2fdd9a2dfc4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:52:34.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-203211326", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes/c6283534-782a-473b-995d-d2fdd9a2dfc4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea2d0e5abff94c2c828b8a8366a90d90/volumes/c6283534-782a-473b-995d-d2fdd9a2dfc4"}], "user_id": "b41a9ee4370047b9929add173bd9650d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "ea2d0e5abff94c2c828b8a8366a90d90"}}' 2023-04-18 17:52:35,140 79806 INFO [tempest.lib.common.rest_client] Request (VolumesTra nsfersV357Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes/c6283534-782a-473b-995d-d2fdd9a2dfc4 0.065s 2023-04-18 17:52:35,140 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbce319a-63cc-4995-a73f-2f2488fecca8', 'content-length': '974', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbce319a-63cc-4995-a73f-2f2488fecca8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes/c6283534-782a-473b-995d-d2fdd9a2dfc4'} Body: b'{"volume": {"id": "c6283534-782a-473b-995d-d2fdd9a2dfc4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:52:34.000000", "updated_at": "2023-04-18T17:52:34.000000", "name": "tempest-VolumesTransfersV357Test-Volume-203211326", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes/c6283534-782a-473b-995d-d2fdd9a2dfc4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea2d0e5abff94c2c828b8a8366a90d90/volumes/c6283534-782a-473b-995d-d2fdd9a2dfc4"}], "user_id": "b41a9ee4370047b9929add173bd9650d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "ea2d0e5abff94c2c828b8a8366a90d90"}}' 2023-04-18 17:52:35,197 79806 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes/c6283534-782a-473b-995d-d2fdd9a2dfc4 0.046s 2023-04-18 17:52:35,198 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a895d59f-41cf-4fc4-b6e7-a2b3a8c64e90', 'content-length': '974', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a895d59f-41cf-4fc4-b6e7-a2b3a8c64e90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes/c6283534-782a-473b-995d-d2fdd9a2dfc4'} Body: b'{"volume": {"id": "c6283534-782a-473b-995d-d2fdd9a2dfc4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:52:34.000000", "updated_at": "2023-04-18T17:52:34.000000", "name": "tempest-VolumesTransfersV357Test-Volume-203211326", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes/c6283534-782a-473b-995d-d2fdd9a2dfc4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea2d0e5abff94c2c828b8a8366a90d90/volumes/c6283534-782a-473b-995d-d2fdd9a2dfc4"}], "user_id": "b41a9ee4370047b9929add173bd9650d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "ea2d0e5abff94c2c828b8a8366a90d90"}}' 2023-04-18 17:52:35,354 79806 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_ru n_cleanups): 202 DELETE http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes/c6283534-782a-473b-995d-d2fdd9a2dfc4 0.145s 2023-04-18 17:52:35,354 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abfd2b28-57bf-4a87-a5fc-a7957d20f571', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes/c6283534-782a-473b-995d-d2fdd9a2dfc4'} Body: b'' 2023-04-18 17:52:35,389 79806 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes/c6283534-782a-473b-995d-d2fdd9a2dfc4 0.034s 2023-04-18 17:52:35,390 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fc0980c-ed66-4365-a6bd-d2c7684a609c', 'x-openstack-request-id': 'req-0fc0980c-ed66-4365-a6bd-d2c7684a609c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes/c6283534-782a-473b-995d-d2fdd9a2dfc4'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c6283534-782a-473b-995d-d2fdd9a2dfc4 could not be found."}}' setUpClass (tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest) --------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_snapshots_actions.py", line 38, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume dd116180-a4df-4aad-9ec4-5fa596bbfb42 failed to build and is in ERROR status tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_list_delete_volume_transfer[id-d4b20ec2-e1bb-4068-adcf-6c20020a8e05] -------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 150, in test_create_list_delete_volume_transfer test_create_list_delete_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 131, in test_create_list_delete_volume_transfer test_create_list_delete_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 81, in test_create_list_delete_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume a72bd284-b761-41fa-805a-0d89c094a9f1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:52:35,637 79806 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes 0.242s 2023-04-18 17:52:35,638 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "name": "tempest-VolumesTransfersV357Test-Volume-387361871"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0df50672-9cab-4c9a-be69-03b017d2edcd', 'content-length': '885', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0df50672-9cab-4c9a-be69-03b017d2edcd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes'} Body: b'{"volume": {"id": "a72bd284-b761-41fa-805a-0d89c094a9f1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:52:35.556125", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-387361871", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes/a72bd284-b761-41fa-805a-0d89c094a9f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea2d0e5abff94c2c828b8a8366a90d90/volumes/a72bd284-b761-41fa-805a-0d89c094a9f1"}], "user_id": "b41a9ee4370047b9929add173bd9650d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-18 17:52:35,710 79806 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes/a72bd284-b761-41fa-805a-0d89c094a9f1 0.051s 2023-04-18 17:52:35,711 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b832095-21f7-4f5e-8dfc-0c045ab00c4e', 'content-length': '953', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b832095-21f7-4f5e-8dfc-0c045ab00c4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes/a72bd284-b761-41fa-805a-0d89c094a9f1'} Body: b'{"volume": {"id": "a72bd284-b761-41fa-805a-0d89c094a9f1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:52:36.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-387361871", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes/a72bd284-b761-41fa-805a-0d89c094a9f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea2d0e5abff94c2c828b8a8366a90d90/volumes/a72bd284-b761-41fa-805a-0d89c094a9f1"}], "user_id": "b41a9ee4370047b9929add173bd9650d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "ea2d0e5abff94c2c828b8a8366a90d90"}}' 2023-04-18 17:52:36,785 79806 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV3 57Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes/a72bd284-b761-41fa-805a-0d89c094a9f1 0.062s 2023-04-18 17:52:36,786 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c48a4de-b8ee-427f-9ceb-a2ba91a59913', 'content-length': '974', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c48a4de-b8ee-427f-9ceb-a2ba91a59913', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes/a72bd284-b761-41fa-805a-0d89c094a9f1'} Body: b'{"volume": {"id": "a72bd284-b761-41fa-805a-0d89c094a9f1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:52:36.000000", "updated_at": "2023-04-18T17:52:36.000000", "name": "tempest-VolumesTransfersV357Test-Volume-387361871", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes/a72bd284-b761-41fa-805a-0d89c094a9f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea2d0e5abff94c2c828b8a8366a90d90/volumes/a72bd284-b761-41fa-805a-0d89c094a9f1"}], "user_id": "b41a9ee4370047b9929add173bd9650d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "ea2d0e5abff94c2c828b8a8366a90d90"}}' 2023-04-18 17:52:36,861 79806 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes/a72bd284-b761-41fa-805a-0d89c094a9f1 0.064s 2023-04-18 17:52:36,861 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc1d108a-77c6-454a-9105-03c4b29213cb', 'content-length': '974', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc1d108a-77c6-454a-9105-03c4b29213cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes/a72bd284-b761-41fa-805a-0d89c094a9f1'} Body: b'{"volume": {"id": "a72bd284-b761-41fa-805a-0d89c094a9f1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:52:36.000000", "updated_at": "2023-04-18T17:52:36.000000", "name": "tempest-VolumesTransfersV357Test-Volume-387361871", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes/a72bd284-b761-41fa-805a-0d89c094a9f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ea2d0e5abff94c2c828b8a8366a90d90/volumes/a72bd284-b761-41fa-805a-0d89c094a9f1"}], "user_id": "b41a9ee4370047b9929add173bd9650d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "ea2d0e5abff94c2c828b8a8366a90d90"}}' 2023-04-18 17:52:37,002 79806 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes/a72bd284-b761-41fa-805a-0d89c094a9f1 0.129s 2023-04-18 17:52:37,002 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ec76e93-ce11-44cf-8eb4-35dc80989792', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes/a72bd284-b761-41fa-805a-0d89c094a9f1'} Body: b'' 2023-04-18 17:52:37,025 79806 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes/a72bd284-b761-41fa-805a-0d89c094a9f1 0.023s 2023-04-18 17:52:37,026 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-59940d3a-6351-4872-b4c6-a49516728bb5', 'x-openstack-request-id': 'req-59940d3a-6351-4872-b4c6-a49516728bb5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ea2d0e5abff94c2c828b8a8366a90d90/volumes/a72bd284-b761-41fa-805a-0d89c094a9f1'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a72bd284-b761-41fa-805a-0d89c094a9f1 could not be found."}}' setUpClass (tempest.api.volume.test_volumes_list.VolumesListTestJSON) --------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_list.py", line 89, in resource_setup volume = cls.create_volume(metadata=cls.metadata) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 640d1725-8609-4349-b179-55e9e7bb0b3a failed to build and is in ERROR status tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] ----------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 169, in test_tagged_boot_devices boot_volume = self.create_volume(CONF.compute.image_ref) File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 9fed1158-fa68-40b1-81eb-971fd9fda388 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:52:58,701 79788 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/cbc992a542664439a83c03bc02ccf79d/volumes 1.205s 2023-04-18 17:52:58,701 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-TaggedBootDevicesTest-volume-1965319496", "imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff0fc94b-f0c4-4d6d-8c5f-5553ac01e183', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff0fc94b-f0c4-4d6d-8c5f-5553ac01e183', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/cbc992a542664439a83c03bc02ccf79d/volumes'} Body: b'{"volume": {"id": "9fed1158-fa68-40b1-81eb-971fd9fda388", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:52:58.416908", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1965319496", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cbc992a542664439a83c03bc02ccf79d/volumes/9fed1158-fa68-40b1-81eb-971fd9fda388"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cbc992a542664439a83c03bc02ccf79d/volumes/9fed1158-fa68-40b1-81eb-971fd9fda388"}], "user_id": "3f57f929608e474c949f27367c22a866", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:52:58,782 79788 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/cbc992a542664439a83c03bc02ccf79d/volumes/9fed1158-fa68-40b1-81eb-971fd9fda388 0.052s 2023-04-18 17:52:58,782 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd51fad8-26bd-4222-8c1d-7035391482c4', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd51fad8-26bd-4222-8c1d-7035391482c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cbc992a542664439a83c03bc02ccf79d/volumes/9fed1158-fa68-40b1-81eb-971fd9fda388'} Body: b'{"volume": {"id": "9fed1158-fa68-40b1-81eb-971fd9fda388", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:52:58.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1965319496", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cbc992a542664439a83c03bc02ccf79d/volumes/9fed1158-fa68-40b1-81eb-971fd9fda388"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cbc992a542664439a83c03bc02ccf79d/volumes/9fed1158-fa68-40b1-81eb-971fd9fda388"}], "user_id": "3f57f929608e474c949f27367c22a866", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cbc992a542664439a83c03bc02ccf79d"}}' 2023-04-18 17:52:59,869 79788 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/cbc992a542664439a83c03bc02ccf79d/volumes/9fed1158-fa68-40b1-81eb-971fd9fda388 0.073s 2023-04-18 17:52:59,869 79788 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-904588bd-f272-46da-b0b7-14599115712f', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-904588bd-f272-46da-b0b7-14599115712f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cbc992a542664439a83c03bc02ccf79d/volumes/9fed1158-fa68-40b1-81eb-971fd9fda388'} Body: b'{"volume": {"id": "9fed1158-fa68-40b1-81eb-971fd9fda388", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:52:58.000000", "updated_at": "2023-04-18T17:52:59.000000", "name": "tempest-TaggedBootDevicesTest-volume-1965319496", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cbc992a542664439a83c03bc02ccf79d/volumes/9fed1158-fa68-40b1-81eb-971fd9fda388"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cbc992a542664439a83c03bc02ccf79d/volumes/9fed1158-fa68-40b1-81eb-971fd9fda388"}], "user_id": "3f57f929608e474c949f27367c22a866", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cbc992a542664439a83c03bc02ccf79d"}}' tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap[id-1769f00d-a693-4d67-a631-6a3496773813,slow,volume] ------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/admin/test_volume_swap.py", line 105, in test_volume_swap volume1 = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume cd749df3-932f-433c-9e93-eeef71f9f9ad failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:52:58,723 79796 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/d4c44bde83e24c68b7da689f390d81a9/volumes 0.850s 2023-04-18 17:52:58,724 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-TestVolumeSwap-volume-800323480"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a728149-a8d5-41e0-b858-1d01e858d00b', 'content-length': '811', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a728149-a8d5-41e0-b858-1d01e858d00b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d4c44bde83e24c68b7da689f390d81a9/volumes'} Body: b'{"volume": {"id": "cd749df3-932f-433c-9e93-eeef71f9f9ad", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:52:58.636539", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-800323480", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4c44bde83e24c68b7da689f390d81a9/volumes/cd749df3-932f-433c-9e93-eeef71f9f9ad"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4c44bde83e24c68b7da689f390d81a9/volumes/cd749df3-932f-433c-9e93-eeef71f9f9ad"}], "user_id": "0c6f74887d9a49a28b014e2fbb2eabcf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:52:58,860 79796 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/d4c44bde83e24c68b7da689f390d81a9/volumes/cd749df3-932f-433c-9e93-eeef71f9f9ad 0.121s 2023-04-18 17:52:58,860 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-246e7ffc-3d64-4aef-8cad-adef03a68903', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-246e7ffc-3d64-4aef-8cad-adef03a68903', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4c44bde83e24c68b7da689f390d81a9/volumes/cd749df3-932f-433c-9e93-eeef71f9f9ad'} Body: b'{"volume": {"id": "cd749df3-932f-433c-9e93-eeef71f9f9ad", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:52:59.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-800323480", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4c44bde83e24c68b7da689f390d81a9/volumes/cd749df3-932f-433c-9e93-eeef71f9f9ad"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4c44bde83e24c68b7da689f390d81a9/volumes/cd749df3-932f-433c-9e93-eeef71f9f9ad"}], "user_id": "0c6f74887d9a49a28b014e2fbb2eabcf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4c44bde83e24c68b7da689f390d81a9"}}' 2023-04-18 17:52:59,953 79796 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/d4c44bde83e24c68b7da689f390d81a9/volumes/cd749df3-932f-433c-9e93-eeef71f9f9ad 0.081s 2023-04-18 17:52:59,953 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X- Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b3f979b-0ec6-4db3-ae4d-ce47c8a8a4eb', 'content-length': '900', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b3f979b-0ec6-4db3-ae4d-ce47c8a8a4eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4c44bde83e24c68b7da689f390d81a9/volumes/cd749df3-932f-433c-9e93-eeef71f9f9ad'} Body: b'{"volume": {"id": "cd749df3-932f-433c-9e93-eeef71f9f9ad", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:52:59.000000", "updated_at": "2023-04-18T17:52:59.000000", "name": "tempest-TestVolumeSwap-volume-800323480", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d4c44bde83e24c68b7da689f390d81a9/volumes/cd749df3-932f-433c-9e93-eeef71f9f9ad"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d4c44bde83e24c68b7da689f390d81a9/volumes/cd749df3-932f-433c-9e93-eeef71f9f9ad"}], "user_id": "0c6f74887d9a49a28b014e2fbb2eabcf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d4c44bde83e24c68b7da689f390d81a9"}}' setUpClass (tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON) ------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots.py", line 41, in resource_setup cls.volume_origin = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 299a9387-49ec-4324-baa0-0e370afdc7bb failed to build and is in ERROR status tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment[id-3e41c782-2a89-4922-a9d2-9a188c4e7c7c,image,network,volume] ---------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 392, in test_tagged_attachment volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 44e82484-5c2d-4d7c-b946-1c2fe68eb826 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:53:09,866 79794 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 2.471s 2023-04-18 17:53:09,866 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"name": "tempest-tagged-attachments-test-net-1043419982"}} Response - Headers: {'content-type': 'application/json', 'content-length': '583', 'x-openstack-request-id': 'req-9c4b10ed-8b93-4d99-bc93-e4941bd3b690', 'date': 'Tue, 18 Apr 2023 17:53:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"ae48a941-ea5b-44b0-9dda-d09f63ecc895","name":"tempest-tagged-attachments-test-net-1043419982","tenant_id":"52d06b878d8e482f904f627141b45de8","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"52d06b878d8e482f904f627141b45de8","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2023-04-18T17:53:07Z","updated_at":"2023-04-18T17:53:08Z","revision_number":1}}' 2023-04-18 17:53:13,485 79794 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 3.618s 2023-04-18 17:53:13,485 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "ae48a941-ea5b-44b0-9dda-d09f63ecc895", "cidr": "10.10.10.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '603', 'x-openstack-request-id': 'req-e7a4a0a3-8bd8-457e-b665-be047fcbf696', 'date': 'Tue, 18 Apr 2023 17:53:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"a2f477b7-c400-47ce-8d16-aa0b890f2735","name":"","tenant_id":"52d06b878d8e482f904f627141b45de8","network_id":"ae48a941-ea5b-44b0-9dda-d09f63ecc895","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.10.10.1","cidr":"10.10.10.0/24","allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2023-04-18T17:53:10Z","updated_at":"2023-04-18T17:53:10Z","revision_number":0,"project_id":"52d06b878d8e482f904f627141b45de8"}}' 2023-04-18 17:53:13,925 79794 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 202 POST http://10.0.0.210/volume/v3/52d06b878d8e482f904f627141b45de8/volumes 0.438s 2023-04-18 17:53:13,925 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-TaggedAttachmentsTest-volume-1370873686"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19622694-03c6-4f0e-94c8-5afa4e75ac1a', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19622694-03c6-4f0e-94c8-5afa4e75ac1a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/52d06b878d8e482f904f627141b45de8/volumes'} Body: b'{"volume": {"id": "44e82484-5c2d-4d7c-b946-1c2fe68eb826", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:53:13.822502", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-1370873686", "description": null, "vo lume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/52d06b878d8e482f904f627141b45de8/volumes/44e82484-5c2d-4d7c-b946-1c2fe68eb826"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/52d06b878d8e482f904f627141b45de8/volumes/44e82484-5c2d-4d7c-b946-1c2fe68eb826"}], "user_id": "ff2b7150c7ce4302a004d53fa7474055", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:53:14,092 79794 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/52d06b878d8e482f904f627141b45de8/volumes/44e82484-5c2d-4d7c-b946-1c2fe68eb826 0.140s 2023-04-18 17:53:14,093 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b1cd5bf-9e4c-4ff3-bf98-f0fe355949df', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b1cd5bf-9e4c-4ff3-bf98-f0fe355949df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/52d06b878d8e482f904f627141b45de8/volumes/44e82484-5c2d-4d7c-b946-1c2fe68eb826'} Body: b'{"volume": {"id": "44e82484-5c2d-4d7c-b946-1c2fe68eb826", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:53:14.000000", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-1370873686", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/52d06b878d8e482f904f627141b45de8/volumes/44e82484-5c2d-4d7c-b946-1c2fe68eb826"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/52d06b878d8e482f904f627141b45de8/volumes/44e82484-5c2d-4d7c-b946-1c2fe68eb826"}], "user_id": "ff2b7150c7ce4302a004d53fa7474055", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "52d06b878d8e482f904f627141b45de8"}}' 2023-04-18 17:53:15,174 79794 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/52d06b878d8e482f904f627141b45de8/volumes/44e82484-5c2d-4d7c-b946-1c2fe68eb826 0.069s 2023-04-18 17:53:15,175 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29ef00d9-c368-420e-8b0a-ecaba9e7ee1a', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29ef00d9-c368-420e-8b0a-ecaba9e7ee1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/52d06b878d8e482f904f627141b45de8/volumes/44e82484-5c2d-4d7c-b946-1c2fe68eb826'} Body: b'{"volume": {"id": "44e82484-5c2d-4d7c-b946-1c2fe68eb826", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:53:14.000000", "updated_at": "2023-04-18T17:53:14.000000", "name": "tempest-TaggedAttachmentsTest-volume-1370873686", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/52d06b878d8e482f904f627141b45de8/volumes/44e82484-5c2d-4d7c-b946-1c2fe68eb826"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/52d06b878d8e482f904f627141b45de8/volumes/44e82484-5c2d- 4d7c-b946-1c2fe68eb826"}], "user_id": "ff2b7150c7ce4302a004d53fa7474055", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "52d06b878d8e482f904f627141b45de8"}}' 2023-04-18 17:53:16,148 79794 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/a2f477b7-c400-47ce-8d16-aa0b890f2735 0.961s 2023-04-18 17:53:16,149 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-d1c6c682-2e22-4b15-8123-baae78147c93', 'date': 'Tue, 18 Apr 2023 17:53:16 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/a2f477b7-c400-47ce-8d16-aa0b890f2735'} Body: b'' 2023-04-18 17:53:17,835 79794 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/ae48a941-ea5b-44b0-9dda-d09f63ecc895 1.686s 2023-04-18 17:53:17,836 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-c7dac96e-ce1c-4b83-af7c-539778da6af8', 'date': 'Tue, 18 Apr 2023 17:53:17 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/ae48a941-ea5b-44b0-9dda-d09f63ecc895'} Body: b'' tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot[id-eff52c70-efc7-45ed-b47a-4ad675d09b81] ----------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 159, in test_create_group_from_group_snapshot grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group f7536de1-bc88-44ae-8986-08772313154c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:53:21,297 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 POST http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/types 0.233s 2023-04-18 17:53:21,297 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume_type": {"name": "tempest-GroupSnapshotsTest-volume-type-70299642"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e79d9d7f-a710-4c1b-88dd-19b059a1d199', 'content-length': '222', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e79d9d7f-a710-4c1b-88dd-19b059a1d199', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/types'} Body: b'{"volume_type": {"id": "40c3823c-82d9-4abf-95f1-bebbca82925f", "name": "tempest-GroupSnapshotsTest-volume-type-70299642", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 17:53:21,338 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/group_types 0.038s 2023-04-18 17:53:21,339 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"group_type": {"name": "tempest-GroupSnapshotsTest-group-type-684994923"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67891465-304e-4f0f-9fad-87719634f68d', 'content-length': '180', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67891465-304e-4f0f-9fad-87719634f68d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/group_types'} Body: b'{"group_type": {"id": "20ef53ac-b9eb-4031-9658-004a7f053c88", "name": "tempest-GroupSnapshotsTest-group-type-684994923", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 17:53:21,691 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups 0.349s 2023-04-18 17:53:21,691 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"group": {"group_type": "20ef53ac-b9eb-4031-9658-004a7f053c88", "volume_types": ["40c3823c-82d9-4abf-95f1-bebbca82925f"], "name": "tempest-GroupSnapshotsTest-Group-132538547"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e7772a5-e088-4d0b-b86f-4b9eea7b828d', 'content-length': '111', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e7772a5-e088-4d0b-b86f-4b9eea7b828d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups'} Body: b'{"group": {"id": "f7536de1-bc88-44ae-8986-08772313154c", "name": "tempest-GroupSnapshotsTest-Group-132538547"}}' 2023-04-18 17:53:21,788 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups/f7536de1-bc88-44ae-8986-08772313154c 0.094s 2023-04-18 17:53:21,789 79788 DEBUG [tempest.lib.common.re st_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7adee5a4-d1be-4e87-8030-1bbf24c45c02', 'content-length': '391', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7adee5a4-d1be-4e87-8030-1bbf24c45c02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups/f7536de1-bc88-44ae-8986-08772313154c'} Body: b'{"group": {"id": "f7536de1-bc88-44ae-8986-08772313154c", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-18T17:53:22.000000", "name": "tempest-GroupSnapshotsTest-Group-132538547", "description": null, "group_type": "20ef53ac-b9eb-4031-9658-004a7f053c88", "volume_types": ["40c3823c-82d9-4abf-95f1-bebbca82925f"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 17:53:22,845 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups/f7536de1-bc88-44ae-8986-08772313154c 0.051s 2023-04-18 17:53:22,846 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e0ed66f-273d-4c33-b648-e60b14d4b62e', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e0ed66f-273d-4c33-b648-e60b14d4b62e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups/f7536de1-bc88-44ae-8986-08772313154c'} Body: b'{"group": {"id": "f7536de1-bc88-44ae-8986-08772313154c", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T17:53:22.000000", "name": "tempest-GroupSnapshotsTest-Group-132538547", "description": null, "group_type": "20ef53ac-b9eb-4031-9658-004a7f053c88", "volume_types": ["40c3823c-82d9-4abf-95f1-bebbca82925f"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 17:53:22,928 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/volumes/detail 0.076s 2023-04-18 17:53:22,928 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eea8120b-cece-4c29-88f1-bfa1078edd73', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eea8120b-cece-4c29-88f1-bfa1078edd73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 17:53:23,006 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups/f7536de1-bc88-44ae-8986-08772313154c/action 0.067s 2023-04-18 17:53:23,007 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"delete-vol umes": true}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a20f721e-c921-45f8-bf31-05336478136b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups/f7536de1-bc88-44ae-8986-08772313154c/action'} Body: b'' 2023-04-18 17:53:23,025 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups/f7536de1-bc88-44ae-8986-08772313154c 0.018s 2023-04-18 17:53:23,025 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ade9c54-b700-4c18-bd69-2d0d8a8a35d3', 'x-openstack-request-id': 'req-0ade9c54-b700-4c18-bd69-2d0d8a8a35d3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups/f7536de1-bc88-44ae-8986-08772313154c'} Body: b'{"itemNotFound": {"code": 404, "message": "Group f7536de1-bc88-44ae-8986-08772313154c could not be found."}}' 2023-04-18 17:53:23,069 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/group_types/20ef53ac-b9eb-4031-9658-004a7f053c88 0.043s 2023-04-18 17:53:23,070 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb91d227-fa21-4288-a755-4978167a2cce', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/group_types/20ef53ac-b9eb-4031-9658-004a7f053c88'} Body: b'' 2023-04-18 17:53:23,126 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/types/40c3823c-82d9-4abf-95f1-bebbca82925f 0.056s 2023-04-18 17:53:23,127 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7680e24d-9d26-439a-9255-ab272fe9aa78', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/types/40c3823c-82d9-4abf-95f1-bebbca82925f'} Body: b'' 2023-04-18 17:53:23,142 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/types/40c3823c-82d9-4abf-95f1-bebbca82925f 0.014s 2023-04-18 17:53:23,142 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17 :53:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f8b6c4d-e888-48f2-9cd0-b42115a89df3', 'x-openstack-request-id': 'req-5f8b6c4d-e888-48f2-9cd0-b42115a89df3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/types/40c3823c-82d9-4abf-95f1-bebbca82925f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 40c3823c-82d9-4abf-95f1-bebbca82925f could not be found."}}' tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes[id-7d7fc000-0b4c-4376-a372-544116d2e127] --------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 220, in test_delete_group_snapshots_following_updated_volumes grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 457b7f7b-96f8-40ba-9dd2-3c5689eecc1a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:53:23,178 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 POST http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/types 0.032s 2023-04-18 17:53:23,178 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume_type": {"name": "tempest-GroupSnapshotsTest-volume-type-1299641596"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae422d32-f947-4f5a-aee3-3226d6c426e9', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae422d32-f947-4f5a-aee3-3226d6c426e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/types'} Body: b'{"volume_type": {"id": "2ebc1269-b83a-47ee-b41c-dbdecd4645b7", "name": "tempest-GroupSnapshotsTest-volume-type-1299641596", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 17:53:23,217 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/group_types 0.036s 2023-04-18 17:53:23,217 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"group_type": {"name": "tempest-GroupSnapshotsTest-group-type-2125611616"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6cdd999-0b16-465f-ba0a-8a0aa2562f4c', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6cdd999-0b16-465f-ba0a-8a0aa2562f4c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/group_types'} Body: b'{"group_type": {"id": "5188fd64-cf98-4d1c-9f6d-875d4499272d", "name": "tempest-GroupSnapshotsTest-group-type-2125611616", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 17:53:23,314 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups 0.094s 2023-04-18 17:53:23,315 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"group": {"group_type": "5188fd64-cf98-4d1c-9f6d-875d4499272d", "volume_types": ["2ebc1269-b83a-47ee-b41c-dbdecd4645b7"], "name": "tempest-GroupSnapshotsTest-Group-1975379496"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73e69f10-5367-4c06-913d-be6dace0c3c7', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73e69f10-5367-4c06-913d-be6dace0c3c7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups'} Body: b'{"group": {"id": "457b7f7b-96f8-40ba-9dd2-3c5689eecc1a", "name": "tempest-GroupSnapshotsTest-Group-1975379496"}}' 2023-04-18 17:53:23,370 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups/457b7f7b-96f8-40ba-9dd2-3c5689eec c1a 0.053s 2023-04-18 17:53:23,371 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85b4419b-0f22-4b4b-9210-1cdc1fdb5e61', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85b4419b-0f22-4b4b-9210-1cdc1fdb5e61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups/457b7f7b-96f8-40ba-9dd2-3c5689eecc1a'} Body: b'{"group": {"id": "457b7f7b-96f8-40ba-9dd2-3c5689eecc1a", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T17:53:23.000000", "name": "tempest-GroupSnapshotsTest-Group-1975379496", "description": null, "group_type": "5188fd64-cf98-4d1c-9f6d-875d4499272d", "volume_types": ["2ebc1269-b83a-47ee-b41c-dbdecd4645b7"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 17:53:24,407 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups/457b7f7b-96f8-40ba-9dd2-3c5689eecc1a 0.031s 2023-04-18 17:53:24,407 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9d58b05-fc61-4e8c-bfab-39497071d43a', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9d58b05-fc61-4e8c-bfab-39497071d43a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups/457b7f7b-96f8-40ba-9dd2-3c5689eecc1a'} Body: b'{"group": {"id": "457b7f7b-96f8-40ba-9dd2-3c5689eecc1a", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T17:53:23.000000", "name": "tempest-GroupSnapshotsTest-Group-1975379496", "description": null, "group_type": "5188fd64-cf98-4d1c-9f6d-875d4499272d", "volume_types": ["2ebc1269-b83a-47ee-b41c-dbdecd4645b7"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 17:53:24,412 79788 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1739031. The failure could be related to https://launchpad.net/bugs/1739031 2023-04-18 17:53:24,492 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/volumes/detail 0.079s 2023-04-18 17:53:24,493 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42f5db27-9106-435f-9691-d87cfb483d8a', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42f5db27-9106-435f-9691-d87cfb483d8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 17:53:24,625 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups/457b7f7b-96f8-40ba-9dd2-3c5689eecc1a/action 0 .121s 2023-04-18 17:53:24,625 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97fe22b7-741e-4a51-800c-6642698ede7d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups/457b7f7b-96f8-40ba-9dd2-3c5689eecc1a/action'} Body: b'' 2023-04-18 17:53:24,642 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups/457b7f7b-96f8-40ba-9dd2-3c5689eecc1a 0.015s 2023-04-18 17:53:24,642 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-7153d984-fac8-4b13-9676-b931a697ebac', 'x-openstack-request-id': 'req-7153d984-fac8-4b13-9676-b931a697ebac', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups/457b7f7b-96f8-40ba-9dd2-3c5689eecc1a'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 457b7f7b-96f8-40ba-9dd2-3c5689eecc1a could not be found."}}' 2023-04-18 17:53:24,678 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/group_types/5188fd64-cf98-4d1c-9f6d-875d4499272d 0.035s 2023-04-18 17:53:24,678 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f7c85e0-ff9f-4942-a149-8436fe7635ee', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/group_types/5188fd64-cf98-4d1c-9f6d-875d4499272d'} Body: b'' 2023-04-18 17:53:24,736 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/types/2ebc1269-b83a-47ee-b41c-dbdecd4645b7 0.057s 2023-04-18 17:53:24,737 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-685948a3-b266-41cd-afac-6cd93bc83786', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/types/2ebc1269-b83a-47ee-b41c-dbdecd4645b7'} Body: b'' 2023-04-18 17:53:24,757 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/types/2ebc1269-b83a-47ee-b41c-dbdecd464 5b7 0.020s 2023-04-18 17:53:24,757 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f838052-55fa-42f8-85ed-20e0cca62759', 'x-openstack-request-id': 'req-3f838052-55fa-42f8-85ed-20e0cca62759', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/types/2ebc1269-b83a-47ee-b41c-dbdecd4645b7'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 2ebc1269-b83a-47ee-b41c-dbdecd4645b7 could not be found."}}' tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 120, in test_shelve_volume_backed_instance self._create_server_then_shelve_and_unshelve(boot_from_volume=True) File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 82, in _create_server_then_shelve_and_unshelve server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 312, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 262, in create_test_server with excutils.save_and_reraise_exception(): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 258, in create_test_server waiters.wait_for_volume_resource_status(volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c0fbc98c-76fb-4451-a749-21d98262b0e7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:53:19,846 79808 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.409s 2023-04-18 17:53:19,846 79808 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestShelveInstance-2100694782", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHd+C8sr7hQP77EGREETAnreXJMD9zYAM4yCTz8ajbRzNaWVuU6/I0ZZJaVxopEEF8NPHcjozIW8MWOQMSXUw3d6yZ7bCqHgUlipSDODKzEQrpobC+nVzFo5OhWfMwNDkQ=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '397', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d11cfd83-b39c-4f4a-9bc0-2cbc909cb8c2', 'x-compute-request-id': 'req-d11cfd83-b39c-4f4a-9bc0-2cbc909cb8c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-2100694782", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHd+C8sr7hQP77EGREETAnreXJMD9zYAM4yCTz8ajbRzNaWVuU6/I0ZZJaVxopEEF8NPHcjozIW8MWOQMSXUw3d6yZ7bCqHgUlipSDODKzEQrpobC+nVzFo5OhWfMwNDkQ==", "fingerprint": "5a:8e:c2:6d:af:58:fb:8e:9c:a8:e8:d2:db:fd:13:11", "user_id": "b2c5686c48cc49f6842beb2e882b6c48"}}' 2023-04-18 17:53:20,394 79808 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.544s 2023-04-18 17:53:20,394 79808 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-secgroup-smoke-1390506826", "description": "tempest-secgroup-smoke-1390506826 description", "project_id": "2f84fd3ebad648bfa34ac5bee0906211"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-6f7dc04e-f691-4b4b-96e7-0e698431e53d', 'date': 'Tue, 18 Apr 2023 17:53:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "8a15893d-24e4-4d5d-8e62-2e4263adbff0", "name": "tempest-secgroup-smoke-1390506826", "stateful": true, "tenant_id": "2f84fd3ebad648bfa34ac5bee0906211", "description": "tempest-secgroup-smoke-1390506826 description", "shared": false, "security_group_rules": [{"id": "02bf26c4-1c7e-4f5e-a3fe-6b842399d865", "tenant_id": "2f84fd3ebad648bfa34ac5bee0906211", "security_group_id": "8a15893d-24e4-4d5d-8e62-2e4263adbff0", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 401, "description": null, "tags": [], "created_at": "2023-04-18T17:53:19Z", "updated_at": "2023-04-18T17:53:19Z", "revision_number": 0, "project_id": "2f84fd3ebad648bfa34ac5bee0906211"}, {"id": "fd44be5f-46e9-46a7-b23a-4687d10f7f95", "tenant_id": "2f84fd3ebad648bfa34ac5bee0906211", "security_group_id": "8a15893d-24e4-4d5d-8e62-2e4263adbff0", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 400, "description": null, "tags": [], "created_at": "2023-04-18T17:53:19Z", "updated_at": "2023-04-18T17:53:19Z", "revision_number": 0, "project_id": "2f84fd3ebad648bfa34ac5bee0906211"}], "tags": [], "created_at": "2023-04-18T17:53:19Z", "updated_at": "2023-04-18T17: 53:19Z", "revision_number": 1, "project_id": "2f84fd3ebad648bfa34ac5bee0906211"}}' 2023-04-18 17:53:20,894 79808 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.499s 2023-04-18 17:53:20,894 79808 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8a15893d-24e4-4d5d-8e62-2e4263adbff0", "project_id": "2f84fd3ebad648bfa34ac5bee0906211", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-e3eb8dd7-3867-4d6e-9980-5bd04e8c0a3a', 'date': 'Tue, 18 Apr 2023 17:53:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1b05b79b-b9bd-441b-ae81-dc1150e02e3c", "tenant_id": "2f84fd3ebad648bfa34ac5bee0906211", "security_group_id": "8a15893d-24e4-4d5d-8e62-2e4263adbff0", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T17:53:20Z", "updated_at": "2023-04-18T17:53:20Z", "revision_number": 0, "project_id": "2f84fd3ebad648bfa34ac5bee0906211"}}' 2023-04-18 17:53:21,509 79808 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.613s 2023-04-18 17:53:21,509 79808 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8a15893d-24e4-4d5d-8e62-2e4263adbff0", "project_id": "2f84fd3ebad648bfa34ac5bee0906211", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-111f3884-945e-4df0-abaf-450ce8402054', 'date': 'Tue, 18 Apr 2023 17:53:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f9154b4d-f9dd-492c-a996-ebc90d119c4c", "tenant_id": "2f84fd3ebad648bfa34ac5bee0906211", "security_group_id": "8a15893d-24e4-4d5d-8e62-2e4263adbff0", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T17:53:21Z", "updated_at": "2023-04-18T17:53:21Z", "revision_number": 0, "project_id": "2f84fd3ebad648bfa34ac5bee0906211"}}' 2023-04-18 17:53:22,435 79808 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.925s 2023-04-18 17:53:22,435 79808 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8a15893d-24e4-4d5d-8e62-2e4263adbff0", "project_id": "2f84fd3ebad648bfa34ac5bee0906211", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-b67e0787-1a64-4d49-8ab9-bf3d5d7705ea', 'date': 'Tue, 18 Apr 2023 17:53:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{" security_group_rule": {"id": "9b3eb4ec-b9bc-4f76-a3ce-20a5efc9ff32", "tenant_id": "2f84fd3ebad648bfa34ac5bee0906211", "security_group_id": "8a15893d-24e4-4d5d-8e62-2e4263adbff0", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T17:53:21Z", "updated_at": "2023-04-18T17:53:21Z", "revision_number": 0, "project_id": "2f84fd3ebad648bfa34ac5bee0906211"}}' 2023-04-18 17:53:22,939 79808 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.503s 2023-04-18 17:53:22,940 79808 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8a15893d-24e4-4d5d-8e62-2e4263adbff0", "project_id": "2f84fd3ebad648bfa34ac5bee0906211", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-b9972a36-f507-4b47-ba0e-10a41aad8f02', 'date': 'Tue, 18 Apr 2023 17:53:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c078c32d-4818-45c8-be1a-d25e26001c3f", "tenant_id": "2f84fd3ebad648bfa34ac5bee0906211", "security_group_id": "8a15893d-24e4-4d5d-8e62-2e4263adbff0", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T17:53:22Z", "updated_at": "2023-04-18T17:53:22Z", "revision_number": 0, "project_id": "2f84fd3ebad648bfa34ac5bee0906211"}}' 2023-04-18 17:53:23,127 79808 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.187s 2023-04-18 17:53:23,128 79808 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8a15893d-24e4-4d5d-8e62-2e4263adbff0", "project_id": "2f84fd3ebad648bfa34ac5bee0906211", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-982c8e4d-bfdd-4be5-98c4-8ec3fce8ab11', 'date': 'Tue, 18 Apr 2023 17:53:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3654651c-5eaa-4e1f-be47-36ced8c1bd91", "tenant_id": "2f84fd3ebad648bfa34ac5bee0906211", "security_group_id": "8a15893d-24e4-4d5d-8e62-2e4263adbff0", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T17:53:23Z", "updated_at": "2023-04-18T17:53:23Z", "revision_number": 0, "project_id": "2f84fd3ebad648bfa34ac5bee0906211"}}' 2023-04-18 17:53:23,454 79808 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.325s 2023-04-18 17:53:23,454 79808 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8a15893d-24e4-4d5d-8e62-2e4263adbff 0", "project_id": "2f84fd3ebad648bfa34ac5bee0906211", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-4ee4855b-0755-4439-9c5b-f3466d7a4636', 'date': 'Tue, 18 Apr 2023 17:53:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "767c32de-67dc-433d-ab6e-c4b25a7e6b8d", "tenant_id": "2f84fd3ebad648bfa34ac5bee0906211", "security_group_id": "8a15893d-24e4-4d5d-8e62-2e4263adbff0", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T17:53:23Z", "updated_at": "2023-04-18T17:53:23Z", "revision_number": 0, "project_id": "2f84fd3ebad648bfa34ac5bee0906211"}}' 2023-04-18 17:53:23,594 79808 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.128s 2023-04-18 17:53:23,595 79808 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2807', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-bd55718e-a226-4825-82a0-4fd244c69cf1', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b2c5686c48cc49f6842beb2e882b6c48", "name": "tempest-TestShelveInstance-755662447-project-member", "password_expires_at": null}, "audit_ids": ["vBS1IZ7bSEmHeRSkXU51xw"], "expires_at": "2023-04-18T18:53:23.000000Z", "issued_at": "2023-04-18T17:53:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2f84fd3ebad648bfa34ac5bee0906211", "name": "tempest-TestShelveInstance-755662447"}, "is_domain": false, "roles": [{"id": "762b079e91ba4ddbacceb1546eb3e74b", "name": "member"}, {"id": "807c7b6962e34127851a8fd52e276165", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e52ae3082fbf4a328ade93bc969dfa86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "166e820cb0ca4a089aa9254384c06e53", "type": "image", "name": "glance"}, {"endpoints": [{"id": "f150521060f741f784e55058e10c303b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "1c8e6022cdfd4e9eb0fc68323e0cac02", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9c29a67948cb4cc48fd15a0431fe7a64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2f84fd3ebad648bfa34ac5bee0906211", "region": "RegionOne"}], "id": "2cacf9cd2898416aa34b0c96d297137a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "065cb3b15cfa48a89cd4a0610ca051f6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "334844b10d614b7693449511937eb5fa", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "42d5039ab31f496ebe06b2ab79621342", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2f84fd3ebad648bfa34ac5bee0906211", "region": "RegionOne"}], "id": "39da698ec5564e8180fd91a7bbf41b0f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "730244346eb743c5833aedad51c363d0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2f84fd3ebad648bfa34ac5bee0906211", "region": "RegionOne"}], "id": "5bcb3497a89a4dd8ae0ef4ff16e2f813", "type": "compute_legacy", "nam e": "nova_legacy"}, {"endpoints": [{"id": "9e3ae159bccb449fb431409ede0cbbd8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "63801c39cce14ff588071cf5a2486448", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "bb0997ca4d744ef88ab11be55b02192c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "aceec1d3ad2d4c5da6a7ca57bbfb3a51", "type": "identity", "name": "keystone"}]}}' 2023-04-18 17:53:23,596 79808 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': '1c1ecbf0-4867-4516-b100-8acebb933603', 'name': 'tempest-TestShelveInstance-246249533-network', 'tenant_id': '2f84fd3ebad648bfa34ac5bee0906211', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2f84fd3ebad648bfa34ac5bee0906211', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 49453, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T17:52:42Z', 'updated_at': '2023-04-18T17:52:43Z', 'revision_number': 1} available for tenant 2023-04-18 17:53:24,104 79808 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.0.0.210/volume/v3/2f84fd3ebad648bfa34ac5bee0906211/volumes 0.506s 2023-04-18 17:53:24,104 79808 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-tempest.common.compute-volume-1961713245", "imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ce6f12e-3717-4a92-a70d-616bb3caac5d', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ce6f12e-3717-4a92-a70d-616bb3caac5d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2f84fd3ebad648bfa34ac5bee0906211/volumes'} Body: b'{"volume": {"id": "c0fbc98c-76fb-4451-a749-21d98262b0e7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:53:23.989598", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1961713245", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2f84fd3ebad648bfa34ac5bee0906211/volumes/c0fbc98c-76fb-4451-a749-21d98262b0e7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2f84fd3ebad648bfa34ac5bee0906211/volumes/c0fbc98c-76fb-4451-a749-21d98262b0e7"}], "user_id": "b2c5686c48cc49f6842beb2e882b6c48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:53:24,157 79808 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/2f84fd3ebad648bfa34ac5bee0906211/volumes/c0fbc98c-76fb-4451-a749-21d98262b0e7 0.042s 2023-04-18 17:53:24,157 79808 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-507d664d-0cdd-43ce-9fff-d8c84175fa95', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-r equest-id': 'req-507d664d-0cdd-43ce-9fff-d8c84175fa95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2f84fd3ebad648bfa34ac5bee0906211/volumes/c0fbc98c-76fb-4451-a749-21d98262b0e7'} Body: b'{"volume": {"id": "c0fbc98c-76fb-4451-a749-21d98262b0e7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:53:24.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1961713245", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2f84fd3ebad648bfa34ac5bee0906211/volumes/c0fbc98c-76fb-4451-a749-21d98262b0e7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2f84fd3ebad648bfa34ac5bee0906211/volumes/c0fbc98c-76fb-4451-a749-21d98262b0e7"}], "user_id": "b2c5686c48cc49f6842beb2e882b6c48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2f84fd3ebad648bfa34ac5bee0906211"}}' 2023-04-18 17:53:25,231 79808 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/2f84fd3ebad648bfa34ac5bee0906211/volumes/c0fbc98c-76fb-4451-a749-21d98262b0e7 0.062s 2023-04-18 17:53:25,232 79808 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62e61de8-e3c3-493c-b714-66169e25a6c4', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62e61de8-e3c3-493c-b714-66169e25a6c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2f84fd3ebad648bfa34ac5bee0906211/volumes/c0fbc98c-76fb-4451-a749-21d98262b0e7'} Body: b'{"volume": {"id": "c0fbc98c-76fb-4451-a749-21d98262b0e7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:53:24.000000", "updated_at": "2023-04-18T17:53:24.000000", "name": "tempest-tempest.common.compute-volume-1961713245", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2f84fd3ebad648bfa34ac5bee0906211/volumes/c0fbc98c-76fb-4451-a749-21d98262b0e7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2f84fd3ebad648bfa34ac5bee0906211/volumes/c0fbc98c-76fb-4451-a749-21d98262b0e7"}], "user_id": "b2c5686c48cc49f6842beb2e882b6c48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2f84fd3ebad648bfa34ac5bee0906211"}}' 2023-04-18 17:53:25,402 79808 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 DELETE http://10.0.0.210/volume/v3/2f84fd3ebad648bfa34ac5bee0906211/volumes/c0fbc98c-76fb-4451-a749-21d98262b0e7 0.159s 2023-04-18 17:53:25,402 79808 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4669dfc5-235f-4788-a315-ca799229212f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2f84fd3ebad648bfa34ac5bee0906211/volumes/c0fbc98c-76fb-4451-a749-21d98262b0e7'} Body: b'' 2023-04-18 17:53:25,448 79808 INFO [tempest.lib.common.rest_cli ent] Request (TestShelveInstance:test_shelve_volume_backed_instance): 404 GET http://10.0.0.210/volume/v3/2f84fd3ebad648bfa34ac5bee0906211/volumes/c0fbc98c-76fb-4451-a749-21d98262b0e7 0.045s 2023-04-18 17:53:25,449 79808 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0ddac64-e0c4-469a-8b2d-f905bdf78197', 'x-openstack-request-id': 'req-e0ddac64-e0c4-469a-8b2d-f905bdf78197', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2f84fd3ebad648bfa34ac5bee0906211/volumes/c0fbc98c-76fb-4451-a749-21d98262b0e7'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c0fbc98c-76fb-4451-a749-21d98262b0e7 could not be found."}}' 2023-04-18 17:53:25,664 79808 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/8a15893d-24e4-4d5d-8e62-2e4263adbff0 0.213s 2023-04-18 17:53:25,665 79808 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-c75da348-42d6-4ac6-89bb-34d304eb14ec', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 17:53:25 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/8a15893d-24e4-4d5d-8e62-2e4263adbff0'} Body: b'' 2023-04-18 17:53:25,714 79808 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-2100694782 0.049s 2023-04-18 17:53:25,715 79808 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2241863b-9c8a-4ccb-8236-d16a9f82e161', 'x-compute-request-id': 'req-2241863b-9c8a-4ccb-8236-d16a9f82e161', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-2100694782'} Body: b'' tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete[id-1298e537-f1f0-47a3-a1dd-8adec8168897] ----------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 91, in test_group_snapshot_create_show_list_delete grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 0e4eecd7-578d-4ed6-96e2-1ab82d4e110a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:53:24,832 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/types 0.072s 2023-04-18 17:53:24,833 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume_type": {"name": "tempest-GroupSnapshotsTest-volume-type-1169955670"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bba4f5d8-3845-4d26-bccd-d3b65d11c326', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bba4f5d8-3845-4d26-bccd-d3b65d11c326', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/types'} Body: b'{"volume_type": {"id": "789749bf-7a96-4fca-bc35-2f591fe05842", "name": "tempest-GroupSnapshotsTest-volume-type-1169955670", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 17:53:24,868 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/group_types 0.032s 2023-04-18 17:53:24,868 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"group_type": {"name": "tempest-GroupSnapshotsTest-group-type-1461048879"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b0b2bb3-ff4b-4aa3-8bc9-c9489400ec91', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b0b2bb3-ff4b-4aa3-8bc9-c9489400ec91', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/group_types'} Body: b'{"group_type": {"id": "622fc121-4b9a-444c-ab0f-c99e0486ae9f", "name": "tempest-GroupSnapshotsTest-group-type-1461048879", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 17:53:24,958 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups 0.087s 2023-04-18 17:53:24,958 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"group": {"group_type": "622fc121-4b9a-444c-ab0f-c99e0486ae9f", "volume_types": ["789749bf-7a96-4fca-bc35-2f591fe05842"], "name": "tempest-GroupSnapshotsTest-Group-1899156278"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c72f3ddf-7bb0-4b65-9722-597d0daceda1', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c72f3ddf-7bb0-4b65-9722-597d0daceda1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups'} Body: b'{"group": {"id": "0e4eecd7-578d-4ed6-96e2-1ab82d4e110a", "name": "tempest-GroupSnapshotsTest-Group-1899156278"}}' 2023-04-18 17:53:25,004 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups/0e4eecd7-578d-4ed6-96e2-1ab82d4e110a 0.044s 2023-04-18 17:53:25,005 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41f4f31d-628a-47ad-b28a-aed581c5e10d', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41f4f31d-628a-47ad-b28a-aed581c5e10d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups/0e4eecd7-578d-4ed6-96e2-1ab82d4e110a'} Body: b'{"group": {"id": "0e4eecd7-578d-4ed6-96e2-1ab82d4e110a", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-18T17:53:25.000000", "name": "tempest-GroupSnapshotsTest-Group-1899156278", "description": null, "group_type": "622fc121-4b9a-444c-ab0f-c99e0486ae9f", "volume_types": ["789749bf-7a96-4fca-bc35-2f591fe05842"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 17:53:26,045 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups/0e4eecd7-578d-4ed6-96e2-1ab82d4e110a 0.035s 2023-04-18 17:53:26,045 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8e283b5-bac8-4dd6-a43f-214edd81b256', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8e283b5-bac8-4dd6-a43f-214edd81b256', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups/0e4eecd7-578d-4ed6-96e2-1ab82d4e110a'} Body: b'{"group": {"id": "0e4eecd7-578d-4ed6-96e2-1ab82d4e110a", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T17:53:25.000000", "name": "tempest-GroupSnapshotsTest-Group-1899156278", "description": null, "group_type": "622fc121-4b9a-444c-ab0f-c99e0486ae9f", "volume_types": ["789749bf-7a96-4fca-bc35-2f591fe05842"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 17:53:26,113 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/volumes/detail 0.063s 2023-04-18 17:53:26,113 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f21c69a-16e2-4084-8d51-a9c57d9921fc', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f21c69a-16e2-4084-8d51-a9c57d9921fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 17:53:26,215 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups/0e4eecd7-578d-4ed6-96e2-1ab82d4e110a/action 0.090s 2023-04-18 17:53:26,215 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ' '} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f6a7543-95a1-4234-bd2f-f7a7a8912d29', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups/0e4eecd7-578d-4ed6-96e2-1ab82d4e110a/action'} Body: b'' 2023-04-18 17:53:26,237 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups/0e4eecd7-578d-4ed6-96e2-1ab82d4e110a 0.021s 2023-04-18 17:53:26,237 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-f848b20d-3c6e-4395-a72b-5f0f02907ac7', 'x-openstack-request-id': 'req-f848b20d-3c6e-4395-a72b-5f0f02907ac7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/1f7f92ffb7c74790a3858269cfb06a7f/groups/0e4eecd7-578d-4ed6-96e2-1ab82d4e110a'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 0e4eecd7-578d-4ed6-96e2-1ab82d4e110a could not be found."}}' 2023-04-18 17:53:26,269 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/group_types/622fc121-4b9a-444c-ab0f-c99e0486ae9f 0.031s 2023-04-18 17:53:26,269 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d003c38-e5d0-493d-9b4d-8a84846b6575', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/group_types/622fc121-4b9a-444c-ab0f-c99e0486ae9f'} Body: b'' 2023-04-18 17:53:26,344 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/types/789749bf-7a96-4fca-bc35-2f591fe05842 0.074s 2023-04-18 17:53:26,345 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d08e95e-8aa0-43da-92c5-3c941ee1dcaa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/types/789749bf-7a96-4fca-bc35-2f591fe05842'} Body: b'' 2023-04-18 17:53:26,365 79788 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/types/789749bf-7a96-4fca-bc35-2f591fe05842 0.020s 2023-04-18 17:53:26,365 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd92a9a1-5d53-4082-8213-6f934d43c9f6', 'x-openstack-request-id': 'req-fd92a9a1-5d53-4082-8213-6f934d43c9f6', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/5c26da9aa3be47708241c0725ed3898f/types/789749bf-7a96-4fca-bc35-2f591fe05842'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 789749bf-7a96-4fca-bc35-2f591fe05842 could not be found."}}' tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete[id-4b111d28-b73d-4908-9bd2-03dc2992e4d4] --------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 42, in test_group_create_show_list_delete grp1 = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 2ab185a0-7527-4bcf-bf0c-baf68ab4e795 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:53:31,140 79788 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/eb29856b5a4b4be8a64252f08bc78649/types 0.312s 2023-04-18 17:53:31,141 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume_type": {"name": "tempest-GroupsTest-volume-type-655615827"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f445ffe4-c9c7-43c6-8533-6971755eab2c', 'content-length': '215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f445ffe4-c9c7-43c6-8533-6971755eab2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/eb29856b5a4b4be8a64252f08bc78649/types'} Body: b'{"volume_type": {"id": "69b6b183-5178-43b9-aa1f-c4daf3b7e68c", "name": "tempest-GroupsTest-volume-type-655615827", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 17:53:31,180 79788 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/eb29856b5a4b4be8a64252f08bc78649/group_types 0.036s 2023-04-18 17:53:31,180 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: {"group_type": {"name": "tempest-GroupsTest-group-type-765753430"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8463c0c-2e81-45ed-bd3a-a70980135527', 'content-length': '172', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8463c0c-2e81-45ed-bd3a-a70980135527', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/eb29856b5a4b4be8a64252f08bc78649/group_types'} Body: b'{"group_type": {"id": "6aa02e66-cc4d-47e2-af53-4f750004833c", "name": "tempest-GroupsTest-group-type-765753430", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 17:53:31,536 79788 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/72825665ec574012809c598752052ac5/groups 0.353s 2023-04-18 17:53:31,536 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: {"group": {"group_type": "6aa02e66-cc4d-47e2-af53-4f750004833c", "volume_types": ["69b6b183-5178-43b9-aa1f-c4daf3b7e68c"], "name": "tempest-Group1-460506895"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c0f97de-68bf-4c1a-b3ad-f0fea247d362', 'content-length': '93', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c0f97de-68bf-4c1a-b3ad-f0fea247d362', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/72825665ec574012809c598752052ac5/groups'} Body: b'{"group": {"id": "2ab185a0-7527-4bcf-bf0c-baf68ab4e795", "name": "tempest-Group1-460506895"}}' 2023-04-18 17:53:31,580 79788 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/72825665ec574012809c598752052ac5/groups/2ab185a0-7527-4bcf-bf0c-baf68ab4e795 0.042s 2023-04-18 17:53:31,581 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api -Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04c57ff1-116c-4467-a9a7-f85c429d036a', 'content-length': '321', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04c57ff1-116c-4467-a9a7-f85c429d036a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72825665ec574012809c598752052ac5/groups/2ab185a0-7527-4bcf-bf0c-baf68ab4e795'} Body: b'{"group": {"id": "2ab185a0-7527-4bcf-bf0c-baf68ab4e795", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-18T17:53:31.000000", "name": "tempest-Group1-460506895", "description": null, "group_type": "6aa02e66-cc4d-47e2-af53-4f750004833c", "volume_types": ["69b6b183-5178-43b9-aa1f-c4daf3b7e68c"]}}' 2023-04-18 17:53:32,637 79788 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/72825665ec574012809c598752052ac5/groups/2ab185a0-7527-4bcf-bf0c-baf68ab4e795 0.046s 2023-04-18 17:53:32,637 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce0df459-b782-4de0-86cb-68a142d179ea', 'content-length': '318', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce0df459-b782-4de0-86cb-68a142d179ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72825665ec574012809c598752052ac5/groups/2ab185a0-7527-4bcf-bf0c-baf68ab4e795'} Body: b'{"group": {"id": "2ab185a0-7527-4bcf-bf0c-baf68ab4e795", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T17:53:31.000000", "name": "tempest-Group1-460506895", "description": null, "group_type": "6aa02e66-cc4d-47e2-af53-4f750004833c", "volume_types": ["69b6b183-5178-43b9-aa1f-c4daf3b7e68c"]}}' 2023-04-18 17:53:32,734 79788 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/72825665ec574012809c598752052ac5/volumes/detail 0.087s 2023-04-18 17:53:32,735 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef5ee3e2-8b23-4c33-8c6d-3d7c8c655e8d', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef5ee3e2-8b23-4c33-8c6d-3d7c8c655e8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72825665ec574012809c598752052ac5/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 17:53:32,829 79788 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/72825665ec574012809c598752052ac5/groups/2ab185a0-7527-4bcf-bf0c-baf68ab4e795/action 0.083s 2023-04-18 17:53:32,829 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-i d': 'req-0598f8e9-7f0f-42a8-aa07-1e00f7552d19', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/72825665ec574012809c598752052ac5/groups/2ab185a0-7527-4bcf-bf0c-baf68ab4e795/action'} Body: b'' 2023-04-18 17:53:32,846 79788 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/72825665ec574012809c598752052ac5/groups/2ab185a0-7527-4bcf-bf0c-baf68ab4e795 0.016s 2023-04-18 17:53:32,846 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-714abaf8-f289-4366-bf9e-3bc02e7461d3', 'x-openstack-request-id': 'req-714abaf8-f289-4366-bf9e-3bc02e7461d3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/72825665ec574012809c598752052ac5/groups/2ab185a0-7527-4bcf-bf0c-baf68ab4e795'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 2ab185a0-7527-4bcf-bf0c-baf68ab4e795 could not be found."}}' 2023-04-18 17:53:32,882 79788 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/eb29856b5a4b4be8a64252f08bc78649/group_types/6aa02e66-cc4d-47e2-af53-4f750004833c 0.035s 2023-04-18 17:53:32,882 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa32e8c5-92cb-4712-a1f8-786382da2c7c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/eb29856b5a4b4be8a64252f08bc78649/group_types/6aa02e66-cc4d-47e2-af53-4f750004833c'} Body: b'' 2023-04-18 17:53:32,929 79788 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/eb29856b5a4b4be8a64252f08bc78649/types/69b6b183-5178-43b9-aa1f-c4daf3b7e68c 0.046s 2023-04-18 17:53:32,930 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cb18dd5-d298-4103-bb1b-145f3beb4c3c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/eb29856b5a4b4be8a64252f08bc78649/types/69b6b183-5178-43b9-aa1f-c4daf3b7e68c'} Body: b'' 2023-04-18 17:53:33,025 79788 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/eb29856b5a4b4be8a64252f08bc78649/types/69b6b183-5178-43b9-aa1f-c4daf3b7e68c 0.095s 2023-04-18 17:53:33,026 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-14eef33f-4232-4bb5-8bb2-e2043f58b6dc', 'x-openstack-request-id': 'req-14eef33f-4232-4bb5-8bb2-e2043 f58b6dc', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/eb29856b5a4b4be8a64252f08bc78649/types/69b6b183-5178-43b9-aa1f-c4daf3b7e68c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 69b6b183-5178-43b9-aa1f-c4daf3b7e68c could not be found."}}' tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status[id-3b42c9b9-c984-4444-816e-ca2e1ed30b40] ---------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 287, in test_reset_group_snapshot_status group = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 73378e32-93dc-49f2-8636-7d0aa2a4d86e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:53:31,827 79794 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 POST http://10.0.0.210/volume/v3/88ddd529fd7645fba66b86b342618638/types 0.210s 2023-04-18 17:53:31,828 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume_type": {"name": "tempest-GroupSnapshotsV319Test-volume-type-494012156"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16f1ac04-a1d3-466d-8736-91c423237636', 'content-length': '227', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16f1ac04-a1d3-466d-8736-91c423237636', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/88ddd529fd7645fba66b86b342618638/types'} Body: b'{"volume_type": {"id": "586032bb-9449-4c98-b4a5-3387d37585a6", "name": "tempest-GroupSnapshotsV319Test-volume-type-494012156", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 17:53:31,889 79794 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/88ddd529fd7645fba66b86b342618638/group_types 0.058s 2023-04-18 17:53:31,890 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: {"group_type": {"name": "tempest-GroupSnapshotsV319Test-group-type-123072115"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7029d744-6890-4652-8472-d9f59ac7435b', 'content-length': '184', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7029d744-6890-4652-8472-d9f59ac7435b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/88ddd529fd7645fba66b86b342618638/group_types'} Body: b'{"group_type": {"id": "987be448-94d1-4416-bf80-2130dd940b0d", "name": "tempest-GroupSnapshotsV319Test-group-type-123072115", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 17:53:32,114 79794 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/d4163afc1fff404ca75fc2a010f48c52/groups 0.222s 2023-04-18 17:53:32,115 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: {"group": {"group_type": "987be448-94d1-4416-bf80-2130dd940b0d", "volume_types": ["586032bb-9449-4c98-b4a5-3387d37585a6"], "name": "tempest-GroupSnapshotsV319Test-Group-1819293900"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0856cd08-a646-45cb-83ee-38e66ed413e4', 'content-length': '116', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0856cd08-a646-45cb-83ee-38e66ed413e4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d4163afc1fff404ca75fc2a010f48c52/groups'} Body: b'{"group": {"id": "73378e32-93dc-49f2-8636-7d0aa2a4d86e", "name": "tempest-GroupSnapshotsV319Test-Group-1819293900"}}' 2023-04-18 17:53:32,148 79794 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/d4163afc1fff404ca75fc2a010f48c52/groups/73378e32-93dc-49f2-8636-7d0aa2a4d86e 0.030s 2023-04-18 17:53:32,148 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9ea11d6-580b-4d49-8daf-250b90a28c1c', 'content-length': '396', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9ea11d6-580b-4d49-8daf-250b90a28c1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4163afc1fff404ca75fc2a010f48c52/groups/73378e32-93dc-49f2-8636-7d0aa2a4d86e'} Body: b'{"group": {"id": "73378e32-93dc-49f2-8636-7d0aa2a4d86e", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-18T17:53:32.000000", "name": "tempest-GroupSnapshotsV319Test-Group-1819293900", "description": null, "group_type": "987be448-94d1-4416-bf80-2130dd940b0d", "volume_types": ["586032bb-9449-4c98-b4a5-3387d37585a6"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 17:53:33,203 79794 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/d4163afc1fff404ca75fc2a010f48c52/groups/73378e32-93dc-49f2-8636-7d0aa2a4d86e 0.051s 2023-04-18 17:53:33,204 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ffa462f-de2a-4af3-b487-3d650981897f', 'content-length': '393', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ffa462f-de2a-4af3-b487-3d650981897f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4163afc1fff404ca75fc2a010f48c52/groups/73378e32-93dc-49f2-8636-7d0aa2a4d86e'} Body: b'{"group": {"id": "73378e32-93dc-49f2-8636-7d0aa2a4d86e", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T17:53:32.000000", "name": "tempest-GroupSnapshotsV319Test-Group-1819293900", "description": null, "group_type": "987be448-94d1-4416-bf80-2130dd940b0d", "volume_types": ["586032bb-9449-4c98-b4a5-3387d37585a6"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 17:53:33,295 79794 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d4163afc1fff404ca75fc2a010f48c52/volumes/detail 0.087s 2023-04-18 17:53:33,295 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6778c5c7-9407-4440-a7af-b478164997c4', 'content-length': '15', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6778c5c7-9407-4440-a7af-b478164997c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d4163afc1fff404ca75fc2a010f48c52/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 17:53:33,375 79794 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/d4163afc1fff404ca75fc2a010f48c52/groups/73378e32-93dc-49f2-8636-7d0aa2a4d86e/action 0.070s 2023-04-18 17:53:33,376 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3cc525d3-1f48-420f-8808-a44c7f6c80a9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d4163afc1fff404ca75fc2a010f48c52/groups/73378e32-93dc-49f2-8636-7d0aa2a4d86e/action'} Body: b'' 2023-04-18 17:53:33,392 79794 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d4163afc1fff404ca75fc2a010f48c52/groups/73378e32-93dc-49f2-8636-7d0aa2a4d86e 0.015s 2023-04-18 17:53:33,392 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-43315026-aaf2-489a-a660-642b0fa940b3', 'x-openstack-request-id': 'req-43315026-aaf2-489a-a660-642b0fa940b3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d4163afc1fff404ca75fc2a010f48c52/groups/73378e32-93dc-49f2-8636-7d0aa2a4d86e'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 73378e32-93dc-49f2-8636-7d0aa2a4d86e could not be found."}}' 2023-04-18 17:53:33,421 79794 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/88ddd529fd7645fba66b86b342618638/group_types/987be448-94d1-4416-bf80-2130dd940b0d 0.028s 2023-04-18 17:53:33,421 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c173f82-7b85-4b65-b964-54525e67b014', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/88ddd529fd7645fba66b86b342618638/group_types/987be448-94d1-4416-bf80-2130dd940b0d'} Body: b'' 2023-04-18 17:53:33,488 79794 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/88ddd529fd7645fba66b86b342618638/types/586032bb-9449-4c98-b4a5-3387d37585a6 0.066s 2023-04-18 17:53:33,489 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ce35411-f16c-48d1-b10f-88a921420b07', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/88ddd529fd7645fba66b86b342618638/types/586032bb-9449-4c98-b4a5-3387d37585a6'} Body: b'' 2023-04-18 17:53:33,505 79794 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/88ddd529fd7645fba66b86b342618638/types/586032bb-9449-4c98-b4a5-3387d37585a6 0.016s 2023-04-18 17:53:33,506 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: N one Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-3bed843c-1182-4ce8-a77d-16524803ecf2', 'x-openstack-request-id': 'req-3bed843c-1182-4ce8-a77d-16524803ecf2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/88ddd529fd7645fba66b86b342618638/types/586032bb-9449-4c98-b4a5-3387d37585a6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 586032bb-9449-4c98-b4a5-3387d37585a6 could not be found."}}' tempest.api.volume.admin.test_groups.GroupsTest.test_group_update[id-4a8a6fd2-8b3b-4641-8f54-6a6f99320006] ---------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 108, in test_group_update grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group a21bf1bb-92ed-42fc-9ff4-85356d24a82d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:53:33,066 79788 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 POST http://10.0.0.210/volume/v3/eb29856b5a4b4be8a64252f08bc78649/types 0.036s 2023-04-18 17:53:33,066 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume_type": {"name": "tempest-GroupsTest-volume-type-1976297717"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-900255fb-38fb-43d1-8648-d6b9078ad7de', 'content-length': '216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-900255fb-38fb-43d1-8648-d6b9078ad7de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/eb29856b5a4b4be8a64252f08bc78649/types'} Body: b'{"volume_type": {"id": "66a400f9-c6e5-49f4-a27c-ea5183345f91", "name": "tempest-GroupsTest-volume-type-1976297717", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 17:53:33,102 79788 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/eb29856b5a4b4be8a64252f08bc78649/group_types 0.032s 2023-04-18 17:53:33,102 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: {"group_type": {"name": "tempest-GroupsTest-group-type-1455651182"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a85e4b7-19de-4988-aff4-b099b3e73cc0', 'content-length': '173', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a85e4b7-19de-4988-aff4-b099b3e73cc0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/eb29856b5a4b4be8a64252f08bc78649/group_types'} Body: b'{"group_type": {"id": "d0d31d9c-1e38-4581-8bdf-cac023dd9cac", "name": "tempest-GroupsTest-group-type-1455651182", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 17:53:33,188 79788 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/72825665ec574012809c598752052ac5/groups 0.083s 2023-04-18 17:53:33,189 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: {"group": {"group_type": "d0d31d9c-1e38-4581-8bdf-cac023dd9cac", "volume_types": ["66a400f9-c6e5-49f4-a27c-ea5183345f91"], "name": "tempest-GroupsTest-Group-1498046574"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed6d7f8e-7a01-40c5-9730-90cd5ca1559f', 'content-length': '104', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed6d7f8e-7a01-40c5-9730-90cd5ca1559f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/72825665ec574012809c598752052ac5/groups'} Body: b'{"group": {"id": "a21bf1bb-92ed-42fc-9ff4-85356d24a82d", "name": "tempest-GroupsTest-Group-1498046574"}}' 2023-04-18 17:53:33,241 79788 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/72825665ec574012809c598752052ac5/groups/a21bf1bb-92ed-42fc-9ff4-85356d24a82d 0.050s 2023-04-18 17:53:33,242 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-324080d5-b66b-4d53-9261-3f371310a5d2', 'content-length': '332', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-324080d5-b66b-4d53-9261-3f371310a5d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72825665ec574012809c598752052ac5/groups/a21bf1bb-92ed-42fc-9ff4-85356d24a82d'} Body: b'{"group": {"id": "a21bf1bb-92ed-42fc-9ff4-85356d24a82d", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-18T17:53:33.000000", "name": "tempest-GroupsTest-Group-1498046574", "description": null, "group_type": "d0d31d9c-1e38-4581-8bdf-cac023dd9cac", "volume_types": ["66a400f9-c6e5-49f4-a27c-ea5183345f91"]}}' 2023-04-18 17:53:34,285 79788 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/72825665ec574012809c598752052ac5/groups/a21bf1bb-92ed-42fc-9ff4-85356d24a82d 0.038s 2023-04-18 17:53:34,286 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d215d025-090a-4701-b6bc-240d2a9ede55', 'content-length': '329', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d215d025-090a-4701-b6bc-240d2a9ede55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72825665ec574012809c598752052ac5/groups/a21bf1bb-92ed-42fc-9ff4-85356d24a82d'} Body: b'{"group": {"id": "a21bf1bb-92ed-42fc-9ff4-85356d24a82d", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T17:53:33.000000", "name": "tempest-GroupsTest-Group-1498046574", "description": null, "group_type": "d0d31d9c-1e38-4581-8bdf-cac023dd9cac", "volume_types": ["66a400f9-c6e5-49f4-a27c-ea5183345f91"]}}' 2023-04-18 17:53:34,371 79788 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/72825665ec574012809c598752052ac5/volumes/detail 0.080s 2023-04-18 17:53:34,371 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f46bd9c4-852d-414d-9a45-d0a8c0d0e1e3', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f46bd9c4-852d-414d-9a45-d0a8c0d0e1e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72825665ec574012809c598752052ac5/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 17:53:34,461 79788 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/72825665ec574012809c598752052ac5/groups/a21bf1bb-92ed-42fc-9ff4-85356d24a82d/action 0.080s 2023-04-18 17:53:34,462 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60afe839-3ff6-47a1-ba33-01d 7b19820a7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/72825665ec574012809c598752052ac5/groups/a21bf1bb-92ed-42fc-9ff4-85356d24a82d/action'} Body: b'' 2023-04-18 17:53:34,479 79788 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/72825665ec574012809c598752052ac5/groups/a21bf1bb-92ed-42fc-9ff4-85356d24a82d 0.016s 2023-04-18 17:53:34,479 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-50333bf0-3818-4bb0-b914-cf375b2bd747', 'x-openstack-request-id': 'req-50333bf0-3818-4bb0-b914-cf375b2bd747', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/72825665ec574012809c598752052ac5/groups/a21bf1bb-92ed-42fc-9ff4-85356d24a82d'} Body: b'{"itemNotFound": {"code": 404, "message": "Group a21bf1bb-92ed-42fc-9ff4-85356d24a82d could not be found."}}' 2023-04-18 17:53:34,521 79788 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/eb29856b5a4b4be8a64252f08bc78649/group_types/d0d31d9c-1e38-4581-8bdf-cac023dd9cac 0.041s 2023-04-18 17:53:34,522 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-106da06b-28d4-4436-8f6a-1f6643109c87', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/eb29856b5a4b4be8a64252f08bc78649/group_types/d0d31d9c-1e38-4581-8bdf-cac023dd9cac'} Body: b'' 2023-04-18 17:53:34,576 79788 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/eb29856b5a4b4be8a64252f08bc78649/types/66a400f9-c6e5-49f4-a27c-ea5183345f91 0.054s 2023-04-18 17:53:34,577 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66524cf1-8d49-4051-a098-7980d6a4edd1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/eb29856b5a4b4be8a64252f08bc78649/types/66a400f9-c6e5-49f4-a27c-ea5183345f91'} Body: b'' 2023-04-18 17:53:34,594 79788 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/eb29856b5a4b4be8a64252f08bc78649/types/66a400f9-c6e5-49f4-a27c-ea5183345f91 0.016s 2023-04-18 17:53:34,594 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-235cfa04-6885-4241-a127-5f9df88d91da', 'x-openstack-request-id': 'req-235cfa04-6885-4241-a127-5f9df88d91da', 'connection': 'close', 'st atus': '404', 'content-location': 'http://10.0.0.210/volume/v3/eb29856b5a4b4be8a64252f08bc78649/types/66a400f9-c6e5-49f4-a27c-ea5183345f91'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 66a400f9-c6e5-49f4-a27c-ea5183345f91 could not be found."}}' tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name[id-67ec6902-f91d-4dec-91fa-338523208bbc] --------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_services.py", line 76, in test_get_service_by_volume_host_name volume_id = self.create_volume()['id'] File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 4224ddad-b72a-4472-bb0d-ba4b6cfcc696 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:53:38,945 79788 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 202 POST http://10.0.0.210/volume/v3/f412d5efc14642b28eb98306ccdf2669/volumes 0.357s 2023-04-18 17:53:38,946 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "name": "tempest-VolumesServicesTestJSON-Volume-1730843180"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f364cccb-65ad-4e78-8d2b-56946c8d13b6', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f364cccb-65ad-4e78-8d2b-56946c8d13b6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f412d5efc14642b28eb98306ccdf2669/volumes'} Body: b'{"volume": {"id": "4224ddad-b72a-4472-bb0d-ba4b6cfcc696", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:53:38.879683", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-1730843180", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f412d5efc14642b28eb98306ccdf2669/volumes/4224ddad-b72a-4472-bb0d-ba4b6cfcc696"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f412d5efc14642b28eb98306ccdf2669/volumes/4224ddad-b72a-4472-bb0d-ba4b6cfcc696"}], "user_id": "4e000fbe030842c3a20d2b9deb28a25a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:53:38,994 79788 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://10.0.0.210/volume/v3/f412d5efc14642b28eb98306ccdf2669/volumes/4224ddad-b72a-4472-bb0d-ba4b6cfcc696 0.038s 2023-04-18 17:53:38,994 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28c74b7f-4784-4361-b12d-e8c5198c8d2d', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28c74b7f-4784-4361-b12d-e8c5198c8d2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f412d5efc14642b28eb98306ccdf2669/volumes/4224ddad-b72a-4472-bb0d-ba4b6cfcc696'} Body: b'{"volume": {"id": "4224ddad-b72a-4472-bb0d-ba4b6cfcc696", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:53:39.000000", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-1730843180", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f412d5efc14642b28eb98306ccdf2669/volumes/4224ddad-b72a-4472-bb0d-ba4b6cfcc696"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f412d5efc14642b28eb98306ccdf2669/volumes/4224ddad-b72a-4472-bb0d-ba4b6cfcc696"}], "user_id": "4e000fbe030842c3a20d2b9deb28a25a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f412d5efc14642b28eb98306ccdf2669"}}' 2023-04-18 17:53:40,068 79788 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://10.0.0.210/volume/v3/f412d5efc14642b28eb98306ccdf2669/volumes/4224ddad-b72a-4472-bb0d-ba4b6cfcc696 0.061s 2023-04-18 17:53:40,068 79788 DEBUG [tempest.lib. common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b33e0c13-1ad3-44cd-83dd-2fb46f0ceb3b', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b33e0c13-1ad3-44cd-83dd-2fb46f0ceb3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f412d5efc14642b28eb98306ccdf2669/volumes/4224ddad-b72a-4472-bb0d-ba4b6cfcc696'} Body: b'{"volume": {"id": "4224ddad-b72a-4472-bb0d-ba4b6cfcc696", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:53:39.000000", "updated_at": "2023-04-18T17:53:39.000000", "name": "tempest-VolumesServicesTestJSON-Volume-1730843180", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f412d5efc14642b28eb98306ccdf2669/volumes/4224ddad-b72a-4472-bb0d-ba4b6cfcc696"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f412d5efc14642b28eb98306ccdf2669/volumes/4224ddad-b72a-4472-bb0d-ba4b6cfcc696"}], "user_id": "4e000fbe030842c3a20d2b9deb28a25a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f412d5efc14642b28eb98306ccdf2669"}}' 2023-04-18 17:53:40,159 79788 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f412d5efc14642b28eb98306ccdf2669/volumes/4224ddad-b72a-4472-bb0d-ba4b6cfcc696 0.070s 2023-04-18 17:53:40,160 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c62c027a-b11a-4567-8ad5-69c060f9f30e', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c62c027a-b11a-4567-8ad5-69c060f9f30e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f412d5efc14642b28eb98306ccdf2669/volumes/4224ddad-b72a-4472-bb0d-ba4b6cfcc696'} Body: b'{"volume": {"id": "4224ddad-b72a-4472-bb0d-ba4b6cfcc696", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:53:39.000000", "updated_at": "2023-04-18T17:53:39.000000", "name": "tempest-VolumesServicesTestJSON-Volume-1730843180", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f412d5efc14642b28eb98306ccdf2669/volumes/4224ddad-b72a-4472-bb0d-ba4b6cfcc696"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f412d5efc14642b28eb98306ccdf2669/volumes/4224ddad-b72a-4472-bb0d-ba4b6cfcc696"}], "user_id": "4e000fbe030842c3a20d2b9deb28a25a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f412d5efc14642b28eb98306ccdf2669"}}' 2023-04-18 17:53:40,278 79788 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f412d5efc14642b28eb98306ccdf2669/volumes/4224ddad-b72a-4472-bb0d-ba4b6cfcc696 0.107s 2023-04-18 17:53:40,278 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', ' content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86c64a5c-0c17-4179-8a04-5968a8c5616f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f412d5efc14642b28eb98306ccdf2669/volumes/4224ddad-b72a-4472-bb0d-ba4b6cfcc696'} Body: b'' 2023-04-18 17:53:40,304 79788 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f412d5efc14642b28eb98306ccdf2669/volumes/4224ddad-b72a-4472-bb0d-ba4b6cfcc696 0.025s 2023-04-18 17:53:40,304 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-15c6c6c7-bbe9-428d-9d23-7ebc3b01f13c', 'x-openstack-request-id': 'req-15c6c6c7-bbe9-428d-9d23-7ebc3b01f13c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f412d5efc14642b28eb98306ccdf2669/volumes/4224ddad-b72a-4472-bb0d-ba4b6cfcc696'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4224ddad-b72a-4472-bb0d-ba4b6cfcc696 could not be found."}}' tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade[id-994e2d40-de37-46e8-b328-a58fba7e4a95] -------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_delete_cascade.py", line 68, in test_volume_delete_cascade volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume fa683f27-5eb2-43e7-a3a3-ecff40a67b6c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:53:44,252 79788 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 202 POST http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes 0.369s 2023-04-18 17:53:44,253 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "name": "tempest-VolumesDeleteCascade-Volume-1682271719"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e806d58-d8c5-4f01-906a-92be0002cc9b', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e806d58-d8c5-4f01-906a-92be0002cc9b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes'} Body: b'{"volume": {"id": "fa683f27-5eb2-43e7-a3a3-ecff40a67b6c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:53:44.182155", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1682271719", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes/fa683f27-5eb2-43e7-a3a3-ecff40a67b6c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b9b1df3c9375490a835a6ca81f778d27/volumes/fa683f27-5eb2-43e7-a3a3-ecff40a67b6c"}], "user_id": "8a77bbf920cd4311ae5d5917314b1bd5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:53:44,317 79788 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes/fa683f27-5eb2-43e7-a3a3-ecff40a67b6c 0.054s 2023-04-18 17:53:44,317 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-076c28ce-629b-4935-94ea-314eb3661c5a', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-076c28ce-629b-4935-94ea-314eb3661c5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes/fa683f27-5eb2-43e7-a3a3-ecff40a67b6c'} Body: b'{"volume": {"id": "fa683f27-5eb2-43e7-a3a3-ecff40a67b6c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:53:44.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1682271719", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes/fa683f27-5eb2-43e7-a3a3-ecff40a67b6c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b9b1df3c9375490a835a6ca81f778d27/volumes/fa683f27-5eb2-43e7-a3a3-ecff40a67b6c"}], "user_id": "8a77bbf920cd4311ae5d5917314b1bd5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b9b1df3c9375490a835a6ca81f778d27"}}' 2023-04-18 17:53:45,383 79788 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes/fa683f27-5eb2-43e7-a3a3-ecff40a67b6c 0.054s 2023-04-18 17:53:45,383 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content -Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0aa9f6f-9aad-4a27-9ea2-f28c765b4d32', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0aa9f6f-9aad-4a27-9ea2-f28c765b4d32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes/fa683f27-5eb2-43e7-a3a3-ecff40a67b6c'} Body: b'{"volume": {"id": "fa683f27-5eb2-43e7-a3a3-ecff40a67b6c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:53:44.000000", "updated_at": "2023-04-18T17:53:44.000000", "name": "tempest-VolumesDeleteCascade-Volume-1682271719", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes/fa683f27-5eb2-43e7-a3a3-ecff40a67b6c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b9b1df3c9375490a835a6ca81f778d27/volumes/fa683f27-5eb2-43e7-a3a3-ecff40a67b6c"}], "user_id": "8a77bbf920cd4311ae5d5917314b1bd5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b9b1df3c9375490a835a6ca81f778d27"}}' 2023-04-18 17:53:45,445 79788 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes/fa683f27-5eb2-43e7-a3a3-ecff40a67b6c 0.051s 2023-04-18 17:53:45,446 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00481fa4-5e0b-42a6-9f14-434de54430df', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00481fa4-5e0b-42a6-9f14-434de54430df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes/fa683f27-5eb2-43e7-a3a3-ecff40a67b6c'} Body: b'{"volume": {"id": "fa683f27-5eb2-43e7-a3a3-ecff40a67b6c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:53:44.000000", "updated_at": "2023-04-18T17:53:44.000000", "name": "tempest-VolumesDeleteCascade-Volume-1682271719", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes/fa683f27-5eb2-43e7-a3a3-ecff40a67b6c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b9b1df3c9375490a835a6ca81f778d27/volumes/fa683f27-5eb2-43e7-a3a3-ecff40a67b6c"}], "user_id": "8a77bbf920cd4311ae5d5917314b1bd5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b9b1df3c9375490a835a6ca81f778d27"}}' 2023-04-18 17:53:45,591 79788 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes/fa683f27-5eb2-43e7-a3a3-ecff40a67b6c 0.134s 2023-04-18 17:53:45,591 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UT F-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b18e3921-5d20-4c2a-976a-66655d005f30', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes/fa683f27-5eb2-43e7-a3a3-ecff40a67b6c'} Body: b'' 2023-04-18 17:53:45,618 79788 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes/fa683f27-5eb2-43e7-a3a3-ecff40a67b6c 0.027s 2023-04-18 17:53:45,619 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8174d8a-aa7a-415c-9687-c1e86f588895', 'x-openstack-request-id': 'req-f8174d8a-aa7a-415c-9687-c1e86f588895', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes/fa683f27-5eb2-43e7-a3a3-ecff40a67b6c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume fa683f27-5eb2-43e7-a3a3-ecff40a67b6c could not be found."}}' setUpClass (tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON) ---------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_quotas_negative.py", line 51, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume a8af3fbb-007d-4ee0-a92d-bd162afc0c00 failed to build and is in ERROR status tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete[id-59a77ede-609b-4ee8-9f68-fc3c6ffe97b5] ---------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_delete_cascade.py", line 92, in test_volume_from_snapshot_cascade_delete volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume eeefcd98-8899-40fa-93b6-0080d6e5f7b2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:53:45,867 79788 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes 0.245s 2023-04-18 17:53:45,868 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "name": "tempest-VolumesDeleteCascade-Volume-1003328673"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b70f7b94-0c7d-4d29-a77a-2f6d9a7d61d7', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b70f7b94-0c7d-4d29-a77a-2f6d9a7d61d7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes'} Body: b'{"volume": {"id": "eeefcd98-8899-40fa-93b6-0080d6e5f7b2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:53:45.794043", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1003328673", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes/eeefcd98-8899-40fa-93b6-0080d6e5f7b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b9b1df3c9375490a835a6ca81f778d27/volumes/eeefcd98-8899-40fa-93b6-0080d6e5f7b2"}], "user_id": "8a77bbf920cd4311ae5d5917314b1bd5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:53:45,917 79788 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes/eeefcd98-8899-40fa-93b6-0080d6e5f7b2 0.039s 2023-04-18 17:53:45,917 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54768472-d04d-4cba-a35d-8bc95330c782', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54768472-d04d-4cba-a35d-8bc95330c782', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes/eeefcd98-8899-40fa-93b6-0080d6e5f7b2'} Body: b'{"volume": {"id": "eeefcd98-8899-40fa-93b6-0080d6e5f7b2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:53:46.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1003328673", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes/eeefcd98-8899-40fa-93b6-0080d6e5f7b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b9b1df3c9375490a835a6ca81f778d27/volumes/eeefcd98-8899-40fa-93b6-0080d6e5f7b2"}], "user_id": "8a77bbf920cd4311ae5d5917314b1bd5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b9b1df3c9375490a835a6ca81f778d27"}}' 2023-04-18 17:53:46,977 79788 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes/eeefcd98-8899-40fa-93b6-0080d6e5f7b2 0.048s 2023-04-18 17:53:46,977 79788 DEBUG [tempest.lib.common .rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-805160bd-3b2d-4a70-95f6-8d68a2ab156c', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-805160bd-3b2d-4a70-95f6-8d68a2ab156c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes/eeefcd98-8899-40fa-93b6-0080d6e5f7b2'} Body: b'{"volume": {"id": "eeefcd98-8899-40fa-93b6-0080d6e5f7b2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:53:46.000000", "updated_at": "2023-04-18T17:53:46.000000", "name": "tempest-VolumesDeleteCascade-Volume-1003328673", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes/eeefcd98-8899-40fa-93b6-0080d6e5f7b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b9b1df3c9375490a835a6ca81f778d27/volumes/eeefcd98-8899-40fa-93b6-0080d6e5f7b2"}], "user_id": "8a77bbf920cd4311ae5d5917314b1bd5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b9b1df3c9375490a835a6ca81f778d27"}}' 2023-04-18 17:53:47,034 79788 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes/eeefcd98-8899-40fa-93b6-0080d6e5f7b2 0.042s 2023-04-18 17:53:47,035 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b24584e2-555e-4207-8f9f-09807deb4b8c', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b24584e2-555e-4207-8f9f-09807deb4b8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes/eeefcd98-8899-40fa-93b6-0080d6e5f7b2'} Body: b'{"volume": {"id": "eeefcd98-8899-40fa-93b6-0080d6e5f7b2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:53:46.000000", "updated_at": "2023-04-18T17:53:46.000000", "name": "tempest-VolumesDeleteCascade-Volume-1003328673", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes/eeefcd98-8899-40fa-93b6-0080d6e5f7b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b9b1df3c9375490a835a6ca81f778d27/volumes/eeefcd98-8899-40fa-93b6-0080d6e5f7b2"}], "user_id": "8a77bbf920cd4311ae5d5917314b1bd5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b9b1df3c9375490a835a6ca81f778d27"}}' 2023-04-18 17:53:47,162 79788 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes/eeefcd98-8899-40fa-93b6-0080d6e5f7b2 0.110s 2023-04-18 17:53:47,162 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': ' 0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41acba71-c4d8-4435-9d8f-4c3a57ceea5d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes/eeefcd98-8899-40fa-93b6-0080d6e5f7b2'} Body: b'' 2023-04-18 17:53:47,185 79788 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes/eeefcd98-8899-40fa-93b6-0080d6e5f7b2 0.022s 2023-04-18 17:53:47,185 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ca71870-f577-4335-88b6-5732f14c522c', 'x-openstack-request-id': 'req-9ca71870-f577-4335-88b6-5732f14c522c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b9b1df3c9375490a835a6ca81f778d27/volumes/eeefcd98-8899-40fa-93b6-0080d6e5f7b2'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume eeefcd98-8899-40fa-93b6-0080d6e5f7b2 could not be found."}}' cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_multiple_volume_from_resource.py", line 31, in test_create_multiple_volume_from_snapshot volume = self.create_volume() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 97, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c66090cd-ec2b-4a96-9805-5f3a2bb0e7e4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:53:49,465 79788 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 202 POST http://10.0.0.210/volume/v3/01f0aa06d0fb4f5580f3234fa5035062/volumes 0.394s 2023-04-18 17:53:49,466 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-1547905834"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8dcdaed7-f7ac-440d-9541-c17ba53f68da', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8dcdaed7-f7ac-440d-9541-c17ba53f68da', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/01f0aa06d0fb4f5580f3234fa5035062/volumes'} Body: b'{"volume": {"id": "c66090cd-ec2b-4a96-9805-5f3a2bb0e7e4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:53:49.387617", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-1547905834", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/01f0aa06d0fb4f5580f3234fa5035062/volumes/c66090cd-ec2b-4a96-9805-5f3a2bb0e7e4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/01f0aa06d0fb4f5580f3234fa5035062/volumes/c66090cd-ec2b-4a96-9805-5f3a2bb0e7e4"}], "user_id": "c34a206384f5457b8cf6aa6f66ccdaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:53:49,523 79788 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/01f0aa06d0fb4f5580f3234fa5035062/volumes/c66090cd-ec2b-4a96-9805-5f3a2bb0e7e4 0.048s 2023-04-18 17:53:49,524 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df0d0df6-53e5-4bbf-9593-02e02a8e5367', 'content-length': '895', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df0d0df6-53e5-4bbf-9593-02e02a8e5367', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/01f0aa06d0fb4f5580f3234fa5035062/volumes/c66090cd-ec2b-4a96-9805-5f3a2bb0e7e4'} Body: b'{"volume": {"id": "c66090cd-ec2b-4a96-9805-5f3a2bb0e7e4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:53:49.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-1547905834", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/01f0aa06d0fb4f5580f3234fa5035062/volumes/c66090cd-ec2b-4a96-9805-5f3a2bb0e7e4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/01f0aa06d0fb4f5580f3234fa5035062/volumes/c66090cd-ec2b-4a96-9805-5f3a2bb0e7e4"}], "user_id": "c34a206384f5457b8cf6aa6f66ccdaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "01f0aa06d0fb4f5580f3234fa5035062"}}' 2023-04-18 17:53:50,577 79788 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/01f0aa06d0fb4f5580f3234fa5035062/volumes/c66090cd-ec2b-4a96-9805-5f3a2bb0e7e4 0.041s 2 023-04-18 17:53:50,577 79788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c1bcb12-2838-478d-be14-7c52ffbc5cd2', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c1bcb12-2838-478d-be14-7c52ffbc5cd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/01f0aa06d0fb4f5580f3234fa5035062/volumes/c66090cd-ec2b-4a96-9805-5f3a2bb0e7e4'} Body: b'{"volume": {"id": "c66090cd-ec2b-4a96-9805-5f3a2bb0e7e4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:53:49.000000", "updated_at": "2023-04-18T17:53:50.000000", "name": "tempest-CreateVolumesFromSnapshotTest-Volume-1547905834", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/01f0aa06d0fb4f5580f3234fa5035062/volumes/c66090cd-ec2b-4a96-9805-5f3a2bb0e7e4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/01f0aa06d0fb4f5580f3234fa5035062/volumes/c66090cd-ec2b-4a96-9805-5f3a2bb0e7e4"}], "user_id": "c34a206384f5457b8cf6aa6f66ccdaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "01f0aa06d0fb4f5580f3234fa5035062"}}' tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add[id-d4dd0027-835f-4554-a6e5-50903fb79184] ------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_type_access.py", line 51, in test_volume_type_access_add volume = self.create_volume(volume_type=volume_type['id']) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f0bc64c1-05c7-4434-8c53-543ca6b3310c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:53:48,682 79794 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 POST http://10.0.0.210/volume/v3/353a3f014b1a47afb4069c8c5b6d2e16/types 0.287s 2023-04-18 17:53:48,682 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume_type": {"name": "tempest-VolumeTypesAccessTest-volume-type-1959756702", "os-volume-type-access:is_public": false}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07db8223-1a74-464a-a9a7-f0354daee3a8', 'content-length': '229', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07db8223-1a74-464a-a9a7-f0354daee3a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/353a3f014b1a47afb4069c8c5b6d2e16/types'} Body: b'{"volume_type": {"id": "73f8cfb5-9816-42b0-8d24-05fea587835e", "name": "tempest-VolumeTypesAccessTest-volume-type-1959756702", "is_public": false, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": false}}' 2023-04-18 17:53:48,868 79794 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 404 POST http://10.0.0.210/volume/v3/c3adf839afde4e18b190af5e1edfbcc0/volumes 0.182s 2023-04-18 17:53:48,869 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "73f8cfb5-9816-42b0-8d24-05fea587835e", "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1b604f6-e97c-4cc3-b074-815138004469', 'x-openstack-request-id': 'req-d1b604f6-e97c-4cc3-b074-815138004469', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c3adf839afde4e18b190af5e1edfbcc0/volumes'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 73f8cfb5-9816-42b0-8d24-05fea587835e could not be found."}}' 2023-04-18 17:53:48,870 79794 WARNING [tempest.lib.common.rest_client] Deprecated: "tenant_id" property is deprecated for removal, use "project_id" instead 2023-04-18 17:53:48,900 79794 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/353a3f014b1a47afb4069c8c5b6d2e16/types/73f8cfb5-9816-42b0-8d24-05fea587835e/action 0.029s 2023-04-18 17:53:48,900 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"addProjectAccess": {"project": "c3adf839afde4e18b190af5e1edfbcc0"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa417d33-6a91-4924-8afe-2777a1b6d9c6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/353a3f014b1a47afb4069c8c5b6d2e16/types/73f8cfb5-9816-42b0-8d24-05fea587835e/action'} Body: b'' 2023-04-18 17:53:49,130 79794 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/c3adf839afde4e18b190af5e1edfbcc0/volumes 0.229s 2023-04-18 17:53:49,131 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "73f8cfb5-9816-42b0-8d24-05fea587 835e", "size": 1, "name": "tempest-VolumeTypesAccessTest-Volume-1285719526"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0d460f0-874a-49e9-acb2-c8d4f302f2e2', 'content-length': '860', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0d460f0-874a-49e9-acb2-c8d4f302f2e2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c3adf839afde4e18b190af5e1edfbcc0/volumes'} Body: b'{"volume": {"id": "f0bc64c1-05c7-4434-8c53-543ca6b3310c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:53:49.068832", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-1285719526", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-1959756702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c3adf839afde4e18b190af5e1edfbcc0/volumes/f0bc64c1-05c7-4434-8c53-543ca6b3310c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c3adf839afde4e18b190af5e1edfbcc0/volumes/f0bc64c1-05c7-4434-8c53-543ca6b3310c"}], "user_id": "b565e9f8854e456b9c9ecda52b0bb624", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:53:49,207 79794 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/c3adf839afde4e18b190af5e1edfbcc0/volumes/f0bc64c1-05c7-4434-8c53-543ca6b3310c 0.065s 2023-04-18 17:53:49,208 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03c53e97-a915-46cc-be06-0c46b3bc15b0', 'content-length': '928', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03c53e97-a915-46cc-be06-0c46b3bc15b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c3adf839afde4e18b190af5e1edfbcc0/volumes/f0bc64c1-05c7-4434-8c53-543ca6b3310c'} Body: b'{"volume": {"id": "f0bc64c1-05c7-4434-8c53-543ca6b3310c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:53:49.000000", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-1285719526", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-1959756702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c3adf839afde4e18b190af5e1edfbcc0/volumes/f0bc64c1-05c7-4434-8c53-543ca6b3310c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c3adf839afde4e18b190af5e1edfbcc0/volumes/f0bc64c1-05c7-4434-8c53-543ca6b3310c"}], "user_id": "b565e9f8854e456b9c9ecda52b0bb624", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c3adf839afde4e18b190af5e1edfbcc0"}}' 2023-04-18 17:53:50,264 79794 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/c3adf839afde4e18b190af5e1edfbcc0/volumes/f0bc64c1-05c7-4434-8c53-543ca6b3310c 0.038s 2023-04-18 17:53:50,264 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3869acc-37ff-4aa9-a910-fbc22e56dfcf', 'content-length': '94 9', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3869acc-37ff-4aa9-a910-fbc22e56dfcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c3adf839afde4e18b190af5e1edfbcc0/volumes/f0bc64c1-05c7-4434-8c53-543ca6b3310c'} Body: b'{"volume": {"id": "f0bc64c1-05c7-4434-8c53-543ca6b3310c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:53:49.000000", "updated_at": "2023-04-18T17:53:49.000000", "name": "tempest-VolumeTypesAccessTest-Volume-1285719526", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-1959756702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c3adf839afde4e18b190af5e1edfbcc0/volumes/f0bc64c1-05c7-4434-8c53-543ca6b3310c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c3adf839afde4e18b190af5e1edfbcc0/volumes/f0bc64c1-05c7-4434-8c53-543ca6b3310c"}], "user_id": "b565e9f8854e456b9c9ecda52b0bb624", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c3adf839afde4e18b190af5e1edfbcc0"}}' 2023-04-18 17:53:50,318 79794 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c3adf839afde4e18b190af5e1edfbcc0/volumes/f0bc64c1-05c7-4434-8c53-543ca6b3310c 0.043s 2023-04-18 17:53:50,319 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbb26003-06c9-4587-9fa4-7a91fd0ba183', 'content-length': '949', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbb26003-06c9-4587-9fa4-7a91fd0ba183', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c3adf839afde4e18b190af5e1edfbcc0/volumes/f0bc64c1-05c7-4434-8c53-543ca6b3310c'} Body: b'{"volume": {"id": "f0bc64c1-05c7-4434-8c53-543ca6b3310c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:53:49.000000", "updated_at": "2023-04-18T17:53:49.000000", "name": "tempest-VolumeTypesAccessTest-Volume-1285719526", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-1959756702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c3adf839afde4e18b190af5e1edfbcc0/volumes/f0bc64c1-05c7-4434-8c53-543ca6b3310c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c3adf839afde4e18b190af5e1edfbcc0/volumes/f0bc64c1-05c7-4434-8c53-543ca6b3310c"}], "user_id": "b565e9f8854e456b9c9ecda52b0bb624", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c3adf839afde4e18b190af5e1edfbcc0"}}' 2023-04-18 17:53:50,481 79794 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c3adf839afde4e18b190af5e1edfbcc0/volumes/f0bc64c1-05c7-4434-8c53-543ca6b3310c 0.151s 2023-04-18 17:53:50,482 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b43d158-e263-4c3b-a9fe-1f6fc164416f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c3adf839af de4e18b190af5e1edfbcc0/volumes/f0bc64c1-05c7-4434-8c53-543ca6b3310c'} Body: b'' 2023-04-18 17:53:50,503 79794 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c3adf839afde4e18b190af5e1edfbcc0/volumes/f0bc64c1-05c7-4434-8c53-543ca6b3310c 0.021s 2023-04-18 17:53:50,503 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-c400fded-4eaf-44d8-a1a6-04d403258e62', 'x-openstack-request-id': 'req-c400fded-4eaf-44d8-a1a6-04d403258e62', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c3adf839afde4e18b190af5e1edfbcc0/volumes/f0bc64c1-05c7-4434-8c53-543ca6b3310c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f0bc64c1-05c7-4434-8c53-543ca6b3310c could not be found."}}' 2023-04-18 17:53:50,538 79794 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/353a3f014b1a47afb4069c8c5b6d2e16/types/73f8cfb5-9816-42b0-8d24-05fea587835e/action 0.034s 2023-04-18 17:53:50,539 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"removeProjectAccess": {"project": "c3adf839afde4e18b190af5e1edfbcc0"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ddc609b4-0824-458b-a782-3b012b6b5a36', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/353a3f014b1a47afb4069c8c5b6d2e16/types/73f8cfb5-9816-42b0-8d24-05fea587835e/action'} Body: b'' 2023-04-18 17:53:50,596 79794 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/353a3f014b1a47afb4069c8c5b6d2e16/types/73f8cfb5-9816-42b0-8d24-05fea587835e 0.057s 2023-04-18 17:53:50,596 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1398d0ab-5f6f-41d4-933d-b922a588455b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/353a3f014b1a47afb4069c8c5b6d2e16/types/73f8cfb5-9816-42b0-8d24-05fea587835e'} Body: b'' 2023-04-18 17:53:50,624 79794 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/353a3f014b1a47afb4069c8c5b6d2e16/types/73f8cfb5-9816-42b0-8d24-05fea587835e 0.027s 2023-04-18 17:53:50,624 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-d24f6f57-0ec3-42b1-a69b-475925c1401c', 'x-openstack-request-id': 'req-d24f6f57-0ec3-42b1-a69b-475925c1401c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/353a3f014b1a47afb4069 c8c5b6d2e16/types/73f8cfb5-9816-42b0-8d24-05fea587835e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 73f8cfb5-9816-42b0-8d24-05fea587835e could not be found."}}' setUpClass (cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest) ----------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_unicode.py", line 39, in resource_setup cls.volume = cls.create_volume_with_args(name=cls.volume_name) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_unicode.py", line 54, in create_volume_with_args waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 744eda0e-177f-4665-8a4e-392a5fe728ef failed to build and is in ERROR status tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size[id-9adae371-a257-43a5-459a-dc7c88e66e0e,negative] ----------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_clone_negative.py", line 40, in test_create_from_volume_decreasing_size src_vol = self.create_volume(size=src_size) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 7f3f09b9-2136-4338-90e4-7a27910b83ef failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:53:58,522 79794 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 202 POST http://10.0.0.210/volume/v3/59027d47e46f43049e08b67d54f795df/volumes 0.368s 2023-04-18 17:53:58,523 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 2, "name": "tempest-VolumesCloneNegativeTest-Volume-150079638"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3b27dbd-6909-4a9f-9ffb-1f77f5eb9f9b', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3b27dbd-6909-4a9f-9ffb-1f77f5eb9f9b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/59027d47e46f43049e08b67d54f795df/volumes'} Body: b'{"volume": {"id": "7f3f09b9-2136-4338-90e4-7a27910b83ef", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T17:53:58.452481", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-150079638", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/59027d47e46f43049e08b67d54f795df/volumes/7f3f09b9-2136-4338-90e4-7a27910b83ef"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/59027d47e46f43049e08b67d54f795df/volumes/7f3f09b9-2136-4338-90e4-7a27910b83ef"}], "user_id": "a5c4e65775f24542b4d6efaf63acb8c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:53:58,581 79794 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/59027d47e46f43049e08b67d54f795df/volumes/7f3f09b9-2136-4338-90e4-7a27910b83ef 0.047s 2023-04-18 17:53:58,581 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d414d9be-1fb3-404b-82ed-640a5acaa990', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d414d9be-1fb3-404b-82ed-640a5acaa990', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/59027d47e46f43049e08b67d54f795df/volumes/7f3f09b9-2136-4338-90e4-7a27910b83ef'} Body: b'{"volume": {"id": "7f3f09b9-2136-4338-90e4-7a27910b83ef", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T17:53:58.000000", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-150079638", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/59027d47e46f43049e08b67d54f795df/volumes/7f3f09b9-2136-4338-90e4-7a27910b83ef"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/59027d47e46f43049e08b67d54f795df/volumes/7f3f09b9-2136-4338-90e4-7a27910b83ef"}], "user_id": "a5c4e65775f24542b4d6efaf63acb8c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "59027d47e46f43049e08b67d54f795df"}}' 2023-04-18 17:53:59,658 79794 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/59027d47e46f43049e08b67d54f795df/volumes/7f3f09b9-2136-4338-90e4-7a27910b83ef 0.062s 2023-04-18 17:53:59,658 79794 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c44f2e1a-2ae1-41d4-abfc-fafe6eb0dbec', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c44f2e1a-2ae1-41d4-abfc-fafe6eb0dbec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/59027d47e46f43049e08b67d54f795df/volumes/7f3f09b9-2136-4338-90e4-7a27910b83ef'} Body: b'{"volume": {"id": "7f3f09b9-2136-4338-90e4-7a27910b83ef", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T17:53:58.000000", "updated_at": "2023-04-18T17:53:59.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-150079638", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/59027d47e46f43049e08b67d54f795df/volumes/7f3f09b9-2136-4338-90e4-7a27910b83ef"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/59027d47e46f43049e08b67d54f795df/volumes/7f3f09b9-2136-4338-90e4-7a27910b83ef"}], "user_id": "a5c4e65775f24542b4d6efaf63acb8c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "59027d47e46f43049e08b67d54f795df"}}' 2023-04-18 17:53:59,738 79794 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/59027d47e46f43049e08b67d54f795df/volumes/7f3f09b9-2136-4338-90e4-7a27910b83ef 0.068s 2023-04-18 17:53:59,738 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17ebbe7a-fc4e-4bcb-9ce2-0616ae13bbc7', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17ebbe7a-fc4e-4bcb-9ce2-0616ae13bbc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/59027d47e46f43049e08b67d54f795df/volumes/7f3f09b9-2136-4338-90e4-7a27910b83ef'} Body: b'{"volume": {"id": "7f3f09b9-2136-4338-90e4-7a27910b83ef", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T17:53:58.000000", "updated_at": "2023-04-18T17:53:59.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-150079638", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/59027d47e46f43049e08b67d54f795df/volumes/7f3f09b9-2136-4338-90e4-7a27910b83ef"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/59027d47e46f43049e08b67d54f795df/volumes/7f3f09b9-2136-4338-90e4-7a27910b83ef"}], "user_id": "a5c4e65775f24542b4d6efaf63acb8c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "59027d47e46f43049e08b67d54f795df"}}' 2023-04-18 17:53:59,852 79794 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/59027d47e46f43049e08b67d54f795df/volumes/7f3f09b9-2136-4338-90e4-7a27910b83ef 0.102s 2023-04-18 17:53:59,852 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:59 GMT', 'server': 'Apache/2.4.5 2 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53fd9782-4314-4157-a0ba-953f6936a706', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/59027d47e46f43049e08b67d54f795df/volumes/7f3f09b9-2136-4338-90e4-7a27910b83ef'} Body: b'' 2023-04-18 17:53:59,875 79794 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/59027d47e46f43049e08b67d54f795df/volumes/7f3f09b9-2136-4338-90e4-7a27910b83ef 0.022s 2023-04-18 17:53:59,875 79794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-20f7f848-7ecc-4fcc-a585-cc98856ddb4a', 'x-openstack-request-id': 'req-20f7f848-7ecc-4fcc-a585-cc98856ddb4a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/59027d47e46f43049e08b67d54f795df/volumes/7f3f09b9-2136-4338-90e4-7a27910b83ef'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 7f3f09b9-2136-4338-90e4-7a27910b83ef could not be found."}}' setUpClass (tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON) --------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots_list.py", line 32, in resource_setup volume_origin = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 9c9ffdf1-bc65-446c-a0ff-849b3dec1c9c failed to build and is in ERROR status tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume] ---------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_delete_server.py", line 114, in test_delete_server_while_in_attached_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume e09aaf09-1885-431c-842e-bbd9d7ba7ea5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:52:39,380 79802 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.034s 2023-04-18 17:52:39,380 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2813', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-2f95a0f0-cb3b-4ad6-8f7b-631d63df8b85', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "1c3485d9c96e4c24af53b5e0087b2197", "name": "tempest-DeleteServersTestJSON-231045211-project-member", "password_expires_at": null}, "audit_ids": ["sKLsQ0uRRECTAyBV8JWLMw"], "expires_at": "2023-04-18T18:52:39.000000Z", "issued_at": "2023-04-18T17:52:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2d34c960d697434cbe8e088fe7a22ee2", "name": "tempest-DeleteServersTestJSON-231045211"}, "is_domain": false, "roles": [{"id": "762b079e91ba4ddbacceb1546eb3e74b", "name": "member"}, {"id": "807c7b6962e34127851a8fd52e276165", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e52ae3082fbf4a328ade93bc969dfa86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "166e820cb0ca4a089aa9254384c06e53", "type": "image", "name": "glance"}, {"endpoints": [{"id": "f150521060f741f784e55058e10c303b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "1c8e6022cdfd4e9eb0fc68323e0cac02", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9c29a67948cb4cc48fd15a0431fe7a64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2d34c960d697434cbe8e088fe7a22ee2", "region": "RegionOne"}], "id": "2cacf9cd2898416aa34b0c96d297137a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "065cb3b15cfa48a89cd4a0610ca051f6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "334844b10d614b7693449511937eb5fa", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "42d5039ab31f496ebe06b2ab79621342", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2d34c960d697434cbe8e088fe7a22ee2", "region": "RegionOne"}], "id": "39da698ec5564e8180fd91a7bbf41b0f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "730244346eb743c5833aedad51c363d0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2d34c960d697434cbe8e088fe7a22ee2", "region": "RegionOne"}], "id": "5bcb3497a89a4dd8ae0ef4ff16e2f813", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9e3ae159bccb449fb431409ede0cbbd8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "63801c39cce14ff588071cf5a2486448", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "bb0997ca4d744ef88ab11be55b02192c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "aceec1d3ad2d4c5da6a7ca57bbfb3a51", "type": "identity", "name": "keystone"}]}}' 2023-04-18 17:52:39,381 79802 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': '803d4456-6348-4418-868d-66100bcac857', 'name': 'tempest-DeleteServersTestJSON-887842569-network', 'tenant_id': '2d34c960d697434cbe8e088fe7a22ee2', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2d34c960d697434cbe8e088fe7a22ee2', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 14619, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T17:52:13Z', 'updated_at': '2023-04-18T17:52:13Z', 'revision_number': 1} available for tenant 2023-04-18 17:52:42,270 79802 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 2.888s 2023-04-18 17:52:42,270 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-274356227", "imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "flavorRef": "42", "networks": [{"uuid": "803d4456-6348-4418-868d-66100bcac857"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/c576557f-02b5-4618-af9e-5cd2865db8b2', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31630184-31b8-4c87-8c80-709050fe129f', 'x-compute-request-id': 'req-31630184-31b8-4c87-8c80-709050fe129f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "c576557f-02b5-4618-af9e-5cd2865db8b2", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c576557f-02b5-4618-af9e-5cd2865db8b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c576557f-02b5-4618-af9e-5cd2865db8b2"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "CWUsqzRkR6W2"}}' 2023-04-18 17:52:42,500 79802 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/c576557f-02b5-4618-af9e-5cd2865db8b2 0.225s 2023-04-18 17:52:42,501 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1208', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ac48e81-d4fc-411b-9d99-100107f698a3', 'x-compute-request-id': 'req-3ac48e81-d4fc-411b-9d99-100107f698a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c576557f-02b5-4618-af9e-5cd2865db8b2'} Body: b'{"server": {"id": "c576557f-02b5-4618-af9e-5cd2865db8b2", "name": "tempest-DeleteServersTestJSON-server-274356227", "status": "BUILD", "tenant_id": "2d34c960d697434cbe8e088fe7a22ee2", "user_id": "1c3485d9c96e4c24af53b5e0087b2197", "metadata": {}, "hostId": "", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:52:42Z", "updated": "2023-04-18T17:52:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c576557f-02b5-4618-af9e-5cd2865db8b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c576557f-02b5-4618-af9e-5cd2865db8b2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:53:33,633 79802 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/c576557f-02b5-4618-af9e-5cd2865db8b2 1.070s 2023-04-18 17:53:33,634 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1488', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49125643-e49d-4886-a04a-a4db6ffef109', 'x-compute-request-id': 'req-49125643-e49d-4886-a04a-a4db6ffef109', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c576557f-02b5-4618-af9e-5cd2865db8b2'} Body: b'{"server": {"id": "c576557f-02b5-4618-af9e-5cd2865db8b2", "name": "tempest-DeleteServersTestJSON-server-274356227", "status": "ACTIVE", "tenant_id": "2d34c960d697434cbe8e088fe7a22ee2", "user_id": "1c3485d9c96e4c24af53b5e0087b2197", "metadata": {}, "hostId": "09c959d957e7d2e2d652d4d1178e2f9ef7578bc7e4dcfebbacb1cd84", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:52:42Z", "updated": "2023-04-18T17:53:01Z", "addresses": {"tempest-DeleteServersTestJSON-887842569-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:85:d2:11"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c576557f-02b5-4618-af9e-5cd2865db8b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c576557f-02b5-4618-af9e-5cd2865db8b2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T17:53:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:53:33,645 79802 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-18 17:54:33,877 79802 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 202 POST http://10.0.0.210/volume/v3/2d34c960d697434cbe8e088fe7a22ee2/volumes 0.213s 2023-04-18 17:54:33,877 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-DeleteServersTestJSON-volume-1500685551"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:54:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9806cb05-3c20-4c07-8e19-4edb02e02c95', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9806cb05-3c20-4c07-8e19-4edb02e02c95', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2d34c960d697434cbe8e088fe7a22ee2/volumes'} Body: b'{"volume": {"id": "e09aaf09-1885-431c-842e-bbd9d7ba7ea5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:54:33.820219 ", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-1500685551", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2d34c960d697434cbe8e088fe7a22ee2/volumes/e09aaf09-1885-431c-842e-bbd9d7ba7ea5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2d34c960d697434cbe8e088fe7a22ee2/volumes/e09aaf09-1885-431c-842e-bbd9d7ba7ea5"}], "user_id": "1c3485d9c96e4c24af53b5e0087b2197", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:54:33,925 79802 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/volume/v3/2d34c960d697434cbe8e088fe7a22ee2/volumes/e09aaf09-1885-431c-842e-bbd9d7ba7ea5 0.038s 2023-04-18 17:54:33,926 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:54:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-098cd18a-349b-4dbd-8e3b-020fa98b7bfb', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-098cd18a-349b-4dbd-8e3b-020fa98b7bfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2d34c960d697434cbe8e088fe7a22ee2/volumes/e09aaf09-1885-431c-842e-bbd9d7ba7ea5'} Body: b'{"volume": {"id": "e09aaf09-1885-431c-842e-bbd9d7ba7ea5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:54:34.000000", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-1500685551", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2d34c960d697434cbe8e088fe7a22ee2/volumes/e09aaf09-1885-431c-842e-bbd9d7ba7ea5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2d34c960d697434cbe8e088fe7a22ee2/volumes/e09aaf09-1885-431c-842e-bbd9d7ba7ea5"}], "user_id": "1c3485d9c96e4c24af53b5e0087b2197", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2d34c960d697434cbe8e088fe7a22ee2"}}' 2023-04-18 17:54:34,977 79802 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/volume/v3/2d34c960d697434cbe8e088fe7a22ee2/volumes/e09aaf09-1885-431c-842e-bbd9d7ba7ea5 0.040s 2023-04-18 17:54:34,978 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:54:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84ffdd2d-7a11-4194-8611-b83f6f56b767', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84ffdd2d-7a11-4194-8611-b83f6f56b767', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2d34c960d697434cbe8e088fe7a22ee2/volumes/e09aaf09-1885-431c-842e-bbd9d7ba7ea5'} Body: b'{"volume": {"id": "e09aaf09-1885-431c-842e-bbd9d7ba7ea5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:54:34.000000", "updated_at": "2023-04-18T17:54:34.000000", "name": "tempest-DeleteServersTestJSON-volume-1500685551", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2d34c960d697434cbe8e088fe7a22ee2/volumes/e 09aaf09-1885-431c-842e-bbd9d7ba7ea5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2d34c960d697434cbe8e088fe7a22ee2/volumes/e09aaf09-1885-431c-842e-bbd9d7ba7ea5"}], "user_id": "1c3485d9c96e4c24af53b5e0087b2197", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2d34c960d697434cbe8e088fe7a22ee2"}}' tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive[id-777e468f-17ca-4da4-b93d-b7dbf56c0494] ----------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_volume.py", line 111, in test_attach_scsi_disk_with_config_drive volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume cfbc23eb-9d17-4f41-8722-ecdd25ac7d70 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:52:35,505 79798 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/image/v2/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33 0.148s 2023-04-18 17:52:35,505 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-89503cde-28de-4398-86a7-86c9a984d2a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.5.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 16300544, "virtual_size": 117440512, "status": "active", "checksum": "b874c39491a2377b8490f5f1e89761a4", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "a46287e01e14415694c956b326941bd8", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "created_at": "2023-04-18T17:48:52Z", "updated_at": "2023-04-18T17:48:54Z", "tags": [], "self": "/v2/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "file": "/v2/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33/file", "schema": "/v2/schemas/image"}' 2023-04-18 17:52:36,586 79798 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 201 POST http://10.0.0.210/image/v2/images 0.814s 2023-04-18 17:52:36,586 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"container_format": "bare", "disk_format": "qcow2", "min_disk": 0, "min_ram": 0, "visibility": "public", "hw_scsi_model": "virtio-scsi", "hw_disk_bus": "scsi", "hw_cdrom_bus": "scsi"} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '690', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/0cd6f38e-0e6f-4309-acc3-535d78fb6967', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-6773c95b-5006-4cff-a706-248e17f7b7ac', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"hw_scsi_model": "virtio-scsi", "hw_disk_bus": "scsi", "hw_cdrom_bus": "scsi", "name": null, "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "a4dfc60723384fa6b3343a0ed2aa9c29", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "0cd6f38e-0e6f-4309-acc3-535d78fb6967", "created_at": "2023-04-18T17:52:37Z", "updated_at": "2023-04-18T17:52:37Z", "tags": [], "self": "/v2/images/0cd6f38e-0e6f-4309-acc3-535d78fb6967", "file": "/v2/images/0cd6f38e-0e6f-4309-acc3-535d78fb6967/file", "schema": "/v2/schemas/image"}' 2023-04-18 17:52:38,907 79798 WARNING [urllib3.connectionpool] Connection pool is full, discarding connection: 10.0.0.210. Connection pool size: 1 2023-04-18 17:52:38,908 79798 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 204 PUT http://10.0.0.210/image/v2/images/0cd6f38e-0e6f-4309-acc3-535d78fb6967/file 2.321s 2023-04-18 17:52:38,908 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet -stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-062bd3f2-3d72-40c0-98fb-a7140dab1747', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/0cd6f38e-0e6f-4309-acc3-535d78fb6967/file'} Body: b'' 2023-04-18 17:52:38,909 79798 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 17:52:38,909 79798 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 17:52:39,128 79798 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.214s 2023-04-18 17:52:39,128 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1346673688", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGGeHStYM4ygIuODWJ+8kTcQMPVdBEZD6+MimB+v0jGVv5OizZPF9fh0HWSy49OL58BKJEtxnzs0/J9tDHGkidju50e/pNOqNyiR8hiau6b1sKmy+U030yBv6W1n7KOpFg=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3297bb9b-17ae-4475-9422-0d887ac77e75', 'x-compute-request-id': 'req-3297bb9b-17ae-4475-9422-0d887ac77e75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1346673688", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGGeHStYM4ygIuODWJ+8kTcQMPVdBEZD6+MimB+v0jGVv5OizZPF9fh0HWSy49OL58BKJEtxnzs0/J9tDHGkidju50e/pNOqNyiR8hiau6b1sKmy+U030yBv6W1n7KOpFg==", "fingerprint": "0a:32:73:0f:a2:fd:60:90:dd:cf:2b:f8:b8:ba:3a:36", "user_id": "b4904c9727144ebdaa5ddfd6059f5374"}}' 2023-04-18 17:52:39,134 79798 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1346673688 created 2023-04-18 17:52:40,077 79798 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.943s 2023-04-18 17:52:40,078 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--102306535", "description": "tempest-description--848357203"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-c9c8f95d-bd23-4a46-ad29-29b03631e482', 'date': 'Tue, 18 Apr 2023 17:52:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "a45e6713-1d35-4d31-9be9-67fddc30d36d", "name": "tempest-securitygroup--102306535", "stateful": true, "tenant_id": "3253cf1033424d3dbbfc38e50ede4d42", "description": "tempest-description--848357203", "shared": false, "security_group_rules": [{"id": "18bea922-de10-483a-b7d8-c524eca93b23", "tenant_id": "3253cf1033424d3dbbfc38e50ede4d42", "security_group_id": "a45e6713-1d35-4d31-9be9-67fddc30d36d", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 269, "description": null, "tags": [], "created_at ": "2023-04-18T17:52:39Z", "updated_at": "2023-04-18T17:52:39Z", "revision_number": 0, "project_id": "3253cf1033424d3dbbfc38e50ede4d42"}, {"id": "736d090c-49d8-4019-80b7-dcd017ed6b47", "tenant_id": "3253cf1033424d3dbbfc38e50ede4d42", "security_group_id": "a45e6713-1d35-4d31-9be9-67fddc30d36d", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 270, "description": null, "tags": [], "created_at": "2023-04-18T17:52:39Z", "updated_at": "2023-04-18T17:52:39Z", "revision_number": 0, "project_id": "3253cf1033424d3dbbfc38e50ede4d42"}], "tags": [], "created_at": "2023-04-18T17:52:39Z", "updated_at": "2023-04-18T17:52:39Z", "revision_number": 1, "project_id": "3253cf1033424d3dbbfc38e50ede4d42"}}' 2023-04-18 17:52:40,984 79798 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.905s 2023-04-18 17:52:40,985 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a45e6713-1d35-4d31-9be9-67fddc30d36d", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-894ad654-8a4c-44ed-a250-d3efc27573bd', 'date': 'Tue, 18 Apr 2023 17:52:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e71e48ee-6b3b-49b1-9886-6917fabf7f94", "tenant_id": "3253cf1033424d3dbbfc38e50ede4d42", "security_group_id": "a45e6713-1d35-4d31-9be9-67fddc30d36d", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T17:52:40Z", "updated_at": "2023-04-18T17:52:40Z", "revision_number": 0, "project_id": "3253cf1033424d3dbbfc38e50ede4d42"}}' 2023-04-18 17:52:42,444 79798 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.458s 2023-04-18 17:52:42,444 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a45e6713-1d35-4d31-9be9-67fddc30d36d", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-b0f6c040-c9e4-475d-b6d0-b3bc7d8e7930', 'date': 'Tue, 18 Apr 2023 17:52:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "be4c1286-d8bc-453b-8279-7ba142df7cec", "tenant_id": "3253cf1033424d3dbbfc38e50ede4d42", "security_group_id": "a45e6713-1d35-4d31-9be9-67fddc30d36d", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T17:52:41Z", "updated_at": "2023-04-18T17:52:41Z", "revision_number": 0, "project_id": "3253cf1033424d3dbbfc38e50ede4d42"}}' 2023-04-18 17:52:42,445 79798 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--102306535 created 2023-04-18 17:52:45,384 79798 INFO [tempest.lib.common.rest_client] Request (Va lidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.939s 2023-04-18 17:52:45,385 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "c2ff55f8-5a51-4b60-9edc-492850802101"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-746c33ed-7c26-4d43-9fd8-98b5fc0dfd7c', 'date': 'Tue, 18 Apr 2023 17:52:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "948969de-985a-4af1-8505-08f416544b9b", "tenant_id": "3253cf1033424d3dbbfc38e50ede4d42", "floating_ip_address": "172.24.4.135", "floating_network_id": "c2ff55f8-5a51-4b60-9edc-492850802101", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "3253cf1033424d3dbbfc38e50ede4d42", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T17:52:44Z", "updated_at": "2023-04-18T17:52:44Z", "revision_number": 0}}' 2023-04-18 17:52:45,385 79798 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '948969de-985a-4af1-8505-08f416544b9b', 'tenant_id': '3253cf1033424d3dbbfc38e50ede4d42', 'floating_ip_address': '172.24.4.135', 'floating_network_id': 'c2ff55f8-5a51-4b60-9edc-492850802101', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '3253cf1033424d3dbbfc38e50ede4d42', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T17:52:44Z', 'updated_at': '2023-04-18T17:52:44Z', 'revision_number': 0, 'ip': '172.24.4.135'} created 2023-04-18 17:52:45,477 79798 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.087s 2023-04-18 17:52:45,478 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2821', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-ab9b9056-fe73-43d9-b88f-f8bdd8330bbb', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "b4904c9727144ebdaa5ddfd6059f5374", "name": "tempest-AttachSCSIVolumeTestJSON-1591623582-project-member", "password_expires_at": null}, "audit_ids": ["wTgwu4StT_2nAMswq9wrPg"], "expires_at": "2023-04-18T18:52:45.000000Z", "issued_at": "2023-04-18T17:52:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3253cf1033424d3dbbfc38e50ede4d42", "name": "tempest-AttachSCSIVolumeTestJSON-1591623582"}, "is_domain": false, "roles": [{"id": "762b079e91ba4ddbacceb1546eb3e74b", "name": "member"}, {"id": "807c7b6962e34127851a8fd52e276165", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e52ae3082fbf4a328ade93bc969dfa86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "166e820cb0ca4a089aa9254384c06e53", "type": "image", "name": "glance"}, {"endpoints": [{"id": "f150521060f741f784e55058e10c303b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "1c8e6022cdfd4e9eb0fc68323e0cac02", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9c29a67948cb4cc48fd15a0431fe7a64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/3253cf1033424d3dbbfc38e50ede4d42", "region": "RegionOne"}], "id": "2cacf9cd 2898416aa34b0c96d297137a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "065cb3b15cfa48a89cd4a0610ca051f6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "334844b10d614b7693449511937eb5fa", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "42d5039ab31f496ebe06b2ab79621342", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/3253cf1033424d3dbbfc38e50ede4d42", "region": "RegionOne"}], "id": "39da698ec5564e8180fd91a7bbf41b0f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "730244346eb743c5833aedad51c363d0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/3253cf1033424d3dbbfc38e50ede4d42", "region": "RegionOne"}], "id": "5bcb3497a89a4dd8ae0ef4ff16e2f813", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9e3ae159bccb449fb431409ede0cbbd8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "63801c39cce14ff588071cf5a2486448", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "bb0997ca4d744ef88ab11be55b02192c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "aceec1d3ad2d4c5da6a7ca57bbfb3a51", "type": "identity", "name": "keystone"}]}}' 2023-04-18 17:52:45,478 79798 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': '19330178-a306-416f-aa8e-b08cfa6c42c4', 'name': 'tempest-AttachSCSIVolumeTestJSON-253633428-network', 'tenant_id': '3253cf1033424d3dbbfc38e50ede4d42', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3253cf1033424d3dbbfc38e50ede4d42', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 33720, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T17:52:12Z', 'updated_at': '2023-04-18T17:52:12Z', 'revision_number': 1} available for tenant 2023-04-18 17:52:45,479 79798 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1346673688', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGGeHStYM4ygIuODWJ+8kTcQMPVdBEZD6+MimB+v0jGVv5OizZPF9fh0HWSy49OL58BKJEtxnzs0/J9tDHGkidju50e/pNOqNyiR8hiau6b1sKmy+U030yBv6W1n7KOpFg==', 'fingerprint': '0a:32:73:0f:a2:fd:60:90:dd:cf:2b:f8:b8:ba:3a:36', 'user_id': 'b4904c9727144ebdaa5ddfd6059f5374', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBBTVzn4YlTSLO2otEkGYx72zOICGLSAm3O+8hP3o7kyKd+Y7D4+Ow6\nTM2+sVWG+zmgBwYFK4EEACKhZANiAARhnh0rWDOMoCLjg1ifvJE3EDD1XQRGQ+vj\nIpgfr9Ixlb+Tos2TxfX4dB1ksuPTi+fASiRLcZ87NPyfbQxxpInY7udHv6TTqjco\nkfIYmrum9bCpsvlNN9Mgb+ltZ+yjqRY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'a45e6713-1d35-4d31-9be9-67fddc30d36d', 'name': 'tempest-securitygroup--102306535', 'stateful': True, 'tenant_id': '3253cf1033424d3dbbfc38e50ede4d42', 'description': 'tempest-description--848357203', 'shared': False, 'security_group_rules': [{'id': '18bea922-de10-483a-b7d8-c524eca93b23', 'tenant_id': '3253cf1033424d3dbbfc38e50ede4d42', 'security_group_id': 'a45e6713-1d35-4d31-9be9-67fddc30d36d', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 269, 'description': None, 'tags': [], 'created_at': '2023-04-18T17:52:39Z', 'updated_at': '2023-04-18T17:52:39Z', 'revision_number': 0, 'project_id': '3253cf1033424d3dbbfc38e50ede4d42'}, {'id': '736d090c-49d8-4019-80b7-dcd017ed6b47', 'tenant_id': '3253cf1033424d3dbbfc38e50ede4d42', 'security_group_i d': 'a45e6713-1d35-4d31-9be9-67fddc30d36d', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 270, 'description': None, 'tags': [], 'created_at': '2023-04-18T17:52:39Z', 'updated_at': '2023-04-18T17:52:39Z', 'revision_number': 0, 'project_id': '3253cf1033424d3dbbfc38e50ede4d42'}], 'tags': [], 'created_at': '2023-04-18T17:52:39Z', 'updated_at': '2023-04-18T17:52:39Z', 'revision_number': 1, 'project_id': '3253cf1033424d3dbbfc38e50ede4d42'}, 'floating_ip': {'id': '948969de-985a-4af1-8505-08f416544b9b', 'tenant_id': '3253cf1033424d3dbbfc38e50ede4d42', 'floating_ip_address': '172.24.4.135', 'floating_network_id': 'c2ff55f8-5a51-4b60-9edc-492850802101', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '3253cf1033424d3dbbfc38e50ede4d42', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T17:52:44Z', 'updated_at': '2023-04-18T17:52:44Z', 'revision_number': 0, 'ip': '172.24.4.135'}} 2023-04-18 17:52:47,980 79798 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 202 POST http://10.0.0.210/compute/v2.1/servers 2.500s 2023-04-18 17:52:47,980 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachSCSIVolumeTestJSON-server-603992942", "imageRef": "0cd6f38e-0e6f-4309-acc3-535d78fb6967", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "19330178-a306-416f-aa8e-b08cfa6c42c4"}], "security_groups": [{"name": "tempest-securitygroup--102306535"}], "key_name": "tempest-keypair-1346673688", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/a78732a0-37b0-4c31-8101-a68e40c82078', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9ed28293-64d3-4bd0-ae2d-6b8b55a63f43', 'x-compute-request-id': 'req-9ed28293-64d3-4bd0-ae2d-6b8b55a63f43', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "a78732a0-37b0-4c31-8101-a68e40c82078", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a78732a0-37b0-4c31-8101-a68e40c82078"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a78732a0-37b0-4c31-8101-a68e40c82078"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--102306535"}], "adminPass": "G7HYkKT2UuGC"}}' 2023-04-18 17:52:48,302 79798 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/compute/v2.1/servers/a78732a0-37b0-4c31-8101-a68e40c82078 0.316s 2023-04-18 17:52:48,303 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1239', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-17e54b97-1874-4aa0-ab78-04a6059c4cf3', 'x-compute-request-id': 'req-17e54b97-1874-4aa0-ab78-04a6059c4cf3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/c ompute/v2.1/servers/a78732a0-37b0-4c31-8101-a68e40c82078'} Body: b'{"server": {"id": "a78732a0-37b0-4c31-8101-a68e40c82078", "name": "tempest-AttachSCSIVolumeTestJSON-server-603992942", "status": "BUILD", "tenant_id": "3253cf1033424d3dbbfc38e50ede4d42", "user_id": "b4904c9727144ebdaa5ddfd6059f5374", "metadata": {}, "hostId": "", "image": {"id": "0cd6f38e-0e6f-4309-acc3-535d78fb6967", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/0cd6f38e-0e6f-4309-acc3-535d78fb6967"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:52:48Z", "updated": "2023-04-18T17:52:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a78732a0-37b0-4c31-8101-a68e40c82078"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a78732a0-37b0-4c31-8101-a68e40c82078"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-1346673688", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:53:38,612 79798 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/compute/v2.1/servers/a78732a0-37b0-4c31-8101-a68e40c82078 0.248s 2023-04-18 17:53:38,612 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1547', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be9e0034-25c6-4333-912c-17ca04e160ac', 'x-compute-request-id': 'req-be9e0034-25c6-4333-912c-17ca04e160ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a78732a0-37b0-4c31-8101-a68e40c82078'} Body: b'{"server": {"id": "a78732a0-37b0-4c31-8101-a68e40c82078", "name": "tempest-AttachSCSIVolumeTestJSON-server-603992942", "status": "ACTIVE", "tenant_id": "3253cf1033424d3dbbfc38e50ede4d42", "user_id": "b4904c9727144ebdaa5ddfd6059f5374", "metadata": {}, "hostId": "3cf67a832f80f161b705e0d2f17c719ddc8fa9ae7772d7267405a4e9", "image": {"id": "0cd6f38e-0e6f-4309-acc3-535d78fb6967", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/0cd6f38e-0e6f-4309-acc3-535d78fb6967"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:52:47Z", "updated": "2023-04-18T17:53:09Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-253633428-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:8e:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a78732a0-37b0-4c31-8101-a68e40c82078"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a78732a0-37b0-4c31-8101-a68e40c82078"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1346673688", "OS-SRV-USG:launched_at": "2023-04-18T17:53:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--102306535"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:53:38,625 79798 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 17:54:39,179 79798 INFO [tempest.l ib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/compute/v2.1/servers/a78732a0-37b0-4c31-8101-a68e40c82078/os-interface 0.494s 2023-04-18 17:54:39,179 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:54:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c192f7d-72ae-4c82-b64a-390a56d8bc77', 'x-compute-request-id': 'req-0c192f7d-72ae-4c82-b64a-390a56d8bc77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a78732a0-37b0-4c31-8101-a68e40c82078/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "19330178-a306-416f-aa8e-b08cfa6c42c4", "port_id": "9805f1ed-c55d-4486-b45b-c014901e103b", "mac_addr": "fa:16:3e:f7:8e:d7", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "8f46d864-73da-4edb-ba37-dd535e6bd414", "ip_address": "10.0.0.9"}]}]}' 2023-04-18 17:54:40,428 79798 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/948969de-985a-4af1-8505-08f416544b9b 1.244s 2023-04-18 17:54:40,428 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "9805f1ed-c55d-4486-b45b-c014901e103b"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-5f899fb9-cd9e-49de-a3b7-01d84506ba05', 'date': 'Tue, 18 Apr 2023 17:54:40 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/948969de-985a-4af1-8505-08f416544b9b'} Body: b'{"floatingip": {"id": "948969de-985a-4af1-8505-08f416544b9b", "tenant_id": "3253cf1033424d3dbbfc38e50ede4d42", "floating_ip_address": "172.24.4.135", "floating_network_id": "c2ff55f8-5a51-4b60-9edc-492850802101", "router_id": "d4665667-e071-481f-99d2-8e4554822470", "port_id": "9805f1ed-c55d-4486-b45b-c014901e103b", "fixed_ip_address": "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "19330178-a306-416f-aa8e-b08cfa6c42c4", "mac_address": "fa:16:3e:f7:8e:d7", "admin_state_up": true, "status": "ACTIVE", "device_id": "a78732a0-37b0-4c31-8101-a68e40c82078", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T17:52:44Z", "updated_at": "2023-04-18T17:54:39Z", "revision_number": 1, "project_id": "3253cf1033424d3dbbfc38e50ede4d42"}}' 2023-04-18 17:54:40,430 79798 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.135:22' as 'cirros' with public key authentication 2023-04-18 17:54:40,442 79798 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 17:54:40,461 79798 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 17:54:40,462 79798 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.135 successfully created 2023-04-18 17:54:40,942 79798 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 202 POST http://10.0.0.210/volume/v3/3253cf1033424d3dbbfc38e50ede4d42/volumes 0.478s 2023-04-18 17:54:40,942 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-AttachSCSIVolumeTestJSON-volume-1776514911"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:54:40 GMT', ' server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c72dcdb-3d2e-4400-939d-8ea8c28cb79e', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c72dcdb-3d2e-4400-939d-8ea8c28cb79e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3253cf1033424d3dbbfc38e50ede4d42/volumes'} Body: b'{"volume": {"id": "cfbc23eb-9d17-4f41-8722-ecdd25ac7d70", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:54:40.809688", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-1776514911", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3253cf1033424d3dbbfc38e50ede4d42/volumes/cfbc23eb-9d17-4f41-8722-ecdd25ac7d70"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3253cf1033424d3dbbfc38e50ede4d42/volumes/cfbc23eb-9d17-4f41-8722-ecdd25ac7d70"}], "user_id": "b4904c9727144ebdaa5ddfd6059f5374", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:54:40,995 79798 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/volume/v3/3253cf1033424d3dbbfc38e50ede4d42/volumes/cfbc23eb-9d17-4f41-8722-ecdd25ac7d70 0.042s 2023-04-18 17:54:40,995 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:54:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce675393-eb65-4474-9258-c73afa16a6ad', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce675393-eb65-4474-9258-c73afa16a6ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3253cf1033424d3dbbfc38e50ede4d42/volumes/cfbc23eb-9d17-4f41-8722-ecdd25ac7d70'} Body: b'{"volume": {"id": "cfbc23eb-9d17-4f41-8722-ecdd25ac7d70", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:54:41.000000", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-1776514911", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3253cf1033424d3dbbfc38e50ede4d42/volumes/cfbc23eb-9d17-4f41-8722-ecdd25ac7d70"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3253cf1033424d3dbbfc38e50ede4d42/volumes/cfbc23eb-9d17-4f41-8722-ecdd25ac7d70"}], "user_id": "b4904c9727144ebdaa5ddfd6059f5374", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3253cf1033424d3dbbfc38e50ede4d42"}}' 2023-04-18 17:54:42,059 79798 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/volume/v3/3253cf1033424d3dbbfc38e50ede4d42/volumes/cfbc23eb-9d17-4f41-8722-ecdd25ac7d70 0.052s 2023-04-18 17:54:42,059 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:54:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7790b38f-58b8-4fa6-873f-503f0edc9460', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7790b38f-58b8-4fa6-873f-503f0edc9460', 'connection': 'close', 'status': '200', 'cont ent-location': 'http://10.0.0.210/volume/v3/3253cf1033424d3dbbfc38e50ede4d42/volumes/cfbc23eb-9d17-4f41-8722-ecdd25ac7d70'} Body: b'{"volume": {"id": "cfbc23eb-9d17-4f41-8722-ecdd25ac7d70", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:54:41.000000", "updated_at": "2023-04-18T17:54:41.000000", "name": "tempest-AttachSCSIVolumeTestJSON-volume-1776514911", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3253cf1033424d3dbbfc38e50ede4d42/volumes/cfbc23eb-9d17-4f41-8722-ecdd25ac7d70"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3253cf1033424d3dbbfc38e50ede4d42/volumes/cfbc23eb-9d17-4f41-8722-ecdd25ac7d70"}], "user_id": "b4904c9727144ebdaa5ddfd6059f5374", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3253cf1033424d3dbbfc38e50ede4d42"}}' 2023-04-18 17:54:42,475 79798 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/a78732a0-37b0-4c31-8101-a68e40c82078 0.396s 2023-04-18 17:54:42,475 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:54:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-41fa455a-199a-4b1f-83bb-b86c15a5766f', 'x-compute-request-id': 'req-41fa455a-199a-4b1f-83bb-b86c15a5766f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a78732a0-37b0-4c31-8101-a68e40c82078'} Body: b'' 2023-04-18 17:54:42,974 79798 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/a78732a0-37b0-4c31-8101-a68e40c82078 0.498s 2023-04-18 17:54:42,974 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:54:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1672', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-61e0853b-9a3d-4225-80ee-29b080f731b1', 'x-compute-request-id': 'req-61e0853b-9a3d-4225-80ee-29b080f731b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a78732a0-37b0-4c31-8101-a68e40c82078'} Body: b'{"server": {"id": "a78732a0-37b0-4c31-8101-a68e40c82078", "name": "tempest-AttachSCSIVolumeTestJSON-server-603992942", "status": "ACTIVE", "tenant_id": "3253cf1033424d3dbbfc38e50ede4d42", "user_id": "b4904c9727144ebdaa5ddfd6059f5374", "metadata": {}, "hostId": "3cf67a832f80f161b705e0d2f17c719ddc8fa9ae7772d7267405a4e9", "image": {"id": "0cd6f38e-0e6f-4309-acc3-535d78fb6967", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/0cd6f38e-0e6f-4309-acc3-535d78fb6967"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:52:47Z", "updated": "2023-04-18T17:54:42Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-253633428-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:8e:d7"}, {"version": 4, "addr": "172.24.4.135", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:8e:d7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", " href": "http://10.0.0.210/compute/v2.1/servers/a78732a0-37b0-4c31-8101-a68e40c82078"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a78732a0-37b0-4c31-8101-a68e40c82078"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1346673688", "OS-SRV-USG:launched_at": "2023-04-18T17:53:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--102306535"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:55:33,076 79798 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/a78732a0-37b0-4c31-8101-a68e40c82078 0.041s 2023-04-18 17:55:33,077 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-63d08fb3-c847-4947-954a-a07ccc45ca69', 'x-compute-request-id': 'req-63d08fb3-c847-4947-954a-a07ccc45ca69', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a78732a0-37b0-4c31-8101-a68e40c82078'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance a78732a0-37b0-4c31-8101-a68e40c82078 could not be found."}}' 2023-04-18 17:55:33,106 79798 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1346673688 0.028s 2023-04-18 17:55:33,106 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00299847-26f4-4892-933e-a6189e0bf1b8', 'x-compute-request-id': 'req-00299847-26f4-4892-933e-a6189e0bf1b8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1346673688'} Body: b'' 2023-04-18 17:55:33,287 79798 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/a45e6713-1d35-4d31-9be9-67fddc30d36d 0.180s 2023-04-18 17:55:33,288 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-ec46dc98-c27c-4ec6-84b7-b5cf2b8cefd1', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 17:55:33 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a45e6713-1d35-4d31-9be9-67fddc30d36d'} Body: b'' 2023-04-18 17:55:33,322 79798 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/a45e6713-1d35-4d31-9be9-67fddc30d36d 0.034s 2023-04-18 17:55:33,323 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-opensta ck-request-id': 'req-eb6f14ed-f416-4575-aa5c-d85012b8e7b8', 'date': 'Tue, 18 Apr 2023 17:55:33 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a45e6713-1d35-4d31-9be9-67fddc30d36d'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group a45e6713-1d35-4d31-9be9-67fddc30d36d does not exist", "detail": ""}}' 2023-04-18 17:55:34,272 79798 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/948969de-985a-4af1-8505-08f416544b9b 0.949s 2023-04-18 17:55:34,272 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-cfe68b12-369a-408c-b399-4f558f587e99', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 17:55:34 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/948969de-985a-4af1-8505-08f416544b9b'} Body: b'' 2023-04-18 17:55:34,407 79798 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/0cd6f38e-0e6f-4309-acc3-535d78fb6967 0.134s 2023-04-18 17:55:34,407 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-9fa9a3b1-e92f-472a-ae8e-20b90aa3dce2', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/0cd6f38e-0e6f-4309-acc3-535d78fb6967'} Body: b'' 2023-04-18 17:55:34,425 79798 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/image/v2/images/0cd6f38e-0e6f-4309-acc3-535d78fb6967 0.017s 2023-04-18 17:55:34,425 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-93bcd931-71e3-4608-82c1-3fa8abb128ac', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/image/v2/images/0cd6f38e-0e6f-4309-acc3-535d78fb6967'} Body: b'{"message": "No image found with ID 0cd6f38e-0e6f-4309-acc3-535d78fb6967

\\n\\n\\n", "code": "404 Not Found", "title": "Not Found"}' tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body[id-7dcac15a-b107-46d3-a5f6-cb863f4e454a,negative] -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/admin/test_volumes_negative.py", line 70, in test_update_attached_volume_with_nonexistent_volume_in_body volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 9bf540ff-d363-4056-a028-345b2c7d88d5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:53:43,550 79796 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 17:53:43,844 79796 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.291s 2023-04-18 17:53:43,844 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1811804517", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEiI2QVKc2kmfRscPi5PhMnGrOLNQAjOkededwdHp7/Ts7V/on3cNV6O1pmITCaTYJwD6jlXfZCEpUcKmn7pEnGUKWJIChubReN7XtUZZ6F71lOnvH3tE/jU+7CTPtO8Pw=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dbf92f70-7d6d-4fb4-a079-df7ae053ecbb', 'x-compute-request-id': 'req-dbf92f70-7d6d-4fb4-a079-df7ae053ecbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1811804517", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEiI2QVKc2kmfRscPi5PhMnGrOLNQAjOkededwdHp7/Ts7V/on3cNV6O1pmITCaTYJwD6jlXfZCEpUcKmn7pEnGUKWJIChubReN7XtUZZ6F71lOnvH3tE/jU+7CTPtO8Pw==", "fingerprint": "d3:a6:b0:23:03:65:40:27:e2:88:52:05:40:77:de:eb", "user_id": "468cf6197f4a4d49b3a58255e999bf9e"}}' 2023-04-18 17:53:43,847 79796 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1811804517 created 2023-04-18 17:53:44,028 79796 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.180s 2023-04-18 17:53:44,028 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--455007526", "description": "tempest-description--1807185962"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-2ae9af02-ae67-4911-a010-3db41d1d6970', 'date': 'Tue, 18 Apr 2023 17:53:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "380c623a-5093-4117-93cd-9cd2c5c28c21", "name": "tempest-securitygroup--455007526", "stateful": true, "tenant_id": "84c8ef9ed106494081b51a6bccc144a6", "description": "tempest-description--1807185962", "shared": false, "security_group_rules": [{"id": "169a3a6c-a85b-4f73-bf04-aea7a3b2776b", "tenant_id": "84c8ef9ed106494081b51a6bccc144a6", "security_group_id": "380c623a-5093-4117-93cd-9cd2c5c28c21", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 497, "description": null, "tags": [], "created_at": "2023-04-18T17:53:43Z", "updated_at": "2023-04-18T17:53:43Z", "revision_number": 0, "project_id": "84c8ef9ed106494081b51a6bccc144a6"}, {"id": "43344633-3093-4ee6-a305-f4b055958601", "tenant_id": "84c8ef9ed106494081b51a6bccc144a6", "security_group_id": "380c623a-5093-4117-93cd-9cd2c5c28c21", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 496 , "description": null, "tags": [], "created_at": "2023-04-18T17:53:43Z", "updated_at": "2023-04-18T17:53:43Z", "revision_number": 0, "project_id": "84c8ef9ed106494081b51a6bccc144a6"}], "tags": [], "created_at": "2023-04-18T17:53:43Z", "updated_at": "2023-04-18T17:53:43Z", "revision_number": 1, "project_id": "84c8ef9ed106494081b51a6bccc144a6"}}' 2023-04-18 17:53:44,285 79796 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.256s 2023-04-18 17:53:44,285 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "380c623a-5093-4117-93cd-9cd2c5c28c21", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-df90c008-7890-4f8e-bc71-5eef60290be1', 'date': 'Tue, 18 Apr 2023 17:53:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "235689c6-c4fd-47bb-9834-1d9f5606d8fa", "tenant_id": "84c8ef9ed106494081b51a6bccc144a6", "security_group_id": "380c623a-5093-4117-93cd-9cd2c5c28c21", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T17:53:44Z", "updated_at": "2023-04-18T17:53:44Z", "revision_number": 0, "project_id": "84c8ef9ed106494081b51a6bccc144a6"}}' 2023-04-18 17:53:44,468 79796 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.182s 2023-04-18 17:53:44,468 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "380c623a-5093-4117-93cd-9cd2c5c28c21", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-62bf2858-7579-428f-9145-1146c200632a', 'date': 'Tue, 18 Apr 2023 17:53:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "27039094-4bd2-46e4-b8a0-9b4572e57d1a", "tenant_id": "84c8ef9ed106494081b51a6bccc144a6", "security_group_id": "380c623a-5093-4117-93cd-9cd2c5c28c21", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T17:53:44Z", "updated_at": "2023-04-18T17:53:44Z", "revision_number": 0, "project_id": "84c8ef9ed106494081b51a6bccc144a6"}}' 2023-04-18 17:53:44,468 79796 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--455007526 created 2023-04-18 17:53:45,503 79796 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.034s 2023-04-18 17:53:45,503 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "c2ff55f8-5a51-4b60-9edc-492850802101"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-86b63724-d915-4830-ab21-77069ed4fbf0', 'date': 'Tue, 18 Apr 2023 17:53:45 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "58a34a24-7c57-4252-aebb-5f84794f2da4", "tenant_id": "84c8ef9ed106494081b51a6bccc144a6", "floating_ip_address": "172.24.4.11", "floating_network_id": "c2ff55f8-5a51-4b60-9edc-492850802101", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "84c8ef9ed106494081b51a6bccc144a6", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T17:53:44Z", "updated_at": "2023-04-18T17:53:44Z", "revision_number": 0}}' 2023-04-18 17:53:45,503 79796 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '58a34a24-7c57-4252-aebb-5f84794f2da4', 'tenant_id': '84c8ef9ed106494081b51a6bccc144a6', 'floating_ip_address': '172.24.4.11', 'floating_network_id': 'c2ff55f8-5a51-4b60-9edc-492850802101', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '84c8ef9ed106494081b51a6bccc144a6', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T17:53:44Z', 'updated_at': '2023-04-18T17:53:44Z', 'revision_number': 0, 'ip': '172.24.4.11'} created 2023-04-18 17:53:45,613 79796 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.105s 2023-04-18 17:53:45,613 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2819', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-36057a59-975c-4c14-a226-714205393b3a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "468cf6197f4a4d49b3a58255e999bf9e", "name": "tempest-VolumesAdminNegativeTest-815900507-project-member", "password_expires_at": null}, "audit_ids": ["v2TO3AwmQ-GHiQC009kTVA"], "expires_at": "2023-04-18T18:53:45.000000Z", "issued_at": "2023-04-18T17:53:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "84c8ef9ed106494081b51a6bccc144a6", "name": "tempest-VolumesAdminNegativeTest-815900507"}, "is_domain": false, "roles": [{"id": "762b079e91ba4ddbacceb1546eb3e74b", "name": "member"}, {"id": "807c7b6962e34127851a8fd52e276165", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e52ae3082fbf4a328ade93bc969dfa86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "166e820cb0ca4a089aa9254384c06e53", "type": "image", "name": "glance"}, {"endpoints": [{"id": "f150521060f741f784e55058e10c303b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "1c8e6022cdfd4e9eb0fc68323e0cac02", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9c29a67948cb4cc48fd15a0431fe7a64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/84c8ef9ed106494081b51a6bccc144a6", "region": "RegionOne"}], "id": "2cacf9cd2898416aa34b0c96d297137a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "065cb3b15cfa48a89cd4a0610ca051f6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "334844b10d614b7693449511937eb5fa", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "42d5039ab31f496eb e06b2ab79621342", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/84c8ef9ed106494081b51a6bccc144a6", "region": "RegionOne"}], "id": "39da698ec5564e8180fd91a7bbf41b0f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "730244346eb743c5833aedad51c363d0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/84c8ef9ed106494081b51a6bccc144a6", "region": "RegionOne"}], "id": "5bcb3497a89a4dd8ae0ef4ff16e2f813", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9e3ae159bccb449fb431409ede0cbbd8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "63801c39cce14ff588071cf5a2486448", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "bb0997ca4d744ef88ab11be55b02192c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "aceec1d3ad2d4c5da6a7ca57bbfb3a51", "type": "identity", "name": "keystone"}]}}' 2023-04-18 17:53:45,614 79796 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body) Found network {'id': '22d94a93-462a-4392-a96a-21d97b0e7fd1', 'name': 'tempest-VolumesAdminNegativeTest-1212959840-network', 'tenant_id': '84c8ef9ed106494081b51a6bccc144a6', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '84c8ef9ed106494081b51a6bccc144a6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 31760, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T17:53:23Z', 'updated_at': '2023-04-18T17:53:23Z', 'revision_number': 1} available for tenant 2023-04-18 17:53:45,614 79796 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1811804517', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEiI2QVKc2kmfRscPi5PhMnGrOLNQAjOkededwdHp7/Ts7V/on3cNV6O1pmITCaTYJwD6jlXfZCEpUcKmn7pEnGUKWJIChubReN7XtUZZ6F71lOnvH3tE/jU+7CTPtO8Pw==', 'fingerprint': 'd3:a6:b0:23:03:65:40:27:e2:88:52:05:40:77:de:eb', 'user_id': '468cf6197f4a4d49b3a58255e999bf9e', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBnzAffiOUezSxlQOctbGWAzxQp2FQsZ+rtPE5Zfs86v4RV6tsCtSFI\nXSAJo+20Qw6gBwYFK4EEACKhZANiAARIiNkFSnNpJn0bHD4uT4TJxqzizUAIzpHn\nXncHR6e/07O1f6J93DVejtaZiEwmk2CcA+o5V32QhKVHCpp+6RJxlCliSAobm0Xj\ne17VGWehe9ZTp7x97RP41Puwkz7TvD8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '380c623a-5093-4117-93cd-9cd2c5c28c21', 'name': 'tempest-securitygroup--455007526', 'stateful': True, 'tenant_id': '84c8ef9ed106494081b51a6bccc144a6', 'description': 'tempest-description--1807185962', 'shared': False, 'security_group_rules': [{'id': '169a3a6c-a85b-4f73-bf04-aea7a3b2776b', 'tenant_id': '84c8ef9ed106494081b51a6bccc144a6', 'security_group_id': '380c623a-5093-4117-93cd-9cd2c5c28c21', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 497, 'description': None, 'tags': [], 'created_at': '2023-04-18T17:53:43Z', 'updated_at': '2023-04-18T17:53:43Z', 'revision_number': 0, 'project_id': '84c8ef9ed106494081b51a6bccc144a6'}, {'id': '43344633-3093-4ee6-a305-f4b055958601', 'tenant_id': '84c8ef9ed106494081b51a6bccc144a6', 'security_group_id': '380c623a-5093-4117-93cd-9cd2c5c28c21', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 496, 'description': None, 'tags': [], 'created_at': '2023-04- 18T17:53:43Z', 'updated_at': '2023-04-18T17:53:43Z', 'revision_number': 0, 'project_id': '84c8ef9ed106494081b51a6bccc144a6'}], 'tags': [], 'created_at': '2023-04-18T17:53:43Z', 'updated_at': '2023-04-18T17:53:43Z', 'revision_number': 1, 'project_id': '84c8ef9ed106494081b51a6bccc144a6'}, 'floating_ip': {'id': '58a34a24-7c57-4252-aebb-5f84794f2da4', 'tenant_id': '84c8ef9ed106494081b51a6bccc144a6', 'floating_ip_address': '172.24.4.11', 'floating_network_id': 'c2ff55f8-5a51-4b60-9edc-492850802101', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '84c8ef9ed106494081b51a6bccc144a6', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T17:53:44Z', 'updated_at': '2023-04-18T17:53:44Z', 'revision_number': 0, 'ip': '172.24.4.11'}} 2023-04-18 17:53:46,345 79796 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 202 POST http://10.0.0.210/compute/v2.1/servers 0.729s 2023-04-18 17:53:46,345 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-434953463", "imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "flavorRef": "42", "networks": [{"uuid": "22d94a93-462a-4392-a96a-21d97b0e7fd1"}], "security_groups": [{"name": "tempest-securitygroup--455007526"}], "key_name": "tempest-keypair-1811804517", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/a6133da6-009d-478a-97d5-17f345a33969', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8af99c6-4ebf-49fd-ab83-cd0ecb67d7a2', 'x-compute-request-id': 'req-b8af99c6-4ebf-49fd-ab83-cd0ecb67d7a2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "a6133da6-009d-478a-97d5-17f345a33969", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a6133da6-009d-478a-97d5-17f345a33969"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a6133da6-009d-478a-97d5-17f345a33969"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--455007526"}], "adminPass": "UUdRgUht9u3a"}}' 2023-04-18 17:53:46,414 79796 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 200 GET http://10.0.0.210/compute/v2.1/servers/a6133da6-009d-478a-97d5-17f345a33969 0.066s 2023-04-18 17:53:46,415 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1235', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4472f462-6a39-4acb-a3a3-d02bcc9fd544', 'x-compute-request-id': 'req-4472f462-6a39-4acb-a3a3-d02bcc9fd544', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a6133da6-009d-478a-97d5-17f345a33969'} Body: b'{"server": {"id": "a6133da6-009d-478a-97d5-17f345a33969", "name": "tempest-VolumesAdminNegativeTest-server-434953463", "status": "BUILD", "tenant_id": "84c8ef9ed106494081b51a6bccc144a6", "user_id": "468cf6197f4a4d49b3a58255e999bf9e", "metadata": {}, "ho stId": "", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:53:46Z", "updated": "2023-04-18T17:53:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a6133da6-009d-478a-97d5-17f345a33969"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a6133da6-009d-478a-97d5-17f345a33969"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1811804517", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:54:36,793 79796 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 200 GET http://10.0.0.210/compute/v2.1/servers/a6133da6-009d-478a-97d5-17f345a33969 0.317s 2023-04-18 17:54:36,793 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:54:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1544', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-342f8e54-bf4e-4a84-ba73-5e1ea3913827', 'x-compute-request-id': 'req-342f8e54-bf4e-4a84-ba73-5e1ea3913827', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a6133da6-009d-478a-97d5-17f345a33969'} Body: b'{"server": {"id": "a6133da6-009d-478a-97d5-17f345a33969", "name": "tempest-VolumesAdminNegativeTest-server-434953463", "status": "ACTIVE", "tenant_id": "84c8ef9ed106494081b51a6bccc144a6", "user_id": "468cf6197f4a4d49b3a58255e999bf9e", "metadata": {}, "hostId": "076c1dc8206e4029f3c33d9e71e1cd64dae6a17f8916a0e9bfec42ec", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:53:46Z", "updated": "2023-04-18T17:53:54Z", "addresses": {"tempest-VolumesAdminNegativeTest-1212959840-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:b8:34"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a6133da6-009d-478a-97d5-17f345a33969"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a6133da6-009d-478a-97d5-17f345a33969"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1811804517", "OS-SRV-USG:launched_at": "2023-04-18T17:53:53.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--455007526"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:54:36,806 79796 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 17:55:37,036 79796 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 200 GET http://10.0.0.210/compute/v2.1/servers/a6133da6-009d-478a-97d5-17f345a33969/os-interface 0.169s 2023-04-18 17:55:37,036 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: { 'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4f230ac-011e-4a1c-b1a3-7c6a8e75c44a', 'x-compute-request-id': 'req-d4f230ac-011e-4a1c-b1a3-7c6a8e75c44a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a6133da6-009d-478a-97d5-17f345a33969/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "22d94a93-462a-4392-a96a-21d97b0e7fd1", "port_id": "b4986795-4a27-4cf6-9012-4b72d1781a36", "mac_addr": "fa:16:3e:8d:b8:34", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "7f100362-00cc-4d42-b9f4-ef47323ecf55", "ip_address": "10.0.0.9"}]}]}' 2023-04-18 17:55:38,891 79796 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/58a34a24-7c57-4252-aebb-5f84794f2da4 1.851s 2023-04-18 17:55:38,891 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "b4986795-4a27-4cf6-9012-4b72d1781a36"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-084fff0c-3733-4496-b9fb-38e5fdcec139', 'date': 'Tue, 18 Apr 2023 17:55:38 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/58a34a24-7c57-4252-aebb-5f84794f2da4'} Body: b'{"floatingip": {"id": "58a34a24-7c57-4252-aebb-5f84794f2da4", "tenant_id": "84c8ef9ed106494081b51a6bccc144a6", "floating_ip_address": "172.24.4.11", "floating_network_id": "c2ff55f8-5a51-4b60-9edc-492850802101", "router_id": "8c954789-b5fd-4f9d-a128-d2ba91e18440", "port_id": "b4986795-4a27-4cf6-9012-4b72d1781a36", "fixed_ip_address": "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "22d94a93-462a-4392-a96a-21d97b0e7fd1", "mac_address": "fa:16:3e:8d:b8:34", "admin_state_up": true, "status": "ACTIVE", "device_id": "a6133da6-009d-478a-97d5-17f345a33969", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T17:53:44Z", "updated_at": "2023-04-18T17:55:38Z", "revision_number": 1, "project_id": "84c8ef9ed106494081b51a6bccc144a6"}}' 2023-04-18 17:55:38,893 79796 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.11:22' as 'cirros' with public key authentication 2023-04-18 17:55:38,929 79796 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 17:55:38,952 79796 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 17:55:38,953 79796 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.11 successfully created 2023-04-18 17:55:39,227 79796 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 202 POST http://10.0.0.210/volume/v3/84c8ef9ed106494081b51a6bccc144a6/volumes 0.274s 2023-04-18 17:55:39,228 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-VolumesAdminNegativeTest-volume-1010515605"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ceb75f82-90b8-4dbe-abc5-7a319ccff7aa', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-i d': 'req-ceb75f82-90b8-4dbe-abc5-7a319ccff7aa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/84c8ef9ed106494081b51a6bccc144a6/volumes'} Body: b'{"volume": {"id": "9bf540ff-d363-4056-a028-345b2c7d88d5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:55:39.112064", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1010515605", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84c8ef9ed106494081b51a6bccc144a6/volumes/9bf540ff-d363-4056-a028-345b2c7d88d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84c8ef9ed106494081b51a6bccc144a6/volumes/9bf540ff-d363-4056-a028-345b2c7d88d5"}], "user_id": "468cf6197f4a4d49b3a58255e999bf9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:55:39,284 79796 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 200 GET http://10.0.0.210/volume/v3/84c8ef9ed106494081b51a6bccc144a6/volumes/9bf540ff-d363-4056-a028-345b2c7d88d5 0.047s 2023-04-18 17:55:39,284 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8ab78c6-328a-4936-9308-30fe3bb72c5b', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8ab78c6-328a-4936-9308-30fe3bb72c5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84c8ef9ed106494081b51a6bccc144a6/volumes/9bf540ff-d363-4056-a028-345b2c7d88d5'} Body: b'{"volume": {"id": "9bf540ff-d363-4056-a028-345b2c7d88d5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:55:39.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1010515605", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84c8ef9ed106494081b51a6bccc144a6/volumes/9bf540ff-d363-4056-a028-345b2c7d88d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84c8ef9ed106494081b51a6bccc144a6/volumes/9bf540ff-d363-4056-a028-345b2c7d88d5"}], "user_id": "468cf6197f4a4d49b3a58255e999bf9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84c8ef9ed106494081b51a6bccc144a6"}}' 2023-04-18 17:55:40,340 79796 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 200 GET http://10.0.0.210/volume/v3/84c8ef9ed106494081b51a6bccc144a6/volumes/9bf540ff-d363-4056-a028-345b2c7d88d5 0.044s 2023-04-18 17:55:40,340 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-336d85b2-806a-4c02-b5e7-a3b55ddded07', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-336d85b2-806a-4c02-b5e7-a3b55ddded07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84c8ef9ed106494081b51a6bccc144a6/volumes/9bf540ff-d363-4056-a028-345b2c7d88d5'} Body: b'{"volume": {"id": "9bf540ff-d363-4056-a028-345b2c7d88d5", "status": "error", " size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:55:39.000000", "updated_at": "2023-04-18T17:55:39.000000", "name": "tempest-VolumesAdminNegativeTest-volume-1010515605", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84c8ef9ed106494081b51a6bccc144a6/volumes/9bf540ff-d363-4056-a028-345b2c7d88d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84c8ef9ed106494081b51a6bccc144a6/volumes/9bf540ff-d363-4056-a028-345b2c7d88d5"}], "user_id": "468cf6197f4a4d49b3a58255e999bf9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84c8ef9ed106494081b51a6bccc144a6"}}' cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests.test_snapshot_data_integrity[compute,id-ff10644e-5a70-4a9f-9801-8204bb81fb61,image,network,volume] --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/scenario/test_snapshots.py", line 54, in test_snapshot_data_integrity volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d72b1e42-698f-42d4-9387-9d7d7c161dcc failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:53:04,859 79792 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.704s 2023-04-18 17:53:04,859 79792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-SnapshotDataIntegrityTests-31044549", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIVO/Juf8fRJG5In/vTw5mI0THk5UB6k1L2wAZJnpor8U0hLWCR8ZKLwuKyp+XpdvUfU18h0UD70M9RiyLM10fcLhkHY7sO8n1JURupVy3u0qDVbVQSGz4y5kYIHQerG9w=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec05e836-d5c5-4075-8fc6-ebcbad44798f', 'x-compute-request-id': 'req-ec05e836-d5c5-4075-8fc6-ebcbad44798f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-SnapshotDataIntegrityTests-31044549", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIVO/Juf8fRJG5In/vTw5mI0THk5UB6k1L2wAZJnpor8U0hLWCR8ZKLwuKyp+XpdvUfU18h0UD70M9RiyLM10fcLhkHY7sO8n1JURupVy3u0qDVbVQSGz4y5kYIHQerG9w==", "fingerprint": "fa:61:7f:51:7c:c5:ad:f7:48:62:b9:f8:23:b4:16:9f", "user_id": "4c23c9d2ea01463fb831fb9dfb5971d0"}}' 2023-04-18 17:53:05,991 79792 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 1.129s 2023-04-18 17:53:05,992 79792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-secgroup-smoke-1483672104", "description": "tempest-secgroup-smoke-1483672104 description", "project_id": "32403a8e23024e52bb44376bec5bc645"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-c8893696-d7d3-4633-95d4-44042b55b3ec', 'date': 'Tue, 18 Apr 2023 17:53:05 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "b674c7d3-52bb-41f9-8986-0514f61c44fb", "name": "tempest-secgroup-smoke-1483672104", "stateful": true, "tenant_id": "32403a8e23024e52bb44376bec5bc645", "description": "tempest-secgroup-smoke-1483672104 description", "shared": false, "security_group_rules": [{"id": "d0444661-3388-43e8-b939-a4e4355bc5c2", "tenant_id": "32403a8e23024e52bb44376bec5bc645", "security_group_id": "b674c7d3-52bb-41f9-8986-0514f61c44fb", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 368, "description": null, "tags": [], "created_at": "2023-04-18T17:53:05Z", "updated_at": "2023-04-18T17:53:05Z", "revision_number": 0, "project_id": "32403a8e23024e52bb44376bec5bc645"}, {"id": "e9b77379-390b-4774-9b10-5dab5ccf1e59", "tenant_id": "32403a8e23024e52bb44376bec5bc645", "security_group_id": "b674c7d3-52bb-41f9-8986-0514f61c44fb", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 370, "description": null, "tags": [], "created_at": "2023-04-18T17:53:05Z", "updated_at": "2023-04-18T17:53:05Z", "revision_number": 0, "project_id": "32403a8e23024e52bb44376bec5bc645"}], "tags": [], "created_at": "2023-04-18T17:53:05Z", "updated_at": "2023-04-18T17:53:05Z", "revision_number": 1, "project_id": "32403a8e23024e52bb44376bec5bc645"}}' 2023-04-18 17:53:07,356 79792 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.363s 2023-04-18 17:53:07,356 79792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b674c7d3-52bb-41f9-8986-0514f61c44fb", "project_id": "32403a8e23024e52bb44376bec5bc645", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-89a433d5-40f9-4a99-bbd5-c895ce76ec77', 'date': 'Tue, 18 Apr 2023 17:53:07 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "865439f7-5a65-4a23-bd8c-d333ab12eb92", "tenant_id": "32403a8e23024e52bb44376bec5bc645", "security_group_id": "b674c7d3-52bb-41f9-8986-0514f61c44fb", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T17:53:06Z", "updated_at": "2023-04-18T17:53:06Z", "revision_number": 0, "project_id": "32403a8e23024e52bb44376bec5bc645"}}' 2023-04-18 17:53:08,323 79792 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.966s 2023-04-18 17:53:08,323 79792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b674c7d3-52bb-41f9-8986-0514f61c44fb", "project_id": "32403a8e23024e52bb44376bec5bc645", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-245c9b99-83d1-48f2-8bc7-8484adf23cf4', 'date': 'Tue, 18 Apr 2023 17:53:08 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c9016a0d-3ffc-4c68-9143-e06fb6799795", "tenant_id": "32403a8e23024e52bb44376bec5bc645", "security_group_id": "b674c7d3-52bb-41f9-8986-0514f61c44fb", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T17:53:07Z", "updated_at": "2023-04-18T17:53:07Z", "revision_number": 0, "project_id": "32403a8e23024e52bb44376bec5bc645"}}' 2023-04-18 17:53:09,215 79792 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.891s 2023-04-18 17:53:09,215 79792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b674c7d3-52bb-41f9-8986-0514f61c44fb", "project_id": "32403a8e23024e52bb44376bec5bc645", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-f89918da-7d92-4c9b-b6a2-e8f9d8d2fa31', 'date': 'Tue, 18 Apr 2023 17:53:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7b4fb869-c44a-448e-a8fe-7ad773f3d903", "tenant_id": "32403a8e23 024e52bb44376bec5bc645", "security_group_id": "b674c7d3-52bb-41f9-8986-0514f61c44fb", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T17:53:08Z", "updated_at": "2023-04-18T17:53:08Z", "revision_number": 0, "project_id": "32403a8e23024e52bb44376bec5bc645"}}' 2023-04-18 17:53:09,759 79792 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.543s 2023-04-18 17:53:09,759 79792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b674c7d3-52bb-41f9-8986-0514f61c44fb", "project_id": "32403a8e23024e52bb44376bec5bc645", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-87bd2353-bb37-485c-9f79-2694622efc8e', 'date': 'Tue, 18 Apr 2023 17:53:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "fc3fdeba-5c30-44a2-ac4f-3bb63292d024", "tenant_id": "32403a8e23024e52bb44376bec5bc645", "security_group_id": "b674c7d3-52bb-41f9-8986-0514f61c44fb", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T17:53:09Z", "updated_at": "2023-04-18T17:53:09Z", "revision_number": 0, "project_id": "32403a8e23024e52bb44376bec5bc645"}}' 2023-04-18 17:53:10,584 79792 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.824s 2023-04-18 17:53:10,584 79792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b674c7d3-52bb-41f9-8986-0514f61c44fb", "project_id": "32403a8e23024e52bb44376bec5bc645", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-760955f7-fbbe-48a5-a28c-520102505054', 'date': 'Tue, 18 Apr 2023 17:53:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f675e28f-6e99-44aa-ad9f-e8c3a727cdbf", "tenant_id": "32403a8e23024e52bb44376bec5bc645", "security_group_id": "b674c7d3-52bb-41f9-8986-0514f61c44fb", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T17:53:10Z", "updated_at": "2023-04-18T17:53:10Z", "revision_number": 0, "project_id": "32403a8e23024e52bb44376bec5bc645"}}' 2023-04-18 17:53:11,723 79792 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.138s 2023-04-18 17:53:11,723 79792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b674c7d3-52bb-41f9-8986-0514f61c44fb", "project_id": "32403a8e23024e52bb44376bec5bc645", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-typ e': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-b72257ae-e84c-41bc-9346-3e782cf0d5fc', 'date': 'Tue, 18 Apr 2023 17:53:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "17a4ba49-3159-44a7-82b1-065a27efd114", "tenant_id": "32403a8e23024e52bb44376bec5bc645", "security_group_id": "b674c7d3-52bb-41f9-8986-0514f61c44fb", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T17:53:10Z", "updated_at": "2023-04-18T17:53:10Z", "revision_number": 0, "project_id": "32403a8e23024e52bb44376bec5bc645"}}' 2023-04-18 17:53:11,943 79792 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.209s 2023-04-18 17:53:11,943 79792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2823', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-e52f1470-5b7c-4990-b1ad-dc61878cd265', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "4c23c9d2ea01463fb831fb9dfb5971d0", "name": "tempest-SnapshotDataIntegrityTests-812790989-project-member", "password_expires_at": null}, "audit_ids": ["6hrYVbH_QgqpVRdGcv7YqQ"], "expires_at": "2023-04-18T18:53:11.000000Z", "issued_at": "2023-04-18T17:53:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "32403a8e23024e52bb44376bec5bc645", "name": "tempest-SnapshotDataIntegrityTests-812790989"}, "is_domain": false, "roles": [{"id": "762b079e91ba4ddbacceb1546eb3e74b", "name": "member"}, {"id": "807c7b6962e34127851a8fd52e276165", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e52ae3082fbf4a328ade93bc969dfa86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "166e820cb0ca4a089aa9254384c06e53", "type": "image", "name": "glance"}, {"endpoints": [{"id": "f150521060f741f784e55058e10c303b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "1c8e6022cdfd4e9eb0fc68323e0cac02", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9c29a67948cb4cc48fd15a0431fe7a64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/32403a8e23024e52bb44376bec5bc645", "region": "RegionOne"}], "id": "2cacf9cd2898416aa34b0c96d297137a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "065cb3b15cfa48a89cd4a0610ca051f6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "334844b10d614b7693449511937eb5fa", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "42d5039ab31f496ebe06b2ab79621342", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/32403a8e23024e52bb44376bec5bc645", "region": "RegionOne"}], "id": "39da698ec5564e8180fd91a7bbf41b0f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "730244346eb743c5833aedad51c363d0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/32403a8e23024e52bb44376bec5bc645", "region": "RegionOne"}], "id": "5bcb3497a89a4dd8ae0ef4ff16e2f813", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9e3ae159bccb449fb431409ede0cbbd8", "interface": "public", "region_id": "RegionOne", "url": "htt p://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "63801c39cce14ff588071cf5a2486448", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "bb0997ca4d744ef88ab11be55b02192c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "aceec1d3ad2d4c5da6a7ca57bbfb3a51", "type": "identity", "name": "keystone"}]}}' 2023-04-18 17:53:11,944 79792 INFO [tempest.lib.common.fixed_network] (SnapshotDataIntegrityTests:test_snapshot_data_integrity) Found network {'id': '5dbcd905-40a9-423d-bce1-4a06943fc147', 'name': 'tempest-SnapshotDataIntegrityTests-557061633-network', 'tenant_id': '32403a8e23024e52bb44376bec5bc645', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '32403a8e23024e52bb44376bec5bc645', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 26544, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T17:52:33Z', 'updated_at': '2023-04-18T17:52:33Z', 'revision_number': 1} available for tenant 2023-04-18 17:53:13,314 79792 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/compute/v2.1/servers 1.369s 2023-04-18 17:53:13,315 79792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-SnapshotDataIntegrityTests-server-896869714", "imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "flavorRef": "42", "key_name": "tempest-SnapshotDataIntegrityTests-31044549", "security_groups": [{"name": "tempest-secgroup-smoke-1483672104"}], "networks": [{"uuid": "5dbcd905-40a9-423d-bce1-4a06943fc147"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/9c48dd69-57ab-4201-b122-dcbb4965419c', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0b5cbf7-4ab9-4de1-9fc5-9fc9882cebc7', 'x-compute-request-id': 'req-a0b5cbf7-4ab9-4de1-9fc5-9fc9882cebc7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "9c48dd69-57ab-4201-b122-dcbb4965419c", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9c48dd69-57ab-4201-b122-dcbb4965419c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9c48dd69-57ab-4201-b122-dcbb4965419c"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1483672104"}], "adminPass": "wasSE2CR5yya"}}' 2023-04-18 17:53:13,509 79792 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/9c48dd69-57ab-4201-b122-dcbb4965419c 0.191s 2023-04-18 17:53:13,509 79792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1254', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2806436c-ac24-4f87-947d-04120345cba5', 'x-compute-request-id': 'req-2806436c-ac24-4f87-947d-04120345cba5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9c48dd69-57ab-4201-b122-dcbb4965419c'} Body: b'{"server": {"id": "9c48dd69-57ab-4201-b122-dcbb4965419c", "name": "tempest-SnapshotDataIntegrityTests-server-896869714", "status": "BUILD", "tenant_id": "32403a8e23024e52bb44376bec5bc645", "user_id": "4c23c9d2ea01463fb831fb9dfb5971d0", "metadata": {}, "hostId": "", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:53:13Z", "updated": "2023-04-18T17:53:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9c48dd69-57ab-4201-b122-dcbb4965419c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9c48dd69-57ab-4201-b122-dcbb4965419c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-31044549", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:54:04,197 79792 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/9c48dd69-57ab-4201-b122-dcbb4965419c 0.625s 2023-04-18 17:54:04,197 79792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:54:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1566', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ed100d5-602f-400d-b587-4d3b04b114c3', 'x-compute-request-id': 'req-7ed100d5-602f-400d-b587-4d3b04b114c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9c48dd69-57ab-4201-b122-dcbb4965419c'} Body: b'{"server": {"id": "9c48dd69-57ab-4201-b122-dcbb4965419c", "name": "tempest-SnapshotDataIntegrityTests-server-896869714", "status": "ACTIVE", "tenant_id": "32403a8e23024e52bb44376bec5bc645", "user_id": "4c23c9d2ea01463fb831fb9dfb5971d0", "metadata": {}, "hostId": "0d91cc55263e7ccf1f07a1218bdf588431b175c548dc13e3d9b40414", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:53:13Z", "updated": "2023-04-18T17:53:24Z", "addresses": {"tempest-SnapshotDataIntegrityTests-557061633-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:51:22"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9c48dd69-57ab-4201-b122-dcbb4965419c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9c48dd69-57ab-4201-b122-dcbb4965419c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-31044549", "OS-SRV-USG:launched_at": "2023-04-18T17:53:23.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1483672104"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:54:04,208 79792 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-18 17:55:04,439 79792 INFO [tempest.lib.common.rest_client] Request (Snaps hotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/9c48dd69-57ab-4201-b122-dcbb4965419c 0.224s 2023-04-18 17:55:04,439 79792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1566', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8ef5a789-759d-4bce-a01d-2bade9e52ee3', 'x-compute-request-id': 'req-8ef5a789-759d-4bce-a01d-2bade9e52ee3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9c48dd69-57ab-4201-b122-dcbb4965419c'} Body: b'{"server": {"id": "9c48dd69-57ab-4201-b122-dcbb4965419c", "name": "tempest-SnapshotDataIntegrityTests-server-896869714", "status": "ACTIVE", "tenant_id": "32403a8e23024e52bb44376bec5bc645", "user_id": "4c23c9d2ea01463fb831fb9dfb5971d0", "metadata": {}, "hostId": "0d91cc55263e7ccf1f07a1218bdf588431b175c548dc13e3d9b40414", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:53:13Z", "updated": "2023-04-18T17:53:24Z", "addresses": {"tempest-SnapshotDataIntegrityTests-557061633-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:51:22"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9c48dd69-57ab-4201-b122-dcbb4965419c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9c48dd69-57ab-4201-b122-dcbb4965419c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-31044549", "OS-SRV-USG:launched_at": "2023-04-18T17:53:23.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1483672104"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:55:04,665 79792 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/volume/v3/32403a8e23024e52bb44376bec5bc645/volumes 0.213s 2023-04-18 17:55:04,665 79792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-SnapshotDataIntegrityTests-volume-1872908114", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ffa73ce-542f-406e-8209-db87535248cd', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ffa73ce-542f-406e-8209-db87535248cd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/32403a8e23024e52bb44376bec5bc645/volumes'} Body: b'{"volume": {"id": "d72b1e42-698f-42d4-9387-9d7d7c161dcc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:55:04.606285", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-1872908114", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32403a8e23024e52bb44376bec5bc645/volumes/d72b1e42-698f-42d4-9387- 9d7d7c161dcc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32403a8e23024e52bb44376bec5bc645/volumes/d72b1e42-698f-42d4-9387-9d7d7c161dcc"}], "user_id": "4c23c9d2ea01463fb831fb9dfb5971d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:55:04,717 79792 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/32403a8e23024e52bb44376bec5bc645/volumes/d72b1e42-698f-42d4-9387-9d7d7c161dcc 0.041s 2023-04-18 17:55:04,717 79792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4249e8a4-fab2-4577-814d-e4aaf43d7b18', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4249e8a4-fab2-4577-814d-e4aaf43d7b18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32403a8e23024e52bb44376bec5bc645/volumes/d72b1e42-698f-42d4-9387-9d7d7c161dcc'} Body: b'{"volume": {"id": "d72b1e42-698f-42d4-9387-9d7d7c161dcc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:55:05.000000", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-1872908114", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32403a8e23024e52bb44376bec5bc645/volumes/d72b1e42-698f-42d4-9387-9d7d7c161dcc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32403a8e23024e52bb44376bec5bc645/volumes/d72b1e42-698f-42d4-9387-9d7d7c161dcc"}], "user_id": "4c23c9d2ea01463fb831fb9dfb5971d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32403a8e23024e52bb44376bec5bc645"}}' 2023-04-18 17:55:05,779 79792 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/32403a8e23024e52bb44376bec5bc645/volumes/d72b1e42-698f-42d4-9387-9d7d7c161dcc 0.049s 2023-04-18 17:55:05,779 79792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38f8a4c5-9c0d-41de-9066-a81e87262d43', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38f8a4c5-9c0d-41de-9066-a81e87262d43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32403a8e23024e52bb44376bec5bc645/volumes/d72b1e42-698f-42d4-9387-9d7d7c161dcc'} Body: b'{"volume": {"id": "d72b1e42-698f-42d4-9387-9d7d7c161dcc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:55:05.000000", "updated_at": "2023-04-18T17:55:05.000000", "name": "tempest-SnapshotDataIntegrityTests-volume-1872908114", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32403a8e23024e52bb44376bec5bc645/volumes/d72b1e42-698f-42d4-9387-9d7d7c161dcc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32403a8e23024e52bb44376bec5bc645/volumes/d72b1e42-698f-42d4-9387-9d7d7c161dcc"}], "user_id": "4c23c9d2ea01463fb831fb9dfb5971d0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiatta ch": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32403a8e23024e52bb44376bec5bc645"}}' 2023-04-18 17:55:05,902 79792 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/32403a8e23024e52bb44376bec5bc645/volumes/d72b1e42-698f-42d4-9387-9d7d7c161dcc 0.110s 2023-04-18 17:55:05,902 79792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21ae54e7-e2f3-4c88-b9f8-249cfa45487a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/32403a8e23024e52bb44376bec5bc645/volumes/d72b1e42-698f-42d4-9387-9d7d7c161dcc'} Body: b'' 2023-04-18 17:55:05,930 79792 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/32403a8e23024e52bb44376bec5bc645/volumes/d72b1e42-698f-42d4-9387-9d7d7c161dcc 0.027s 2023-04-18 17:55:05,930 79792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc9cb4d1-6534-454f-97e9-4692f0ec4594', 'x-openstack-request-id': 'req-fc9cb4d1-6534-454f-97e9-4692f0ec4594', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/32403a8e23024e52bb44376bec5bc645/volumes/d72b1e42-698f-42d4-9387-9d7d7c161dcc'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d72b1e42-698f-42d4-9387-9d7d7c161dcc could not be found."}}' 2023-04-18 17:55:06,058 79792 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/9c48dd69-57ab-4201-b122-dcbb4965419c 0.126s 2023-04-18 17:55:06,058 79792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9f43802-5874-4964-adee-37cfdbb48dec', 'x-compute-request-id': 'req-b9f43802-5874-4964-adee-37cfdbb48dec', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9c48dd69-57ab-4201-b122-dcbb4965419c'} Body: b'' 2023-04-18 17:55:06,472 79792 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/9c48dd69-57ab-4201-b122-dcbb4965419c 0.414s 2023-04-18 17:55:06,473 79792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1572', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee4e819e-ea7b-4290-a0fa-f0217653bfe6', 'x-compute-request-id': 'req-ee4e819e-ea7b-4290-a0fa-f0217653bfe6', 'connection': 'close', 'status': '200', 'content-location': ' http://10.0.0.210/compute/v2.1/servers/9c48dd69-57ab-4201-b122-dcbb4965419c'} Body: b'{"server": {"id": "9c48dd69-57ab-4201-b122-dcbb4965419c", "name": "tempest-SnapshotDataIntegrityTests-server-896869714", "status": "ACTIVE", "tenant_id": "32403a8e23024e52bb44376bec5bc645", "user_id": "4c23c9d2ea01463fb831fb9dfb5971d0", "metadata": {}, "hostId": "0d91cc55263e7ccf1f07a1218bdf588431b175c548dc13e3d9b40414", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:53:13Z", "updated": "2023-04-18T17:55:06Z", "addresses": {"tempest-SnapshotDataIntegrityTests-557061633-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:51:22"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9c48dd69-57ab-4201-b122-dcbb4965419c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9c48dd69-57ab-4201-b122-dcbb4965419c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-31044549", "OS-SRV-USG:launched_at": "2023-04-18T17:53:23.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1483672104"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:55:56,571 79792 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/9c48dd69-57ab-4201-b122-dcbb4965419c 0.043s 2023-04-18 17:55:56,571 79792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-82a9116d-c140-4259-bfca-e9d8e7893b30', 'x-compute-request-id': 'req-82a9116d-c140-4259-bfca-e9d8e7893b30', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9c48dd69-57ab-4201-b122-dcbb4965419c'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 9c48dd69-57ab-4201-b122-dcbb4965419c could not be found."}}' 2023-04-18 17:55:57,075 79792 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/b674c7d3-52bb-41f9-8986-0514f61c44fb 0.503s 2023-04-18 17:55:57,076 79792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-54cc16f2-96b4-4575-a02a-2ece223cf34d', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 17:55:57 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/b674c7d3-52bb-41f9-8986-0514f61c44fb'} Body: b'' 2023-04-18 17:55:57,143 79792 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-SnapshotDataIntegrityTests-31044549 0.066s 2023-04-18 17:55:57,144 79792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23084c32-a245-4160-9277-b1049dab00a5', 'x-compute-request-id': 'req-23084c32-a245-4160-9277-b1049dab00a5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-SnapshotDataIntegrityTests-31044549'} Body: b'' tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 169, in test_tagged_boot_devices boot_volume = self.create_volume(CONF.compute.image_ref) File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 0fdb9081-8eae-4b0e-a756-c9e113423ddc failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:55:59,228 79798 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/48d2b2225d0c4973a8e8563f944ad259/volumes 0.649s 2023-04-18 17:55:59,228 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-TaggedBootDevicesTest_v242-volume-601860157", "imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4b776b9-a8cd-4af5-bd68-8981707e600b', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4b776b9-a8cd-4af5-bd68-8981707e600b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/48d2b2225d0c4973a8e8563f944ad259/volumes'} Body: b'{"volume": {"id": "0fdb9081-8eae-4b0e-a756-c9e113423ddc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:55:59.144030", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-601860157", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/48d2b2225d0c4973a8e8563f944ad259/volumes/0fdb9081-8eae-4b0e-a756-c9e113423ddc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/48d2b2225d0c4973a8e8563f944ad259/volumes/0fdb9081-8eae-4b0e-a756-c9e113423ddc"}], "user_id": "209acca793e242c5a41d6303154b57bb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:55:59,280 79798 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/48d2b2225d0c4973a8e8563f944ad259/volumes/0fdb9081-8eae-4b0e-a756-c9e113423ddc 0.041s 2023-04-18 17:55:59,280 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd236fde-d263-4423-a634-568c5a283138', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd236fde-d263-4423-a634-568c5a283138', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/48d2b2225d0c4973a8e8563f944ad259/volumes/0fdb9081-8eae-4b0e-a756-c9e113423ddc'} Body: b'{"volume": {"id": "0fdb9081-8eae-4b0e-a756-c9e113423ddc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:55:59.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-601860157", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/48d2b2225d0c4973a8e8563f944ad259/volumes/0fdb9081-8eae-4b0e-a756-c9e113423ddc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/48d2b2225d0c4973a8e8563f944ad259/volumes/0fdb9081-8eae-4b0e-a756-c9e113423ddc"}], "user_id": "209acca793e242c5a41d6303154b57bb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "48d2b2225d0c4973a8e8563f944ad259"}}' 2023-04-18 17:56:00,332 79798 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/48d2b2225d0c4973a8e8563f944ad259/volumes/0fdb9081-8eae-4b0e-a756-c9e113423ddc 0.041s 2023-04-18 17 :56:00,333 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32b9b7ed-3f31-4be2-a20c-9acd28dddd46', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32b9b7ed-3f31-4be2-a20c-9acd28dddd46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/48d2b2225d0c4973a8e8563f944ad259/volumes/0fdb9081-8eae-4b0e-a756-c9e113423ddc'} Body: b'{"volume": {"id": "0fdb9081-8eae-4b0e-a756-c9e113423ddc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:55:59.000000", "updated_at": "2023-04-18T17:55:59.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-601860157", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/48d2b2225d0c4973a8e8563f944ad259/volumes/0fdb9081-8eae-4b0e-a756-c9e113423ddc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/48d2b2225d0c4973a8e8563f944ad259/volumes/0fdb9081-8eae-4b0e-a756-c9e113423ddc"}], "user_id": "209acca793e242c5a41d6303154b57bb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "48d2b2225d0c4973a8e8563f944ad259"}}' tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_blank_volume[id-48f123cb-922a-4065-8db6-b9a9074a556b,slow] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 286, in test_stable_device_rescue_bfv_blank_volume server, rescue_image_id = self._create_server_and_rescue_image( File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 147, in _create_server_and_rescue_image server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 334, in create_test_server with excutils.save_and_reraise_exception(): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 317, in create_test_server server = waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 2e853895-ea80-42f0-b823-8960a2282e8d failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2023-04-18T17:55:40Z', 'message': 'Build of instance 2e853895-ea80-42f0-b823-8960a2282e8d aborted: Volume f2499ceb-1ab3-44ca-b8de-d420a01036f6 did not finish being created even after we waited 5 seconds or 2 attempts. And its status is error.'}. Server boot request ID: req-27846ecf-9cbf-43c5-9f19-a34ae1c85cd3. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:52:30,423 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.036s 2023-04-18 17:52:30,424 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2843', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-9a55476a-febd-4655-ab9f-7f3dbb8562ea', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "171127a60a304629949304db406a8f5b", "name": "tempest-ServerBootFromVolumeStableRescueTest-740353792-project-member", "password_expires_at": null}, "audit_ids": ["B-qxl5PLS9SNjJqa46Z4_A"], "expires_at": "2023-04-18T18:52:30.000000Z", "issued_at": "2023-04-18T17:52:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "03373e65e776406e823e7cc2b277d205", "name": "tempest-ServerBootFromVolumeStableRescueTest-740353792"}, "is_domain": false, "roles": [{"id": "762b079e91ba4ddbacceb1546eb3e74b", "name": "member"}, {"id": "807c7b6962e34127851a8fd52e276165", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e52ae3082fbf4a328ade93bc969dfa86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "166e820cb0ca4a089aa9254384c06e53", "type": "image", "name": "glance"}, {"endpoints": [{"id": "f150521060f741f784e55058e10c303b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "1c8e6022cdfd4e9eb0fc68323e0cac02", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9c29a67948cb4cc48fd15a0431fe7a64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/03373e65e776406e823e7cc2b277d205", "region": "RegionOne"}], "id": "2cacf9cd2898416aa34b0c96d297137a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "065cb3b15cfa48a89cd4a0610ca051f6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "334844b10d614b7693449511937eb5fa", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "42d5039ab31f496ebe06b2ab79621342", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/03373e65e776406e823e7cc2b277d205", "region": "RegionOne"}], "id": "39da698ec5564e8180fd91a7bbf41b0f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "730244346eb743c5833aedad51c363d0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/03373e65e776406e823e7cc2b277d205", "region": "RegionOne"}], "id": "5bcb3497a89a4dd8ae0ef4ff16e2f813", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9e3ae159bccb449fb431409ede0cbbd8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "63801c39cce14ff588071cf5a2486448", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "bb0997ca4d744ef88ab11be55b02192c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "aceec1d3ad2d4c5da6a7ca57bbfb3a51", "type": "identity", "name": "keystone"}]}}' 2023-04-18 17:52:30,424 79804 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '92a3fc19-c274-44eb-bd9d-958fdef4a359', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-1727375647-network', 'tenant_id': '03373e65e776406e823e7cc2b277d205', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'projec t_id': '03373e65e776406e823e7cc2b277d205', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 58274, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T17:52:13Z', 'updated_at': '2023-04-18T17:52:14Z', 'revision_number': 1} available for tenant 2023-04-18 17:52:33,332 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 2.906s 2023-04-18 17:52:33,332 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerBootFromVolumeStableRescueTest-server-1821350949", "imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "flavorRef": "42", "networks": [{"uuid": "92a3fc19-c274-44eb-bd9d-958fdef4a359"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/3d63901e-b9bf-4c51-b663-5399b7371929', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f6ae159-daf1-4130-87e9-1cf8c1858fbb', 'x-compute-request-id': 'req-3f6ae159-daf1-4130-87e9-1cf8c1858fbb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "3d63901e-b9bf-4c51-b663-5399b7371929", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3d63901e-b9bf-4c51-b663-5399b7371929"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3d63901e-b9bf-4c51-b663-5399b7371929"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "yfCBR7hBf3gM"}}' 2023-04-18 17:52:33,566 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/3d63901e-b9bf-4c51-b663-5399b7371929 0.225s 2023-04-18 17:52:33,566 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1395', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9db5e770-7317-4493-acbb-44c0c34774cf', 'x-compute-request-id': 'req-9db5e770-7317-4493-acbb-44c0c34774cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3d63901e-b9bf-4c51-b663-5399b7371929'} Body: b'{"server": {"id": "3d63901e-b9bf-4c51-b663-5399b7371929", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1821350949", "status": "BUILD", "tenant_id": "03373e65e776406e823e7cc2b277d205", "user_id": "171127a60a304629949304db406a8f5b", "metadata": {}, "hostId": "", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T17:52:33Z", "updated": "2023-04-18T17:52:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3d63 901e-b9bf-4c51-b663-5399b7371929"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3d63901e-b9bf-4c51-b663-5399b7371929"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-18 17:53:24,310 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/3d63901e-b9bf-4c51-b663-5399b7371929 0.679s 2023-04-18 17:53:24,311 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1691', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0d47155-1253-4b57-827a-73fdc720e648', 'x-compute-request-id': 'req-a0d47155-1253-4b57-827a-73fdc720e648', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3d63901e-b9bf-4c51-b663-5399b7371929'} Body: b'{"server": {"id": "3d63901e-b9bf-4c51-b663-5399b7371929", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1821350949", "status": "ACTIVE", "tenant_id": "03373e65e776406e823e7cc2b277d205", "user_id": "171127a60a304629949304db406a8f5b", "metadata": {}, "hostId": "6a33d3a76da607bd3cf1adc328c368bce023b48af675748e85c176f1", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T17:52:33Z", "updated": "2023-04-18T17:52:48Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-1727375647-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:34:a9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3d63901e-b9bf-4c51-b663-5399b7371929"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3d63901e-b9bf-4c51-b663-5399b7371929"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T17:52:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-18 17:53:24,327 79804 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-18 17:54:25,529 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 202 POST http://10.0.0.210/compute/v2.1/servers/3d63901e-b9bf-4c51-b663-5399b7371929/action 1.141s 2023-04-18 17:54:25,529 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerBootFromVolumeSta bleRescueTest-image-1933084262"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:54:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '52', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2004228d-f3ad-4ead-80d2-a6d42641c749', 'x-compute-request-id': 'req-2004228d-f3ad-4ead-80d2-a6d42641c749', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3d63901e-b9bf-4c51-b663-5399b7371929/action'} Body: b'{"image_id": "d6556220-8ae3-4815-a506-5d3da1701907"}' 2023-04-18 17:54:25,565 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://10.0.0.210/image/v2/images/d6556220-8ae3-4815-a506-5d3da1701907 0.033s 2023-04-18 17:54:25,565 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:54:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8e59800a-29dd-4459-bda3-5a03240d6511', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/d6556220-8ae3-4815-a506-5d3da1701907'} Body: b'{"base_image_ref": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "3d63901e-b9bf-4c51-b663-5399b7371929", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-740353792", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-740353792-project-member", "user_id": "171127a60a304629949304db406a8f5b", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1933084262", "disk_format": null, "container_format": null, "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 1, "owner": "03373e65e776406e823e7cc2b277d205", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "d6556220-8ae3-4815-a506-5d3da1701907", "created_at": "2023-04-18T17:54:25Z", "updated_at": "2023-04-18T17:54:25Z", "tags": [], "self": "/v2/images/d6556220-8ae3-4815-a506-5d3da1701907", "file": "/v2/images/d6556220-8ae3-4815-a506-5d3da1701907/file", "schema": "/v2/schemas/image"}' 2023-04-18 17:54:26,593 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://10.0.0.210/image/v2/images/d6556220-8ae3-4815-a506-5d3da1701907 0.026s 2023-04-18 17:54:26,593 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:54:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-4dfd8def-6b3c-4b58-83b7-32fd89260d74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/d6556220-8ae3-4815-a506-5d3da1701907'} Body: b'{"base_image_ref": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "3d63901e-b9bf-4c51-b663-5399b7371929", "owner_project_name": "tempest-ServerBo otFromVolumeStableRescueTest-740353792", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-740353792-project-member", "user_id": "171127a60a304629949304db406a8f5b", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1933084262", "disk_format": null, "container_format": null, "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 1, "owner": "03373e65e776406e823e7cc2b277d205", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "d6556220-8ae3-4815-a506-5d3da1701907", "created_at": "2023-04-18T17:54:25Z", "updated_at": "2023-04-18T17:54:25Z", "tags": [], "self": "/v2/images/d6556220-8ae3-4815-a506-5d3da1701907", "file": "/v2/images/d6556220-8ae3-4815-a506-5d3da1701907/file", "schema": "/v2/schemas/image"}' 2023-04-18 17:54:27,618 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://10.0.0.210/image/v2/images/d6556220-8ae3-4815-a506-5d3da1701907 0.023s 2023-04-18 17:54:27,619 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:54:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-690ecb6e-ed5a-4887-aea1-8b8df893f7f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/d6556220-8ae3-4815-a506-5d3da1701907'} Body: b'{"base_image_ref": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "3d63901e-b9bf-4c51-b663-5399b7371929", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-740353792", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-740353792-project-member", "user_id": "171127a60a304629949304db406a8f5b", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1933084262", "disk_format": null, "container_format": null, "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 1, "owner": "03373e65e776406e823e7cc2b277d205", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "d6556220-8ae3-4815-a506-5d3da1701907", "created_at": "2023-04-18T17:54:25Z", "updated_at": "2023-04-18T17:54:25Z", "tags": [], "self": "/v2/images/d6556220-8ae3-4815-a506-5d3da1701907", "file": "/v2/images/d6556220-8ae3-4815-a506-5d3da1701907/file", "schema": "/v2/schemas/image"}' 2023-04-18 17:54:28,651 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://10.0.0.210/image/v2/images/d6556220-8ae3-4815-a506-5d3da1701907 0.030s 2023-04-18 17:54:28,651 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:54:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1469', 'content-type': 'application/json', 'x-openstack-request-id': 'req-4e6e6c59-81f2-4135-a656-ce8ef7c851d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/d6556220-8ae3-4815-a506-5d3da1701907'} Body: b'{"base_image_ref": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "boo t_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "3d63901e-b9bf-4c51-b663-5399b7371929", "owner_id": "03373e65e776406e823e7cc2b277d205", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-740353792", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-740353792-project-member", "user_id": "171127a60a304629949304db406a8f5b", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1933084262", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 1, "owner": "03373e65e776406e823e7cc2b277d205", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "d6556220-8ae3-4815-a506-5d3da1701907", "created_at": "2023-04-18T17:54:25Z", "updated_at": "2023-04-18T17:54:28Z", "tags": [], "self": "/v2/images/d6556220-8ae3-4815-a506-5d3da1701907", "file": "/v2/images/d6556220-8ae3-4815-a506-5d3da1701907/file", "schema": "/v2/schemas/image"}' 2023-04-18 17:54:29,674 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://10.0.0.210/image/v2/images/d6556220-8ae3-4815-a506-5d3da1701907 0.022s 2023-04-18 17:54:29,675 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:54:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1469', 'content-type': 'application/json', 'x-openstack-request-id': 'req-23382754-685b-4a10-a51f-754495b764f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/d6556220-8ae3-4815-a506-5d3da1701907'} Body: b'{"base_image_ref": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "3d63901e-b9bf-4c51-b663-5399b7371929", "owner_id": "03373e65e776406e823e7cc2b277d205", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-740353792", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-740353792-project-member", "user_id": "171127a60a304629949304db406a8f5b", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1933084262", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": null, "virtual_size": null, "status": "saving", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 1, "owner": "03373e65e776406e823e7cc2b277d205", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "d6556220-8ae3-4815-a506-5d3da1701907", "created_at": "2023-04-18T17:54:25Z", "updated_at": "2023-04-18T17:54:29Z", "tags": [], "self": "/v2/images/d6556220-8ae3-4815-a506-5d3da1701907", "file": "/v2/images/d6556220-8ae3-4815-a506-5d3da1701907/file", "schema": "/v2/schemas/image"}' 2023-04-18 17:54:30,699 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://10.0.0.210/image/v2/images/d6556220-8ae3-4815-a506-5d3da1701907 0.024s 2023-04-18 17:54:30,700 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', ' Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:54:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1639', 'content-type': 'application/json', 'x-openstack-request-id': 'req-6b36fc45-ffb7-40a7-b750-f95a3a725449', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/d6556220-8ae3-4815-a506-5d3da1701907'} Body: b'{"base_image_ref": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "3d63901e-b9bf-4c51-b663-5399b7371929", "owner_id": "03373e65e776406e823e7cc2b277d205", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-740353792", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-740353792-project-member", "user_id": "171127a60a304629949304db406a8f5b", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1933084262", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "4f47eb9218b77148f898fb22599660a4", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "03373e65e776406e823e7cc2b277d205", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "97c98107518005c7d84e2b3850d0fe02af6254e985687be2e391cb26ba2d7b9870149ccb9bb0a0f518e07038ee93959fb3b36789ecaa8be82c24a543e0ad97f4", "id": "d6556220-8ae3-4815-a506-5d3da1701907", "created_at": "2023-04-18T17:54:25Z", "updated_at": "2023-04-18T17:54:30Z", "tags": [], "self": "/v2/images/d6556220-8ae3-4815-a506-5d3da1701907", "file": "/v2/images/d6556220-8ae3-4815-a506-5d3da1701907/file", "schema": "/v2/schemas/image"}' 2023-04-18 17:54:30,724 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://10.0.0.210/image/v2/images/d6556220-8ae3-4815-a506-5d3da1701907 0.024s 2023-04-18 17:54:30,725 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:54:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1639', 'content-type': 'application/json', 'x-openstack-request-id': 'req-901467e4-7782-4847-a90f-ecc1cc128a61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/d6556220-8ae3-4815-a506-5d3da1701907'} Body: b'{"base_image_ref": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "3d63901e-b9bf-4c51-b663-5399b7371929", "owner_id": "03373e65e776406e823e7cc2b277d205", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-740353792", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-740353792-project-member", "user_id": "171127a60a304629949304db406a8f5b", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1933084262", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "4f47eb9218b77148f898fb22599660a4", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "03373e65e776406e823e7cc2b277d205" , "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "97c98107518005c7d84e2b3850d0fe02af6254e985687be2e391cb26ba2d7b9870149ccb9bb0a0f518e07038ee93959fb3b36789ecaa8be82c24a543e0ad97f4", "id": "d6556220-8ae3-4815-a506-5d3da1701907", "created_at": "2023-04-18T17:54:25Z", "updated_at": "2023-04-18T17:54:30Z", "tags": [], "self": "/v2/images/d6556220-8ae3-4815-a506-5d3da1701907", "file": "/v2/images/d6556220-8ae3-4815-a506-5d3da1701907/file", "schema": "/v2/schemas/image"}' 2023-04-18 17:54:31,016 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/3d63901e-b9bf-4c51-b663-5399b7371929 0.291s 2023-04-18 17:54:31,016 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:54:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1691', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e4d827e-f18a-40fe-8d92-d5ddf3a32aa6', 'x-compute-request-id': 'req-1e4d827e-f18a-40fe-8d92-d5ddf3a32aa6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3d63901e-b9bf-4c51-b663-5399b7371929'} Body: b'{"server": {"id": "3d63901e-b9bf-4c51-b663-5399b7371929", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1821350949", "status": "ACTIVE", "tenant_id": "03373e65e776406e823e7cc2b277d205", "user_id": "171127a60a304629949304db406a8f5b", "metadata": {}, "hostId": "6a33d3a76da607bd3cf1adc328c368bce023b48af675748e85c176f1", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T17:52:33Z", "updated": "2023-04-18T17:54:30Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-1727375647-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:75:34:a9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3d63901e-b9bf-4c51-b663-5399b7371929"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3d63901e-b9bf-4c51-b663-5399b7371929"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T17:52:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-18 17:55:31,164 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.071s 2023-04-18 17:55:31,164 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2843', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-5aed993f-0fb7-4968-ab4d-2f97a6b189e4', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"t oken": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "171127a60a304629949304db406a8f5b", "name": "tempest-ServerBootFromVolumeStableRescueTest-740353792-project-member", "password_expires_at": null}, "audit_ids": ["yVyi4Ol4REuUsRV1IljoIg"], "expires_at": "2023-04-18T18:55:31.000000Z", "issued_at": "2023-04-18T17:55:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "03373e65e776406e823e7cc2b277d205", "name": "tempest-ServerBootFromVolumeStableRescueTest-740353792"}, "is_domain": false, "roles": [{"id": "762b079e91ba4ddbacceb1546eb3e74b", "name": "member"}, {"id": "807c7b6962e34127851a8fd52e276165", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e52ae3082fbf4a328ade93bc969dfa86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "166e820cb0ca4a089aa9254384c06e53", "type": "image", "name": "glance"}, {"endpoints": [{"id": "f150521060f741f784e55058e10c303b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "1c8e6022cdfd4e9eb0fc68323e0cac02", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9c29a67948cb4cc48fd15a0431fe7a64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/03373e65e776406e823e7cc2b277d205", "region": "RegionOne"}], "id": "2cacf9cd2898416aa34b0c96d297137a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "065cb3b15cfa48a89cd4a0610ca051f6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "334844b10d614b7693449511937eb5fa", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "42d5039ab31f496ebe06b2ab79621342", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/03373e65e776406e823e7cc2b277d205", "region": "RegionOne"}], "id": "39da698ec5564e8180fd91a7bbf41b0f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "730244346eb743c5833aedad51c363d0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/03373e65e776406e823e7cc2b277d205", "region": "RegionOne"}], "id": "5bcb3497a89a4dd8ae0ef4ff16e2f813", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9e3ae159bccb449fb431409ede0cbbd8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "63801c39cce14ff588071cf5a2486448", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "bb0997ca4d744ef88ab11be55b02192c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "aceec1d3ad2d4c5da6a7ca57bbfb3a51", "type": "identity", "name": "keystone"}]}}' 2023-04-18 17:55:31,164 79804 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '92a3fc19-c274-44eb-bd9d-958fdef4a359', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-1727375647-network', 'tenant_id': '03373e65e776406e823e7cc2b277d205', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '03373e65e776406e823e7cc2b277d205', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 58274, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T17:52:13Z', 'updated_at': '2023-04-18T17:52:14Z', 'revision_number': 1} available for tenant 2023-04-18 17:55:31,696 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.531s 2023-04-18 17:55:31,696 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'a pplication/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerBootFromVolumeStableRescueTest-server-388049459", "imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "flavorRef": "42", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "blank", "volume_size": 1, "destination_type": "volume"}], "networks": [{"uuid": "92a3fc19-c274-44eb-bd9d-958fdef4a359"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/2e853895-ea80-42f0-b823-8960a2282e8d', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27846ecf-9cbf-43c5-9f19-a34ae1c85cd3', 'x-compute-request-id': 'req-27846ecf-9cbf-43c5-9f19-a34ae1c85cd3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "2e853895-ea80-42f0-b823-8960a2282e8d", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2e853895-ea80-42f0-b823-8960a2282e8d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2e853895-ea80-42f0-b823-8960a2282e8d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "5rCPNQ7n7kfd"}}' 2023-04-18 17:55:31,781 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/2e853895-ea80-42f0-b823-8960a2282e8d 0.080s 2023-04-18 17:55:31,781 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1394', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8ed91535-aa71-4a31-a96d-8ebb2c02a187', 'x-compute-request-id': 'req-8ed91535-aa71-4a31-a96d-8ebb2c02a187', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2e853895-ea80-42f0-b823-8960a2282e8d'} Body: b'{"server": {"id": "2e853895-ea80-42f0-b823-8960a2282e8d", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-388049459", "status": "BUILD", "tenant_id": "03373e65e776406e823e7cc2b277d205", "user_id": "171127a60a304629949304db406a8f5b", "metadata": {}, "hostId": "", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T17:55:32Z", "updated": "2023-04-18T17:55:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2e853895-ea80-42f0-b823-8960a2282e8d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2e853895-ea80-42f0-b823-8960a2282e8d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-18 17:56:21,960 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFr omVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/2e853895-ea80-42f0-b823-8960a2282e8d 0.116s 2023-04-18 17:56:21,960 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1649', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00e56f72-7a25-4a82-9683-89efb9aa9776', 'x-compute-request-id': 'req-00e56f72-7a25-4a82-9683-89efb9aa9776', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2e853895-ea80-42f0-b823-8960a2282e8d'} Body: b'{"server": {"id": "2e853895-ea80-42f0-b823-8960a2282e8d", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-388049459", "status": "ERROR", "tenant_id": "03373e65e776406e823e7cc2b277d205", "user_id": "171127a60a304629949304db406a8f5b", "metadata": {}, "hostId": "", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T17:55:31Z", "updated": "2023-04-18T17:55:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2e853895-ea80-42f0-b823-8960a2282e8d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2e853895-ea80-42f0-b823-8960a2282e8d"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2023-04-18T17:55:40Z", "message": "Build of instance 2e853895-ea80-42f0-b823-8960a2282e8d aborted: Volume f2499ceb-1ab3-44ca-b8de-d420a01036f6 did not finish being created even after we waited 5 seconds or 2 attempts. And its status is error."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-18 17:56:21,975 79804 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 50 second wait 2023-04-18 17:56:22,568 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 204 DELETE http://10.0.0.210/compute/v2.1/servers/2e853895-ea80-42f0-b823-8960a2282e8d 0.593s 2023-04-18 17:56:22,569 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-47ec030c-0bcb-4dfb-b29b-2e7e3ee772fe', 'x-compute-request-id': 'req-47ec030c-0bcb-4dfb-b29b-2e7e3ee772fe', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2e853895-ea80-42f0-b823-8960a2282e8d'} Body: b'' 2023-04-18 17:56:22,612 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 404 GET http://10.0.0.210/compute/v2.1/servers/2e853895-ea 80-42f0-b823-8960a2282e8d 0.042s 2023-04-18 17:56:22,612 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-068b9b1e-3162-4be1-92c5-af8dcbf50387', 'x-compute-request-id': 'req-068b9b1e-3162-4be1-92c5-af8dcbf50387', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2e853895-ea80-42f0-b823-8960a2282e8d'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 2e853895-ea80-42f0-b823-8960a2282e8d could not be found."}}' tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion[compute,id-a8fd48ec-1d01-4895-b932-02321661ec1e,image,network,slow,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_minimum_basic.py", line 196, in test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 11a2bd7b-0e4a-4d13-907d-ff8849cd5c4a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:53:35,780 79806 DEBUG [tempest.scenario.manager] paths: img: /opt/stack/devstack/files/cirros-0.5.2-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None 2023-04-18 17:53:36,984 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 201 POST http://10.0.0.210/image/v2/images 1.203s 2023-04-18 17:53:36,984 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--568759741", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/b5f29940-00c9-4746-bf7d-c40ba5ba5918', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-b6c75f35-16d5-4f00-9680-81a82498e3d0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--568759741", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "af34eaf8745141928f32aab84e7264b6", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "b5f29940-00c9-4746-bf7d-c40ba5ba5918", "created_at": "2023-04-18T17:53:37Z", "updated_at": "2023-04-18T17:53:37Z", "tags": [], "self": "/v2/images/b5f29940-00c9-4746-bf7d-c40ba5ba5918", "file": "/v2/images/b5f29940-00c9-4746-bf7d-c40ba5ba5918/file", "schema": "/v2/schemas/image"}' 2023-04-18 17:53:38,587 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 204 PUT http://10.0.0.210/image/v2/images/b5f29940-00c9-4746-bf7d-c40ba5ba5918/file 1.602s 2023-04-18 17:53:38,587 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-3a9f15d0-04b6-4eee-a167-ee22392326d2', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/b5f29940-00c9-4746-bf7d-c40ba5ba5918/file'} Body: b'' 2023-04-18 17:53:38,587 79806 DEBUG [tempest.scenario.manager] image:b5f29940-00c9-4746-bf7d-c40ba5ba5918 2023-04-18 17:53:38,639 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.048s 2023-04-18 17:53:38,639 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-951182281", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNe3YWjJCSoDgpSSd7JGBq4R75tWkzu4GRVn4JFPrki5gRDMCiF/jZ+Voj2wECwJzvFJghRhj6/BAf1jUF19Iw4Vud9NFtj5gW/Ljiem1ew/cq0BBnsn2zainZaExnHZxw=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '402', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e46a9b50-636f-4902-9e97-958468ad8fd4', 'x-compute-request-id': 'req-e46a9b50-636f-4902-9e97-958468ad8fd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0. 210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-951182281", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNe3YWjJCSoDgpSSd7JGBq4R75tWkzu4GRVn4JFPrki5gRDMCiF/jZ+Voj2wECwJzvFJghRhj6/BAf1jUF19Iw4Vud9NFtj5gW/Ljiem1ew/cq0BBnsn2zainZaExnHZxw==", "fingerprint": "18:47:6a:43:7f:8c:71:56:4e:ec:0c:48:6f:e7:ef:68", "user_id": "f250508b0762464ebf52fc73f1f49ac8"}}' 2023-04-18 17:53:38,732 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.085s 2023-04-18 17:53:38,733 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2819', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-8f6588e5-d4c2-43a3-9de4-1b24e2e2dd69', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "f250508b0762464ebf52fc73f1f49ac8", "name": "tempest-TestMinimumBasicScenario-796860875-project-member", "password_expires_at": null}, "audit_ids": ["ApPKWzdzQdCR0sVkC7OlWg"], "expires_at": "2023-04-18T18:53:38.000000Z", "issued_at": "2023-04-18T17:53:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "af34eaf8745141928f32aab84e7264b6", "name": "tempest-TestMinimumBasicScenario-796860875"}, "is_domain": false, "roles": [{"id": "762b079e91ba4ddbacceb1546eb3e74b", "name": "member"}, {"id": "807c7b6962e34127851a8fd52e276165", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e52ae3082fbf4a328ade93bc969dfa86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "166e820cb0ca4a089aa9254384c06e53", "type": "image", "name": "glance"}, {"endpoints": [{"id": "f150521060f741f784e55058e10c303b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "1c8e6022cdfd4e9eb0fc68323e0cac02", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9c29a67948cb4cc48fd15a0431fe7a64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/af34eaf8745141928f32aab84e7264b6", "region": "RegionOne"}], "id": "2cacf9cd2898416aa34b0c96d297137a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "065cb3b15cfa48a89cd4a0610ca051f6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "334844b10d614b7693449511937eb5fa", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "42d5039ab31f496ebe06b2ab79621342", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/af34eaf8745141928f32aab84e7264b6", "region": "RegionOne"}], "id": "39da698ec5564e8180fd91a7bbf41b0f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "730244346eb743c5833aedad51c363d0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/af34eaf8745141928f32aab84e7264b6", "region": "RegionOne"}], "id": "5bcb3497a89a4dd8ae0ef4ff16e2f813", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9e3ae159bccb449fb431409ede0cbbd8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "63801c39cce14ff588071cf5a2486448", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "bb0997ca4d744ef88ab11be55b02192c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "aceec1d3ad2d4c5da6a7ca57bbfb3a51", "type": "identity", "name": "keystone"}]}}' 2 023-04-18 17:53:38,734 79806 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion) Found network {'id': '2bd27561-80e1-4278-89f3-4ca5c3a7aa81', 'name': 'tempest-TestMinimumBasicScenario-239168642-network', 'tenant_id': 'af34eaf8745141928f32aab84e7264b6', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'af34eaf8745141928f32aab84e7264b6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 30849, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T17:53:12Z', 'updated_at': '2023-04-18T17:53:12Z', 'revision_number': 1} available for tenant 2023-04-18 17:53:39,669 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 202 POST http://10.0.0.210/compute/v2.1/servers 0.933s 2023-04-18 17:53:39,669 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1355557534", "imageRef": "b5f29940-00c9-4746-bf7d-c40ba5ba5918", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-951182281", "networks": [{"uuid": "2bd27561-80e1-4278-89f3-4ca5c3a7aa81"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/7d51dc75-e26a-4a97-bec1-6a3eba84685f', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fff4bfcc-081b-46ab-b846-8b25d069b237', 'x-compute-request-id': 'req-fff4bfcc-081b-46ab-b846-8b25d069b237', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "7d51dc75-e26a-4a97-bec1-6a3eba84685f", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7d51dc75-e26a-4a97-bec1-6a3eba84685f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7d51dc75-e26a-4a97-bec1-6a3eba84685f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "CqM4bBNj83Jw"}}' 2023-04-18 17:53:39,754 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 200 GET http://10.0.0.210/compute/v2.1/servers/7d51dc75-e26a-4a97-bec1-6a3eba84685f 0.081s 2023-04-18 17:53:39,754 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1252', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f87d2a68-e7d1-41bf-88bd-dfa78e6137ed', 'x-compute-request-id': 'req-f87d2a68-e7d1-41bf-88bd-dfa78e6137ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7d51dc75-e26a-4a97-bec1-6a3eba84685f'} Body: b'{"server": {"id": "7d51dc75-e26a-4a97-bec1-6a3eba84685f", "name": "tempest-TestMinimumBasicScenario-server-1355557534", "status": "BUILD", "tenant_id": "af34eaf8745141928f32aab84e7264b6", "user_id": "f250508b0762464ebf52fc73f1f49ac8", "metadata": {}, "hostId": "", "image": {"id": "b5f29940-00c9-4746-bf7d-c40ba5ba5918", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/com pute/images/b5f29940-00c9-4746-bf7d-c40ba5ba5918"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:53:40Z", "updated": "2023-04-18T17:53:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7d51dc75-e26a-4a97-bec1-6a3eba84685f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7d51dc75-e26a-4a97-bec1-6a3eba84685f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-951182281", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:54:30,040 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 200 GET http://10.0.0.210/compute/v2.1/servers/7d51dc75-e26a-4a97-bec1-6a3eba84685f 0.230s 2023-04-18 17:54:30,040 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:54:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1536', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-729f92be-74ed-4360-b175-6d35d75d55c7', 'x-compute-request-id': 'req-729f92be-74ed-4360-b175-6d35d75d55c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7d51dc75-e26a-4a97-bec1-6a3eba84685f'} Body: b'{"server": {"id": "7d51dc75-e26a-4a97-bec1-6a3eba84685f", "name": "tempest-TestMinimumBasicScenario-server-1355557534", "status": "ACTIVE", "tenant_id": "af34eaf8745141928f32aab84e7264b6", "user_id": "f250508b0762464ebf52fc73f1f49ac8", "metadata": {}, "hostId": "f00a9e12f0ef32b5a654c25a4fe3d1c5af3c699a3a25feaf3265efca", "image": {"id": "b5f29940-00c9-4746-bf7d-c40ba5ba5918", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b5f29940-00c9-4746-bf7d-c40ba5ba5918"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:53:39Z", "updated": "2023-04-18T17:53:47Z", "addresses": {"tempest-TestMinimumBasicScenario-239168642-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:e6:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7d51dc75-e26a-4a97-bec1-6a3eba84685f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7d51dc75-e26a-4a97-bec1-6a3eba84685f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-951182281", "OS-SRV-USG:launched_at": "2023-04-18T17:53:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:54:30,052 79806 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-18 17:55:30,332 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 200 GET http://10.0.0.210/compute/v2.1/servers/7d51dc75-e26a-4a97-bec1-6a3eba84685f 0.219s 2023-04-18 17:55:30,333 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Respon se - Headers: {'date': 'Tue, 18 Apr 2023 17:55:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1536', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e918e520-efdd-4e49-b82b-f3bed0483c17', 'x-compute-request-id': 'req-e918e520-efdd-4e49-b82b-f3bed0483c17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7d51dc75-e26a-4a97-bec1-6a3eba84685f'} Body: b'{"server": {"id": "7d51dc75-e26a-4a97-bec1-6a3eba84685f", "name": "tempest-TestMinimumBasicScenario-server-1355557534", "status": "ACTIVE", "tenant_id": "af34eaf8745141928f32aab84e7264b6", "user_id": "f250508b0762464ebf52fc73f1f49ac8", "metadata": {}, "hostId": "f00a9e12f0ef32b5a654c25a4fe3d1c5af3c699a3a25feaf3265efca", "image": {"id": "b5f29940-00c9-4746-bf7d-c40ba5ba5918", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b5f29940-00c9-4746-bf7d-c40ba5ba5918"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:53:39Z", "updated": "2023-04-18T17:53:47Z", "addresses": {"tempest-TestMinimumBasicScenario-239168642-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:e6:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7d51dc75-e26a-4a97-bec1-6a3eba84685f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7d51dc75-e26a-4a97-bec1-6a3eba84685f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-951182281", "OS-SRV-USG:launched_at": "2023-04-18T17:53:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:55:30,551 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 200 GET http://10.0.0.210/compute/v2.1/servers 0.207s 2023-04-18 17:55:30,552 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '341', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b06a3d8e-318f-498d-a9f3-330f347ef2f3', 'x-compute-request-id': 'req-b06a3d8e-318f-498d-a9f3-330f347ef2f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "7d51dc75-e26a-4a97-bec1-6a3eba84685f", "name": "tempest-TestMinimumBasicScenario-server-1355557534", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7d51dc75-e26a-4a97-bec1-6a3eba84685f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7d51dc75-e26a-4a97-bec1-6a3eba84685f"}]}]}' 2023-04-18 17:55:30,715 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 200 GET http://10.0.0.210/compute/v2.1/servers/7d51dc75-e26a-4a97-bec1-6a3eba84685f 0.160s 2023-04-18 17:55:30,716 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1536', 'content-type': 'application/json', 'o penstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5f914e4a-f71e-4b9d-bc1b-0f6695f51761', 'x-compute-request-id': 'req-5f914e4a-f71e-4b9d-bc1b-0f6695f51761', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7d51dc75-e26a-4a97-bec1-6a3eba84685f'} Body: b'{"server": {"id": "7d51dc75-e26a-4a97-bec1-6a3eba84685f", "name": "tempest-TestMinimumBasicScenario-server-1355557534", "status": "ACTIVE", "tenant_id": "af34eaf8745141928f32aab84e7264b6", "user_id": "f250508b0762464ebf52fc73f1f49ac8", "metadata": {}, "hostId": "f00a9e12f0ef32b5a654c25a4fe3d1c5af3c699a3a25feaf3265efca", "image": {"id": "b5f29940-00c9-4746-bf7d-c40ba5ba5918", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b5f29940-00c9-4746-bf7d-c40ba5ba5918"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:53:39Z", "updated": "2023-04-18T17:53:47Z", "addresses": {"tempest-TestMinimumBasicScenario-239168642-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:e6:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7d51dc75-e26a-4a97-bec1-6a3eba84685f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7d51dc75-e26a-4a97-bec1-6a3eba84685f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-951182281", "OS-SRV-USG:launched_at": "2023-04-18T17:53:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:55:30,953 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 202 POST http://10.0.0.210/volume/v3/af34eaf8745141928f32aab84e7264b6/volumes 0.224s 2023-04-18 17:55:30,953 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-1042627870", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40872e1a-2b8b-49be-b917-5711dcc733f4', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40872e1a-2b8b-49be-b917-5711dcc733f4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/af34eaf8745141928f32aab84e7264b6/volumes'} Body: b'{"volume": {"id": "11a2bd7b-0e4a-4d13-907d-ff8849cd5c4a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:55:30.888119", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1042627870", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/af34eaf8745141928f32aab84e7264b6/volumes/11a2bd7b-0e4a-4d13-907d-ff8849cd5c4a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/af34eaf8745141928f32aab84e7264b6/volumes/11a2bd7b-0e4a-4d13-907d-ff8849cd5c4a"}], "user_id": "f250508b0762464ebf52fc73f1f49ac8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:55:31,003 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 200 G ET http://10.0.0.210/volume/v3/af34eaf8745141928f32aab84e7264b6/volumes/11a2bd7b-0e4a-4d13-907d-ff8849cd5c4a 0.038s 2023-04-18 17:55:31,003 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38eb6d86-85d0-444e-859f-b6f45805e226', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38eb6d86-85d0-444e-859f-b6f45805e226', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/af34eaf8745141928f32aab84e7264b6/volumes/11a2bd7b-0e4a-4d13-907d-ff8849cd5c4a'} Body: b'{"volume": {"id": "11a2bd7b-0e4a-4d13-907d-ff8849cd5c4a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:55:31.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1042627870", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/af34eaf8745141928f32aab84e7264b6/volumes/11a2bd7b-0e4a-4d13-907d-ff8849cd5c4a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/af34eaf8745141928f32aab84e7264b6/volumes/11a2bd7b-0e4a-4d13-907d-ff8849cd5c4a"}], "user_id": "f250508b0762464ebf52fc73f1f49ac8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "af34eaf8745141928f32aab84e7264b6"}}' 2023-04-18 17:55:32,071 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 200 GET http://10.0.0.210/volume/v3/af34eaf8745141928f32aab84e7264b6/volumes/11a2bd7b-0e4a-4d13-907d-ff8849cd5c4a 0.056s 2023-04-18 17:55:32,071 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6507d2f-aa44-421b-bbe4-32f9cfb86258', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6507d2f-aa44-421b-bbe4-32f9cfb86258', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/af34eaf8745141928f32aab84e7264b6/volumes/11a2bd7b-0e4a-4d13-907d-ff8849cd5c4a'} Body: b'{"volume": {"id": "11a2bd7b-0e4a-4d13-907d-ff8849cd5c4a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:55:31.000000", "updated_at": "2023-04-18T17:55:31.000000", "name": "tempest-TestMinimumBasicScenario-volume-1042627870", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/af34eaf8745141928f32aab84e7264b6/volumes/11a2bd7b-0e4a-4d13-907d-ff8849cd5c4a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/af34eaf8745141928f32aab84e7264b6/volumes/11a2bd7b-0e4a-4d13-907d-ff8849cd5c4a"}], "user_id": "f250508b0762464ebf52fc73f1f49ac8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "af34eaf8745141928f32aab84e7264b6"}}' 2023-04-18 17:55:32,240 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/af34eaf8745141928f32aab84e7264b6/volumes/11a2bd7b-0e4a-4d13-907d-ff8849cd5c4a 0.158s 2023-04-18 17:55:32,241 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c08d9e67-974a-47f9-bd6d-1683e65530de', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/af34eaf8745141928f32aab84e7264b6/volumes/11a2bd7b-0e4a-4d13-907d-ff8849cd5c4a'} Body: b'' 2023-04-18 17:55:32,264 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/af34eaf8745141928f32aab84e7264b6/volumes/11a2bd7b-0e4a-4d13-907d-ff8849cd5c4a 0.023s 2023-04-18 17:55:32,265 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-488e3063-5ef3-444e-8ad5-374b50b53200', 'x-openstack-request-id': 'req-488e3063-5ef3-444e-8ad5-374b50b53200', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/af34eaf8745141928f32aab84e7264b6/volumes/11a2bd7b-0e4a-4d13-907d-ff8849cd5c4a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 11a2bd7b-0e4a-4d13-907d-ff8849cd5c4a could not be found."}}' 2023-04-18 17:55:32,398 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/7d51dc75-e26a-4a97-bec1-6a3eba84685f 0.133s 2023-04-18 17:55:32,399 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-03efd98e-2234-42c3-842f-9386fb8fbb97', 'x-compute-request-id': 'req-03efd98e-2234-42c3-842f-9386fb8fbb97', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7d51dc75-e26a-4a97-bec1-6a3eba84685f'} Body: b'' 2023-04-18 17:55:32,697 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/7d51dc75-e26a-4a97-bec1-6a3eba84685f 0.298s 2023-04-18 17:55:32,698 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1542', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c4a0baf-b519-4f5b-9432-f7b509ce5e27', 'x-compute-request-id': 'req-4c4a0baf-b519-4f5b-9432-f7b509ce5e27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7d51dc75-e26a-4a97-bec1-6a3eba84685f'} Body: b'{"server": {"id": "7d51dc75-e26a-4a97-bec1-6a3eba84685f", "name": "tempest-TestMinimumBasicScenario-server-1355557534", "status": "ACTIVE", "tenant_id": "af34eaf8745141928f32aab84e7264b6", "user_id": "f250508b0762464ebf52fc73f1f49ac8", "metadata": {}, "hostId": "f00a9e12f0ef32b5a654c25a4fe3d1c5af3c699a3a25feaf3265efca", "image": {"id": "b5f29940-00c9-4746-bf7d-c40ba5 ba5918", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b5f29940-00c9-4746-bf7d-c40ba5ba5918"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:53:39Z", "updated": "2023-04-18T17:55:32Z", "addresses": {"tempest-TestMinimumBasicScenario-239168642-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:e6:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7d51dc75-e26a-4a97-bec1-6a3eba84685f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7d51dc75-e26a-4a97-bec1-6a3eba84685f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-951182281", "OS-SRV-USG:launched_at": "2023-04-18T17:53:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:56:22,806 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/7d51dc75-e26a-4a97-bec1-6a3eba84685f 0.046s 2023-04-18 17:56:22,806 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-9938a16d-bc35-44e9-88da-9b31d8918d86', 'x-compute-request-id': 'req-9938a16d-bc35-44e9-88da-9b31d8918d86', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7d51dc75-e26a-4a97-bec1-6a3eba84685f'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 7d51dc75-e26a-4a97-bec1-6a3eba84685f could not be found."}}' 2023-04-18 17:56:22,847 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-951182281 0.040s 2023-04-18 17:56:22,847 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56240e29-4037-4f9a-8834-522bd46889a9', 'x-compute-request-id': 'req-56240e29-4037-4f9a-8834-522bd46889a9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-951182281'} Body: b'' 2023-04-18 17:56:22,951 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/b5f29940-00c9-4746-bf7d-c40ba5ba5918 0.104s 2023-04-18 17:56:22,952 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-c794f8bd-c35e-4811-ada1-09a7e6557f61', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/b5f29940-0 0c9-4746-bf7d-c40ba5ba5918'} Body: b'' tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached[id-a3772b42-00bf-4310-a90b-1cc6fd3e7eab,volume] -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 248, in test_stable_device_rescue_disk_virtio_with_volume_attached volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume cbadd088-04e9-424a-9d01-762b0d44a41e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:52:35,759 79786 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 17:52:36,141 79786 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.379s 2023-04-18 17:52:36,141 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1117431546", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPXzg4p1fdFU53eXi+WZukhnkTCtnQrU+QbKUEn8bZLNU9SxoOqfvXNuHMMZ+dFduzJ49mD1cAztieZaGXebs/SdINFarPARbVgz3zqy9oAFbbq6SCmH3i/QM0zQOsVPhg=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9db58749-b578-4e2e-906f-eafa9a97052b', 'x-compute-request-id': 'req-9db58749-b578-4e2e-906f-eafa9a97052b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1117431546", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPXzg4p1fdFU53eXi+WZukhnkTCtnQrU+QbKUEn8bZLNU9SxoOqfvXNuHMMZ+dFduzJ49mD1cAztieZaGXebs/SdINFarPARbVgz3zqy9oAFbbq6SCmH3i/QM0zQOsVPhg==", "fingerprint": "6d:19:7f:c7:09:50:bf:26:95:1d:62:93:f1:4d:9c:b6", "user_id": "1d327cd807144e3488b8a7dc33c0b740"}}' 2023-04-18 17:52:36,147 79786 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1117431546 created 2023-04-18 17:52:38,055 79786 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 1.907s 2023-04-18 17:52:38,055 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--675941978", "description": "tempest-description--10976926"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1594', 'x-openstack-request-id': 'req-958620bb-9263-4235-a8e6-f870b8f4cca7', 'date': 'Tue, 18 Apr 2023 17:52:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "8d9e8fbf-8370-4f6a-88bd-9f44ebd6bf2c", "name": "tempest-securitygroup--675941978", "stateful": true, "tenant_id": "23950807b16a4c73b86650e4529a0156", "description": "tempest-description--10976926", "shared": false, "security_group_rules": [{"id": "209fc9bd-8d0a-4303-8f8c-2f164f4c275f", "tenant_id": "23950807b16a4c73b86650e4529a0156", "security_group_id": "8d9e8fbf-8370-4f6a-88bd-9f44ebd6bf2c", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 252, "description": null, "tags": [], "created_at": "2023-04-18T17:52:36Z", "updated_at": "2023-04-18T17:52:36Z", "revision_number": 0, "project_id": "23950807b16a4c73b86650e4529a0156"}, {"id": "ebdf495d-12c9-4ca1-b93f-c325e887764b", "tenant_id": "23950807b16a4c73b86650e4529a0156", "security_group_id": "8d9e8fbf-8370-4f6a-88bd-9f44ebd6bf2c", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 2 53, "description": null, "tags": [], "created_at": "2023-04-18T17:52:37Z", "updated_at": "2023-04-18T17:52:37Z", "revision_number": 0, "project_id": "23950807b16a4c73b86650e4529a0156"}], "tags": [], "created_at": "2023-04-18T17:52:36Z", "updated_at": "2023-04-18T17:52:37Z", "revision_number": 1, "project_id": "23950807b16a4c73b86650e4529a0156"}}' 2023-04-18 17:52:39,309 79786 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.253s 2023-04-18 17:52:39,310 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8d9e8fbf-8370-4f6a-88bd-9f44ebd6bf2c", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-7fe95a11-9586-4e0c-ae74-cac52c8b0c0c', 'date': 'Tue, 18 Apr 2023 17:52:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "cc03bde0-6533-4468-8afa-c041d552eb59", "tenant_id": "23950807b16a4c73b86650e4529a0156", "security_group_id": "8d9e8fbf-8370-4f6a-88bd-9f44ebd6bf2c", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T17:52:38Z", "updated_at": "2023-04-18T17:52:38Z", "revision_number": 0, "project_id": "23950807b16a4c73b86650e4529a0156"}}' 2023-04-18 17:52:39,842 79786 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.531s 2023-04-18 17:52:39,842 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8d9e8fbf-8370-4f6a-88bd-9f44ebd6bf2c", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-d5a2aa29-cf11-403c-b751-bcd55faab1f4', 'date': 'Tue, 18 Apr 2023 17:52:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "cc14cc90-05fc-45c8-969f-a9a3abf3c040", "tenant_id": "23950807b16a4c73b86650e4529a0156", "security_group_id": "8d9e8fbf-8370-4f6a-88bd-9f44ebd6bf2c", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T17:52:39Z", "updated_at": "2023-04-18T17:52:39Z", "revision_number": 0, "project_id": "23950807b16a4c73b86650e4529a0156"}}' 2023-04-18 17:52:39,842 79786 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--675941978 created 2023-04-18 17:52:42,930 79786 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 3.087s 2023-04-18 17:52:42,931 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "c2ff55f8-5a51-4b60-9edc-49285 0802101"}} Response - Headers: {'content-type': 'application/json', 'content-length': '526', 'x-openstack-request-id': 'req-19b8c0ac-6cca-43df-9ccf-3cf3a519db2f', 'date': 'Tue, 18 Apr 2023 17:52:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "49055fff-5151-4e52-a4f2-5b532eb2b489", "tenant_id": "23950807b16a4c73b86650e4529a0156", "floating_ip_address": "172.24.4.7", "floating_network_id": "c2ff55f8-5a51-4b60-9edc-492850802101", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "23950807b16a4c73b86650e4529a0156", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T17:52:41Z", "updated_at": "2023-04-18T17:52:41Z", "revision_number": 0}}' 2023-04-18 17:52:42,931 79786 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '49055fff-5151-4e52-a4f2-5b532eb2b489', 'tenant_id': '23950807b16a4c73b86650e4529a0156', 'floating_ip_address': '172.24.4.7', 'floating_network_id': 'c2ff55f8-5a51-4b60-9edc-492850802101', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '23950807b16a4c73b86650e4529a0156', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T17:52:41Z', 'updated_at': '2023-04-18T17:52:41Z', 'revision_number': 0, 'ip': '172.24.4.7'} created 2023-04-18 17:52:43,034 79786 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.095s 2023-04-18 17:52:43,034 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2827', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b38dbcba-309e-4fe9-ab9f-cb031ef42c22', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "1d327cd807144e3488b8a7dc33c0b740", "name": "tempest-ServerStableDeviceRescueTest-708848625-project-member", "password_expires_at": null}, "audit_ids": ["rrgdH9nmT0yDZw4UbJAR1w"], "expires_at": "2023-04-18T18:52:42.000000Z", "issued_at": "2023-04-18T17:52:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "23950807b16a4c73b86650e4529a0156", "name": "tempest-ServerStableDeviceRescueTest-708848625"}, "is_domain": false, "roles": [{"id": "762b079e91ba4ddbacceb1546eb3e74b", "name": "member"}, {"id": "807c7b6962e34127851a8fd52e276165", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e52ae3082fbf4a328ade93bc969dfa86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "166e820cb0ca4a089aa9254384c06e53", "type": "image", "name": "glance"}, {"endpoints": [{"id": "f150521060f741f784e55058e10c303b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "1c8e6022cdfd4e9eb0fc68323e0cac02", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9c29a67948cb4cc48fd15a0431fe7a64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/23950807b16a4c73b86650e4529a0156", "region": "RegionOne"}], "id": "2cacf9cd2898416aa34b0c96d297137a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "065cb3b15cfa48a89cd4a0610ca051f6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "334844b10d614b7693449511937eb5fa", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "42d5039ab31f496ebe06b2ab79621342", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/23950807b16a4c73b86650e4529a0156", "region": "RegionOne"}], "id": "39da698ec5564e8180fd91a7bbf41b0f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "730244346eb743c5833aedad51c363d0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/23950807b16a4c73b86650e4529a0156", "region": "RegionOne"}], "id": "5bcb3497a89a4dd8ae0ef4ff16e2f813", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9e3ae159bccb449fb431409ede0cbbd8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "63801c39cce14ff588071cf5a2486448", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "bb0997ca4d744ef88ab11be55b02192c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "aceec1d3ad2d4c5da6a7ca57bbfb3a51", "type": "identity", "name": "keystone"}]}}' 2023-04-18 17:52:43,035 79786 INFO [tempest.lib.common.fixed_network] (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached) Found network {'id': 'c9be63b1-b18e-401b-bf05-0f87c6f8dc46', 'name': 'tempest-ServerStableDeviceRescueTest-16142691-network', 'tenant_id': '23950807b16a4c73b86650e4529a0156', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '23950807b16a4c73b86650e4529a0156', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 46301, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T17:52:12Z', 'updated_at': '2023-04-18T17:52:12Z', 'revision_number': 1} available for tenant 2023-04-18 17:52:43,036 79786 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1117431546', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPXzg4p1fdFU53eXi+WZukhnkTCtnQrU+QbKUEn8bZLNU9SxoOqfvXNuHMMZ+dFduzJ49mD1cAztieZaGXebs/SdINFarPARbVgz3zqy9oAFbbq6SCmH3i/QM0zQOsVPhg==', 'fingerprint': '6d:19:7f:c7:09:50:bf:26:95:1d:62:93:f1:4d:9c:b6', 'user_id': '1d327cd807144e3488b8a7dc33c0b740', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAH7ugGgz1rf9vZb2mtWzhGk9wjanRRGAxt70QaNuTeRAvxQixUsISU\nRX8F4ke2VeWgBwYFK4EEACKhZANiAAT184OKdX3RVOd3l4vlmbpIZ5EwrZ0K1PkG\nylBJ/G2SzVPUsaDqn71zbhzDGfnRXbsyePZg9XAM7YnmWhl3m7P0nSDRWqzwEW1Y\nM986svaABW26ukgph94v0DNM0DrFT4Y=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '8d9e8fbf-8370-4f6a-88bd-9f44ebd6bf2c', 'name': 'tempest-securitygroup--675941978', 'stateful': True, 'tenant_id': '23950807b16a4c73b86650e4529a0156', 'description': 'tempest-description--10976926', 'shared': False, 'security_group_rules': [{'id': '209fc9bd-8d0a-4303-8f8c-2f164f4c275f', 'tenant_id': '23950807b16a4c73b86650e4529a0156', 'security_group_id': '8d9e8fbf-8370-4f6a-88bd-9f44ebd6bf2c', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 252, 'description': None, 'tags': [], 'created_at': '2023-04-18T17:52:36Z', 'updated_at': '2023-04-18T17:52:36Z', 'revision_number': 0, 'project_id': '23950807b16a4c73b86650e4529a0156'}, {'id': 'ebdf495d-12c9-4ca1-b93f-c325e887764b', 'tenant_id': '23950807b16a4c73b86650e4529a0156', 'security_group_id': '8d9e8fbf-8370-4f6a-88bd-9f44ebd6bf2c', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 253, 'description': None, 'tags': [], ' created_at': '2023-04-18T17:52:37Z', 'updated_at': '2023-04-18T17:52:37Z', 'revision_number': 0, 'project_id': '23950807b16a4c73b86650e4529a0156'}], 'tags': [], 'created_at': '2023-04-18T17:52:36Z', 'updated_at': '2023-04-18T17:52:37Z', 'revision_number': 1, 'project_id': '23950807b16a4c73b86650e4529a0156'}, 'floating_ip': {'id': '49055fff-5151-4e52-a4f2-5b532eb2b489', 'tenant_id': '23950807b16a4c73b86650e4529a0156', 'floating_ip_address': '172.24.4.7', 'floating_network_id': 'c2ff55f8-5a51-4b60-9edc-492850802101', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '23950807b16a4c73b86650e4529a0156', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T17:52:41Z', 'updated_at': '2023-04-18T17:52:41Z', 'revision_number': 0, 'ip': '172.24.4.7'}} 2023-04-18 17:52:45,779 79786 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 202 POST http://10.0.0.210/compute/v2.1/servers 2.742s 2023-04-18 17:52:45,779 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerStableDeviceRescueTest-server-960891457", "imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "flavorRef": "42", "networks": [{"uuid": "c9be63b1-b18e-401b-bf05-0f87c6f8dc46"}], "security_groups": [{"name": "tempest-securitygroup--675941978"}], "key_name": "tempest-keypair-1117431546", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/02122464-697c-4f0b-907f-30f6be1138f7', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f348cb56-97a7-4cfb-b504-784c89b20b5f', 'x-compute-request-id': 'req-f348cb56-97a7-4cfb-b504-784c89b20b5f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "02122464-697c-4f0b-907f-30f6be1138f7", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/02122464-697c-4f0b-907f-30f6be1138f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/02122464-697c-4f0b-907f-30f6be1138f7"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--675941978"}], "adminPass": "tnhGhiJRyg8f"}}' 2023-04-18 17:52:46,066 79786 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/02122464-697c-4f0b-907f-30f6be1138f7 0.284s 2023-04-18 17:52:46,067 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:52:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1239', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c10a0bbd-a192-4922-b84a-e781dbe6c2a3', 'x-compute-request-id': 'req-c10a0bbd-a192-4922-b84a-e781dbe6c2a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/02122464-697c-4f0b-907f-30f6be1138f7'} Body: b'{"server": {"id": "02122464-697c-4f0b-907f-30f6be1138f7", "name": "tempest-ServerStableDeviceRescueTest-server-960891457", "status": "BUILD", "tenant_id": "23950807b16a4c73b86650e4529a0156", "user_id": "1d327cd807144e3488b8 a7dc33c0b740", "metadata": {}, "hostId": "", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:52:46Z", "updated": "2023-04-18T17:52:45Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/02122464-697c-4f0b-907f-30f6be1138f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/02122464-697c-4f0b-907f-30f6be1138f7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1117431546", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:53:36,573 79786 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/02122464-697c-4f0b-907f-30f6be1138f7 0.444s 2023-04-18 17:53:36,573 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:53:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1550', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d3bd67d-81b5-4fc5-b47a-f6a989e64efa', 'x-compute-request-id': 'req-2d3bd67d-81b5-4fc5-b47a-f6a989e64efa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/02122464-697c-4f0b-907f-30f6be1138f7'} Body: b'{"server": {"id": "02122464-697c-4f0b-907f-30f6be1138f7", "name": "tempest-ServerStableDeviceRescueTest-server-960891457", "status": "ACTIVE", "tenant_id": "23950807b16a4c73b86650e4529a0156", "user_id": "1d327cd807144e3488b8a7dc33c0b740", "metadata": {}, "hostId": "4164771601089ba38aeada7c935486cf00b6861214fc81aa4ca01eb5", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:52:45Z", "updated": "2023-04-18T17:53:01Z", "addresses": {"tempest-ServerStableDeviceRescueTest-16142691-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:3f:64"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/02122464-697c-4f0b-907f-30f6be1138f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/02122464-697c-4f0b-907f-30f6be1138f7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1117431546", "OS-SRV-USG:launched_at": "2023-04-18T17:53:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--675941978"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:53:36,585 79786 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 17:54:36,832 79786 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/02122464-697c-4f0b-907f-30f6be1138f7/os-interface 0.188s 2023-04-18 17:54:36,832 79786 DEBUG [tempes t.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:54:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b4e6c4c-2498-42ad-bfdc-0a13c116931c', 'x-compute-request-id': 'req-6b4e6c4c-2498-42ad-bfdc-0a13c116931c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/02122464-697c-4f0b-907f-30f6be1138f7/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "c9be63b1-b18e-401b-bf05-0f87c6f8dc46", "port_id": "15734420-8d2f-4a4c-8ecd-360d03fc5825", "mac_addr": "fa:16:3e:84:3f:64", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "394fec0f-fb0a-4cf1-8e27-d2c4565c1471", "ip_address": "10.0.0.9"}]}]}' 2023-04-18 17:54:38,044 79786 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/49055fff-5151-4e52-a4f2-5b532eb2b489 1.206s 2023-04-18 17:54:38,044 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "15734420-8d2f-4a4c-8ecd-360d03fc5825"}} Response - Headers: {'content-type': 'application/json', 'content-length': '827', 'x-openstack-request-id': 'req-058f54be-0236-46fe-af5a-e08a9276408a', 'date': 'Tue, 18 Apr 2023 17:54:38 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/49055fff-5151-4e52-a4f2-5b532eb2b489'} Body: b'{"floatingip": {"id": "49055fff-5151-4e52-a4f2-5b532eb2b489", "tenant_id": "23950807b16a4c73b86650e4529a0156", "floating_ip_address": "172.24.4.7", "floating_network_id": "c2ff55f8-5a51-4b60-9edc-492850802101", "router_id": "22958111-06ae-40ab-9cc1-4b65bac611fa", "port_id": "15734420-8d2f-4a4c-8ecd-360d03fc5825", "fixed_ip_address": "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "c9be63b1-b18e-401b-bf05-0f87c6f8dc46", "mac_address": "fa:16:3e:84:3f:64", "admin_state_up": true, "status": "ACTIVE", "device_id": "02122464-697c-4f0b-907f-30f6be1138f7", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T17:52:41Z", "updated_at": "2023-04-18T17:54:37Z", "revision_number": 1, "project_id": "23950807b16a4c73b86650e4529a0156"}}' 2023-04-18 17:54:38,046 79786 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.7:22' as 'cirros' with public key authentication 2023-04-18 17:54:38,084 79786 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 17:54:38,106 79786 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 17:54:38,107 79786 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.7 successfully created 2023-04-18 17:54:38,944 79786 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 202 POST http://10.0.0.210/compute/v2.1/servers/02122464-697c-4f0b-907f-30f6be1138f7/action 0.836s 2023-04-18 17:54:38,944 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerStableDeviceRescueTest-image-2088914764"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:54:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '0', 'location': 'http://10.0.0.210/image//images/5504884a-542e-4aa8-9629-4e3d85d16ba9', 'openstack-api-versi on': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-01bb0dcc-46eb-4d5c-bcc1-fdcb39232fb9', 'x-compute-request-id': 'req-01bb0dcc-46eb-4d5c-bcc1-fdcb39232fb9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/02122464-697c-4f0b-907f-30f6be1138f7/action'} Body: b'' 2023-04-18 17:54:39,001 79786 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/images/5504884a-542e-4aa8-9629-4e3d85d16ba9 0.054s 2023-04-18 17:54:39,002 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:54:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1609', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-141c138c-abc1-463c-9faa-49c459e38add', 'x-compute-request-id': 'req-141c138c-abc1-463c-9faa-49c459e38add', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/5504884a-542e-4aa8-9629-4e3d85d16ba9'} Body: b'{"image": {"id": "5504884a-542e-4aa8-9629-4e3d85d16ba9", "name": "tempest-ServerStableDeviceRescueTest-image-2088914764", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "02122464-697c-4f0b-907f-30f6be1138f7", "owner_project_name": "tempest-ServerStableDeviceRescueTest-708848625", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-708848625-project-member", "user_id": "1d327cd807144e3488b8a7dc33c0b740"}, "created": "2023-04-18T17:54:39Z", "updated": "2023-04-18T17:54:39Z", "status": "SAVING", "progress": 25, "OS-EXT-IMG-SIZE:size": 0, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/5504884a-542e-4aa8-9629-4e3d85d16ba9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/5504884a-542e-4aa8-9629-4e3d85d16ba9"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/5504884a-542e-4aa8-9629-4e3d85d16ba9"}], "server": {"id": "02122464-697c-4f0b-907f-30f6be1138f7", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/02122464-697c-4f0b-907f-30f6be1138f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/02122464-697c-4f0b-907f-30f6be1138f7"}]}}}' 2023-04-18 17:55:29,121 79786 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/images/5504884a-542e-4aa8-9629-4e3d85d16ba9 0.065s 2023-04-18 17:55:29,122 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec13ad06-ddf7-42f5-8a58-4bc4f67d1bd6', 'x-compute-request-id': 'req-ec13ad06-ddf7-42f5-8a58-4bc4f67d1bd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v 2.1/images/5504884a-542e-4aa8-9629-4e3d85d16ba9'} Body: b'{"image": {"id": "5504884a-542e-4aa8-9629-4e3d85d16ba9", "name": "tempest-ServerStableDeviceRescueTest-image-2088914764", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "02122464-697c-4f0b-907f-30f6be1138f7", "owner_id": "23950807b16a4c73b86650e4529a0156", "owner_project_name": "tempest-ServerStableDeviceRescueTest-708848625", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-708848625-project-member", "user_id": "1d327cd807144e3488b8a7dc33c0b740"}, "created": "2023-04-18T17:54:39Z", "updated": "2023-04-18T17:54:43Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 38600704, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/5504884a-542e-4aa8-9629-4e3d85d16ba9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/5504884a-542e-4aa8-9629-4e3d85d16ba9"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/5504884a-542e-4aa8-9629-4e3d85d16ba9"}], "server": {"id": "02122464-697c-4f0b-907f-30f6be1138f7", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/02122464-697c-4f0b-907f-30f6be1138f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/02122464-697c-4f0b-907f-30f6be1138f7"}]}}}' 2023-04-18 17:55:29,189 79786 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/images/5504884a-542e-4aa8-9629-4e3d85d16ba9 0.061s 2023-04-18 17:55:29,190 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d453188a-a08d-4016-954a-6bc0b1911917', 'x-compute-request-id': 'req-d453188a-a08d-4016-954a-6bc0b1911917', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/5504884a-542e-4aa8-9629-4e3d85d16ba9'} Body: b'{"image": {"id": "5504884a-542e-4aa8-9629-4e3d85d16ba9", "name": "tempest-ServerStableDeviceRescueTest-image-2088914764", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "02122464-697c-4f0b-907f-30f6be1138f7", "owner_id": "23950807b16a4c73b86650e4529a0156", "owner_project_name": "tempest-ServerStableDeviceRescueTest-708848625", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-708848625-project-member", "user_id": "1d327cd807144e3488b8a7dc33c0b740"}, "created": "2023-04-18T17:54:39Z", "updated": "2023-04-18T17:54:43Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 38600704, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/5504884a-542e-4aa8-9629-4e3d85d16ba9"}, {"rel": "bookmark", "href": "http://10.0.0 .210/compute/images/5504884a-542e-4aa8-9629-4e3d85d16ba9"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/5504884a-542e-4aa8-9629-4e3d85d16ba9"}], "server": {"id": "02122464-697c-4f0b-907f-30f6be1138f7", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/02122464-697c-4f0b-907f-30f6be1138f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/02122464-697c-4f0b-907f-30f6be1138f7"}]}}}' 2023-04-18 17:55:29,493 79786 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/02122464-697c-4f0b-907f-30f6be1138f7 0.297s 2023-04-18 17:55:29,494 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1667', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb28ca97-2e91-45c1-a576-2f72a70237ff', 'x-compute-request-id': 'req-cb28ca97-2e91-45c1-a576-2f72a70237ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/02122464-697c-4f0b-907f-30f6be1138f7'} Body: b'{"server": {"id": "02122464-697c-4f0b-907f-30f6be1138f7", "name": "tempest-ServerStableDeviceRescueTest-server-960891457", "status": "ACTIVE", "tenant_id": "23950807b16a4c73b86650e4529a0156", "user_id": "1d327cd807144e3488b8a7dc33c0b740", "metadata": {}, "hostId": "4164771601089ba38aeada7c935486cf00b6861214fc81aa4ca01eb5", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:52:45Z", "updated": "2023-04-18T17:54:44Z", "addresses": {"tempest-ServerStableDeviceRescueTest-16142691-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:3f:64"}, {"version": 4, "addr": "172.24.4.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:3f:64"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/02122464-697c-4f0b-907f-30f6be1138f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/02122464-697c-4f0b-907f-30f6be1138f7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1117431546", "OS-SRV-USG:launched_at": "2023-04-18T17:53:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--675941978"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:56:29,653 79786 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 PATCH http://10.0.0.210/image/v2/images/5504884a-542e-4aa8-9629-4e3d85d16ba9 0.141s 2023-04-18 17:56:29,654 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/openstack-images-v2.0-json-patch', 'X-Auth-Token': ''} Body: [{"add": "/hw_rescue_bus", "value": "virtio"}] Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1642', 'content-type': 'application/json', 'x-openstack-request-id': 'req-7e2c4708-aba7-473f-ad92-03d19a147d09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/5504884a-542e-4aa8-9629-4e3d85d16ba9'} Body: b'{"base_image_ref": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "02122464-697c-4f0b-907f-30f6be1138f7", "owner_id": "23950807b16a4c73b86650e4529a0156", "owner_project_name": "tempest-ServerStableDeviceRescueTest-708848625", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-708848625-project-member", "user_id": "1d327cd807144e3488b8a7dc33c0b740", "hw_rescue_bus": "virtio", "name": "tempest-ServerStableDeviceRescueTest-image-2088914764", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "778411b3011efe27c878d2f7757709ec", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "23950807b16a4c73b86650e4529a0156", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "4a34f2239d50057831e1c321f6dc37a919d10e469c9ffb9d6212d3f6a982fa4dee782c654bff171686f6c0c85b1375096b54525e9030f556abd15d161b9005c2", "id": "5504884a-542e-4aa8-9629-4e3d85d16ba9", "created_at": "2023-04-18T17:54:39Z", "updated_at": "2023-04-18T17:56:30Z", "tags": [], "self": "/v2/images/5504884a-542e-4aa8-9629-4e3d85d16ba9", "file": "/v2/images/5504884a-542e-4aa8-9629-4e3d85d16ba9/file", "schema": "/v2/schemas/image"}' 2023-04-18 17:56:29,796 79786 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 PATCH http://10.0.0.210/image/v2/images/5504884a-542e-4aa8-9629-4e3d85d16ba9 0.142s 2023-04-18 17:56:29,797 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/openstack-images-v2.0-json-patch', 'X-Auth-Token': ''} Body: [{"add": "/hw_rescue_device", "value": "disk"}] Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1670', 'content-type': 'application/json', 'x-openstack-request-id': 'req-bfd32208-1c3d-4b7e-8bb2-9485fe5f8cd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/5504884a-542e-4aa8-9629-4e3d85d16ba9'} Body: b'{"base_image_ref": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rescue_bus": "virtio", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "02122464-697c-4f0b-907f-30f6be1138f7", "owner_id": "23950807b16a4c73b86650e4529a0156", "owner_project_name": "tempest-ServerStableDeviceRescueTest-708848625", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-708848625-project-member", "user_id": "1d327cd807144e3488b8a7dc33c0b740", "hw_rescue_device": "disk", "name": "tempest-ServerStableDeviceRescueTest-image-2088914764", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "778411b3011efe27c878d2f7757709ec", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "23950807b16a4c73b86650e4529a0156", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "4a34f2239d50057831e1c321f6dc37a919d10e469c9ffb9d6212d3f6a982fa4dee782c654bff171686f6c0c85b1375096b54525e9030f556abd15d161b9005c2", "id": "5504884a-542e-4aa8-9629-4e3d85d16ba9", "created_at": "2023-04-18T17:54:39Z", "updated_at": "2023-04-18T17:56:30Z", "tags": [], "self": "/v2/images/5504884a-542e -4aa8-9629-4e3d85d16ba9", "file": "/v2/images/5504884a-542e-4aa8-9629-4e3d85d16ba9/file", "schema": "/v2/schemas/image"}' 2023-04-18 17:56:30,034 79786 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/02122464-697c-4f0b-907f-30f6be1138f7 0.236s 2023-04-18 17:56:30,035 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1667', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-84c13cf4-e2e7-4a92-9aa0-11b8a18d14a5', 'x-compute-request-id': 'req-84c13cf4-e2e7-4a92-9aa0-11b8a18d14a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/02122464-697c-4f0b-907f-30f6be1138f7'} Body: b'{"server": {"id": "02122464-697c-4f0b-907f-30f6be1138f7", "name": "tempest-ServerStableDeviceRescueTest-server-960891457", "status": "ACTIVE", "tenant_id": "23950807b16a4c73b86650e4529a0156", "user_id": "1d327cd807144e3488b8a7dc33c0b740", "metadata": {}, "hostId": "4164771601089ba38aeada7c935486cf00b6861214fc81aa4ca01eb5", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:52:45Z", "updated": "2023-04-18T17:54:44Z", "addresses": {"tempest-ServerStableDeviceRescueTest-16142691-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:3f:64"}, {"version": 4, "addr": "172.24.4.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:3f:64"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/02122464-697c-4f0b-907f-30f6be1138f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/02122464-697c-4f0b-907f-30f6be1138f7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1117431546", "OS-SRV-USG:launched_at": "2023-04-18T17:53:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--675941978"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:56:30,309 79786 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/23950807b16a4c73b86650e4529a0156/volumes 0.250s 2023-04-18 17:56:30,309 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-ServerStableDeviceRescueTest-volume-236259383"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c68ee37-59fb-4d8c-a374-a4202a103319', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c68ee37-59fb-4d8c-a374-a4202a103319', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/23950807b16a4c73b86650e4529a0156/volumes'} Body: b'{"volume": {"id": "cbadd088-04e9-424a-9d01-762b0d44a41e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:56:30.241274", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-236259383", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/23950807b16a4c73b86650e4529a0156/volumes/cbadd088-04e9-424a-9d01-762b0d44a41e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/23950807b16a4c73b86650e4529a0156/volumes/cbadd088-04e9-424a-9d01-762b0d44a41e"}], "user_id": "1d327cd807144e3488b8a7dc33c0b740", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:56:30,361 79786 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/23950807b16a4c73b86650e4529a0156/volumes/cbadd088-04e9-424a-9d01-762b0d44a41e 0.042s 2023-04-18 17:56:30,362 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11e65747-a408-46e3-9bb5-9810facf1e0b', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11e65747-a408-46e3-9bb5-9810facf1e0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/23950807b16a4c73b86650e4529a0156/volumes/cbadd088-04e9-424a-9d01-762b0d44a41e'} Body: b'{"volume": {"id": "cbadd088-04e9-424a-9d01-762b0d44a41e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:56:30.000000", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-236259383", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/23950807b16a4c73b86650e4529a0156/volumes/cbadd088-04e9-424a-9d01-762b0d44a41e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/23950807b16a4c73b86650e4529a0156/volumes/cbadd088-04e9-424a-9d01-762b0d44a41e"}], "user_id": "1d327cd807144e3488b8a7dc33c0b740", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "23950807b16a4c73b86650e4529a0156"}}' 2023-04-18 17:56:31,421 79786 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/23950807b16a4c73b86650e4529a0156/volumes/cbadd088-04e9-424a-9d01-762b0d44a41e 0.047s 2023-04-18 17:56:31,422 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97b478dc-e73d-455b-9c8c-36eb4fbc0a01', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97b478dc-e73d-455b-9c8c-36eb4fbc0a01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/23950807b16a4c73b86650e4529a0156/volumes/cbadd088-04e9-424a-9d01-762b0d44a41e'} Body: b'{"volume": {"id": "cbadd088-04e9-424a-9d01-762b0d44a41e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:56:30.000000", "updated_at": "2023-04-18T17:56:30.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-236259383", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0 .0.210/volume/v3/23950807b16a4c73b86650e4529a0156/volumes/cbadd088-04e9-424a-9d01-762b0d44a41e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/23950807b16a4c73b86650e4529a0156/volumes/cbadd088-04e9-424a-9d01-762b0d44a41e"}], "user_id": "1d327cd807144e3488b8a7dc33c0b740", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "23950807b16a4c73b86650e4529a0156"}}' tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume[id-d0ccac79-0091-4cf4-a1ce-26162d0cc55f,negative,volume] --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue_negative.py", line 120, in test_rescued_vm_attach_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 67ecf88b-9d47-4123-8f69-9c86b774e75e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:57:27,449 79790 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 202 POST http://10.0.0.210/volume/v3/1c689d1535d74fb98276764e48bae128/volumes 0.216s 2023-04-18 17:57:27,449 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-ServerRescueNegativeTestJSON-volume-53893104"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:57:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d546b26-b40b-40ed-9c89-27e706aca9e2', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d546b26-b40b-40ed-9c89-27e706aca9e2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1c689d1535d74fb98276764e48bae128/volumes'} Body: b'{"volume": {"id": "67ecf88b-9d47-4123-8f69-9c86b774e75e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:57:27.387806", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-53893104", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1c689d1535d74fb98276764e48bae128/volumes/67ecf88b-9d47-4123-8f69-9c86b774e75e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1c689d1535d74fb98276764e48bae128/volumes/67ecf88b-9d47-4123-8f69-9c86b774e75e"}], "user_id": "eae8860750104207a580da9d4020e31e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:57:27,508 79790 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/1c689d1535d74fb98276764e48bae128/volumes/67ecf88b-9d47-4123-8f69-9c86b774e75e 0.048s 2023-04-18 17:57:27,508 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:57:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24951ede-4672-4c92-89b2-c3c20d28dcb6', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24951ede-4672-4c92-89b2-c3c20d28dcb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1c689d1535d74fb98276764e48bae128/volumes/67ecf88b-9d47-4123-8f69-9c86b774e75e'} Body: b'{"volume": {"id": "67ecf88b-9d47-4123-8f69-9c86b774e75e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:57:27.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-53893104", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1c689d1535d74fb98276764e48bae128/volumes/67ecf88b-9d47-4123-8f69-9c86b774e75e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1c689d1535d74fb98276764e48bae128/volumes/67ecf88b-9d47-4123-8f69-9c86b774e75e"}], "user_id": "eae8860750104207a580da9d4020e31e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c689d1535d74fb98276764e48bae128"}}' 2023-04-18 17:57:28,565 79790 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/1c689d1535d74fb98276764e48bae128/volumes/67ecf88b-9d47-4123-8f69-9c86b774e75e 0.039s 2023-04-18 17:57:28,566 79790 DEBUG [t empest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:57:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f56fa542-34e8-49f2-9590-41330a21480e', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f56fa542-34e8-49f2-9590-41330a21480e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1c689d1535d74fb98276764e48bae128/volumes/67ecf88b-9d47-4123-8f69-9c86b774e75e'} Body: b'{"volume": {"id": "67ecf88b-9d47-4123-8f69-9c86b774e75e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:57:27.000000", "updated_at": "2023-04-18T17:57:28.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-53893104", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1c689d1535d74fb98276764e48bae128/volumes/67ecf88b-9d47-4123-8f69-9c86b774e75e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1c689d1535d74fb98276764e48bae128/volumes/67ecf88b-9d47-4123-8f69-9c86b774e75e"}], "user_id": "eae8860750104207a580da9d4020e31e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c689d1535d74fb98276764e48bae128"}}' tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume[id-f56e465b-fe10-48bf-b75d-646cda3a8bc9,negative,volume] --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue_negative.py", line 140, in test_rescued_vm_detach_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume fe214ab7-9e74-4f92-a05b-5b1bc2a2a453 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:57:28,776 79790 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://10.0.0.210/volume/v3/1c689d1535d74fb98276764e48bae128/volumes 0.195s 2023-04-18 17:57:28,776 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-ServerRescueNegativeTestJSON-volume-2101672420"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:57:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de21c1b2-7d47-44e6-902a-866b9aa0bf17', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de21c1b2-7d47-44e6-902a-866b9aa0bf17', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1c689d1535d74fb98276764e48bae128/volumes'} Body: b'{"volume": {"id": "fe214ab7-9e74-4f92-a05b-5b1bc2a2a453", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:57:28.716176", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-2101672420", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1c689d1535d74fb98276764e48bae128/volumes/fe214ab7-9e74-4f92-a05b-5b1bc2a2a453"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1c689d1535d74fb98276764e48bae128/volumes/fe214ab7-9e74-4f92-a05b-5b1bc2a2a453"}], "user_id": "eae8860750104207a580da9d4020e31e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:57:28,825 79790 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/1c689d1535d74fb98276764e48bae128/volumes/fe214ab7-9e74-4f92-a05b-5b1bc2a2a453 0.040s 2023-04-18 17:57:28,826 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:57:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4200245b-68ca-4824-9801-7be6d8930bd8', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4200245b-68ca-4824-9801-7be6d8930bd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1c689d1535d74fb98276764e48bae128/volumes/fe214ab7-9e74-4f92-a05b-5b1bc2a2a453'} Body: b'{"volume": {"id": "fe214ab7-9e74-4f92-a05b-5b1bc2a2a453", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:57:29.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-2101672420", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1c689d1535d74fb98276764e48bae128/volumes/fe214ab7-9e74-4f92-a05b-5b1bc2a2a453"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1c689d1535d74fb98276764e48bae128/volumes/fe214ab7-9e74-4f92-a05b-5b1bc2a2a453"}], "user_id": "eae8860750104207a580da9d4020e31e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c689d1535d74fb98276764e48bae128"}}' 2023-04-18 17:57:29,877 79790 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/1c689d1535d74fb98276764e48bae128/volumes/fe214ab7-9e74-4f92-a05b-5b1bc2a2a453 0.040s 2023-04-18 17:57:29,878 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:57:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6fc446e-9269-4007-b768-ee114c23a638', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6fc446e-9269-4007-b768-ee114c23a638', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1c689d1535d74fb98276764e48bae128/volumes/fe214ab7-9e74-4f92-a05b-5b1bc2a2a453'} Body: b'{"volume": {"id": "fe214ab7-9e74-4f92-a05b-5b1bc2a2a453", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:57:29.000000", "updated_at": "2023-04-18T17:57:29.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-2101672420", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1c689d1535d74fb98276764e48bae128/volumes/fe214ab7-9e74-4f92-a05b-5b1bc2a2a453"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1c689d1535d74fb98276764e48bae128/volumes/fe214ab7-9e74-4f92-a05b-5b1bc2a2a453"}], "user_id": "eae8860750104207a580da9d4020e31e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1c689d1535d74fb98276764e48bae128"}}' tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri[id-309b5ecd-0585-4a7e-a36f-d2b2bf55259d,negative] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_volumes_negative.py", line 47, in test_update_attached_volume_with_nonexistent_volume_in_uri volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 265be523-6628-46e7-9a76-32effb721a01 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:55:40,463 79796 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.104s 2023-04-18 17:55:40,463 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2819', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b11a77c9-76c3-4709-894a-aab4a3d429f5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "468cf6197f4a4d49b3a58255e999bf9e", "name": "tempest-VolumesAdminNegativeTest-815900507-project-member", "password_expires_at": null}, "audit_ids": ["3GNnSPw8R56wPdNXLpEA8A"], "expires_at": "2023-04-18T18:55:40.000000Z", "issued_at": "2023-04-18T17:55:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "84c8ef9ed106494081b51a6bccc144a6", "name": "tempest-VolumesAdminNegativeTest-815900507"}, "is_domain": false, "roles": [{"id": "762b079e91ba4ddbacceb1546eb3e74b", "name": "member"}, {"id": "807c7b6962e34127851a8fd52e276165", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e52ae3082fbf4a328ade93bc969dfa86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "166e820cb0ca4a089aa9254384c06e53", "type": "image", "name": "glance"}, {"endpoints": [{"id": "f150521060f741f784e55058e10c303b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "1c8e6022cdfd4e9eb0fc68323e0cac02", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9c29a67948cb4cc48fd15a0431fe7a64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/84c8ef9ed106494081b51a6bccc144a6", "region": "RegionOne"}], "id": "2cacf9cd2898416aa34b0c96d297137a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "065cb3b15cfa48a89cd4a0610ca051f6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "334844b10d614b7693449511937eb5fa", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "42d5039ab31f496ebe06b2ab79621342", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/84c8ef9ed106494081b51a6bccc144a6", "region": "RegionOne"}], "id": "39da698ec5564e8180fd91a7bbf41b0f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "730244346eb743c5833aedad51c363d0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/84c8ef9ed106494081b51a6bccc144a6", "region": "RegionOne"}], "id": "5bcb3497a89a4dd8ae0ef4ff16e2f813", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9e3ae159bccb449fb431409ede0cbbd8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "63801c39cce14ff588071cf5a2486448", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "bb0997ca4d744ef88ab11be55b02192c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "aceec1d3ad2d4c5da6a7ca57bbfb3a51", "type": "identity", "name": "keystone"}]}}' 2023-04-18 17:55:40,463 79796 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': '22d94a93-462a-4392-a96a-21d97b0e7fd1', 'name': 'tempest-VolumesAdminNegativeTest-1212959840-network', 'tenant_id': '84c8ef9ed106494081b51a6bccc144a6', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '84c8ef9ed106494081b5 1a6bccc144a6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 31760, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T17:53:23Z', 'updated_at': '2023-04-18T17:53:23Z', 'revision_number': 1} available for tenant 2023-04-18 17:55:41,007 79796 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 202 POST http://10.0.0.210/compute/v2.1/servers 0.543s 2023-04-18 17:55:41,007 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-1748412423", "imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "flavorRef": "42", "networks": [{"uuid": "22d94a93-462a-4392-a96a-21d97b0e7fd1"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/b85d00fa-2bb6-4a4e-b424-aacb039caffc', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-85001b08-7d9a-42d2-a9ff-2415c6535390', 'x-compute-request-id': 'req-85001b08-7d9a-42d2-a9ff-2415c6535390', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "b85d00fa-2bb6-4a4e-b424-aacb039caffc", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b85d00fa-2bb6-4a4e-b424-aacb039caffc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b85d00fa-2bb6-4a4e-b424-aacb039caffc"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "hNCe5h3CZLSx"}}' 2023-04-18 17:55:41,093 79796 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 200 GET http://10.0.0.210/compute/v2.1/servers/b85d00fa-2bb6-4a4e-b424-aacb039caffc 0.083s 2023-04-18 17:55:41,094 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1212', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e2cff48a-ca30-430d-9619-cd5391bd26aa', 'x-compute-request-id': 'req-e2cff48a-ca30-430d-9619-cd5391bd26aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b85d00fa-2bb6-4a4e-b424-aacb039caffc'} Body: b'{"server": {"id": "b85d00fa-2bb6-4a4e-b424-aacb039caffc", "name": "tempest-VolumesAdminNegativeTest-server-1748412423", "status": "BUILD", "tenant_id": "84c8ef9ed106494081b51a6bccc144a6", "user_id": "468cf6197f4a4d49b3a58255e999bf9e", "metadata": {}, "hostId": "", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:55:41Z", "updated": "2023-04-18T17:55:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b85d00fa-2bb6-4a4e-b424-aacb039caffc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b85d00fa-2bb6-4a4e-b424-aacb039caffc"}], "OS-DCF:diskConfig": "MANUAL" , "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:56:31,390 79796 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 200 GET http://10.0.0.210/compute/v2.1/servers/b85d00fa-2bb6-4a4e-b424-aacb039caffc 0.282s 2023-04-18 17:56:31,391 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1496', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4139668-2df1-467c-af60-e4a459a157ba', 'x-compute-request-id': 'req-d4139668-2df1-467c-af60-e4a459a157ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b85d00fa-2bb6-4a4e-b424-aacb039caffc'} Body: b'{"server": {"id": "b85d00fa-2bb6-4a4e-b424-aacb039caffc", "name": "tempest-VolumesAdminNegativeTest-server-1748412423", "status": "ACTIVE", "tenant_id": "84c8ef9ed106494081b51a6bccc144a6", "user_id": "468cf6197f4a4d49b3a58255e999bf9e", "metadata": {}, "hostId": "076c1dc8206e4029f3c33d9e71e1cd64dae6a17f8916a0e9bfec42ec", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:55:40Z", "updated": "2023-04-18T17:55:47Z", "addresses": {"tempest-VolumesAdminNegativeTest-1212959840-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c1:ff:93"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b85d00fa-2bb6-4a4e-b424-aacb039caffc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b85d00fa-2bb6-4a4e-b424-aacb039caffc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T17:55:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:56:31,403 79796 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 17:57:31,743 79796 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 202 POST http://10.0.0.210/volume/v3/84c8ef9ed106494081b51a6bccc144a6/volumes 0.284s 2023-04-18 17:57:31,744 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-VolumesAdminNegativeTest-volume-1236128670"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:57:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e141fa05-0a2a-49b4-8184-5e572395d68a', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e141fa05-0a2a-49b4-8184-5e572395d68a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/84c8ef9ed106494081b51a6bccc144a6/volumes'} Body: b'{"volume": {"id": "265be 523-6628-46e7-9a76-32effb721a01", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:57:31.680992", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1236128670", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84c8ef9ed106494081b51a6bccc144a6/volumes/265be523-6628-46e7-9a76-32effb721a01"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84c8ef9ed106494081b51a6bccc144a6/volumes/265be523-6628-46e7-9a76-32effb721a01"}], "user_id": "468cf6197f4a4d49b3a58255e999bf9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:57:31,803 79796 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 200 GET http://10.0.0.210/volume/v3/84c8ef9ed106494081b51a6bccc144a6/volumes/265be523-6628-46e7-9a76-32effb721a01 0.049s 2023-04-18 17:57:31,803 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:57:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0225c712-06a0-4195-8c4a-9ec8a255cb2f', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0225c712-06a0-4195-8c4a-9ec8a255cb2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84c8ef9ed106494081b51a6bccc144a6/volumes/265be523-6628-46e7-9a76-32effb721a01'} Body: b'{"volume": {"id": "265be523-6628-46e7-9a76-32effb721a01", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:57:32.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1236128670", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84c8ef9ed106494081b51a6bccc144a6/volumes/265be523-6628-46e7-9a76-32effb721a01"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84c8ef9ed106494081b51a6bccc144a6/volumes/265be523-6628-46e7-9a76-32effb721a01"}], "user_id": "468cf6197f4a4d49b3a58255e999bf9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84c8ef9ed106494081b51a6bccc144a6"}}' 2023-04-18 17:57:32,878 79796 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri): 200 GET http://10.0.0.210/volume/v3/84c8ef9ed106494081b51a6bccc144a6/volumes/265be523-6628-46e7-9a76-32effb721a01 0.062s 2023-04-18 17:57:32,878 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:57:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7984f45b-3560-4e9d-af9f-80a44c6bd87e', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7984f45b-3560-4e9d-af9f-80a44c6bd87e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84c8ef9ed106494081b51a6bccc144a6/volumes/265be523-6628-46e7-9a76-32effb721a01'} Body: b'{"volume": {"id": "265be523-6628-46e7-9a76-32effb721a01", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:57:32.000000", "updated_at": "2023-04-18T17:57:32.000000", "name": "tempest-VolumesAdminNegativeTest-volume-1236128670", "description": null, "volume_type ": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/84c8ef9ed106494081b51a6bccc144a6/volumes/265be523-6628-46e7-9a76-32effb721a01"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/84c8ef9ed106494081b51a6bccc144a6/volumes/265be523-6628-46e7-9a76-32effb721a01"}], "user_id": "468cf6197f4a4d49b3a58255e999bf9e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "84c8ef9ed106494081b51a6bccc144a6"}}' tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached[id-b68bd8d6-855d-4212-b59b-2e704044dace,slow,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 309, in test_rebuild_server_with_volume_attached volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume e732c1d8-f7cf-4e73-acb0-1c5088bf1731 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:54:47,147 79800 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2 0.327s 2023-04-18 17:54:47,148 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:54:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1539', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-352fa3cf-492e-43c2-9f68-4c9eaa9e2d8f', 'x-compute-request-id': 'req-352fa3cf-492e-43c2-9f68-4c9eaa9e2d8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2'} Body: b'{"server": {"id": "46ff41f2-dacf-49c7-8c2e-7621fbca6af2", "name": "tempest-ServerActionsTestJSON-server-1477718106", "status": "ACTIVE", "tenant_id": "ecd89586cda04a249c938937bff52645", "user_id": "5530d6dd1b104cd7824717aea8f429cf", "metadata": {}, "hostId": "73996329d44fe766ac51d767253e58db70bb0b2bdfe542e90e2dc30f", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:52:54Z", "updated": "2023-04-18T17:53:08Z", "addresses": {"tempest-ServerActionsTestJSON-603821865-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:d0:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1368966076", "OS-SRV-USG:launched_at": "2023-04-18T17:53:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--821005766"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:54:47,302 79800 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2 0.142s 2023-04-18 17:54:47,302 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:54:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1539', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f21c4c87-b91f-4c0f-8055-d4690c532342', 'x-compute-request-id': 'req-f21c4c87-b91f-4c0f-8055-d4690c532342', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2'} Body: b'{"server": {"id": "46ff41f2-dacf-49c7-8c2e-7621fbca6af2", "name": "tempest-ServerActionsTestJSON-server-1477718106", "status": "ACTIVE", "tenant_id": "ecd89586cda04a249c938937bff52645", "user_id": "5530d6dd1b104cd7824717aea8f429cf", "metadata": {}, "hostId": "73996329d44fe766ac51d767253e58db70bb0b2bdfe542e90e2dc30f", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", " href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:52:54Z", "updated": "2023-04-18T17:53:08Z", "addresses": {"tempest-ServerActionsTestJSON-603821865-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:d0:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1368966076", "OS-SRV-USG:launched_at": "2023-04-18T17:53:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--821005766"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:55:38,317 79800 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2 0.986s 2023-04-18 17:55:38,318 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-071e6982-c84d-48d8-82aa-40dc116a8467', 'x-compute-request-id': 'req-071e6982-c84d-48d8-82aa-40dc116a8467', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2'} Body: b'{"server": {"id": "46ff41f2-dacf-49c7-8c2e-7621fbca6af2", "name": "tempest-ServerActionsTestJSON-server-1477718106", "status": "ACTIVE", "tenant_id": "ecd89586cda04a249c938937bff52645", "user_id": "5530d6dd1b104cd7824717aea8f429cf", "metadata": {}, "hostId": "73996329d44fe766ac51d767253e58db70bb0b2bdfe542e90e2dc30f", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:52:54Z", "updated": "2023-04-18T17:53:08Z", "addresses": {"tempest-ServerActionsTestJSON-603821865-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:d0:66"}, {"version": 4, "addr": "172.24.4.151", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:d0:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1368966076", "OS-SRV-USG:launched_at": "2023-04-18T17:53:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--821005766"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:55:39,089 79800 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2 0.760s 2023-04-18 17:55:39,090 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db3f6050-32a9-43c0-8b00-3df6c8749b41', 'x-compute-request-id': 'req-db3f6050-32a9-43c0-8b00-3df6c8749b41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2'} Body: b'{"server": {"id": "46ff41f2-dacf-49c7-8c2e-7621fbca6af2", "name": "tempest-ServerActionsTestJSON-server-1477718106", "status": "ACTIVE", "tenant_id": "ecd89586cda04a249c938937bff52645", "user_id": "5530d6dd1b104cd7824717aea8f429cf", "metadata": {}, "hostId": "73996329d44fe766ac51d767253e58db70bb0b2bdfe542e90e2dc30f", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:52:54Z", "updated": "2023-04-18T17:53:08Z", "addresses": {"tempest-ServerActionsTestJSON-603821865-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:d0:66"}, {"version": 4, "addr": "172.24.4.151", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:d0:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1368966076", "OS-SRV-USG:launched_at": "2023-04-18T17:53:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--821005766"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:56:39,375 79800 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes 0.214s 2023-04-18 17:56:39,376 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-ServerActionsTestJSON-volume-1830639648"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d056da5-9bbd-4beb-8ca4-1e3d2883969e', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d056da5-9bbd-4beb-8ca4-1e3d2883969e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes'} Body: b'{"volume": {"id": "e732c1d8-f7cf-4e73-acb0-1c5088bf1731", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:56:39.318737", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-1830639648", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes/e732c1d8-f7cf-4e73-acb0-1c5088bf1731"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ecd89586cda04a249c938937bff52645/volumes/e732c1d8-f7cf-4e73-acb0-1c5088bf1731"}], "user_id": "5530d6dd1b104cd7824717aea8f429cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []} }' 2023-04-18 17:56:39,437 79800 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes/e732c1d8-f7cf-4e73-acb0-1c5088bf1731 0.052s 2023-04-18 17:56:39,438 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57b05c10-9929-4f80-bad2-ff4382370afe', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57b05c10-9929-4f80-bad2-ff4382370afe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes/e732c1d8-f7cf-4e73-acb0-1c5088bf1731'} Body: b'{"volume": {"id": "e732c1d8-f7cf-4e73-acb0-1c5088bf1731", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:56:39.000000", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-1830639648", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes/e732c1d8-f7cf-4e73-acb0-1c5088bf1731"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ecd89586cda04a249c938937bff52645/volumes/e732c1d8-f7cf-4e73-acb0-1c5088bf1731"}], "user_id": "5530d6dd1b104cd7824717aea8f429cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ecd89586cda04a249c938937bff52645"}}' 2023-04-18 17:56:40,489 79800 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes/e732c1d8-f7cf-4e73-acb0-1c5088bf1731 0.039s 2023-04-18 17:56:40,489 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27eb34c8-1ab0-4934-b52b-7d4a716da632', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27eb34c8-1ab0-4934-b52b-7d4a716da632', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes/e732c1d8-f7cf-4e73-acb0-1c5088bf1731'} Body: b'{"volume": {"id": "e732c1d8-f7cf-4e73-acb0-1c5088bf1731", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:56:39.000000", "updated_at": "2023-04-18T17:56:39.000000", "name": "tempest-ServerActionsTestJSON-volume-1830639648", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes/e732c1d8-f7cf-4e73-acb0-1c5088bf1731"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ecd89586cda04a249c938937bff52645/volumes/e732c1d8-f7cf-4e73-acb0-1c5088bf1731"}], "user_id": "5530d6dd1b104cd7824717aea8f429cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ecd89586cda04a249c938937bff52645"}}' 2023-04-18 17:56:40,764 79800 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2 0.263s 2023-04-18 17:56:40,764 798 00 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-403729fe-b4de-4097-bd96-eba203708812', 'x-compute-request-id': 'req-403729fe-b4de-4097-bd96-eba203708812', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2'} Body: b'{"server": {"id": "46ff41f2-dacf-49c7-8c2e-7621fbca6af2", "name": "tempest-ServerActionsTestJSON-server-1477718106", "status": "ACTIVE", "tenant_id": "ecd89586cda04a249c938937bff52645", "user_id": "5530d6dd1b104cd7824717aea8f429cf", "metadata": {}, "hostId": "73996329d44fe766ac51d767253e58db70bb0b2bdfe542e90e2dc30f", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:52:54Z", "updated": "2023-04-18T17:53:08Z", "addresses": {"tempest-ServerActionsTestJSON-603821865-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:d0:66"}, {"version": 4, "addr": "172.24.4.151", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:d0:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1368966076", "OS-SRV-USG:launched_at": "2023-04-18T17:53:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--821005766"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume[compute,id-d38285d9-929d-478f-96a5-00e66a115b81] ------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 84, in test_force_detach_volume volume_id = self.create_volume()['id'] File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 6a428717-6432-4782-8783-9cbbcc887e86 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:55:49,033 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.100s 2023-04-18 17:55:49,033 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2809', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b57a44cd-87c6-40c1-a6f3-c9f4182be1a0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ed8490deab814653a759dbaf493f582a", "name": "tempest-VolumesActionsTest-1046475529-project-member", "password_expires_at": null}, "audit_ids": ["sA3iK8rDRCG3lZ18QGP52g"], "expires_at": "2023-04-18T18:55:48.000000Z", "issued_at": "2023-04-18T17:55:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "68fd3d6d08674a8a830c500c6094b348", "name": "tempest-VolumesActionsTest-1046475529"}, "is_domain": false, "roles": [{"id": "762b079e91ba4ddbacceb1546eb3e74b", "name": "member"}, {"id": "807c7b6962e34127851a8fd52e276165", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e52ae3082fbf4a328ade93bc969dfa86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "166e820cb0ca4a089aa9254384c06e53", "type": "image", "name": "glance"}, {"endpoints": [{"id": "f150521060f741f784e55058e10c303b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "1c8e6022cdfd4e9eb0fc68323e0cac02", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9c29a67948cb4cc48fd15a0431fe7a64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348", "region": "RegionOne"}], "id": "2cacf9cd2898416aa34b0c96d297137a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "065cb3b15cfa48a89cd4a0610ca051f6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "334844b10d614b7693449511937eb5fa", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "42d5039ab31f496ebe06b2ab79621342", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348", "region": "RegionOne"}], "id": "39da698ec5564e8180fd91a7bbf41b0f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "730244346eb743c5833aedad51c363d0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/68fd3d6d08674a8a830c500c6094b348", "region": "RegionOne"}], "id": "5bcb3497a89a4dd8ae0ef4ff16e2f813", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9e3ae159bccb449fb431409ede0cbbd8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "63801c39cce14ff588071cf5a2486448", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "bb0997ca4d744ef88ab11be55b02192c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "aceec1d3ad2d4c5da6a7ca57bbfb3a51", "type": "identity", "name": "keystone"}]}}' 2023-04-18 17:55:49,034 79802 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': 'ed8499ec-3077-410f-82b0-dda9c802c975', 'name': 'tempest-VolumesActionsTest-171418896-network', 'tenant_id': '68fd3d6d08674a8a830c500c6094b348', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '68fd3d6d08674a8a830c500c6094b348', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 24192, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T17:55:45Z', 'updated_at': '2023-04-18T17:55:45Z', 'revision_number': 1} available for tenant 2023-04-18 17:55:50,055 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 1.020s 2023-04-18 17:55:50,056 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-1020806056", "imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "flavorRef": "42", "networks": [{"uuid": "ed8499ec-3077-410f-82b0-dda9c802c975"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/06c6ec9c-bb35-4059-a18c-56fc998eb4e0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-215feb6f-1de3-4655-a6f7-68a64944a26b', 'x-compute-request-id': 'req-215feb6f-1de3-4655-a6f7-68a64944a26b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "06c6ec9c-bb35-4059-a18c-56fc998eb4e0", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/06c6ec9c-bb35-4059-a18c-56fc998eb4e0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/06c6ec9c-bb35-4059-a18c-56fc998eb4e0"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "nAKU4dbjoZ3F"}}' 2023-04-18 17:55:50,142 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/06c6ec9c-bb35-4059-a18c-56fc998eb4e0 0.081s 2023-04-18 17:55:50,143 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:55:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1208', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d32f776-9b14-4ed0-8020-2af00a796b24', 'x-compute-request-id': 'req-8d32f776-9b14-4ed0-8020-2af00a796b24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/06c6ec9c-bb35-4059-a18c-56fc998eb4e0'} Body: b'{"server": {"id": "06c6ec9c-bb35-4059-a18c-56fc998eb4e0", "name": "tempest-VolumesActionsTest-instance-1020806056", "status": "BUILD", "tenant_id": "68fd3d6d08674a8a830c500c6094b348", "user_id": "ed8490deab814653a759dbaf493f582a", "metadata": {}, "hostId": "", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:55:50Z", "updated": "2023-04-18T17:55:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/06c6ec9c-bb35-4059-a18c-56fc998eb4e0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/06c6ec9c-bb35-4059-a18c-56fc998eb4e0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "sch eduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:56:40,494 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/06c6ec9c-bb35-4059-a18c-56fc998eb4e0 0.303s 2023-04-18 17:56:40,495 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1485', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18c3b617-5b62-4236-81b6-472f4ac1da03', 'x-compute-request-id': 'req-18c3b617-5b62-4236-81b6-472f4ac1da03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/06c6ec9c-bb35-4059-a18c-56fc998eb4e0'} Body: b'{"server": {"id": "06c6ec9c-bb35-4059-a18c-56fc998eb4e0", "name": "tempest-VolumesActionsTest-instance-1020806056", "status": "ACTIVE", "tenant_id": "68fd3d6d08674a8a830c500c6094b348", "user_id": "ed8490deab814653a759dbaf493f582a", "metadata": {}, "hostId": "4e356c3755ede132184f876a5c9f805f44003eea2fc95d25737ab0d6", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:55:50Z", "updated": "2023-04-18T17:55:57Z", "addresses": {"tempest-VolumesActionsTest-171418896-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d8:97:f1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/06c6ec9c-bb35-4059-a18c-56fc998eb4e0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/06c6ec9c-bb35-4059-a18c-56fc998eb4e0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T17:55:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:56:40,506 79802 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 17:57:40,861 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes 0.296s 2023-04-18 17:57:40,861 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "name": "tempest-VolumesActionsTest-Volume-290033648"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:57:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0b6cd1e-810b-467e-b1e0-f9e004f983a8', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0b6cd1e-810b-467e-b1e0-f9e004f983a8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes'} Body: b'{"volume": {"id": "6a428717-6432-4782-8783-9cbbcc887e86", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:57:40.789627", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-290033648", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "sou rce_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/6a428717-6432-4782-8783-9cbbcc887e86"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/68fd3d6d08674a8a830c500c6094b348/volumes/6a428717-6432-4782-8783-9cbbcc887e86"}], "user_id": "ed8490deab814653a759dbaf493f582a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:57:40,916 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/6a428717-6432-4782-8783-9cbbcc887e86 0.044s 2023-04-18 17:57:40,916 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:57:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c21c62a-41b2-45ec-9409-8e3d131e30a3', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c21c62a-41b2-45ec-9409-8e3d131e30a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/6a428717-6432-4782-8783-9cbbcc887e86'} Body: b'{"volume": {"id": "6a428717-6432-4782-8783-9cbbcc887e86", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:57:41.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-290033648", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/6a428717-6432-4782-8783-9cbbcc887e86"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/68fd3d6d08674a8a830c500c6094b348/volumes/6a428717-6432-4782-8783-9cbbcc887e86"}], "user_id": "ed8490deab814653a759dbaf493f582a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "68fd3d6d08674a8a830c500c6094b348"}}' 2023-04-18 17:57:41,969 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/6a428717-6432-4782-8783-9cbbcc887e86 0.041s 2023-04-18 17:57:41,969 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:57:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36987d39-31dd-485c-af93-b91aa4812fc4', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36987d39-31dd-485c-af93-b91aa4812fc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/6a428717-6432-4782-8783-9cbbcc887e86'} Body: b'{"volume": {"id": "6a428717-6432-4782-8783-9cbbcc887e86", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:57:41.000000", "updated_at": "2023-04-18T17:57:41.000000", "name": "tempest-VolumesActionsTest-Volume-290033648", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/6a428717-6432-4782-8783-9cbbcc887e86"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/68fd3d6d08674a8a830c500c6094b348/volumes/6a428717-6432-4782-8783-9cbbcc887e86"}], "user_id": "ed8490deab814653a759dba f493f582a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "68fd3d6d08674a8a830c500c6094b348"}}' 2023-04-18 17:57:42,024 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/6a428717-6432-4782-8783-9cbbcc887e86 0.042s 2023-04-18 17:57:42,024 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:57:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d091f8e2-9744-41e0-9a6d-8b62bbb1b168', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d091f8e2-9744-41e0-9a6d-8b62bbb1b168', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/6a428717-6432-4782-8783-9cbbcc887e86'} Body: b'{"volume": {"id": "6a428717-6432-4782-8783-9cbbcc887e86", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:57:41.000000", "updated_at": "2023-04-18T17:57:41.000000", "name": "tempest-VolumesActionsTest-Volume-290033648", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/6a428717-6432-4782-8783-9cbbcc887e86"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/68fd3d6d08674a8a830c500c6094b348/volumes/6a428717-6432-4782-8783-9cbbcc887e86"}], "user_id": "ed8490deab814653a759dbaf493f582a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "68fd3d6d08674a8a830c500c6094b348"}}' 2023-04-18 17:57:42,133 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/6a428717-6432-4782-8783-9cbbcc887e86 0.099s 2023-04-18 17:57:42,134 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:57:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ccf75710-91e6-4dce-8f6f-7d3089bde466', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/6a428717-6432-4782-8783-9cbbcc887e86'} Body: b'' 2023-04-18 17:57:42,156 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/6a428717-6432-4782-8783-9cbbcc887e86 0.021s 2023-04-18 17:57:42,156 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:57:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4551b73-70b4-4f6a-98fb-f43feb1ceef9', 'x-openstack-request-id': 'req-a4551b73-70b4-4f6a-98fb-f43feb1ceef9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/6a428717-6432-4782-8783-9cbbcc887e86'} Body: b'{"itemNotFound": {"code ": 404, "message": "Volume 6a428717-6432-4782-8783-9cbbcc887e86 could not be found."}}' 2023-04-18 17:57:42,269 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/06c6ec9c-bb35-4059-a18c-56fc998eb4e0 0.112s 2023-04-18 17:57:42,269 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:57:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-033df10a-d2bb-4e4e-abfc-29a11ab51826', 'x-compute-request-id': 'req-033df10a-d2bb-4e4e-abfc-29a11ab51826', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/06c6ec9c-bb35-4059-a18c-56fc998eb4e0'} Body: b'' 2023-04-18 17:57:42,612 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/06c6ec9c-bb35-4059-a18c-56fc998eb4e0 0.342s 2023-04-18 17:57:42,612 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:57:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1491', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8ba71fab-fd8f-42e9-b222-4d6c522764a7', 'x-compute-request-id': 'req-8ba71fab-fd8f-42e9-b222-4d6c522764a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/06c6ec9c-bb35-4059-a18c-56fc998eb4e0'} Body: b'{"server": {"id": "06c6ec9c-bb35-4059-a18c-56fc998eb4e0", "name": "tempest-VolumesActionsTest-instance-1020806056", "status": "ACTIVE", "tenant_id": "68fd3d6d08674a8a830c500c6094b348", "user_id": "ed8490deab814653a759dbaf493f582a", "metadata": {}, "hostId": "4e356c3755ede132184f876a5c9f805f44003eea2fc95d25737ab0d6", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:55:50Z", "updated": "2023-04-18T17:57:42Z", "addresses": {"tempest-VolumesActionsTest-171418896-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d8:97:f1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/06c6ec9c-bb35-4059-a18c-56fc998eb4e0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/06c6ec9c-bb35-4059-a18c-56fc998eb4e0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T17:55:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:58:32,664 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/06c6ec9c-bb35-4059-a18c-56fc998eb4e0 0.035s 2023-04-18 17:58:32,664 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-dac87e46-2c7b-40a7-beeb-71ece566d4bf', 'x-compute-request-id': 'req-dac87e46-2c7b-40a7-beeb-71ece566d4bf', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/06c6ec9c-bb35-4059-a18c-56fc998eb4e0'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 06c6ec9c-bb35-4059-a18c-56fc998eb4e0 could not be found."}}' tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching[id-db8d607a-aa2e-4beb-b51d-d4005c232011] ----------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 66, in test_volume_force_delete_when_volume_is_attaching self._create_reset_and_force_delete_temp_volume('attaching') File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 32, in _create_reset_and_force_delete_temp_volume temp_volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume cc0ce908-238c-4c68-9d89-9a0e05e8263c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:58:32,867 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_force_delete_when_volume_is_attaching): 202 POST http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes 0.197s 2023-04-18 17:58:32,867 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "name": "tempest-VolumesActionsTest-Volume-253024986"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3b0f0fd-8c48-44c9-91c6-2efe84b6afe7', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3b0f0fd-8c48-44c9-91c6-2efe84b6afe7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes'} Body: b'{"volume": {"id": "cc0ce908-238c-4c68-9d89-9a0e05e8263c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:32.807242", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-253024986", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/cc0ce908-238c-4c68-9d89-9a0e05e8263c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/68fd3d6d08674a8a830c500c6094b348/volumes/cc0ce908-238c-4c68-9d89-9a0e05e8263c"}], "user_id": "ed8490deab814653a759dbaf493f582a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:58:32,917 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_force_delete_when_volume_is_attaching): 200 GET http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/cc0ce908-238c-4c68-9d89-9a0e05e8263c 0.040s 2023-04-18 17:58:32,917 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01e8c3c7-c3dc-4b94-aa6d-43943eab40d0', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01e8c3c7-c3dc-4b94-aa6d-43943eab40d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/cc0ce908-238c-4c68-9d89-9a0e05e8263c'} Body: b'{"volume": {"id": "cc0ce908-238c-4c68-9d89-9a0e05e8263c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:33.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-253024986", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/cc0ce908-238c-4c68-9d89-9a0e05e8263c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/68fd3d6d08674a8a830c500c6094b348/volumes/cc0ce908-238c-4c68-9d89-9a0e05e8263c"}], "user_id": "ed8490deab814653a759dbaf493f582a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "68fd3d6d08674a8a830c500c6094b348"}}' 2023-04-18 17:58:33,966 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_force_delete_when_volume_is_attaching): 200 GET http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/cc0ce908-238c-4c68-9d89-9a0e05e8263c 0.037s 2023-04-18 17:58:33,966 79802 DEBUG [tempes t.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3ad53e5-3a82-4756-8b14-60c7c115980f', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3ad53e5-3a82-4756-8b14-60c7c115980f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/cc0ce908-238c-4c68-9d89-9a0e05e8263c'} Body: b'{"volume": {"id": "cc0ce908-238c-4c68-9d89-9a0e05e8263c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:33.000000", "updated_at": "2023-04-18T17:58:33.000000", "name": "tempest-VolumesActionsTest-Volume-253024986", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/cc0ce908-238c-4c68-9d89-9a0e05e8263c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/68fd3d6d08674a8a830c500c6094b348/volumes/cc0ce908-238c-4c68-9d89-9a0e05e8263c"}], "user_id": "ed8490deab814653a759dbaf493f582a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "68fd3d6d08674a8a830c500c6094b348"}}' 2023-04-18 17:58:34,014 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/cc0ce908-238c-4c68-9d89-9a0e05e8263c 0.037s 2023-04-18 17:58:34,014 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bcaa4577-16aa-4591-b583-17e322728b74', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bcaa4577-16aa-4591-b583-17e322728b74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/cc0ce908-238c-4c68-9d89-9a0e05e8263c'} Body: b'{"volume": {"id": "cc0ce908-238c-4c68-9d89-9a0e05e8263c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:33.000000", "updated_at": "2023-04-18T17:58:33.000000", "name": "tempest-VolumesActionsTest-Volume-253024986", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/cc0ce908-238c-4c68-9d89-9a0e05e8263c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/68fd3d6d08674a8a830c500c6094b348/volumes/cc0ce908-238c-4c68-9d89-9a0e05e8263c"}], "user_id": "ed8490deab814653a759dbaf493f582a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "68fd3d6d08674a8a830c500c6094b348"}}' 2023-04-18 17:58:34,117 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/cc0ce908-238c-4c68-9d89-9a0e05e8263c 0.093s 2023-04-18 17:58:34,117 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75008a35-e5c4-4f61-9d25-c6cb8321f356', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/cc0ce908-238c-4c68-9d89-9a0e05e8263c'} Body: b'' 2023-04-18 17:58:34,137 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/cc0ce908-238c-4c68-9d89-9a0e05e8263c 0.019s 2023-04-18 17:58:34,137 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-559503a2-32a9-41b4-aab2-c2cb5087262f', 'x-openstack-request-id': 'req-559503a2-32a9-41b4-aab2-c2cb5087262f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/cc0ce908-238c-4c68-9d89-9a0e05e8263c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume cc0ce908-238c-4c68-9d89-9a0e05e8263c could not be found."}}' tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating[id-21737d5a-92f2-46d7-b009-a0cc0ee7a570] ---------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 61, in test_volume_force_delete_when_volume_is_creating self._create_reset_and_force_delete_temp_volume('creating') File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 32, in _create_reset_and_force_delete_temp_volume temp_volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 01905ed9-1447-4a25-9043-7410d1686a9d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:58:34,328 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_force_delete_when_volume_is_creating): 202 POST http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes 0.187s 2023-04-18 17:58:34,328 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "name": "tempest-VolumesActionsTest-Volume-757239303"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1045d4d5-b3f2-4af6-9651-376f6478d781', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1045d4d5-b3f2-4af6-9651-376f6478d781', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes'} Body: b'{"volume": {"id": "01905ed9-1447-4a25-9043-7410d1686a9d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:34.271449", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-757239303", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/01905ed9-1447-4a25-9043-7410d1686a9d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/68fd3d6d08674a8a830c500c6094b348/volumes/01905ed9-1447-4a25-9043-7410d1686a9d"}], "user_id": "ed8490deab814653a759dbaf493f582a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:58:34,375 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_force_delete_when_volume_is_creating): 200 GET http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/01905ed9-1447-4a25-9043-7410d1686a9d 0.038s 2023-04-18 17:58:34,376 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c29a1f5-b6d4-4f7b-8fa1-0f5f0d45ad32', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c29a1f5-b6d4-4f7b-8fa1-0f5f0d45ad32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/01905ed9-1447-4a25-9043-7410d1686a9d'} Body: b'{"volume": {"id": "01905ed9-1447-4a25-9043-7410d1686a9d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:34.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-757239303", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/01905ed9-1447-4a25-9043-7410d1686a9d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/68fd3d6d08674a8a830c500c6094b348/volumes/01905ed9-1447-4a25-9043-7410d1686a9d"}], "user_id": "ed8490deab814653a759dbaf493f582a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "68fd3d6d08674a8a830c500c6094b348"}}' 2023-04-18 17:58:35,425 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_force_delete_when_volume_is_creating): 200 GET http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/01905ed9-1447-4a25-9043-7410d1686a9d 0.038s 2023-04-18 17:58:35,426 79802 DEBUG [tempest.l ib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec7ea8a3-d055-4942-8393-fcfc73dec25c', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec7ea8a3-d055-4942-8393-fcfc73dec25c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/01905ed9-1447-4a25-9043-7410d1686a9d'} Body: b'{"volume": {"id": "01905ed9-1447-4a25-9043-7410d1686a9d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:34.000000", "updated_at": "2023-04-18T17:58:34.000000", "name": "tempest-VolumesActionsTest-Volume-757239303", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/01905ed9-1447-4a25-9043-7410d1686a9d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/68fd3d6d08674a8a830c500c6094b348/volumes/01905ed9-1447-4a25-9043-7410d1686a9d"}], "user_id": "ed8490deab814653a759dbaf493f582a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "68fd3d6d08674a8a830c500c6094b348"}}' 2023-04-18 17:58:35,540 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/01905ed9-1447-4a25-9043-7410d1686a9d 0.100s 2023-04-18 17:58:35,540 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25180929-8d7d-4e73-91f4-a115b2e324bf', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25180929-8d7d-4e73-91f4-a115b2e324bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/01905ed9-1447-4a25-9043-7410d1686a9d'} Body: b'{"volume": {"id": "01905ed9-1447-4a25-9043-7410d1686a9d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:34.000000", "updated_at": "2023-04-18T17:58:34.000000", "name": "tempest-VolumesActionsTest-Volume-757239303", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/01905ed9-1447-4a25-9043-7410d1686a9d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/68fd3d6d08674a8a830c500c6094b348/volumes/01905ed9-1447-4a25-9043-7410d1686a9d"}], "user_id": "ed8490deab814653a759dbaf493f582a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "68fd3d6d08674a8a830c500c6094b348"}}' 2023-04-18 17:58:35,657 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/01905ed9-1447-4a25-9043-7410d1686a9d 0.106s 2023-04-18 17:58:35,658 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0 ', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8de96c3-8845-4654-9d08-32f935e333c2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/01905ed9-1447-4a25-9043-7410d1686a9d'} Body: b'' 2023-04-18 17:58:35,678 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/01905ed9-1447-4a25-9043-7410d1686a9d 0.019s 2023-04-18 17:58:35,678 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-55f76ea6-2a50-4680-a0b9-96da492fcdaa', 'x-openstack-request-id': 'req-55f76ea6-2a50-4680-a0b9-96da492fcdaa', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/01905ed9-1447-4a25-9043-7410d1686a9d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 01905ed9-1447-4a25-9043-7410d1686a9d could not be found."}}' tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error[id-3e33a8a8-afd4-4d64-a86b-c27a185c5a4a] ------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 71, in test_volume_force_delete_when_volume_is_error self._create_reset_and_force_delete_temp_volume('error') File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 32, in _create_reset_and_force_delete_temp_volume temp_volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 901d9156-d1be-4086-a20b-618b96ac5fa3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:58:35,909 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_force_delete_when_volume_is_error): 202 POST http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes 0.226s 2023-04-18 17:58:35,910 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "name": "tempest-VolumesActionsTest-Volume-2057815242"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d89c626e-c995-4c5c-90be-0d7c6da7f1a7', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d89c626e-c995-4c5c-90be-0d7c6da7f1a7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes'} Body: b'{"volume": {"id": "901d9156-d1be-4086-a20b-618b96ac5fa3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:35.840539", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-2057815242", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/901d9156-d1be-4086-a20b-618b96ac5fa3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/68fd3d6d08674a8a830c500c6094b348/volumes/901d9156-d1be-4086-a20b-618b96ac5fa3"}], "user_id": "ed8490deab814653a759dbaf493f582a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:58:35,962 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_force_delete_when_volume_is_error): 200 GET http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/901d9156-d1be-4086-a20b-618b96ac5fa3 0.042s 2023-04-18 17:58:35,962 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8cb111d-f646-4a47-9189-8de7ef9ef13d', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8cb111d-f646-4a47-9189-8de7ef9ef13d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/901d9156-d1be-4086-a20b-618b96ac5fa3'} Body: b'{"volume": {"id": "901d9156-d1be-4086-a20b-618b96ac5fa3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:36.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-2057815242", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/901d9156-d1be-4086-a20b-618b96ac5fa3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/68fd3d6d08674a8a830c500c6094b348/volumes/901d9156-d1be-4086-a20b-618b96ac5fa3"}], "user_id": "ed8490deab814653a759dbaf493f582a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "68fd3d6d08674a8a830c500c6094b348"}}' 2023-04-18 17:58:37,013 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_force_delete_when_volume_is_error): 200 GET http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/901d9156-d1be-4086-a20b-618b96ac5fa3 0.038s 2023-04-18 17:58:37,013 79802 DEBUG [tempest.lib.com mon.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da01cb05-27a1-40e8-bd21-6abb480b1f48', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da01cb05-27a1-40e8-bd21-6abb480b1f48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/901d9156-d1be-4086-a20b-618b96ac5fa3'} Body: b'{"volume": {"id": "901d9156-d1be-4086-a20b-618b96ac5fa3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:36.000000", "updated_at": "2023-04-18T17:58:36.000000", "name": "tempest-VolumesActionsTest-Volume-2057815242", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/901d9156-d1be-4086-a20b-618b96ac5fa3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/68fd3d6d08674a8a830c500c6094b348/volumes/901d9156-d1be-4086-a20b-618b96ac5fa3"}], "user_id": "ed8490deab814653a759dbaf493f582a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "68fd3d6d08674a8a830c500c6094b348"}}' 2023-04-18 17:58:37,068 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/901d9156-d1be-4086-a20b-618b96ac5fa3 0.043s 2023-04-18 17:58:37,068 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60de6984-5475-425a-8b9c-c1bb4ad917c1', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60de6984-5475-425a-8b9c-c1bb4ad917c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/901d9156-d1be-4086-a20b-618b96ac5fa3'} Body: b'{"volume": {"id": "901d9156-d1be-4086-a20b-618b96ac5fa3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:36.000000", "updated_at": "2023-04-18T17:58:36.000000", "name": "tempest-VolumesActionsTest-Volume-2057815242", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/901d9156-d1be-4086-a20b-618b96ac5fa3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/68fd3d6d08674a8a830c500c6094b348/volumes/901d9156-d1be-4086-a20b-618b96ac5fa3"}], "user_id": "ed8490deab814653a759dbaf493f582a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "68fd3d6d08674a8a830c500c6094b348"}}' 2023-04-18 17:58:37,214 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/901d9156-d1be-4086-a20b-618b96ac5fa3 0.135s 2023-04-18 17:58:37,214 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', ' content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-665ef817-616e-48a0-b5c2-783181646ba7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/901d9156-d1be-4086-a20b-618b96ac5fa3'} Body: b'' 2023-04-18 17:58:37,236 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/901d9156-d1be-4086-a20b-618b96ac5fa3 0.021s 2023-04-18 17:58:37,236 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-40dd77da-3aa7-462e-92a4-1989d6a70668', 'x-openstack-request-id': 'req-40dd77da-3aa7-462e-92a4-1989d6a70668', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/901d9156-d1be-4086-a20b-618b96ac5fa3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 901d9156-d1be-4086-a20b-618b96ac5fa3 could not be found."}}' tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance[id-b957cabd-1486-4e21-90cf-a9ed3c39dfb2] ------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 76, in test_volume_force_delete_when_volume_is_maintenance self._create_reset_and_force_delete_temp_volume('maintenance') File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 32, in _create_reset_and_force_delete_temp_volume temp_volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume e0af9ec3-16e8-4b7f-8b0f-87b459a0b01c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:58:37,493 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_force_delete_when_volume_is_maintenance): 202 POST http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes 0.253s 2023-04-18 17:58:37,493 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "name": "tempest-VolumesActionsTest-Volume-1647427033"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0bad630-72a2-4db0-a0fc-075210bb0640', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0bad630-72a2-4db0-a0fc-075210bb0640', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes'} Body: b'{"volume": {"id": "e0af9ec3-16e8-4b7f-8b0f-87b459a0b01c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:37.376189", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1647427033", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/e0af9ec3-16e8-4b7f-8b0f-87b459a0b01c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/68fd3d6d08674a8a830c500c6094b348/volumes/e0af9ec3-16e8-4b7f-8b0f-87b459a0b01c"}], "user_id": "ed8490deab814653a759dbaf493f582a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:58:37,567 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_force_delete_when_volume_is_maintenance): 200 GET http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/e0af9ec3-16e8-4b7f-8b0f-87b459a0b01c 0.064s 2023-04-18 17:58:37,568 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c430990-3c17-4c29-bd8b-436e1cf183e2', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c430990-3c17-4c29-bd8b-436e1cf183e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/e0af9ec3-16e8-4b7f-8b0f-87b459a0b01c'} Body: b'{"volume": {"id": "e0af9ec3-16e8-4b7f-8b0f-87b459a0b01c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:37.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1647427033", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/e0af9ec3-16e8-4b7f-8b0f-87b459a0b01c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/68fd3d6d08674a8a830c500c6094b348/volumes/e0af9ec3-16e8-4b7f-8b0f-87b459a0b01c"}], "user_id": "ed8490deab814653a759dbaf493f582a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "68fd3d6d08674a8a830c500c6094b348"}}' 2023-04-18 17:58:38,624 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_force_delete_when_volume_is_maintenance): 200 GET http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/e0af9ec3-16e8-4b7f-8b0f-87b459a0b01c 0.045s 2023-04-18 17:58:38,625 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3cf28ad3-ccd5-4598-bcc1-dd1e47dc29c8', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3cf28ad3-ccd5-4598-bcc1-dd1e47dc29c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/e0af9ec3-16e8-4b7f-8b0f-87b459a0b01c'} Body: b'{"volume": {"id": "e0af9ec3-16e8-4b7f-8b0f-87b459a0b01c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:37.000000", "updated_at": "2023-04-18T17:58:38.000000", "name": "tempest-VolumesActionsTest-Volume-1647427033", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/e0af9ec3-16e8-4b7f-8b0f-87b459a0b01c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/68fd3d6d08674a8a830c500c6094b348/volumes/e0af9ec3-16e8-4b7f-8b0f-87b459a0b01c"}], "user_id": "ed8490deab814653a759dbaf493f582a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "68fd3d6d08674a8a830c500c6094b348"}}' 2023-04-18 17:58:38,677 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/e0af9ec3-16e8-4b7f-8b0f-87b459a0b01c 0.041s 2023-04-18 17:58:38,678 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be35d384-49ac-4260-9b78-4d97d122ce0c', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be35d384-49ac-4260-9b78-4d97d122ce0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/e0af9ec3-16e8-4b7f-8b0f-87b459a0b01c'} Body: b'{"volume": {"id": "e0af9ec3-16e8-4b7f-8b0f-87b459a0b01c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:37.000000", "updated_at": "2023-04-18T17:58:38.000000", "name": "tempest-VolumesActionsTest-Volume-1647427033", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/e0af9ec3-16e8-4b7f-8b0f-87b459a0b01c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/68fd3d6d08674a8a830c500c6094b348/volumes/e0af9ec3-16e8-4b7f-8b0f-87b459a0b01c"}], "user_id": "ed8490deab814653a759dbaf493f582a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "68fd3d6d08674a8a830c500c6094b348"}}' 2023-04-18 17:58:38,792 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/e0af9ec3-16e8-4b7f-8b0f-87b459a0b01c 0.103s 2023-04-18 17:58:38,792 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'conte nt-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97559abe-8967-4f68-8558-1efeafa91921', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/e0af9ec3-16e8-4b7f-8b0f-87b459a0b01c'} Body: b'' 2023-04-18 17:58:38,820 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/e0af9ec3-16e8-4b7f-8b0f-87b459a0b01c 0.027s 2023-04-18 17:58:38,821 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-97b7489a-e8e1-4869-8877-81ae822a1653', 'x-openstack-request-id': 'req-97b7489a-e8e1-4869-8877-81ae822a1653', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/e0af9ec3-16e8-4b7f-8b0f-87b459a0b01c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e0af9ec3-16e8-4b7f-8b0f-87b459a0b01c could not be found."}}' tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status[id-d063f96e-a2e0-4f34-8b8a-395c42de1845] ---------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 47, in test_volume_reset_status volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 70c987d0-57f3-4c4c-a55a-4b7178d0dd01 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:58:39,022 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 202 POST http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes 0.198s 2023-04-18 17:58:39,022 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "name": "tempest-VolumesActionsTest-Volume-303647944"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56d58558-6d87-4d29-9194-020ddfdb6a03', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56d58558-6d87-4d29-9194-020ddfdb6a03', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes'} Body: b'{"volume": {"id": "70c987d0-57f3-4c4c-a55a-4b7178d0dd01", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:38.952200", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-303647944", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/70c987d0-57f3-4c4c-a55a-4b7178d0dd01"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/68fd3d6d08674a8a830c500c6094b348/volumes/70c987d0-57f3-4c4c-a55a-4b7178d0dd01"}], "user_id": "ed8490deab814653a759dbaf493f582a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:58:39,072 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/70c987d0-57f3-4c4c-a55a-4b7178d0dd01 0.040s 2023-04-18 17:58:39,072 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47523190-76bd-451c-a2de-633eddfc50f6', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47523190-76bd-451c-a2de-633eddfc50f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/70c987d0-57f3-4c4c-a55a-4b7178d0dd01'} Body: b'{"volume": {"id": "70c987d0-57f3-4c4c-a55a-4b7178d0dd01", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:39.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-303647944", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/70c987d0-57f3-4c4c-a55a-4b7178d0dd01"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/68fd3d6d08674a8a830c500c6094b348/volumes/70c987d0-57f3-4c4c-a55a-4b7178d0dd01"}], "user_id": "ed8490deab814653a759dbaf493f582a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "68fd3d6d08674a8a830c500c6094b348"}}' 2023-04-18 17:58:40,124 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/70c987d0-57f3-4c4c-a55a-4b7178d0dd01 0.040s 2023-04-18 17:58:40,125 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/ json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f8a779b-a758-422c-b204-ed4488519a85', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f8a779b-a758-422c-b204-ed4488519a85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/70c987d0-57f3-4c4c-a55a-4b7178d0dd01'} Body: b'{"volume": {"id": "70c987d0-57f3-4c4c-a55a-4b7178d0dd01", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:39.000000", "updated_at": "2023-04-18T17:58:39.000000", "name": "tempest-VolumesActionsTest-Volume-303647944", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/70c987d0-57f3-4c4c-a55a-4b7178d0dd01"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/68fd3d6d08674a8a830c500c6094b348/volumes/70c987d0-57f3-4c4c-a55a-4b7178d0dd01"}], "user_id": "ed8490deab814653a759dbaf493f582a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "68fd3d6d08674a8a830c500c6094b348"}}' 2023-04-18 17:58:40,177 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/70c987d0-57f3-4c4c-a55a-4b7178d0dd01 0.042s 2023-04-18 17:58:40,178 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-794cc0bb-5313-4a0f-916e-4868845028b8', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-794cc0bb-5313-4a0f-916e-4868845028b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/70c987d0-57f3-4c4c-a55a-4b7178d0dd01'} Body: b'{"volume": {"id": "70c987d0-57f3-4c4c-a55a-4b7178d0dd01", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:39.000000", "updated_at": "2023-04-18T17:58:39.000000", "name": "tempest-VolumesActionsTest-Volume-303647944", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/70c987d0-57f3-4c4c-a55a-4b7178d0dd01"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/68fd3d6d08674a8a830c500c6094b348/volumes/70c987d0-57f3-4c4c-a55a-4b7178d0dd01"}], "user_id": "ed8490deab814653a759dbaf493f582a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "68fd3d6d08674a8a830c500c6094b348"}}' 2023-04-18 17:58:40,293 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/70c987d0-57f3-4c4c-a55a-4b7178d0dd01 0.104s 2023-04-18 17:58:40,293 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce18414d-68bb-46d0-9585-b99757d16166', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/70c987d0-57f3-4c4c-a55a-4b7178d0dd01'} Body: b'' 2023-04-18 17:58:40,343 79802 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/70c987d0-57f3-4c4c-a55a-4b7178d0dd01 0.049s 2023-04-18 17:58:40,343 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-08ba83f7-4cc9-4ce0-8353-aac8867a4ac0', 'x-openstack-request-id': 'req-08ba83f7-4cc9-4ce0-8353-aac8867a4ac0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/68fd3d6d08674a8a830c500c6094b348/volumes/70c987d0-57f3-4c4c-a55a-4b7178d0dd01'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 70c987d0-57f3-4c4c-a55a-4b7178d0dd01 could not be found."}}' tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend[id-9a36df71-a257-43a5-9555-dc7c88e66e0e] -------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_extend.py", line 37, in test_volume_extend volume = self.create_volume(imageRef=self.image_ref) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 04d46498-93c4-4348-bb75-4f89e0ae3590 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:58:43,566 79802 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/image/v2/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33 0.159s 2023-04-18 17:58:43,567 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-815ca95b-eaa4-4b53-9096-9597f6ad7655', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.5.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 16300544, "virtual_size": 117440512, "status": "active", "checksum": "b874c39491a2377b8490f5f1e89761a4", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "a46287e01e14415694c956b326941bd8", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "created_at": "2023-04-18T17:48:52Z", "updated_at": "2023-04-18T17:48:54Z", "tags": [], "self": "/v2/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "file": "/v2/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33/file", "schema": "/v2/schemas/image"}' 2023-04-18 17:58:44,103 79802 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 202 POST http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes 0.535s 2023-04-18 17:58:44,103 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "size": 1, "name": "tempest-VolumesExtendTest-Volume-141407643"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b29b8e9b-3930-4977-b724-0bfc63d0358a', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b29b8e9b-3930-4977-b724-0bfc63d0358a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes'} Body: b'{"volume": {"id": "04d46498-93c4-4348-bb75-4f89e0ae3590", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:44.019634", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-141407643", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/04d46498-93c4-4348-bb75-4f89e0ae3590"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/04d46498-93c4-4348-bb75-4f89e0ae3590"}], "user_id": "2b6c6fff9b8947cb863cfb53a9739b18", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:58:44,151 79802 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/04d46498-93c4-4348-bb75-4f89e0ae3590 0.038s 2023-04-18 17:58:44,151 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdba6800-9b87-4c1a-9894-8caa2c3c3d90', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdba6800-9b87-4c1a-9894-8caa2c3c3d90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/04d46498-93c4-4348-bb75-4f89e0ae3590'} Body: b'{"volume": {"id": "04d46498-93c4-4348-bb75-4f89e0ae3590", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:44.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-141407643", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/04d46498-93c4-4348-bb75-4f89e0ae3590"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/04d46498-93c4-4348-bb75-4f89e0ae3590"}], "user_id": "2b6c6fff9b8947cb863cfb53a9739b18", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5ca23ea1f5ae4c22b2e3d063910e2d59"}}' 2023-04-18 17:58:45,206 79802 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/04d46498-93c4-4348-bb75-4f89e0ae3590 0.042s 2023-04-18 17:58:45,206 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bed5d8c9-354e-46f4-8155-dae5a18e520c', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bed5d8c9-354e-46f4-8155-dae5a18e520c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/04d46498-93c4-4348-bb75-4f89e0ae3590'} Body: b'{"volume": {"id": "04d46498-93c4-4348-bb75-4f89e0ae3590", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:44.000000", "updated_at": "2023-04-18T17:58:44.000000", "name": "tempest-VolumesExtendTest-Volume-141407643", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/04d46498-93c4-4348-bb75-4f89e0ae3590"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/04d46498-93c4-4348-bb75-4f89e0ae3590"}], "user_id": "2b6c6fff9b8947cb863cfb53a9739b18", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5ca23ea1f5ae4c22b2e3d063910e2d59"}}' 2023-04-18 17:58:45,277 79802 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/04d46498-93c4-4348-bb75-4f89e0ae3590 0.060s 2023-04-18 17:58:45,277 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bc2238c-42ff-422d-bdc9-99e842e5aa09', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x -openstack-request-id': 'req-4bc2238c-42ff-422d-bdc9-99e842e5aa09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/04d46498-93c4-4348-bb75-4f89e0ae3590'} Body: b'{"volume": {"id": "04d46498-93c4-4348-bb75-4f89e0ae3590", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:44.000000", "updated_at": "2023-04-18T17:58:44.000000", "name": "tempest-VolumesExtendTest-Volume-141407643", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/04d46498-93c4-4348-bb75-4f89e0ae3590"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/04d46498-93c4-4348-bb75-4f89e0ae3590"}], "user_id": "2b6c6fff9b8947cb863cfb53a9739b18", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5ca23ea1f5ae4c22b2e3d063910e2d59"}}' 2023-04-18 17:58:45,397 79802 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/04d46498-93c4-4348-bb75-4f89e0ae3590 0.109s 2023-04-18 17:58:45,397 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18cd3a20-f877-4dc2-b2a3-f7b952c0ae00', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/04d46498-93c4-4348-bb75-4f89e0ae3590'} Body: b'' 2023-04-18 17:58:45,419 79802 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/04d46498-93c4-4348-bb75-4f89e0ae3590 0.021s 2023-04-18 17:58:45,419 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c6accbc-265c-4a3b-9b13-00cbb223cbd9', 'x-openstack-request-id': 'req-3c6accbc-265c-4a3b-9b13-00cbb223cbd9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/04d46498-93c4-4348-bb75-4f89e0ae3590'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 04d46498-93c4-4348-bb75-4f89e0ae3590 could not be found."}}' tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot[id-86be1cba-2640-11e5-9c82-635fb964c912] --------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_extend.py", line 51, in test_volume_extend_when_volume_has_snapshot volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume fe08f3a8-d434-4d30-a428-2e25de676b9b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:58:45,622 79802 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 202 POST http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes 0.199s 2023-04-18 17:58:45,622 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "name": "tempest-VolumesExtendTest-Volume-1177524095"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5edda3f-253f-40f8-a4f5-7c3cc1c7e112', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5edda3f-253f-40f8-a4f5-7c3cc1c7e112', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes'} Body: b'{"volume": {"id": "fe08f3a8-d434-4d30-a428-2e25de676b9b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:45.560278", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1177524095", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/fe08f3a8-d434-4d30-a428-2e25de676b9b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/fe08f3a8-d434-4d30-a428-2e25de676b9b"}], "user_id": "2b6c6fff9b8947cb863cfb53a9739b18", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:58:45,678 79802 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/fe08f3a8-d434-4d30-a428-2e25de676b9b 0.045s 2023-04-18 17:58:45,678 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef033b36-b808-455b-80b1-1ad58f6cf973', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef033b36-b808-455b-80b1-1ad58f6cf973', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/fe08f3a8-d434-4d30-a428-2e25de676b9b'} Body: b'{"volume": {"id": "fe08f3a8-d434-4d30-a428-2e25de676b9b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:46.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1177524095", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/fe08f3a8-d434-4d30-a428-2e25de676b9b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/fe08f3a8-d434-4d30-a428-2e25de676b9b"}], "user_id": "2b6c6fff9b8947cb863cfb53a9739b18", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5ca23ea1f5ae4c22b2e3d063910e2d59"}}' 2023-04-18 17:58:46,729 79802 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/fe08f3a8-d434-4d30-a428-2e25de676b9b 0.039s 2023-04-18 17:58:46,729 79802 DEBUG [tempest.lib.common.rest_cli ent] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afa4b890-6bc9-4c78-9f05-e4dbb88f1deb', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afa4b890-6bc9-4c78-9f05-e4dbb88f1deb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/fe08f3a8-d434-4d30-a428-2e25de676b9b'} Body: b'{"volume": {"id": "fe08f3a8-d434-4d30-a428-2e25de676b9b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:46.000000", "updated_at": "2023-04-18T17:58:46.000000", "name": "tempest-VolumesExtendTest-Volume-1177524095", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/fe08f3a8-d434-4d30-a428-2e25de676b9b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/fe08f3a8-d434-4d30-a428-2e25de676b9b"}], "user_id": "2b6c6fff9b8947cb863cfb53a9739b18", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5ca23ea1f5ae4c22b2e3d063910e2d59"}}' 2023-04-18 17:58:46,782 79802 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/fe08f3a8-d434-4d30-a428-2e25de676b9b 0.039s 2023-04-18 17:58:46,782 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1f2c844-c2f5-495e-b5cd-40f1faac7be1', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1f2c844-c2f5-495e-b5cd-40f1faac7be1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/fe08f3a8-d434-4d30-a428-2e25de676b9b'} Body: b'{"volume": {"id": "fe08f3a8-d434-4d30-a428-2e25de676b9b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:46.000000", "updated_at": "2023-04-18T17:58:46.000000", "name": "tempest-VolumesExtendTest-Volume-1177524095", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/fe08f3a8-d434-4d30-a428-2e25de676b9b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/fe08f3a8-d434-4d30-a428-2e25de676b9b"}], "user_id": "2b6c6fff9b8947cb863cfb53a9739b18", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5ca23ea1f5ae4c22b2e3d063910e2d59"}}' 2023-04-18 17:58:46,890 79802 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/fe08f3a8-d434-4d30-a428-2e25de676b9b 0.096s 2023-04-18 17:58:46,891 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': ' text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bb6877f-1d51-474f-8bb7-a964b2c7733d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/fe08f3a8-d434-4d30-a428-2e25de676b9b'} Body: b'' 2023-04-18 17:58:46,910 79802 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/fe08f3a8-d434-4d30-a428-2e25de676b9b 0.019s 2023-04-18 17:58:46,911 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-15b90fb5-dae1-4401-bac8-88dfac6cc5c1', 'x-openstack-request-id': 'req-15b90fb5-dae1-4401-bac8-88dfac6cc5c1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/5ca23ea1f5ae4c22b2e3d063910e2d59/volumes/fe08f3a8-d434-4d30-a428-2e25de676b9b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume fe08f3a8-d434-4d30-a428-2e25de676b9b could not be found."}}' tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete[id-27fb0e9f-fb64-41dd-8bdb-1ffa762f0d51,smoke] -------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 120, in test_volume_create_get_update_delete self._volume_create_get_update_delete(size=CONF.volume.volume_size) File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 41, in _volume_create_get_update_delete waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 5bce54c9-4d48-4d4a-b23f-498dcfa99c76 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:58:49,015 79802 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 202 POST http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes 0.432s 2023-04-18 17:58:49,015 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "name": "tempest-VolumesGetTest-Volume-337552626", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e630a87c-e85e-4a67-ab6c-d5b68880c274', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e630a87c-e85e-4a67-ab6c-d5b68880c274', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes'} Body: b'{"volume": {"id": "5bce54c9-4d48-4d4a-b23f-498dcfa99c76", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:48.951462", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-337552626", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/5bce54c9-4d48-4d4a-b23f-498dcfa99c76"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/74955e420f38447ab64ed46692b0e1db/volumes/5bce54c9-4d48-4d4a-b23f-498dcfa99c76"}], "user_id": "e0c34f5d2bef4429bf577f3193e776c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:58:49,070 79802 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/5bce54c9-4d48-4d4a-b23f-498dcfa99c76 0.045s 2023-04-18 17:58:49,070 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbd598a5-632b-4e4e-868d-0a91ab6a24ee', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbd598a5-632b-4e4e-868d-0a91ab6a24ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/5bce54c9-4d48-4d4a-b23f-498dcfa99c76'} Body: b'{"volume": {"id": "5bce54c9-4d48-4d4a-b23f-498dcfa99c76", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:49.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-337552626", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/5bce54c9-4d48-4d4a-b23f-498dcfa99c76"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/74955e420f38447ab64ed46692b0e1db/volumes/5bce54c9-4d48-4d4a-b23f-498dcfa99c76"}], "user_id": "e0c34f5d2bef4429bf577f3193e776c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "74955e420f38447ab64ed46692b0e1db"}}' 2023-04-18 17:58:50,128 79802 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/5bce54c9-4d48-4d4a-b23f-498dcfa99c76 0.046s 2023-04-18 17:58:50,128 79802 DEBUG [tempest.lib .common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56291a09-a8da-4034-aee8-45e99bdf3227', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56291a09-a8da-4034-aee8-45e99bdf3227', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/5bce54c9-4d48-4d4a-b23f-498dcfa99c76'} Body: b'{"volume": {"id": "5bce54c9-4d48-4d4a-b23f-498dcfa99c76", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:49.000000", "updated_at": "2023-04-18T17:58:49.000000", "name": "tempest-VolumesGetTest-Volume-337552626", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/5bce54c9-4d48-4d4a-b23f-498dcfa99c76"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/74955e420f38447ab64ed46692b0e1db/volumes/5bce54c9-4d48-4d4a-b23f-498dcfa99c76"}], "user_id": "e0c34f5d2bef4429bf577f3193e776c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "74955e420f38447ab64ed46692b0e1db"}}' 2023-04-18 17:58:50,251 79802 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/5bce54c9-4d48-4d4a-b23f-498dcfa99c76 0.111s 2023-04-18 17:58:50,252 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eeb2c48f-057e-4fec-a5fd-1ad80c93caf1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/5bce54c9-4d48-4d4a-b23f-498dcfa99c76'} Body: b'' 2023-04-18 17:58:50,275 79802 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/5bce54c9-4d48-4d4a-b23f-498dcfa99c76 0.022s 2023-04-18 17:58:50,275 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce12edfb-367e-4b04-a9e7-b186be15588e', 'x-openstack-request-id': 'req-ce12edfb-367e-4b04-a9e7-b186be15588e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/5bce54c9-4d48-4d4a-b23f-498dcfa99c76'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 5bce54c9-4d48-4d4a-b23f-498dcfa99c76 could not be found."}}' tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone[id-3f591b4a-7dc6-444c-bd51-77469506b3a1] ----------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 138, in test_volume_create_get_update_delete_as_clone origin = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2b2e093b-f916-46c0-a93f-a5f449094fc3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:58:50,494 79802 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_as_clone): 202 POST http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes 0.215s 2023-04-18 17:58:50,495 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "name": "tempest-VolumesGetTest-Volume-417341991"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a277bd72-fddf-44f5-92cb-7c9ba6965f85', 'content-length': '811', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a277bd72-fddf-44f5-92cb-7c9ba6965f85', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes'} Body: b'{"volume": {"id": "2b2e093b-f916-46c0-a93f-a5f449094fc3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:50.432580", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-417341991", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/2b2e093b-f916-46c0-a93f-a5f449094fc3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/74955e420f38447ab64ed46692b0e1db/volumes/2b2e093b-f916-46c0-a93f-a5f449094fc3"}], "user_id": "e0c34f5d2bef4429bf577f3193e776c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:58:50,542 79802 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_as_clone): 200 GET http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/2b2e093b-f916-46c0-a93f-a5f449094fc3 0.037s 2023-04-18 17:58:50,542 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62cea821-dc21-4b74-95fd-1d9b9df7df66', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62cea821-dc21-4b74-95fd-1d9b9df7df66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/2b2e093b-f916-46c0-a93f-a5f449094fc3'} Body: b'{"volume": {"id": "2b2e093b-f916-46c0-a93f-a5f449094fc3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:50.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-417341991", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/2b2e093b-f916-46c0-a93f-a5f449094fc3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/74955e420f38447ab64ed46692b0e1db/volumes/2b2e093b-f916-46c0-a93f-a5f449094fc3"}], "user_id": "e0c34f5d2bef4429bf577f3193e776c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "74955e420f38447ab64ed46692b0e1db"}}' 2023-04-18 17:58:51,595 79802 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_as_clone): 200 GET http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/2b2e093b-f916-46c0-a93f-a5f449094fc3 0.041s 2023-04-18 17:58:51,595 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15098f0d-0f2c-4b5b-ba84-4db64573f75b', 'content-length': '900', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15098f0d-0f2c-4b5b-ba84-4db64573f75b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/2b2e093b-f916-46c0-a93f-a5f449094fc3'} Body: b'{"volume": {"id": "2b2e093b-f916-46c0-a93f-a5f449094fc3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:50.000000", "updated_at": "2023-04-18T17:58:51.000000", "name": "tempest-VolumesGetTest-Volume-417341991", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/2b2e093b-f916-46c0-a93f-a5f449094fc3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/74955e420f38447ab64ed46692b0e1db/volumes/2b2e093b-f916-46c0-a93f-a5f449094fc3"}], "user_id": "e0c34f5d2bef4429bf577f3193e776c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "74955e420f38447ab64ed46692b0e1db"}}' 2023-04-18 17:58:51,644 79802 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/2b2e093b-f916-46c0-a93f-a5f449094fc3 0.038s 2023-04-18 17:58:51,645 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2c95491-41a7-4e7e-b5d8-edcdcb1d942d', 'content-length': '900', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2c95491-41a7-4e7e-b5d8-edcdcb1d942d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/2b2e093b-f916-46c0-a93f-a5f449094fc3'} Body: b'{"volume": {"id": "2b2e093b-f916-46c0-a93f-a5f449094fc3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:50.000000", "updated_at": "2023-04-18T17:58:51.000000", "name": "tempest-VolumesGetTest-Volume-417341991", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/2b2e093b-f916-46c0-a93f-a5f449094fc3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/74955e420f38447ab64ed46692b0e1db/volumes/2b2e093b-f916-46c0-a93f-a5f449094fc3"}], "user_id": "e0c34f5d2bef4429bf577f3193e776c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "74955e420f38447ab64ed46692b0e1db"}}' 2023-04-18 17:58:51,758 79802 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/2b2e093b-f916-46c0-a93f-a5f449094fc3 0.103s 2023-04-18 17:58:51,759 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'o penstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e2fdd48-b133-4f02-8b07-049015a93c4b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/2b2e093b-f916-46c0-a93f-a5f449094fc3'} Body: b'' 2023-04-18 17:58:51,780 79802 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/2b2e093b-f916-46c0-a93f-a5f449094fc3 0.020s 2023-04-18 17:58:51,780 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8f5ddb7-8263-401a-bc0b-163c2dd3b06e', 'x-openstack-request-id': 'req-f8f5ddb7-8263-401a-bc0b-163c2dd3b06e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/2b2e093b-f916-46c0-a93f-a5f449094fc3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2b2e093b-f916-46c0-a93f-a5f449094fc3 could not be found."}}' tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image[id-54a01030-c7fc-447c-86ee-c1182beae638,image,smoke] ------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 130, in test_volume_create_get_update_delete_from_image self._volume_create_get_update_delete( File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 41, in _volume_create_get_update_delete waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 6bdca9f4-84bb-46b8-b71c-edda61449ba7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:58:51,808 79802 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.0.0.210/image/v2/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33 0.025s 2023-04-18 17:58:51,808 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-627c0d4b-2b7f-487c-a964-5755a31af889', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.5.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 16300544, "virtual_size": 117440512, "status": "active", "checksum": "b874c39491a2377b8490f5f1e89761a4", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "a46287e01e14415694c956b326941bd8", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "created_at": "2023-04-18T17:48:52Z", "updated_at": "2023-04-18T17:48:54Z", "tags": [], "self": "/v2/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "file": "/v2/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33/file", "schema": "/v2/schemas/image"}' 2023-04-18 17:58:52,144 79802 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 202 POST http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes 0.335s 2023-04-18 17:58:52,145 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "size": 1, "name": "tempest-VolumesGetTest-Volume-1118388133", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ccdda9e3-680d-4ac3-9024-672caae7913e', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ccdda9e3-680d-4ac3-9024-672caae7913e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes'} Body: b'{"volume": {"id": "6bdca9f4-84bb-46b8-b71c-edda61449ba7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:52.081730", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1118388133", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/6bdca9f4-84bb-46b8-b71c-edda61449ba7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/74955e420f38447ab64ed46692b0e1db/volumes/6bdca9f4-84bb-46b8-b71c-edda61449ba7"}], "user_id": "e0c34f5d2bef4429bf577f3193e776c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:58:52,197 79802 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/6bdca9f4-84bb-46b8-b71c-edda61449ba7 0.042s 2023-04-18 17:58:52,197 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e63aef0-3655-4458-ad34-9afcbf9987d1', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e63aef0-3655-4458-ad34-9afcbf9987d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/6bdca9f4-84bb-46b8-b71c-edda61449ba7'} Body: b'{"volume": {"id": "6bdca9f4-84bb-46b8-b71c-edda61449ba7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:52.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1118388133", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/6bdca9f4-84bb-46b8-b71c-edda61449ba7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/74955e420f38447ab64ed46692b0e1db/volumes/6bdca9f4-84bb-46b8-b71c-edda61449ba7"}], "user_id": "e0c34f5d2bef4429bf577f3193e776c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "74955e420f38447ab64ed46692b0e1db"}}' 2023-04-18 17:58:53,251 79802 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete_from_image): 200 GET http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/6bdca9f4-84bb-46b8-b71c-edda61449ba7 0.041s 2023-04-18 17:58:53,251 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-565af472-eab0-409b-95a3-db9f7291d22b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-565af472-eab0-409b-95a3-db9f7291d22b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/6bdca9f4-84bb-46b8-b71c-edda61449ba7'} Body: b'{"volume": {"id": "6bdca9f4-84bb-46b8-b71c-edda61449ba7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:52.000000", "updated_at": "2023-04-18T17:58:52.000000", "name": "tempest-VolumesGetTest-Volume-1118388133", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {"Type": "Test"}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/6bdca9f4-84bb-46b8-b71c-edda61449ba7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/74955e420f38447ab64ed46692b0e1db/volumes/6bdca9f4-84bb-46b8-b71c-edda61449ba7"}], "user_id": "e0c34f5d2bef4429bf577f3193e776c6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "74955e420f38447ab64ed46692b0e1db"}}' 2023-04-18 17:58:53,364 79802 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/6bdca9f4-84bb-46b8-b71c-edda61449ba7 0.101s 2023-04-18 17:58:53,364 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-typ e': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc6345b8-d11a-4cbc-9155-b9ba9e186b53', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/6bdca9f4-84bb-46b8-b71c-edda61449ba7'} Body: b'' 2023-04-18 17:58:53,386 79802 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/6bdca9f4-84bb-46b8-b71c-edda61449ba7 0.021s 2023-04-18 17:58:53,386 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-49696ba0-359d-4cae-b8b2-898e3fafdaa1', 'x-openstack-request-id': 'req-49696ba0-359d-4cae-b8b2-898e3fafdaa1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/74955e420f38447ab64ed46692b0e1db/volumes/6bdca9f4-84bb-46b8-b71c-edda61449ba7'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 6bdca9f4-84bb-46b8-b71c-edda61449ba7 could not be found."}}' tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow] ------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 89, in test_attach_detach_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ec98f91c-ffc1-4aa5-8143-64424fe631d4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:56:15,018 79798 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 17:56:15,018 79798 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 17:56:15,197 79798 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.176s 2023-04-18 17:56:15,197 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-890549411", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKJovf5XzCaI/zufXFbgp61rOjLTXHHZNrxXKLaTcLd1ZykVPTbEpsV0ktIds93F54/YlE0oiN8a/OfnybwHMGdHkzHMNY8UzcFt5i+7DmQdFblJF3SJkKU2SHYPaEeYiA=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-119635d9-e389-420b-8cf7-443761bedbca', 'x-compute-request-id': 'req-119635d9-e389-420b-8cf7-443761bedbca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-890549411", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKJovf5XzCaI/zufXFbgp61rOjLTXHHZNrxXKLaTcLd1ZykVPTbEpsV0ktIds93F54/YlE0oiN8a/OfnybwHMGdHkzHMNY8UzcFt5i+7DmQdFblJF3SJkKU2SHYPaEeYiA==", "fingerprint": "ac:4a:c2:ce:7e:44:6d:1b:38:c3:87:ad:f1:0d:bf:1c", "user_id": "c167bb97deb24907a1fb757b13e0a840"}}' 2023-04-18 17:56:15,200 79798 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-890549411 created 2023-04-18 17:56:15,368 79798 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.167s 2023-04-18 17:56:15,368 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--125002171", "description": "tempest-description--1217310697"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-e0e02e70-45a3-455d-a8e5-b769bf57896e', 'date': 'Tue, 18 Apr 2023 17:56:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "8223c491-e3ef-49d5-9468-bfe2e538f37e", "name": "tempest-securitygroup--125002171", "stateful": true, "tenant_id": "fbfd165764d6457ba971b760fc1f6718", "description": "tempest-description--1217310697", "shared": false, "security_group_rules": [{"id": "168bb3ab-1ac4-400a-8b7a-b84e1d6ebcaf", "tenant_id": "fbfd165764d6457ba971b760fc1f6718", "security_group_id": "8223c491-e3ef-49d5-9468-bfe2e538f37e", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 659, "description": null, "tags": [], "created_at": "2023-04-18T17:56:15Z", "updated_at": "2023-04-18T17:56:15Z", "revision_number": 0, "project_id": "fbfd165764d6457ba971b760fc1f6718"}, {"id": "27a2d916-13c3-4d58-98a4-be6f2e6e0ad5", "tenant_id": "fbfd165764d6457ba971b760fc1f6718", "security_group_id": "8223c491-e3ef-49d5-9468-bfe2e538f37e", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normali zed_cidr": null, "remote_group_id": null, "standard_attr_id": 660, "description": null, "tags": [], "created_at": "2023-04-18T17:56:15Z", "updated_at": "2023-04-18T17:56:15Z", "revision_number": 0, "project_id": "fbfd165764d6457ba971b760fc1f6718"}], "tags": [], "created_at": "2023-04-18T17:56:15Z", "updated_at": "2023-04-18T17:56:15Z", "revision_number": 1, "project_id": "fbfd165764d6457ba971b760fc1f6718"}}' 2023-04-18 17:56:15,568 79798 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.199s 2023-04-18 17:56:15,568 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8223c491-e3ef-49d5-9468-bfe2e538f37e", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-82e86d8b-42a5-4014-8314-31097b339325', 'date': 'Tue, 18 Apr 2023 17:56:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0ef18149-aeee-4043-bc38-6d2d8030940a", "tenant_id": "fbfd165764d6457ba971b760fc1f6718", "security_group_id": "8223c491-e3ef-49d5-9468-bfe2e538f37e", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T17:56:15Z", "updated_at": "2023-04-18T17:56:15Z", "revision_number": 0, "project_id": "fbfd165764d6457ba971b760fc1f6718"}}' 2023-04-18 17:56:15,739 79798 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.170s 2023-04-18 17:56:15,740 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8223c491-e3ef-49d5-9468-bfe2e538f37e", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-b05b8b2d-6be4-4084-aff0-463c8a72de0a', 'date': 'Tue, 18 Apr 2023 17:56:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "392e72c8-e7ab-4e21-ab7e-aed0a9d56c64", "tenant_id": "fbfd165764d6457ba971b760fc1f6718", "security_group_id": "8223c491-e3ef-49d5-9468-bfe2e538f37e", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T17:56:15Z", "updated_at": "2023-04-18T17:56:15Z", "revision_number": 0, "project_id": "fbfd165764d6457ba971b760fc1f6718"}}' 2023-04-18 17:56:15,740 79798 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--125002171 created 2023-04-18 17:56:17,137 79798 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.394s 2023-04-18 17:56:17,141 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "c2ff55f8-5a51-4b60-9edc-492850802101"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-op enstack-request-id': 'req-c0a8a7a8-6ff9-4283-976f-32f5f1a12f75', 'date': 'Tue, 18 Apr 2023 17:56:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "eb546dd4-27d6-4771-a02b-405f57b0a1e1", "tenant_id": "fbfd165764d6457ba971b760fc1f6718", "floating_ip_address": "172.24.4.179", "floating_network_id": "c2ff55f8-5a51-4b60-9edc-492850802101", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "fbfd165764d6457ba971b760fc1f6718", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T17:56:16Z", "updated_at": "2023-04-18T17:56:16Z", "revision_number": 0}}' 2023-04-18 17:56:17,143 79798 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'eb546dd4-27d6-4771-a02b-405f57b0a1e1', 'tenant_id': 'fbfd165764d6457ba971b760fc1f6718', 'floating_ip_address': '172.24.4.179', 'floating_network_id': 'c2ff55f8-5a51-4b60-9edc-492850802101', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'fbfd165764d6457ba971b760fc1f6718', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T17:56:16Z', 'updated_at': '2023-04-18T17:56:16Z', 'revision_number': 0, 'ip': '172.24.4.179'} created 2023-04-18 17:56:17,288 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.120s 2023-04-18 17:56:17,289 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2811', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-bf94bbeb-319d-41b9-b4d6-1de257909aa3', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c167bb97deb24907a1fb757b13e0a840", "name": "tempest-AttachVolumeTestJSON-709288454-project-member", "password_expires_at": null}, "audit_ids": ["ya8UjPGmTVSqI7PUDGVscg"], "expires_at": "2023-04-18T18:56:17.000000Z", "issued_at": "2023-04-18T17:56:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fbfd165764d6457ba971b760fc1f6718", "name": "tempest-AttachVolumeTestJSON-709288454"}, "is_domain": false, "roles": [{"id": "762b079e91ba4ddbacceb1546eb3e74b", "name": "member"}, {"id": "807c7b6962e34127851a8fd52e276165", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e52ae3082fbf4a328ade93bc969dfa86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "166e820cb0ca4a089aa9254384c06e53", "type": "image", "name": "glance"}, {"endpoints": [{"id": "f150521060f741f784e55058e10c303b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "1c8e6022cdfd4e9eb0fc68323e0cac02", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9c29a67948cb4cc48fd15a0431fe7a64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/fbfd165764d6457ba971b760fc1f6718", "region": "RegionOne"}], "id": "2cacf9cd2898416aa34b0c96d297137a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "065cb3b15cfa48a89cd4a0610ca051f6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "334844b10d614b7693449511937eb5fa", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "42d5039ab31f496ebe06b2ab79621342", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/fbfd165764d6457ba971b760fc1f671 8", "region": "RegionOne"}], "id": "39da698ec5564e8180fd91a7bbf41b0f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "730244346eb743c5833aedad51c363d0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/fbfd165764d6457ba971b760fc1f6718", "region": "RegionOne"}], "id": "5bcb3497a89a4dd8ae0ef4ff16e2f813", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9e3ae159bccb449fb431409ede0cbbd8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "63801c39cce14ff588071cf5a2486448", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "bb0997ca4d744ef88ab11be55b02192c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "aceec1d3ad2d4c5da6a7ca57bbfb3a51", "type": "identity", "name": "keystone"}]}}' 2023-04-18 17:56:17,291 79798 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': '349cb244-24d7-4014-8bdf-ec2dbc00aed5', 'name': 'tempest-AttachVolumeTestJSON-316628097-network', 'tenant_id': 'fbfd165764d6457ba971b760fc1f6718', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'fbfd165764d6457ba971b760fc1f6718', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 35522, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T17:56:08Z', 'updated_at': '2023-04-18T17:56:08Z', 'revision_number': 1} available for tenant 2023-04-18 17:56:17,291 79798 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-890549411', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKJovf5XzCaI/zufXFbgp61rOjLTXHHZNrxXKLaTcLd1ZykVPTbEpsV0ktIds93F54/YlE0oiN8a/OfnybwHMGdHkzHMNY8UzcFt5i+7DmQdFblJF3SJkKU2SHYPaEeYiA==', 'fingerprint': 'ac:4a:c2:ce:7e:44:6d:1b:38:c3:87:ad:f1:0d:bf:1c', 'user_id': 'c167bb97deb24907a1fb757b13e0a840', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDC4qHpmba1ZDBasTGXciOeR+GZELdt7DyduvsEL6lY5SSnBGzgw8QIS\nljzE9ho+tIWgBwYFK4EEACKhZANiAASiaL3+V8wmiP87n1xW4Ketazoy01xx2Ta8\nVyi2k3C3dWcpFT02xKbFdJLSHbPdxeeP2JRNKIjfGvzn58m8BzBnR5MxzDWPFM3B\nbeYvuw5kHRW5SRd0iZClNkh2D2hHmIg=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '8223c491-e3ef-49d5-9468-bfe2e538f37e', 'name': 'tempest-securitygroup--125002171', 'stateful': True, 'tenant_id': 'fbfd165764d6457ba971b760fc1f6718', 'description': 'tempest-description--1217310697', 'shared': False, 'security_group_rules': [{'id': '168bb3ab-1ac4-400a-8b7a-b84e1d6ebcaf', 'tenant_id': 'fbfd165764d6457ba971b760fc1f6718', 'security_group_id': '8223c491-e3ef-49d5-9468-bfe2e538f37e', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 659, 'description': None, 'tags': [], 'created_at': '2023-04-18T17:56:15Z', 'updated_at': '2023-04-18T17:56:15Z', 'revision_number': 0, 'project_id': 'fbfd165764d6457ba971b760fc1f6718'}, {'id': '27a2d916-13c3-4d58-98a4-be6f2e6e0ad5', 'tenant_id': 'fbfd165764d6457ba971b760fc1f6718', 'security_group_id': '8223c491-e3ef-49d5-9468-bfe2e538f37e', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 660, 'description': None, 'tags': [], 'created_at': '2023-04-18T17:56:15Z', 'updated_at': '2023-04-18T17:56:15Z', 'revision_number': 0, 'project_id': 'fbfd165764d6457ba971b760fc1f6718'}], 'tags': [], 'created_at': '2023-04-18T17:56:15Z', ' updated_at': '2023-04-18T17:56:15Z', 'revision_number': 1, 'project_id': 'fbfd165764d6457ba971b760fc1f6718'}, 'floating_ip': {'id': 'eb546dd4-27d6-4771-a02b-405f57b0a1e1', 'tenant_id': 'fbfd165764d6457ba971b760fc1f6718', 'floating_ip_address': '172.24.4.179', 'floating_network_id': 'c2ff55f8-5a51-4b60-9edc-492850802101', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'fbfd165764d6457ba971b760fc1f6718', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T17:56:16Z', 'updated_at': '2023-04-18T17:56:16Z', 'revision_number': 0, 'ip': '172.24.4.179'}} 2023-04-18 17:56:17,929 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.635s 2023-04-18 17:56:17,930 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-516493013", "imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "349cb244-24d7-4014-8bdf-ec2dbc00aed5"}], "security_groups": [{"name": "tempest-securitygroup--125002171"}], "key_name": "tempest-keypair-890549411", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/8de60266-38a3-4baf-9b87-aaf7199edb62', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-59e12c41-e4d5-46c6-8cd5-be39073a8b4a', 'x-compute-request-id': 'req-59e12c41-e4d5-46c6-8cd5-be39073a8b4a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "8de60266-38a3-4baf-9b87-aaf7199edb62", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8de60266-38a3-4baf-9b87-aaf7199edb62"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8de60266-38a3-4baf-9b87-aaf7199edb62"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--125002171"}], "adminPass": "password"}}' 2023-04-18 17:56:18,012 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/8de60266-38a3-4baf-9b87-aaf7199edb62 0.076s 2023-04-18 17:56:18,013 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1230', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d03a70f-3b04-4977-bd20-a42b3104d6e9', 'x-compute-request-id': 'req-4d03a70f-3b04-4977-bd20-a42b3104d6e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8de60266-38a3-4baf-9b87-aaf7199edb62'} Body: b'{"server": {"id": "8de60266-38a3-4baf-9b87-aaf7199edb62", "name": "tempest-AttachVolumeTestJSON-server-516493013", "status": "BUILD", "tenant_id": "fbfd165764d6457ba971b760fc1f6718", "user_id": "c167bb97deb24907a1fb757b13e0a840", "metadata": {}, "hostId": "", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href" : "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:56:18Z", "updated": "2023-04-18T17:56:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8de60266-38a3-4baf-9b87-aaf7199edb62"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8de60266-38a3-4baf-9b87-aaf7199edb62"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-890549411", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:57:08,333 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/8de60266-38a3-4baf-9b87-aaf7199edb62 0.258s 2023-04-18 17:57:08,333 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:57:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1535', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec7463e1-788b-4b88-82af-b95a5e5558b9', 'x-compute-request-id': 'req-ec7463e1-788b-4b88-82af-b95a5e5558b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8de60266-38a3-4baf-9b87-aaf7199edb62'} Body: b'{"server": {"id": "8de60266-38a3-4baf-9b87-aaf7199edb62", "name": "tempest-AttachVolumeTestJSON-server-516493013", "status": "ACTIVE", "tenant_id": "fbfd165764d6457ba971b760fc1f6718", "user_id": "c167bb97deb24907a1fb757b13e0a840", "metadata": {}, "hostId": "897568fa2452eeb455a787e1ed581b4bd20eea085d1b76c05cd440c7", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:56:17Z", "updated": "2023-04-18T17:56:25Z", "addresses": {"tempest-AttachVolumeTestJSON-316628097-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:b9:05"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8de60266-38a3-4baf-9b87-aaf7199edb62"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8de60266-38a3-4baf-9b87-aaf7199edb62"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-890549411", "OS-SRV-USG:launched_at": "2023-04-18T17:56:24.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--125002171"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:57:08,345 79798 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 17:58:08,609 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/8de60266-38a3-4baf-9b87-aaf7199edb62/os-interface 0.202s 2023-04-18 17:58:08,609 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openst ack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-28cce043-4a88-4283-b1c9-7cb186ec3f99', 'x-compute-request-id': 'req-28cce043-4a88-4283-b1c9-7cb186ec3f99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8de60266-38a3-4baf-9b87-aaf7199edb62/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "349cb244-24d7-4014-8bdf-ec2dbc00aed5", "port_id": "ec7942d2-08f9-428f-b5a4-8f4e831bb29c", "mac_addr": "fa:16:3e:f9:b9:05", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "c2ddd7e0-32f5-4f02-9e7d-3cd92be7d592", "ip_address": "10.0.0.14"}]}]}' 2023-04-18 17:58:09,768 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/eb546dd4-27d6-4771-a02b-405f57b0a1e1 1.153s 2023-04-18 17:58:09,769 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "ec7942d2-08f9-428f-b5a4-8f4e831bb29c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-1a724512-a36d-4662-8acb-2fd41d31e855', 'date': 'Tue, 18 Apr 2023 17:58:09 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/eb546dd4-27d6-4771-a02b-405f57b0a1e1'} Body: b'{"floatingip": {"id": "eb546dd4-27d6-4771-a02b-405f57b0a1e1", "tenant_id": "fbfd165764d6457ba971b760fc1f6718", "floating_ip_address": "172.24.4.179", "floating_network_id": "c2ff55f8-5a51-4b60-9edc-492850802101", "router_id": "7f79d48b-532d-409a-b766-7e8eaa6e4913", "port_id": "ec7942d2-08f9-428f-b5a4-8f4e831bb29c", "fixed_ip_address": "10.0.0.14", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "349cb244-24d7-4014-8bdf-ec2dbc00aed5", "mac_address": "fa:16:3e:f9:b9:05", "admin_state_up": true, "status": "ACTIVE", "device_id": "8de60266-38a3-4baf-9b87-aaf7199edb62", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T17:56:16Z", "updated_at": "2023-04-18T17:58:09Z", "revision_number": 1, "project_id": "fbfd165764d6457ba971b760fc1f6718"}}' 2023-04-18 17:58:09,775 79798 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.179:22' as 'cirros' with public key authentication 2023-04-18 17:58:09,812 79798 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 17:58:09,836 79798 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 17:58:09,836 79798 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.179 successfully created 2023-04-18 17:58:09,898 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/8de60266-38a3-4baf-9b87-aaf7199edb62/ips 0.061s 2023-04-18 17:58:09,898 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '104', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-919ba8a9-2bcd-4a7a-8281-37ca6c9160ef', 'x-compute-request-id': 'req-919ba8a9-2bcd-4a7a-8281-37ca6c9160ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8de60266-38a3-4baf-9b87-aaf7199edb62/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-316628097-network": [{"version": 4, "addr": "10.0.0.14"}]}}' 2023-04-18 17:58:09,903 79798 INFO [tempest.lib.common.ssh] Creating ssh connection to '17 2.24.4.179:22' as 'cirros' with public key authentication 2023-04-18 17:58:09,909 79798 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 17:58:09,928 79798 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 17:58:09,928 79798 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.179 successfully created 2023-04-18 17:58:09,928 79798 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2023-04-18 17:58:09,929 79798 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.179:22' as 'cirros' with public key authentication 2023-04-18 17:58:09,935 79798 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 17:58:09,953 79798 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 17:58:09,953 79798 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.179 successfully created 2023-04-18 17:58:10,229 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/volume/v3/fbfd165764d6457ba971b760fc1f6718/volumes 0.251s 2023-04-18 17:58:10,230 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-AttachVolumeTestJSON-volume-1109927564"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84140665-92b0-430e-a6f3-379f2cb047db', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84140665-92b0-430e-a6f3-379f2cb047db', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fbfd165764d6457ba971b760fc1f6718/volumes'} Body: b'{"volume": {"id": "ec98f91c-ffc1-4aa5-8143-64424fe631d4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:10.167743", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1109927564", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fbfd165764d6457ba971b760fc1f6718/volumes/ec98f91c-ffc1-4aa5-8143-64424fe631d4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fbfd165764d6457ba971b760fc1f6718/volumes/ec98f91c-ffc1-4aa5-8143-64424fe631d4"}], "user_id": "c167bb97deb24907a1fb757b13e0a840", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:58:10,278 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/fbfd165764d6457ba971b760fc1f6718/volumes/ec98f91c-ffc1-4aa5-8143-64424fe631d4 0.038s 2023-04-18 17:58:10,279 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-178bba40-6cf2-49b5-a0bb-c49f352777e9', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-178bba40-6cf2-49b5-a0bb-c49f352777e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fbfd165764d6457ba971b760fc1f6718/volumes/ec98f91c-ffc1-4aa5-8143-64424fe631d4'} Body: b'{"volume": {"id": "ec98f91c-ffc1-4aa5-8143-64424fe631d4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:10.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1109927564", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fbfd165764d6457ba971b760fc1f6718/volumes/ec98f91c-ffc1-4aa5-8143-64424fe631d4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fbfd165764d6457ba971b760fc1f6718/volumes/ec98f91c-ffc1-4aa5-8143-64424fe631d4"}], "user_id": "c167bb97deb24907a1fb757b13e0a840", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fbfd165764d6457ba971b760fc1f6718"}}' 2023-04-18 17:58:11,334 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/fbfd165764d6457ba971b760fc1f6718/volumes/ec98f91c-ffc1-4aa5-8143-64424fe631d4 0.043s 2023-04-18 17:58:11,334 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb7bbd28-c41d-4ca1-b8f5-5957e6c59539', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb7bbd28-c41d-4ca1-b8f5-5957e6c59539', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fbfd165764d6457ba971b760fc1f6718/volumes/ec98f91c-ffc1-4aa5-8143-64424fe631d4'} Body: b'{"volume": {"id": "ec98f91c-ffc1-4aa5-8143-64424fe631d4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:10.000000", "updated_at": "2023-04-18T17:58:10.000000", "name": "tempest-AttachVolumeTestJSON-volume-1109927564", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fbfd165764d6457ba971b760fc1f6718/volumes/ec98f91c-ffc1-4aa5-8143-64424fe631d4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fbfd165764d6457ba971b760fc1f6718/volumes/ec98f91c-ffc1-4aa5-8143-64424fe631d4"}], "user_id": "c167bb97deb24907a1fb757b13e0a840", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fbfd165764d6457ba971b760fc1f6718"}}' 2023-04-18 17:58:11,462 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/8de60266-38a3-4baf-9b87-aaf7199edb62 0.115s 2023-04-18 17:58:11,462 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a8acb5e-9bf6-43b4-9c31-3586ab00a329', 'x-compute-request-id': 'req-1a8acb5e-9bf6-43b4-9c31-3586ab00a329', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8de60266-38a3-4baf-9b87-aaf7199edb62'} Body: b'' 2023-04-18 17:58:11,791 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/8de60266-38a3-4baf-9b87-aaf7199edb62 0.328s 2023-04-18 17:58:11,791 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:11 GMT', 'se rver': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1660', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36941ae1-d9c7-4330-9d1d-7e9dc85dd9aa', 'x-compute-request-id': 'req-36941ae1-d9c7-4330-9d1d-7e9dc85dd9aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8de60266-38a3-4baf-9b87-aaf7199edb62'} Body: b'{"server": {"id": "8de60266-38a3-4baf-9b87-aaf7199edb62", "name": "tempest-AttachVolumeTestJSON-server-516493013", "status": "ACTIVE", "tenant_id": "fbfd165764d6457ba971b760fc1f6718", "user_id": "c167bb97deb24907a1fb757b13e0a840", "metadata": {}, "hostId": "897568fa2452eeb455a787e1ed581b4bd20eea085d1b76c05cd440c7", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:56:17Z", "updated": "2023-04-18T17:58:11Z", "addresses": {"tempest-AttachVolumeTestJSON-316628097-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:b9:05"}, {"version": 4, "addr": "172.24.4.179", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:b9:05"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8de60266-38a3-4baf-9b87-aaf7199edb62"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8de60266-38a3-4baf-9b87-aaf7199edb62"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-890549411", "OS-SRV-USG:launched_at": "2023-04-18T17:56:24.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--125002171"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:59:01,897 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/8de60266-38a3-4baf-9b87-aaf7199edb62 0.045s 2023-04-18 17:59:01,898 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-193eea6e-5929-4884-aa94-439eaa0028ac', 'x-compute-request-id': 'req-193eea6e-5929-4884-aa94-439eaa0028ac', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8de60266-38a3-4baf-9b87-aaf7199edb62'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 8de60266-38a3-4baf-9b87-aaf7199edb62 could not be found."}}' 2023-04-18 17:59:02,094 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-890549411 0.195s 2023-04-18 17:59:02,094 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a9a3916-a06a-4bbc-a6 5a-1233a5adaa64', 'x-compute-request-id': 'req-8a9a3916-a06a-4bbc-a65a-1233a5adaa64', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-890549411'} Body: b'' 2023-04-18 17:59:02,289 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/8223c491-e3ef-49d5-9468-bfe2e538f37e 0.194s 2023-04-18 17:59:02,290 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-8d742e74-d920-4bb1-a289-6e31f0a60a8f', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 17:59:02 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/8223c491-e3ef-49d5-9468-bfe2e538f37e'} Body: b'' 2023-04-18 17:59:02,321 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/8223c491-e3ef-49d5-9468-bfe2e538f37e 0.031s 2023-04-18 17:59:02,321 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-045bb84d-b4a1-41d3-be6c-a1719e61f59b', 'date': 'Tue, 18 Apr 2023 17:59:02 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/8223c491-e3ef-49d5-9468-bfe2e538f37e'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 8223c491-e3ef-49d5-9468-bfe2e538f37e does not exist", "detail": ""}}' 2023-04-18 17:59:02,903 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/eb546dd4-27d6-4771-a02b-405f57b0a1e1 0.581s 2023-04-18 17:59:02,904 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-874be3c2-b1aa-43a6-8b23-575892d6dc0f', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 17:59:02 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/eb546dd4-27d6-4771-a02b-405f57b0a1e1'} Body: b'' tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,slow,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_minimum_basic.py", line 116, in test_minimum_basic_scenario volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 4f24703d-d3bc-4704-a1b6-966827683770 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:56:22,956 79806 DEBUG [tempest.scenario.manager] paths: img: /opt/stack/devstack/files/cirros-0.5.2-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None 2023-04-18 17:56:23,604 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/image/v2/images 0.648s 2023-04-18 17:56:23,605 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--1032841684", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/6e009548-df4d-4ff1-b63c-44db8269edda', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-58c27475-b88c-4379-ba52-3e727e457d40', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--1032841684", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "af34eaf8745141928f32aab84e7264b6", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "6e009548-df4d-4ff1-b63c-44db8269edda", "created_at": "2023-04-18T17:56:24Z", "updated_at": "2023-04-18T17:56:24Z", "tags": [], "self": "/v2/images/6e009548-df4d-4ff1-b63c-44db8269edda", "file": "/v2/images/6e009548-df4d-4ff1-b63c-44db8269edda/file", "schema": "/v2/schemas/image"}' 2023-04-18 17:56:25,224 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.0.0.210/image/v2/images/6e009548-df4d-4ff1-b63c-44db8269edda/file 1.618s 2023-04-18 17:56:25,224 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-115b1d61-bc62-4034-b455-40944729ffa2', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/6e009548-df4d-4ff1-b63c-44db8269edda/file'} Body: b'' 2023-04-18 17:56:25,225 79806 DEBUG [tempest.scenario.manager] image:6e009548-df4d-4ff1-b63c-44db8269edda 2023-04-18 17:56:25,285 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.057s 2023-04-18 17:56:25,285 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1708263975", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIxmcFUWfOuuwnvgQil6j+QWxq1euxebVmvcs3E3It/rPQ4cHzcR7GxUJG4GoB5S4mtB2mq/LEpyjZCsYzZO8AhlZgeh1I3kp89g/XpvoOmm7zNHl62sGlSfL/UWPB1IxQ=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-58b4c30a-6e72-4ce2-ab16-31d7d3633302', 'x-compute-request-id': 'req-58b4c30a-6e72-4ce2-ab16-31d7d3633302', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-170 8263975", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIxmcFUWfOuuwnvgQil6j+QWxq1euxebVmvcs3E3It/rPQ4cHzcR7GxUJG4GoB5S4mtB2mq/LEpyjZCsYzZO8AhlZgeh1I3kp89g/XpvoOmm7zNHl62sGlSfL/UWPB1IxQ==", "fingerprint": "cd:5e:f0:c4:f1:a0:31:d4:24:59:7e:a7:50:43:da:3d", "user_id": "f250508b0762464ebf52fc73f1f49ac8"}}' 2023-04-18 17:56:25,443 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.149s 2023-04-18 17:56:25,444 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2819', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-8fb675e8-dc0d-499e-9106-0ed0d954e2df', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "f250508b0762464ebf52fc73f1f49ac8", "name": "tempest-TestMinimumBasicScenario-796860875-project-member", "password_expires_at": null}, "audit_ids": ["l2Sru44UQHm4na39vv89kg"], "expires_at": "2023-04-18T18:56:25.000000Z", "issued_at": "2023-04-18T17:56:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "af34eaf8745141928f32aab84e7264b6", "name": "tempest-TestMinimumBasicScenario-796860875"}, "is_domain": false, "roles": [{"id": "762b079e91ba4ddbacceb1546eb3e74b", "name": "member"}, {"id": "807c7b6962e34127851a8fd52e276165", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e52ae3082fbf4a328ade93bc969dfa86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "166e820cb0ca4a089aa9254384c06e53", "type": "image", "name": "glance"}, {"endpoints": [{"id": "f150521060f741f784e55058e10c303b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "1c8e6022cdfd4e9eb0fc68323e0cac02", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9c29a67948cb4cc48fd15a0431fe7a64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/af34eaf8745141928f32aab84e7264b6", "region": "RegionOne"}], "id": "2cacf9cd2898416aa34b0c96d297137a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "065cb3b15cfa48a89cd4a0610ca051f6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "334844b10d614b7693449511937eb5fa", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "42d5039ab31f496ebe06b2ab79621342", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/af34eaf8745141928f32aab84e7264b6", "region": "RegionOne"}], "id": "39da698ec5564e8180fd91a7bbf41b0f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "730244346eb743c5833aedad51c363d0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/af34eaf8745141928f32aab84e7264b6", "region": "RegionOne"}], "id": "5bcb3497a89a4dd8ae0ef4ff16e2f813", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9e3ae159bccb449fb431409ede0cbbd8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "63801c39cce14ff588071cf5a2486448", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "bb0997ca4d744ef88ab11be55b02192c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "aceec1d3ad2d4c5da6a7ca57bbfb3a51", "type": "identity", "name": "keystone"}]}}' 2023-04-18 17:56:25,444 79806 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found networ k {'id': '2bd27561-80e1-4278-89f3-4ca5c3a7aa81', 'name': 'tempest-TestMinimumBasicScenario-239168642-network', 'tenant_id': 'af34eaf8745141928f32aab84e7264b6', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'af34eaf8745141928f32aab84e7264b6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 30849, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T17:53:12Z', 'updated_at': '2023-04-18T17:53:12Z', 'revision_number': 1} available for tenant 2023-04-18 17:56:26,073 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/compute/v2.1/servers 0.628s 2023-04-18 17:56:26,074 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-2086888586", "imageRef": "6e009548-df4d-4ff1-b63c-44db8269edda", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-1708263975", "networks": [{"uuid": "2bd27561-80e1-4278-89f3-4ca5c3a7aa81"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/127fc340-ffc6-48d3-a32d-312bf1b162b0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e4fcb75-caf8-46e3-b29f-6cd8f6a3f86b', 'x-compute-request-id': 'req-3e4fcb75-caf8-46e3-b29f-6cd8f6a3f86b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "127fc340-ffc6-48d3-a32d-312bf1b162b0", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/127fc340-ffc6-48d3-a32d-312bf1b162b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/127fc340-ffc6-48d3-a32d-312bf1b162b0"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "dU84GTv9VUua"}}' 2023-04-18 17:56:26,166 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/127fc340-ffc6-48d3-a32d-312bf1b162b0 0.089s 2023-04-18 17:56:26,167 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1253', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2819c33b-6693-4a30-8934-783f651b7534', 'x-compute-request-id': 'req-2819c33b-6693-4a30-8934-783f651b7534', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/127fc340-ffc6-48d3-a32d-312bf1b162b0'} Body: b'{"server": {"id": "127fc340-ffc6-48d3-a32d-312bf1b162b0", "name": "tempest-TestMinimumBasicScenario-server-2086888586", "status": "BUILD", "tenant_id": "af34eaf8745141928f32aab84e7264b6", "user_id": "f250508b0762464ebf52fc73f1f49ac8", "metadata": {}, "hostId": "", "image": {"id": "6e009548-df4d-4ff1-b63c-44db8269edda", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6e009548-df4d-4ff1-b63c-44db8269edda"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:56:26Z", "updated": "2023-04-18T17:56:26Z", "addresses": {}, "a ccessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/127fc340-ffc6-48d3-a32d-312bf1b162b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/127fc340-ffc6-48d3-a32d-312bf1b162b0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1708263975", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:57:16,560 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/127fc340-ffc6-48d3-a32d-312bf1b162b0 0.335s 2023-04-18 17:57:16,561 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:57:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1537', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5f5309da-bee6-42cd-93ce-0341bf3277a9', 'x-compute-request-id': 'req-5f5309da-bee6-42cd-93ce-0341bf3277a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/127fc340-ffc6-48d3-a32d-312bf1b162b0'} Body: b'{"server": {"id": "127fc340-ffc6-48d3-a32d-312bf1b162b0", "name": "tempest-TestMinimumBasicScenario-server-2086888586", "status": "ACTIVE", "tenant_id": "af34eaf8745141928f32aab84e7264b6", "user_id": "f250508b0762464ebf52fc73f1f49ac8", "metadata": {}, "hostId": "f00a9e12f0ef32b5a654c25a4fe3d1c5af3c699a3a25feaf3265efca", "image": {"id": "6e009548-df4d-4ff1-b63c-44db8269edda", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6e009548-df4d-4ff1-b63c-44db8269edda"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:56:26Z", "updated": "2023-04-18T17:56:34Z", "addresses": {"tempest-TestMinimumBasicScenario-239168642-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:25:54:37"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/127fc340-ffc6-48d3-a32d-312bf1b162b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/127fc340-ffc6-48d3-a32d-312bf1b162b0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1708263975", "OS-SRV-USG:launched_at": "2023-04-18T17:56:34.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:57:16,575 79806 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 17:58:16,877 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/127fc340-ffc6-48d3-a32d-312bf1b162b0 0.283s 2023-04-18 17:58:16,877 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1537', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-i d': 'req-fce21158-4a7c-4f09-a54d-60f662ed1f7a', 'x-compute-request-id': 'req-fce21158-4a7c-4f09-a54d-60f662ed1f7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/127fc340-ffc6-48d3-a32d-312bf1b162b0'} Body: b'{"server": {"id": "127fc340-ffc6-48d3-a32d-312bf1b162b0", "name": "tempest-TestMinimumBasicScenario-server-2086888586", "status": "ACTIVE", "tenant_id": "af34eaf8745141928f32aab84e7264b6", "user_id": "f250508b0762464ebf52fc73f1f49ac8", "metadata": {}, "hostId": "f00a9e12f0ef32b5a654c25a4fe3d1c5af3c699a3a25feaf3265efca", "image": {"id": "6e009548-df4d-4ff1-b63c-44db8269edda", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6e009548-df4d-4ff1-b63c-44db8269edda"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:56:26Z", "updated": "2023-04-18T17:56:34Z", "addresses": {"tempest-TestMinimumBasicScenario-239168642-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:25:54:37"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/127fc340-ffc6-48d3-a32d-312bf1b162b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/127fc340-ffc6-48d3-a32d-312bf1b162b0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1708263975", "OS-SRV-USG:launched_at": "2023-04-18T17:56:34.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:58:17,100 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers 0.211s 2023-04-18 17:58:17,100 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '341', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8c5e6f6-b51f-42f1-a8e1-d8c7dd0107ab', 'x-compute-request-id': 'req-c8c5e6f6-b51f-42f1-a8e1-d8c7dd0107ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "127fc340-ffc6-48d3-a32d-312bf1b162b0", "name": "tempest-TestMinimumBasicScenario-server-2086888586", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/127fc340-ffc6-48d3-a32d-312bf1b162b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/127fc340-ffc6-48d3-a32d-312bf1b162b0"}]}]}' 2023-04-18 17:58:17,322 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/127fc340-ffc6-48d3-a32d-312bf1b162b0 0.218s 2023-04-18 17:58:17,322 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1537', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ad02bc4-3a2f-48d1-bfd1-31646013e55a', 'x-compute-request-id': 'req-1ad02bc4-3a2f-48d1-bfd1-31646013e55a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/127fc340-ff c6-48d3-a32d-312bf1b162b0'} Body: b'{"server": {"id": "127fc340-ffc6-48d3-a32d-312bf1b162b0", "name": "tempest-TestMinimumBasicScenario-server-2086888586", "status": "ACTIVE", "tenant_id": "af34eaf8745141928f32aab84e7264b6", "user_id": "f250508b0762464ebf52fc73f1f49ac8", "metadata": {}, "hostId": "f00a9e12f0ef32b5a654c25a4fe3d1c5af3c699a3a25feaf3265efca", "image": {"id": "6e009548-df4d-4ff1-b63c-44db8269edda", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6e009548-df4d-4ff1-b63c-44db8269edda"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:56:26Z", "updated": "2023-04-18T17:56:34Z", "addresses": {"tempest-TestMinimumBasicScenario-239168642-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:25:54:37"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/127fc340-ffc6-48d3-a32d-312bf1b162b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/127fc340-ffc6-48d3-a32d-312bf1b162b0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1708263975", "OS-SRV-USG:launched_at": "2023-04-18T17:56:34.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:58:17,524 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/volume/v3/af34eaf8745141928f32aab84e7264b6/volumes 0.190s 2023-04-18 17:58:17,524 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-545133217", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a530fbd-a0f3-4b30-87d4-9c2416041504', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a530fbd-a0f3-4b30-87d4-9c2416041504', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/af34eaf8745141928f32aab84e7264b6/volumes'} Body: b'{"volume": {"id": "4f24703d-d3bc-4704-a1b6-966827683770", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:17.457740", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-545133217", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/af34eaf8745141928f32aab84e7264b6/volumes/4f24703d-d3bc-4704-a1b6-966827683770"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/af34eaf8745141928f32aab84e7264b6/volumes/4f24703d-d3bc-4704-a1b6-966827683770"}], "user_id": "f250508b0762464ebf52fc73f1f49ac8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:58:17,576 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/af34eaf8745141928f32aab84e7264b6/volumes/4f24703d-d3bc-4704-a1b6-966827683770 0.041s 2023-04-18 17:58:17,576 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', ' x-compute-request-id': 'req-7e974a48-8027-4a4d-8b52-813c708e0376', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e974a48-8027-4a4d-8b52-813c708e0376', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/af34eaf8745141928f32aab84e7264b6/volumes/4f24703d-d3bc-4704-a1b6-966827683770'} Body: b'{"volume": {"id": "4f24703d-d3bc-4704-a1b6-966827683770", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:17.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-545133217", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/af34eaf8745141928f32aab84e7264b6/volumes/4f24703d-d3bc-4704-a1b6-966827683770"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/af34eaf8745141928f32aab84e7264b6/volumes/4f24703d-d3bc-4704-a1b6-966827683770"}], "user_id": "f250508b0762464ebf52fc73f1f49ac8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "af34eaf8745141928f32aab84e7264b6"}}' 2023-04-18 17:58:18,628 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/af34eaf8745141928f32aab84e7264b6/volumes/4f24703d-d3bc-4704-a1b6-966827683770 0.041s 2023-04-18 17:58:18,629 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fcc08f6-a787-43f5-aa82-6c59666a1553', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fcc08f6-a787-43f5-aa82-6c59666a1553', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/af34eaf8745141928f32aab84e7264b6/volumes/4f24703d-d3bc-4704-a1b6-966827683770'} Body: b'{"volume": {"id": "4f24703d-d3bc-4704-a1b6-966827683770", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:17.000000", "updated_at": "2023-04-18T17:58:18.000000", "name": "tempest-TestMinimumBasicScenario-volume-545133217", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/af34eaf8745141928f32aab84e7264b6/volumes/4f24703d-d3bc-4704-a1b6-966827683770"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/af34eaf8745141928f32aab84e7264b6/volumes/4f24703d-d3bc-4704-a1b6-966827683770"}], "user_id": "f250508b0762464ebf52fc73f1f49ac8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "af34eaf8745141928f32aab84e7264b6"}}' 2023-04-18 17:58:18,751 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/af34eaf8745141928f32aab84e7264b6/volumes/4f24703d-d3bc-4704-a1b6-966827683770 0.110s 2023-04-18 17:58:18,751 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb434219-302c-4f51-941a-5a4e0892ba68', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a f34eaf8745141928f32aab84e7264b6/volumes/4f24703d-d3bc-4704-a1b6-966827683770'} Body: b'' 2023-04-18 17:58:18,780 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/af34eaf8745141928f32aab84e7264b6/volumes/4f24703d-d3bc-4704-a1b6-966827683770 0.028s 2023-04-18 17:58:18,780 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a91325e-f07b-41b4-846c-8e168d442a7b', 'x-openstack-request-id': 'req-1a91325e-f07b-41b4-846c-8e168d442a7b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/af34eaf8745141928f32aab84e7264b6/volumes/4f24703d-d3bc-4704-a1b6-966827683770'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4f24703d-d3bc-4704-a1b6-966827683770 could not be found."}}' 2023-04-18 17:58:18,907 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/127fc340-ffc6-48d3-a32d-312bf1b162b0 0.126s 2023-04-18 17:58:18,907 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-94044b4a-0a8a-4774-b919-cb8a009f662a', 'x-compute-request-id': 'req-94044b4a-0a8a-4774-b919-cb8a009f662a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/127fc340-ffc6-48d3-a32d-312bf1b162b0'} Body: b'' 2023-04-18 17:58:19,078 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/127fc340-ffc6-48d3-a32d-312bf1b162b0 0.170s 2023-04-18 17:58:19,079 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1543', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc35b437-55a5-4fb9-8996-7f505e6efb5f', 'x-compute-request-id': 'req-bc35b437-55a5-4fb9-8996-7f505e6efb5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/127fc340-ffc6-48d3-a32d-312bf1b162b0'} Body: b'{"server": {"id": "127fc340-ffc6-48d3-a32d-312bf1b162b0", "name": "tempest-TestMinimumBasicScenario-server-2086888586", "status": "ACTIVE", "tenant_id": "af34eaf8745141928f32aab84e7264b6", "user_id": "f250508b0762464ebf52fc73f1f49ac8", "metadata": {}, "hostId": "f00a9e12f0ef32b5a654c25a4fe3d1c5af3c699a3a25feaf3265efca", "image": {"id": "6e009548-df4d-4ff1-b63c-44db8269edda", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6e009548-df4d-4ff1-b63c-44db8269edda"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:56:26Z", "updated": "2023-04-18T17:58:19Z", "addresses": {"tempest-TestMinimumBasicScenario-239168642-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:25:54:37"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/127fc340-ffc6-48d3-a32d-312bf1b162b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/127fc340-ffc6-48d3-a32d-312bf1b162b0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1708263975", "OS-SRV-USG:launched_at": "2023-04-18T17:56:34.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:59:09,330 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/127fc340-ffc6-48d3-a32d-312bf1b162b0 0.191s 2023-04-18 17:59:09,331 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-42cfac36-11e1-4c97-a163-89ae9c6e2727', 'x-compute-request-id': 'req-42cfac36-11e1-4c97-a163-89ae9c6e2727', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/127fc340-ffc6-48d3-a32d-312bf1b162b0'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 127fc340-ffc6-48d3-a32d-312bf1b162b0 could not be found."}}' 2023-04-18 17:59:09,371 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1708263975 0.040s 2023-04-18 17:59:09,371 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b13f359b-f4fd-41d1-88f3-623acfaa41ce', 'x-compute-request-id': 'req-b13f359b-f4fd-41d1-88f3-623acfaa41ce', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1708263975'} Body: b'' 2023-04-18 17:59:09,470 79806 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/6e009548-df4d-4ff1-b63c-44db8269edda 0.097s 2023-04-18 17:59:09,470 79806 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-c315ba3f-124b-488c-b4e4-2e4cc593b450', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/6e009548-df4d-4ff1-b63c-44db8269edda'} Body: b'' tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot[compute,id-05795fb2-b2a7-4c9f-8fac-ff25aedb1489,image,slow,volume] -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 138, in test_create_server_from_volume_snapshot boot_volume = self.create_volume_from_image() File "/opt/stack/tempest/tempest/scenario/manager.py", line 1229, in create_volume_from_image return self.create_volume(name=name, imageRef=image_id, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 613a25ac-ec13-47e6-8e06-02b22a6cd382 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:59:08,172 79802 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/image/v2/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33 0.282s 2023-04-18 17:59:08,172 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-894ba1b0-34b1-4672-834e-8da941ad804a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.5.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 16300544, "virtual_size": 117440512, "status": "active", "checksum": "b874c39491a2377b8490f5f1e89761a4", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "a46287e01e14415694c956b326941bd8", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "created_at": "2023-04-18T17:48:52Z", "updated_at": "2023-04-18T17:48:54Z", "tags": [], "self": "/v2/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "file": "/v2/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33/file", "schema": "/v2/schemas/image"}' 2023-04-18 17:59:08,555 79802 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes 0.381s 2023-04-18 17:59:08,555 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestVolumeBootPattern-volume-origin-1082875404", "snapshot_id": null, "imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27a488cf-5bdd-4357-8d49-d6df5ee9e83d', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27a488cf-5bdd-4357-8d49-d6df5ee9e83d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes'} Body: b'{"volume": {"id": "613a25ac-ec13-47e6-8e06-02b22a6cd382", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:59:08.486557", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1082875404", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/613a25ac-ec13-47e6-8e06-02b22a6cd382"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/679a19b0728c49f680152cedbfbe0028/volumes/613a25ac-ec13-47e6-8e06-02b22a6cd382"}], "user_id": "a3a8b63cf46e44e195cce03bab3d87b5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:59:08,609 79802 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/613a25ac-ec13-47e6-8e06-02b22a6cd382 0.043s 2023-04-18 17:59:08,609 79802 DEBUG [tempest.lib.common.rest_clie nt] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b057cc3-7a80-409a-ac25-c92543963292', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b057cc3-7a80-409a-ac25-c92543963292', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/613a25ac-ec13-47e6-8e06-02b22a6cd382'} Body: b'{"volume": {"id": "613a25ac-ec13-47e6-8e06-02b22a6cd382", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:59:08.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1082875404", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/613a25ac-ec13-47e6-8e06-02b22a6cd382"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/679a19b0728c49f680152cedbfbe0028/volumes/613a25ac-ec13-47e6-8e06-02b22a6cd382"}], "user_id": "a3a8b63cf46e44e195cce03bab3d87b5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "679a19b0728c49f680152cedbfbe0028"}}' 2023-04-18 17:59:09,676 79802 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/613a25ac-ec13-47e6-8e06-02b22a6cd382 0.055s 2023-04-18 17:59:09,676 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23a695b5-f5f7-4164-88d1-cb2c048f1149', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23a695b5-f5f7-4164-88d1-cb2c048f1149', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/613a25ac-ec13-47e6-8e06-02b22a6cd382'} Body: b'{"volume": {"id": "613a25ac-ec13-47e6-8e06-02b22a6cd382", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:59:08.000000", "updated_at": "2023-04-18T17:59:09.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1082875404", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/613a25ac-ec13-47e6-8e06-02b22a6cd382"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/679a19b0728c49f680152cedbfbe0028/volumes/613a25ac-ec13-47e6-8e06-02b22a6cd382"}], "user_id": "a3a8b63cf46e44e195cce03bab3d87b5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "679a19b0728c49f680152cedbfbe0028"}}' 2023-04-18 17:59:09,839 79802 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/613a25ac-ec13-47e6-8e06-02b22a6cd382 0.150s 2023-04-18 17:59:09,839 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'conte nt-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f960c72f-524a-4bab-bdf8-5315b06866ad', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/613a25ac-ec13-47e6-8e06-02b22a6cd382'} Body: b'' 2023-04-18 17:59:09,859 79802 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/613a25ac-ec13-47e6-8e06-02b22a6cd382 0.019s 2023-04-18 17:59:09,860 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-760f298c-dc03-440b-bdf0-2f065c8790a4', 'x-openstack-request-id': 'req-760f298c-dc03-440b-bdf0-2f065c8790a4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/613a25ac-ec13-47e6-8e06-02b22a6cd382'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 613a25ac-ec13-47e6-8e06-02b22a6cd382 could not be found."}}' tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume[compute,id-36c34c67-7b54-4b59-b188-02a2f458a63b,image,volume] ----------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 183, in test_image_defined_boot_from_volume volume_origin = self.create_volume_from_image() File "/opt/stack/tempest/tempest/scenario/manager.py", line 1229, in create_volume_from_image return self.create_volume(name=name, imageRef=image_id, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 9ddf306b-6b2b-478f-bddf-a6ffcc6d8f98 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:59:09,890 79802 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/image/v2/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33 0.024s 2023-04-18 17:59:09,890 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ce910e64-53b1-4981-a0e6-2ffb74e77217', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.5.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 16300544, "virtual_size": 117440512, "status": "active", "checksum": "b874c39491a2377b8490f5f1e89761a4", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "a46287e01e14415694c956b326941bd8", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "created_at": "2023-04-18T17:48:52Z", "updated_at": "2023-04-18T17:48:54Z", "tags": [], "self": "/v2/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "file": "/v2/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33/file", "schema": "/v2/schemas/image"}' 2023-04-18 17:59:10,258 79802 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 202 POST http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes 0.367s 2023-04-18 17:59:10,258 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestVolumeBootPattern-volume-origin-203389681", "snapshot_id": null, "imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d850f18-9486-4a15-a293-48dfb4964ce3', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d850f18-9486-4a15-a293-48dfb4964ce3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes'} Body: b'{"volume": {"id": "9ddf306b-6b2b-478f-bddf-a6ffcc6d8f98", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:59:10.193139", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-203389681", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/9ddf306b-6b2b-478f-bddf-a6ffcc6d8f98"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/679a19b0728c49f680152cedbfbe0028/volumes/9ddf306b-6b2b-478f-bddf-a6ffcc6d8f98"}], "user_id": "a3a8b63cf46e44e195cce03bab3d87b5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:59:10,327 79802 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/9ddf306b-6b2b-478f-bddf-a6ffcc6d8f98 0.058s 2023-04-18 17:59:10,328 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-200308b6-2d30-48c1-914c-cd7772335e4d', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-200308b6-2d30-48c1-914c-cd7772335e4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/9ddf306b-6b2b-478f-bddf-a6ffcc6d8f98'} Body: b'{"volume": {"id": "9ddf306b-6b2b-478f-bddf-a6ffcc6d8f98", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:59:10.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-203389681", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/9ddf306b-6b2b-478f-bddf-a6ffcc6d8f98"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/679a19b0728c49f680152cedbfbe0028/volumes/9ddf306b-6b2b-478f-bddf-a6ffcc6d8f98"}], "user_id": "a3a8b63cf46e44e195cce03bab3d87b5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "679a19b0728c49f680152cedbfbe0028"}}' 2023-04-18 17:59:11,386 79802 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/9ddf306b-6b2b-478f-bddf-a6ffcc6d8f98 0.046s 2023-04-18 17:59:11,386 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-deff0806-5834-4551-8688-d9f70beb315a', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-deff0806-5834-4551-8688-d9f70beb315a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/9ddf306b-6b2b-478f-bddf-a6ffcc6d8f98'} Body: b'{"volume": {"id": "9ddf306b-6b2b-478f-bddf-a6ffcc6d8f98", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:59:10.000000", "updated_at": "2023-04-18T17:59:10.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-203389681", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/9ddf306b-6b2b-478f-bddf-a6ffcc6d8f98"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/679a19b0728c49f680152cedbfbe0028/volumes/9ddf306b-6b2b-478f-bddf-a6ffcc6d8f98"}], "user_id": "a3a8b63cf46e44e195cce03bab3d87b5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "679a19b0728c49f680152cedbfbe0028"}}' 2023-04-18 17:59:11,572 79802 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/9ddf306b-6b2b-478f-bddf-a6ffcc6d8f98 0.175s 2023-04-18 17:59:11,573 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'co ntent-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d187e81a-170f-4f62-b436-0a7c8c49fc89', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/9ddf306b-6b2b-478f-bddf-a6ffcc6d8f98'} Body: b'' 2023-04-18 17:59:11,596 79802 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/9ddf306b-6b2b-478f-bddf-a6ffcc6d8f98 0.023s 2023-04-18 17:59:11,597 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae1a24be-7f14-4c18-bddb-688756ef463c', 'x-openstack-request-id': 'req-ae1a24be-7f14-4c18-bddb-688756ef463c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/9ddf306b-6b2b-478f-bddf-a6ffcc6d8f98'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9ddf306b-6b2b-478f-bddf-a6ffcc6d8f98 could not be found."}}' tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern[compute,id-557cd2c2-4eb8-4dce-98be-f86765ff311b,image,slow,volume] ----------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 71, in test_volume_boot_pattern volume_origin = self.create_volume_from_image() File "/opt/stack/tempest/tempest/scenario/manager.py", line 1229, in create_volume_from_image return self.create_volume(name=name, imageRef=image_id, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c4830ba1-2aec-44ff-b9bc-6648fcadac18 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:59:11,602 79802 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2023-04-18 17:59:11,662 79802 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.055s 2023-04-18 17:59:11,663 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-875210495", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLOyHHwZ8sz6CSBje/gTSbG/niJ1jStNL8kHcJywK/M/UN27OnKvNr2s7xPqIKIEmlrRcpwEEXhv1I203Q3P1je/k93j/JC1q5wped9JeBvQnFeCOJfluTaroHdPvExCBQ=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d7b5dff2-64ff-4fa2-bb22-997e08ed009e', 'x-compute-request-id': 'req-d7b5dff2-64ff-4fa2-bb22-997e08ed009e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-875210495", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLOyHHwZ8sz6CSBje/gTSbG/niJ1jStNL8kHcJywK/M/UN27OnKvNr2s7xPqIKIEmlrRcpwEEXhv1I203Q3P1je/k93j/JC1q5wped9JeBvQnFeCOJfluTaroHdPvExCBQ==", "fingerprint": "b8:9d:8d:6f:6b:f4:fe:69:91:92:a3:ab:0e:93:b7:f9", "user_id": "a3a8b63cf46e44e195cce03bab3d87b5"}}' 2023-04-18 17:59:11,853 79802 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.187s 2023-04-18 17:59:11,854 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-secgroup-smoke-1381055904", "description": "tempest-secgroup-smoke-1381055904 description", "project_id": "679a19b0728c49f680152cedbfbe0028"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-20a3e507-2b5e-4d07-af96-d791e57aca97', 'date': 'Tue, 18 Apr 2023 17:59:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "323c611c-5d7f-4cb4-9466-bc844e9d6178", "name": "tempest-secgroup-smoke-1381055904", "stateful": true, "tenant_id": "679a19b0728c49f680152cedbfbe0028", "description": "tempest-secgroup-smoke-1381055904 description", "shared": false, "security_group_rules": [{"id": "d01d0f68-7ff6-480e-a199-e0ed7ba5684f", "tenant_id": "679a19b0728c49f680152cedbfbe0028", "security_group_id": "323c611c-5d7f-4cb4-9466-bc844e9d6178", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 725, "description": null, "tags": [], "created_at": "2023-04-18T17:59:11Z", "updated_at": "2023-04-18T17:59:11Z", "revision_number": 0, "project_id": "679a19b0728c49f680152cedbfbe0028"}, {"id": "f4c686a1-5fae-47ee-8561-2163e7486ae0", "tenant_id": "679a19b0728c49f680152cedbfbe0028", "security_group_id": "323c611c-5d7f-4cb4-9466-bc844e9d6178", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 724, "description": null, "tags": [], "created_at": "2023-04-18T17:59:11Z", "updated_at": "2023-04-18T17:59:11Z", "revision_number": 0, "project_id": "679a19b 0728c49f680152cedbfbe0028"}], "tags": [], "created_at": "2023-04-18T17:59:11Z", "updated_at": "2023-04-18T17:59:11Z", "revision_number": 1, "project_id": "679a19b0728c49f680152cedbfbe0028"}}' 2023-04-18 17:59:12,028 79802 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.173s 2023-04-18 17:59:12,028 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "323c611c-5d7f-4cb4-9466-bc844e9d6178", "project_id": "679a19b0728c49f680152cedbfbe0028", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-0e540670-7ccc-44fd-a4f7-015b16e85d20', 'date': 'Tue, 18 Apr 2023 17:59:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "aa517288-9036-4d84-a9b0-6b2e33795ed3", "tenant_id": "679a19b0728c49f680152cedbfbe0028", "security_group_id": "323c611c-5d7f-4cb4-9466-bc844e9d6178", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T17:59:11Z", "updated_at": "2023-04-18T17:59:11Z", "revision_number": 0, "project_id": "679a19b0728c49f680152cedbfbe0028"}}' 2023-04-18 17:59:12,325 79802 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.296s 2023-04-18 17:59:12,325 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "323c611c-5d7f-4cb4-9466-bc844e9d6178", "project_id": "679a19b0728c49f680152cedbfbe0028", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-41d9f5a2-dd1a-48c9-b07f-f1e23e0f85ba', 'date': 'Tue, 18 Apr 2023 17:59:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e44bdb49-0ac4-4a54-9fb4-81bc52bf18a0", "tenant_id": "679a19b0728c49f680152cedbfbe0028", "security_group_id": "323c611c-5d7f-4cb4-9466-bc844e9d6178", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T17:59:12Z", "updated_at": "2023-04-18T17:59:12Z", "revision_number": 0, "project_id": "679a19b0728c49f680152cedbfbe0028"}}' 2023-04-18 17:59:12,622 79802 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.296s 2023-04-18 17:59:12,623 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "323c611c-5d7f-4cb4-9466-bc844e9d6178", "project_id": "679a19b0728c49f680152cedbfbe0028", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-923f48a0-805b-4328-a1c3-80c7b3de9c2a', 'date': 'Tue, 18 Apr 2023 17:59:12 GMT', 'connection': 'close', 'status': '201', 'content-loca tion': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b2b1e66b-54de-49c0-a72f-84a0201090cd", "tenant_id": "679a19b0728c49f680152cedbfbe0028", "security_group_id": "323c611c-5d7f-4cb4-9466-bc844e9d6178", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T17:59:12Z", "updated_at": "2023-04-18T17:59:12Z", "revision_number": 0, "project_id": "679a19b0728c49f680152cedbfbe0028"}}' 2023-04-18 17:59:12,979 79802 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.355s 2023-04-18 17:59:12,979 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "323c611c-5d7f-4cb4-9466-bc844e9d6178", "project_id": "679a19b0728c49f680152cedbfbe0028", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-9ff76dd5-1b1e-47b4-ace7-7fc4c3851343', 'date': 'Tue, 18 Apr 2023 17:59:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "fe0ca36d-60ac-47d5-a4c8-57540932934b", "tenant_id": "679a19b0728c49f680152cedbfbe0028", "security_group_id": "323c611c-5d7f-4cb4-9466-bc844e9d6178", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T17:59:12Z", "updated_at": "2023-04-18T17:59:12Z", "revision_number": 0, "project_id": "679a19b0728c49f680152cedbfbe0028"}}' 2023-04-18 17:59:13,199 79802 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.219s 2023-04-18 17:59:13,199 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "323c611c-5d7f-4cb4-9466-bc844e9d6178", "project_id": "679a19b0728c49f680152cedbfbe0028", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-69032152-bbda-4b6d-a8bd-0f2e4b14226c', 'date': 'Tue, 18 Apr 2023 17:59:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e4ee0a3d-f6c6-41fa-865f-c250901274f6", "tenant_id": "679a19b0728c49f680152cedbfbe0028", "security_group_id": "323c611c-5d7f-4cb4-9466-bc844e9d6178", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T17:59:13Z", "updated_at": "2023-04-18T17:59:13Z", "revision_number": 0, "project_id": "679a19b0728c49f680152cedbfbe0028"}}' 2023-04-18 17:59:13,876 79802 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.676s 2023-04-18 17:59:13,876 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_grou p_rule": {"security_group_id": "323c611c-5d7f-4cb4-9466-bc844e9d6178", "project_id": "679a19b0728c49f680152cedbfbe0028", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-6884779c-10d8-4524-a5c8-ae09c5cef9b3', 'date': 'Tue, 18 Apr 2023 17:59:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7619dbd8-a1a7-43e4-9c20-1e39312e5d14", "tenant_id": "679a19b0728c49f680152cedbfbe0028", "security_group_id": "323c611c-5d7f-4cb4-9466-bc844e9d6178", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T17:59:13Z", "updated_at": "2023-04-18T17:59:13Z", "revision_number": 0, "project_id": "679a19b0728c49f680152cedbfbe0028"}}' 2023-04-18 17:59:13,876 79802 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2023-04-18 17:59:13,899 79802 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/image/v2/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33 0.022s 2023-04-18 17:59:13,899 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-f155887c-1913-4f3c-a633-87b3e555015b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.5.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 16300544, "virtual_size": 117440512, "status": "active", "checksum": "b874c39491a2377b8490f5f1e89761a4", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "a46287e01e14415694c956b326941bd8", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "created_at": "2023-04-18T17:48:52Z", "updated_at": "2023-04-18T17:48:54Z", "tags": [], "self": "/v2/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "file": "/v2/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33/file", "schema": "/v2/schemas/image"}' 2023-04-18 17:59:14,261 79802 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes 0.361s 2023-04-18 17:59:14,261 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestVolumeBootPattern-volume-origin-67889761", "snapshot_id": null, "imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfeb6687-e0a9-41d2-a4ae-1aaa59eaf490', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfeb6687-e0a9-41d2-a4ae-1aaa59eaf490', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes' } Body: b'{"volume": {"id": "c4830ba1-2aec-44ff-b9bc-6648fcadac18", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:59:14.174537", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-67889761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/c4830ba1-2aec-44ff-b9bc-6648fcadac18"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/679a19b0728c49f680152cedbfbe0028/volumes/c4830ba1-2aec-44ff-b9bc-6648fcadac18"}], "user_id": "a3a8b63cf46e44e195cce03bab3d87b5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:59:14,368 79802 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/c4830ba1-2aec-44ff-b9bc-6648fcadac18 0.097s 2023-04-18 17:59:14,369 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c34c2ef-7db7-40f8-bcd1-217dae9121f2', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c34c2ef-7db7-40f8-bcd1-217dae9121f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/c4830ba1-2aec-44ff-b9bc-6648fcadac18'} Body: b'{"volume": {"id": "c4830ba1-2aec-44ff-b9bc-6648fcadac18", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:59:14.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-67889761", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/c4830ba1-2aec-44ff-b9bc-6648fcadac18"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/679a19b0728c49f680152cedbfbe0028/volumes/c4830ba1-2aec-44ff-b9bc-6648fcadac18"}], "user_id": "a3a8b63cf46e44e195cce03bab3d87b5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "679a19b0728c49f680152cedbfbe0028"}}' 2023-04-18 17:59:15,429 79802 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/c4830ba1-2aec-44ff-b9bc-6648fcadac18 0.048s 2023-04-18 17:59:15,429 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6f82770-44de-4b81-b307-bfb7a1d836b0', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6f82770-44de-4b81-b307-bfb7a1d836b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/c4830ba1-2aec-44ff-b9bc-6648fcadac18'} Body: b'{"volume": {"id": "c4830ba1-2aec-44ff-b9bc-6648fcadac18", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:59:14.000000", "updated_at": "2023-04-18T17:59:14.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-67889761", "description": null, "volume_type": "joviandss-2", "snapsho t_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/c4830ba1-2aec-44ff-b9bc-6648fcadac18"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/679a19b0728c49f680152cedbfbe0028/volumes/c4830ba1-2aec-44ff-b9bc-6648fcadac18"}], "user_id": "a3a8b63cf46e44e195cce03bab3d87b5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "679a19b0728c49f680152cedbfbe0028"}}' 2023-04-18 17:59:15,629 79802 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/c4830ba1-2aec-44ff-b9bc-6648fcadac18 0.186s 2023-04-18 17:59:15,629 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fd1ff69-c58b-45c1-9fa7-d3780c0e1a13', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/c4830ba1-2aec-44ff-b9bc-6648fcadac18'} Body: b'' 2023-04-18 17:59:15,655 79802 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/c4830ba1-2aec-44ff-b9bc-6648fcadac18 0.024s 2023-04-18 17:59:15,656 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd2a1720-3049-426d-b127-78fe07eff8ec', 'x-openstack-request-id': 'req-cd2a1720-3049-426d-b127-78fe07eff8ec', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/679a19b0728c49f680152cedbfbe0028/volumes/c4830ba1-2aec-44ff-b9bc-6648fcadac18'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c4830ba1-2aec-44ff-b9bc-6648fcadac18 could not be found."}}' 2023-04-18 17:59:16,066 79802 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/323c611c-5d7f-4cb4-9466-bc844e9d6178 0.410s 2023-04-18 17:59:16,067 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-ec4fdb6e-5484-4503-82c6-e0c4cd8e2e37', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 17:59:16 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/323c611c-5d7f-4cb4-9466-bc844e9d6178'} Body: b'' 2023-04-18 17:59:16,100 79802 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-875210495 0.033s 2023-04-18 17:59:16,101 79802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenS tack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6dcadc73-ad3a-434d-b05f-5ddd8320831b', 'x-compute-request-id': 'req-6dcadc73-ad3a-434d-b05f-5ddd8320831b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-875210495'} Body: b'' tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status[id-b20c696b-0cbc-49a5-8b3a-b1fb9338f45c] -------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 221, in test_reset_group_status group = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group af42a4dc-9ce9-4045-a6ff-75dc9c4199e0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:59:18,111 79790 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 POST http://10.0.0.210/volume/v3/3bb107f1480744268abc68afcf04d273/types 0.266s 2023-04-18 17:59:18,111 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume_type": {"name": "tempest-GroupsV320Test-volume-type-737532183"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a240b690-c504-422d-831e-ce13f5a0d757', 'content-length': '219', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a240b690-c504-422d-831e-ce13f5a0d757', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3bb107f1480744268abc68afcf04d273/types'} Body: b'{"volume_type": {"id": "5280aef0-bb80-422d-a5b2-c835b4ff0ce2", "name": "tempest-GroupsV320Test-volume-type-737532183", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 17:59:18,161 79790 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/3bb107f1480744268abc68afcf04d273/group_types 0.046s 2023-04-18 17:59:18,162 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: {"group_type": {"name": "tempest-GroupsV320Test-group-type-1570488409"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d533a9ca-2859-49bd-a0c3-7adbab214a57', 'content-length': '177', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d533a9ca-2859-49bd-a0c3-7adbab214a57', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3bb107f1480744268abc68afcf04d273/group_types'} Body: b'{"group_type": {"id": "ab5f9375-89e1-42d6-b611-54dc8ba3acd3", "name": "tempest-GroupsV320Test-group-type-1570488409", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 17:59:18,389 79790 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/d3ce1e2633ec4f01ac833913cfa265e3/groups 0.223s 2023-04-18 17:59:18,389 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: {"group": {"group_type": "ab5f9375-89e1-42d6-b611-54dc8ba3acd3", "volume_types": ["5280aef0-bb80-422d-a5b2-c835b4ff0ce2"], "name": "tempest-GroupsV320Test-Group-373576541"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d75e005-a6b5-431f-95c2-11dde1d45967', 'content-length': '107', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d75e005-a6b5-431f-95c2-11dde1d45967', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d3ce1e2633ec4f01ac833913cfa265e3/groups'} Body: b'{"group": {"id": "af42a4dc-9ce9-4045-a6ff-75dc9c4199e0", "name": "tempest-GroupsV320Test-Group-373576541"}}' 2023-04-18 17:59:18,428 79790 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/d3ce1e2633ec4f01ac833913cfa265e3/groups/af42a4dc-9ce9-4045-a6ff-75dc9c4199e0 0.036s 2023-04-18 17:59:18,428 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/js on', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4eabcab5-791d-4a12-9803-95994e512688', 'content-length': '387', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4eabcab5-791d-4a12-9803-95994e512688', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d3ce1e2633ec4f01ac833913cfa265e3/groups/af42a4dc-9ce9-4045-a6ff-75dc9c4199e0'} Body: b'{"group": {"id": "af42a4dc-9ce9-4045-a6ff-75dc9c4199e0", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-18T17:59:18.000000", "name": "tempest-GroupsV320Test-Group-373576541", "description": null, "group_type": "ab5f9375-89e1-42d6-b611-54dc8ba3acd3", "volume_types": ["5280aef0-bb80-422d-a5b2-c835b4ff0ce2"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 17:59:19,466 79790 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/d3ce1e2633ec4f01ac833913cfa265e3/groups/af42a4dc-9ce9-4045-a6ff-75dc9c4199e0 0.033s 2023-04-18 17:59:19,467 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-625671f1-f2a9-43ec-a575-05ee8d6d9ad1', 'content-length': '384', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-625671f1-f2a9-43ec-a575-05ee8d6d9ad1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d3ce1e2633ec4f01ac833913cfa265e3/groups/af42a4dc-9ce9-4045-a6ff-75dc9c4199e0'} Body: b'{"group": {"id": "af42a4dc-9ce9-4045-a6ff-75dc9c4199e0", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T17:59:18.000000", "name": "tempest-GroupsV320Test-Group-373576541", "description": null, "group_type": "ab5f9375-89e1-42d6-b611-54dc8ba3acd3", "volume_types": ["5280aef0-bb80-422d-a5b2-c835b4ff0ce2"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 17:59:19,534 79790 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d3ce1e2633ec4f01ac833913cfa265e3/volumes/detail 0.062s 2023-04-18 17:59:19,534 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89d96460-27b9-4f7a-8385-53620553ac09', 'content-length': '15', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89d96460-27b9-4f7a-8385-53620553ac09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d3ce1e2633ec4f01ac833913cfa265e3/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 17:59:19,611 79790 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/d3ce1e2633ec4f01ac833913cfa265e3/groups/af42a4dc-9ce9-4045-a6ff-75dc9c4199e0/action 0.067s 2023-04-18 17:59:19,612 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-l ength': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edffd192-e522-474b-a47a-cc8b1000db9b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d3ce1e2633ec4f01ac833913cfa265e3/groups/af42a4dc-9ce9-4045-a6ff-75dc9c4199e0/action'} Body: b'' 2023-04-18 17:59:19,631 79790 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d3ce1e2633ec4f01ac833913cfa265e3/groups/af42a4dc-9ce9-4045-a6ff-75dc9c4199e0 0.019s 2023-04-18 17:59:19,632 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-5727c039-78b7-4456-8033-457a0eef6061', 'x-openstack-request-id': 'req-5727c039-78b7-4456-8033-457a0eef6061', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d3ce1e2633ec4f01ac833913cfa265e3/groups/af42a4dc-9ce9-4045-a6ff-75dc9c4199e0'} Body: b'{"itemNotFound": {"code": 404, "message": "Group af42a4dc-9ce9-4045-a6ff-75dc9c4199e0 could not be found."}}' 2023-04-18 17:59:19,678 79790 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3bb107f1480744268abc68afcf04d273/group_types/ab5f9375-89e1-42d6-b611-54dc8ba3acd3 0.045s 2023-04-18 17:59:19,678 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a5dd1c8-c207-4955-b16e-60acfce9a88e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3bb107f1480744268abc68afcf04d273/group_types/ab5f9375-89e1-42d6-b611-54dc8ba3acd3'} Body: b'' 2023-04-18 17:59:19,736 79790 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3bb107f1480744268abc68afcf04d273/types/5280aef0-bb80-422d-a5b2-c835b4ff0ce2 0.057s 2023-04-18 17:59:19,736 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c5588df-ab31-40ff-9771-4ba0ad90fd78', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3bb107f1480744268abc68afcf04d273/types/5280aef0-bb80-422d-a5b2-c835b4ff0ce2'} Body: b'' 2023-04-18 17:59:19,756 79790 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/3bb107f1480744268abc68afcf04d273/types/5280aef0-bb80-422d-a5b2-c835b4ff0ce2 0.019s 2023-04-18 17:59:19,756 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '11 4', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2aabfaa-fb23-4040-9511-33776c8b5943', 'x-openstack-request-id': 'req-e2aabfaa-fb23-4040-9511-33776c8b5943', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/3bb107f1480744268abc68afcf04d273/types/5280aef0-bb80-422d-a5b2-c835b4ff0ce2'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 5280aef0-bb80-422d-a5b2-c835b4ff0ce2 could not be found."}}' tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage[id-ae8b6091-48ad-4bfa-a188-bbf5cc02115f] ------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_quotas.py", line 123, in test_quota_usage volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 78b63aff-01f9-47c9-9aac-0bfcac397890 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:59:28,348 79790 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/d047d20d1bf046788e5a47fb371cb0d6/os-quota-sets/27804781df2e4322b17a2204ffcf6ab8?usage=True 0.048s 2023-04-18 17:59:28,349 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70f3082c-bb32-42d1-b3d4-d5eb2dc15b4a', 'content-length': '1178', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70f3082c-bb32-42d1-b3d4-d5eb2dc15b4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d047d20d1bf046788e5a47fb371cb0d6/os-quota-sets/27804781df2e4322b17a2204ffcf6ab8?usage=True'} Body: b'{"quota_set": {"volumes": {"limit": 10, "in_use": 0, "reserved": 0}, "per_volume_gigabytes": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots": {"limit": 10, "in_use": 0, "reserved": 0}, "gigabytes": {"limit": 1000, "in_use": 0, "reserved": 0}, "backups": {"limit": 10, "in_use": 0, "reserved": 0}, "backup_gigabytes": {"limit": 1000, "in_use": 0, "reserved": 0}, "volumes_tempest-UserMessagesTest-volume-type-1474584087": {"limit": -1, "in_use": 0, "reserved": 0}, "gigabytes_tempest-UserMessagesTest-volume-type-1474584087": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots_tempest-UserMessagesTest-volume-type-1474584087": {"limit": -1, "in_use": 0, "reserved": 0}, "volumes_joviandss-2": {"limit": -1, "in_use": 0, "reserved": 0}, "gigabytes_joviandss-2": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots_joviandss-2": {"limit": -1, "in_use": 0, "reserved": 0}, "volumes___DEFAULT__": {"limit": -1, "in_use": 0, "reserved": 0}, "gigabytes___DEFAULT__": {"limit": -1, "in_use": 0, "reserved": 0}, "snapshots___DEFAULT__": {"limit": -1, "in_use": 0, "reserved": 0}, "groups": {"limit": 10, "in_use": 0, "reserved": 0}, "id": "27804781df2e4322b17a2204ffcf6ab8"}}' 2023-04-18 17:59:28,675 79790 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 202 POST http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes 0.318s 2023-04-18 17:59:28,676 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1648793183"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12a60c74-18a3-4862-a2ea-4881b413d5a0', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12a60c74-18a3-4862-a2ea-4881b413d5a0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes'} Body: b'{"volume": {"id": "78b63aff-01f9-47c9-9aac-0bfcac397890", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:59:28.602517", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1648793183", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes/78b63aff-01f9-47c9-9aac-0bfcac397890"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/27804781df2e4322b17a2204ffcf6ab8/volumes/78b63aff-01f9-47c9-9aac-0bfcac397890"}], "user_id": "ed255e5f03e64d1a9cb01b69ab2fd312", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:59:28,731 79790 INF O [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes/78b63aff-01f9-47c9-9aac-0bfcac397890 0.046s 2023-04-18 17:59:28,732 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2591b1de-f0b4-4816-82ab-cc4376939d35', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2591b1de-f0b4-4816-82ab-cc4376939d35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes/78b63aff-01f9-47c9-9aac-0bfcac397890'} Body: b'{"volume": {"id": "78b63aff-01f9-47c9-9aac-0bfcac397890", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:59:29.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1648793183", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes/78b63aff-01f9-47c9-9aac-0bfcac397890"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/27804781df2e4322b17a2204ffcf6ab8/volumes/78b63aff-01f9-47c9-9aac-0bfcac397890"}], "user_id": "ed255e5f03e64d1a9cb01b69ab2fd312", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "27804781df2e4322b17a2204ffcf6ab8"}}' 2023-04-18 17:59:29,788 79790 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes/78b63aff-01f9-47c9-9aac-0bfcac397890 0.045s 2023-04-18 17:59:29,788 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49c7371b-7dce-4478-81d4-4cf7c92b7deb', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49c7371b-7dce-4478-81d4-4cf7c92b7deb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes/78b63aff-01f9-47c9-9aac-0bfcac397890'} Body: b'{"volume": {"id": "78b63aff-01f9-47c9-9aac-0bfcac397890", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:59:29.000000", "updated_at": "2023-04-18T17:59:29.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1648793183", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes/78b63aff-01f9-47c9-9aac-0bfcac397890"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/27804781df2e4322b17a2204ffcf6ab8/volumes/78b63aff-01f9-47c9-9aac-0bfcac397890"}], "user_id": "ed255e5f03e64d1a9cb01b69ab2fd312", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "27804781df2e4322b17a2204ffcf6ab8"}}' 2023-04-18 17:59:29,848 79790 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes/78b63aff-01f9-47c9-9aac-0bfcac397890 0.050s 2023-04-18 17:59:29,849 79790 DEBUG [tempest.lib.comm on.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4dd4902-dec9-4fcc-9c6f-d6941b781deb', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4dd4902-dec9-4fcc-9c6f-d6941b781deb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes/78b63aff-01f9-47c9-9aac-0bfcac397890'} Body: b'{"volume": {"id": "78b63aff-01f9-47c9-9aac-0bfcac397890", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:59:29.000000", "updated_at": "2023-04-18T17:59:29.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1648793183", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes/78b63aff-01f9-47c9-9aac-0bfcac397890"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/27804781df2e4322b17a2204ffcf6ab8/volumes/78b63aff-01f9-47c9-9aac-0bfcac397890"}], "user_id": "ed255e5f03e64d1a9cb01b69ab2fd312", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "27804781df2e4322b17a2204ffcf6ab8"}}' 2023-04-18 17:59:29,963 79790 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes/78b63aff-01f9-47c9-9aac-0bfcac397890 0.103s 2023-04-18 17:59:29,963 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ea032de-cd33-478b-8118-fac792a30bae', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes/78b63aff-01f9-47c9-9aac-0bfcac397890'} Body: b'' 2023-04-18 17:59:29,984 79790 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes/78b63aff-01f9-47c9-9aac-0bfcac397890 0.021s 2023-04-18 17:59:29,984 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-7302d7f8-b6da-4f00-ada2-b95806a13565', 'x-openstack-request-id': 'req-7302d7f8-b6da-4f00-ada2-b95806a13565', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes/78b63aff-01f9-47c9-9aac-0bfcac397890'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 78b63aff-01f9-47c9-9aac-0bfcac397890 could not be found."}}' tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer[id-8911036f-9d54-4720-80cc-a1c9796a8805] ----------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_quotas.py", line 141, in test_quota_usage_after_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume a4fe11d5-ff1d-4d64-b813-5fa732a59e9f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:59:30,186 79790 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 202 POST http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes 0.198s 2023-04-18 17:59:30,187 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1736417063"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d0b9c56-4f7c-4a3b-98c6-58d56fd9b296', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d0b9c56-4f7c-4a3b-98c6-58d56fd9b296', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes'} Body: b'{"volume": {"id": "a4fe11d5-ff1d-4d64-b813-5fa732a59e9f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:59:30.127797", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1736417063", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes/a4fe11d5-ff1d-4d64-b813-5fa732a59e9f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/27804781df2e4322b17a2204ffcf6ab8/volumes/a4fe11d5-ff1d-4d64-b813-5fa732a59e9f"}], "user_id": "ed255e5f03e64d1a9cb01b69ab2fd312", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:59:30,235 79790 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes/a4fe11d5-ff1d-4d64-b813-5fa732a59e9f 0.039s 2023-04-18 17:59:30,235 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-272dba3b-ef77-400f-bee6-15f9fda4cc5b', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-272dba3b-ef77-400f-bee6-15f9fda4cc5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes/a4fe11d5-ff1d-4d64-b813-5fa732a59e9f'} Body: b'{"volume": {"id": "a4fe11d5-ff1d-4d64-b813-5fa732a59e9f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:59:30.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1736417063", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes/a4fe11d5-ff1d-4d64-b813-5fa732a59e9f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/27804781df2e4322b17a2204ffcf6ab8/volumes/a4fe11d5-ff1d-4d64-b813-5fa732a59e9f"}], "user_id": "ed255e5f03e64d1a9cb01b69ab2fd312", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "27804781df2e4322b17a2204ffcf6ab8"}}' 2023-04-18 17:59:31,286 79790 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes/a4fe11d5-ff1d-4d64-b813-5fa732a59e9f 0.039s 2023-04-18 17:59:31,286 79790 DEBU G [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-267e2186-7ba0-4757-8725-2ea76978a0f4', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-267e2186-7ba0-4757-8725-2ea76978a0f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes/a4fe11d5-ff1d-4d64-b813-5fa732a59e9f'} Body: b'{"volume": {"id": "a4fe11d5-ff1d-4d64-b813-5fa732a59e9f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:59:30.000000", "updated_at": "2023-04-18T17:59:30.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1736417063", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes/a4fe11d5-ff1d-4d64-b813-5fa732a59e9f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/27804781df2e4322b17a2204ffcf6ab8/volumes/a4fe11d5-ff1d-4d64-b813-5fa732a59e9f"}], "user_id": "ed255e5f03e64d1a9cb01b69ab2fd312", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "27804781df2e4322b17a2204ffcf6ab8"}}' 2023-04-18 17:59:31,336 79790 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes/a4fe11d5-ff1d-4d64-b813-5fa732a59e9f 0.039s 2023-04-18 17:59:31,337 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd7af317-3882-4cd2-8fb0-283c2cbdfaac', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd7af317-3882-4cd2-8fb0-283c2cbdfaac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes/a4fe11d5-ff1d-4d64-b813-5fa732a59e9f'} Body: b'{"volume": {"id": "a4fe11d5-ff1d-4d64-b813-5fa732a59e9f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:59:30.000000", "updated_at": "2023-04-18T17:59:30.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1736417063", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes/a4fe11d5-ff1d-4d64-b813-5fa732a59e9f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/27804781df2e4322b17a2204ffcf6ab8/volumes/a4fe11d5-ff1d-4d64-b813-5fa732a59e9f"}], "user_id": "ed255e5f03e64d1a9cb01b69ab2fd312", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "27804781df2e4322b17a2204ffcf6ab8"}}' 2023-04-18 17:59:31,460 79790 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes/a4fe11d5-ff1d-4d64-b813-5fa732a59e9f 0.113s 2023-04-18 17:59:31,461 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:31 GMT', 'server': ' Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f029b198-31e6-4978-a2c4-b792b40bfaf6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes/a4fe11d5-ff1d-4d64-b813-5fa732a59e9f'} Body: b'' 2023-04-18 17:59:31,500 79790 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes/a4fe11d5-ff1d-4d64-b813-5fa732a59e9f 0.038s 2023-04-18 17:59:31,500 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f84132e-a0b2-4e6f-8825-5e82b4b0c5b1', 'x-openstack-request-id': 'req-9f84132e-a0b2-4e6f-8825-5e82b4b0c5b1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/27804781df2e4322b17a2204ffcf6ab8/volumes/a4fe11d5-ff1d-4d64-b813-5fa732a59e9f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a4fe11d5-ff1d-4d64-b813-5fa732a59e9f could not be found."}}' tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype[id-b90412ee-465d-46e9-b249-ec84a47d5f25] -------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_retype.py", line 203, in test_available_volume_retype src_vol = self.create_volume(volume_type=self.src_vol_type['name']) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume eadaa5b9-6062-487b-ac9d-5e250bfb15b1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:59:36,282 79790 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 202 POST http://10.0.0.210/volume/v3/4a7c260cdd024c2f8b810285633df1d6/volumes 0.304s 2023-04-18 17:59:36,282 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "volume-type-1", "size": 1, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1686336131"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-246a8e5b-a1d2-4c87-bf6d-b3a30995e970', 'content-length': '832', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-246a8e5b-a1d2-4c87-bf6d-b3a30995e970', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4a7c260cdd024c2f8b810285633df1d6/volumes'} Body: b'{"volume": {"id": "eadaa5b9-6062-487b-ac9d-5e250bfb15b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:59:36.222737", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1686336131", "description": null, "volume_type": "volume-type-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4a7c260cdd024c2f8b810285633df1d6/volumes/eadaa5b9-6062-487b-ac9d-5e250bfb15b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4a7c260cdd024c2f8b810285633df1d6/volumes/eadaa5b9-6062-487b-ac9d-5e250bfb15b1"}], "user_id": "f286d64a5bdc46a5913242847bc7791d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:59:36,348 79790 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/4a7c260cdd024c2f8b810285633df1d6/volumes/eadaa5b9-6062-487b-ac9d-5e250bfb15b1 0.050s 2023-04-18 17:59:36,348 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d84b44e7-00bb-44fc-b867-6a8f69fa5e0f', 'content-length': '900', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d84b44e7-00bb-44fc-b867-6a8f69fa5e0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4a7c260cdd024c2f8b810285633df1d6/volumes/eadaa5b9-6062-487b-ac9d-5e250bfb15b1'} Body: b'{"volume": {"id": "eadaa5b9-6062-487b-ac9d-5e250bfb15b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:59:36.000000", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1686336131", "description": null, "volume_type": "volume-type-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4a7c260cdd024c2f8b810285633df1d6/volumes/eadaa5b9-6062-487b-ac9d-5e250bfb15b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4a7c260cdd024c2f8b810285633df1d6/volumes/eadaa5b9-6062-487b-ac9d-5e250bfb15b1"}], "user_id": "f286d64a5bdc46a5913242847bc7791d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4a7c260cdd024c2f8b810285633df1d6"}}' 2023-04-18 17:59:37,403 79790 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/4a7c260cdd024c2f8b810285633df1d6/volumes/eadaa5b9-6062-487b-ac9d-5e250b fb15b1 0.044s 2023-04-18 17:59:37,404 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fb745bd-d8f7-4ecf-8a00-36e958fa62d4', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fb745bd-d8f7-4ecf-8a00-36e958fa62d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4a7c260cdd024c2f8b810285633df1d6/volumes/eadaa5b9-6062-487b-ac9d-5e250bfb15b1'} Body: b'{"volume": {"id": "eadaa5b9-6062-487b-ac9d-5e250bfb15b1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:59:36.000000", "updated_at": "2023-04-18T17:59:36.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1686336131", "description": null, "volume_type": "volume-type-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4a7c260cdd024c2f8b810285633df1d6/volumes/eadaa5b9-6062-487b-ac9d-5e250bfb15b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4a7c260cdd024c2f8b810285633df1d6/volumes/eadaa5b9-6062-487b-ac9d-5e250bfb15b1"}], "user_id": "f286d64a5bdc46a5913242847bc7791d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4a7c260cdd024c2f8b810285633df1d6"}}' 2023-04-18 17:59:37,467 79790 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/4a7c260cdd024c2f8b810285633df1d6/volumes/eadaa5b9-6062-487b-ac9d-5e250bfb15b1 0.048s 2023-04-18 17:59:37,467 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb8a21e6-9d0f-47dc-a5c6-70d2c3197487', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb8a21e6-9d0f-47dc-a5c6-70d2c3197487', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4a7c260cdd024c2f8b810285633df1d6/volumes/eadaa5b9-6062-487b-ac9d-5e250bfb15b1'} Body: b'{"volume": {"id": "eadaa5b9-6062-487b-ac9d-5e250bfb15b1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:59:36.000000", "updated_at": "2023-04-18T17:59:36.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1686336131", "description": null, "volume_type": "volume-type-1", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4a7c260cdd024c2f8b810285633df1d6/volumes/eadaa5b9-6062-487b-ac9d-5e250bfb15b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4a7c260cdd024c2f8b810285633df1d6/volumes/eadaa5b9-6062-487b-ac9d-5e250bfb15b1"}], "user_id": "f286d64a5bdc46a5913242847bc7791d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4a7c260cdd024c2f8b810285633df1d6"}}' 2023-04-18 17:59:37,604 79790 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/4a7c260cdd024c2f8b810285633df1d6/volumes/eadaa5b9-6062-487b-ac9d-5e250bfb15b1 0.123s 2023-04-18 17:59:37,604 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: No ne Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-556deb11-5017-4b6a-9f08-bb40d3c073f3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4a7c260cdd024c2f8b810285633df1d6/volumes/eadaa5b9-6062-487b-ac9d-5e250bfb15b1'} Body: b'' 2023-04-18 17:59:37,631 79790 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/4a7c260cdd024c2f8b810285633df1d6/volumes/eadaa5b9-6062-487b-ac9d-5e250bfb15b1 0.025s 2023-04-18 17:59:37,631 79790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-35efd9de-e82f-49e9-a32f-e9b3604d176c', 'x-openstack-request-id': 'req-35efd9de-e82f-49e9-a32f-e9b3604d176c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/4a7c260cdd024c2f8b810285633df1d6/volumes/eadaa5b9-6062-487b-ac9d-5e250bfb15b1'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume eadaa5b9-6062-487b-ac9d-5e250bfb15b1 could not be found."}}' setUpClass (tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON) -------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_list.py", line 37, in resource_setup volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 6adeadec-71c3-43d4-93c5-cc85e6e2fe4f failed to build and is in ERROR status setUpClass (tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests) ------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volume_absolute_limits.py", line 37, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ddab43d6-2640-4faa-adca-1cfa7a9e952a failed to build and is in ERROR status tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert_with_volume_attached[id-fbbf075f-a812-4022-bc5c-ccb8047eef12,volume] -------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 450, in test_resize_server_revert_with_volume_attached volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f4c4afe8-4b0b-4892-9281-2c4e918c10e8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:57:41,212 79800 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2 0.374s 2023-04-18 17:57:41,212 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:57:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b3c0983-a892-4f5a-8725-98a393248e02', 'x-compute-request-id': 'req-2b3c0983-a892-4f5a-8725-98a393248e02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2'} Body: b'{"server": {"id": "46ff41f2-dacf-49c7-8c2e-7621fbca6af2", "name": "tempest-ServerActionsTestJSON-server-1477718106", "status": "ACTIVE", "tenant_id": "ecd89586cda04a249c938937bff52645", "user_id": "5530d6dd1b104cd7824717aea8f429cf", "metadata": {}, "hostId": "73996329d44fe766ac51d767253e58db70bb0b2bdfe542e90e2dc30f", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:52:54Z", "updated": "2023-04-18T17:53:08Z", "addresses": {"tempest-ServerActionsTestJSON-603821865-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:d0:66"}, {"version": 4, "addr": "172.24.4.151", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:d0:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1368966076", "OS-SRV-USG:launched_at": "2023-04-18T17:53:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--821005766"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:57:41,482 79800 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2 0.257s 2023-04-18 17:57:41,482 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:57:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea8943a2-1362-4650-a399-2f9759532092', 'x-compute-request-id': 'req-ea8943a2-1362-4650-a399-2f9759532092', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2'} Body: b'{"server": {"id": "46ff41f2-dacf-49c7-8c2e-7621fbca6af2", "name": "tempest-ServerActionsTestJSON-server-1477718106", "status": "ACTIVE", "tenant_id": "ecd89586cda04a249c938937bff52645", "user_id": "5530d6dd1b104cd7824717aea8f429cf", "metadata": {}, "hostId": "73996329d44fe766ac51d767253e58db70bb0b2bdfe542e90e2dc30f", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10. 0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:52:54Z", "updated": "2023-04-18T17:53:08Z", "addresses": {"tempest-ServerActionsTestJSON-603821865-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:d0:66"}, {"version": 4, "addr": "172.24.4.151", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:d0:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1368966076", "OS-SRV-USG:launched_at": "2023-04-18T17:53:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--821005766"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:57:41,655 79800 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2 0.162s 2023-04-18 17:57:41,656 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:57:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-55fefce1-6722-49ea-ac7e-6dd989cfb107', 'x-compute-request-id': 'req-55fefce1-6722-49ea-ac7e-6dd989cfb107', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2'} Body: b'{"server": {"id": "46ff41f2-dacf-49c7-8c2e-7621fbca6af2", "name": "tempest-ServerActionsTestJSON-server-1477718106", "status": "ACTIVE", "tenant_id": "ecd89586cda04a249c938937bff52645", "user_id": "5530d6dd1b104cd7824717aea8f429cf", "metadata": {}, "hostId": "73996329d44fe766ac51d767253e58db70bb0b2bdfe542e90e2dc30f", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:52:54Z", "updated": "2023-04-18T17:53:08Z", "addresses": {"tempest-ServerActionsTestJSON-603821865-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:d0:66"}, {"version": 4, "addr": "172.24.4.151", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:d0:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1368966076", "OS-SRV-USG:launched_at": "2023-04-18T17:53:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--821005766"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:58:41,880 79800 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/ecd89 586cda04a249c938937bff52645/volumes 0.205s 2023-04-18 17:58:41,881 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-ServerActionsTestJSON-volume-1877668943"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb710119-e238-49ff-833b-be3d4d71a12c', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb710119-e238-49ff-833b-be3d4d71a12c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes'} Body: b'{"volume": {"id": "f4c4afe8-4b0b-4892-9281-2c4e918c10e8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:41.816534", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-1877668943", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes/f4c4afe8-4b0b-4892-9281-2c4e918c10e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ecd89586cda04a249c938937bff52645/volumes/f4c4afe8-4b0b-4892-9281-2c4e918c10e8"}], "user_id": "5530d6dd1b104cd7824717aea8f429cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 17:58:41,938 79800 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes/f4c4afe8-4b0b-4892-9281-2c4e918c10e8 0.046s 2023-04-18 17:58:41,938 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94d97d02-32be-4d9b-a667-810d4b3cc21a', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94d97d02-32be-4d9b-a667-810d4b3cc21a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes/f4c4afe8-4b0b-4892-9281-2c4e918c10e8'} Body: b'{"volume": {"id": "f4c4afe8-4b0b-4892-9281-2c4e918c10e8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:42.000000", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-1877668943", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes/f4c4afe8-4b0b-4892-9281-2c4e918c10e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ecd89586cda04a249c938937bff52645/volumes/f4c4afe8-4b0b-4892-9281-2c4e918c10e8"}], "user_id": "5530d6dd1b104cd7824717aea8f429cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ecd89586cda04a249c938937bff52645"}}' 2023-04-18 17:58:43,011 79800 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes/f4c4afe8-4b0b-4892-9281-2c4e918c10e8 0.061s 2023-04-18 17:58:43,012 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e2ef7cf-fe0c-4c42-87e7-61c37fd5c0ef', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e2ef7cf-fe0c-4c42-87e7-61c37fd5c0ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes/f4c4afe8-4b0b-4892-9281-2c4e918c10e8'} Body: b'{"volume": {"id": "f4c4afe8-4b0b-4892-9281-2c4e918c10e8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:58:42.000000", "updated_at": "2023-04-18T17:58:42.000000", "name": "tempest-ServerActionsTestJSON-volume-1877668943", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes/f4c4afe8-4b0b-4892-9281-2c4e918c10e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ecd89586cda04a249c938937bff52645/volumes/f4c4afe8-4b0b-4892-9281-2c4e918c10e8"}], "user_id": "5530d6dd1b104cd7824717aea8f429cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ecd89586cda04a249c938937bff52645"}}' 2023-04-18 17:58:43,022 79800 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1737599. The failure could be related to https://launchpad.net/bugs/1737599 2023-04-18 17:58:43,278 79800 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2 0.255s 2023-04-18 17:58:43,278 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7b38b0f-e421-480b-96f5-714a783e01e6', 'x-compute-request-id': 'req-a7b38b0f-e421-480b-96f5-714a783e01e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2'} Body: b'{"server": {"id": "46ff41f2-dacf-49c7-8c2e-7621fbca6af2", "name": "tempest-ServerActionsTestJSON-server-1477718106", "status": "ACTIVE", "tenant_id": "ecd89586cda04a249c938937bff52645", "user_id": "5530d6dd1b104cd7824717aea8f429cf", "metadata": {}, "hostId": "73996329d44fe766ac51d767253e58db70bb0b2bdfe542e90e2dc30f", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:52:54Z", "updated": "2023-04-18T17:53:08Z", "addresses": {"tempest-ServerActionsTestJSON-603821865-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:d0:66"}, {"version": 4, "addr": "172.24.4.151", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:d0:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1368966076", "OS-SRV-USG:launched_at": "2023-04-18T17:53:08.000000", "OS-SRV-USG:terminated_at": nu ll, "security_groups": [{"name": "tempest-securitygroup--821005766"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' setUpClass (tempest.api.volume.test_volumes_actions.VolumesActionsTest) ----------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_actions.py", line 37, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 6d467023-bcd8-45ab-b128-7a69f987ec46 failed to build and is in ERROR status tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer[id-9f36bb2b-619f-4507-b246-76aeb9a28851] ------------------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 125, in test_create_get_list_accept_volume_transfer test_create_get_list_accept_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 40, in test_create_get_list_accept_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 57f89813-6f07-42bf-9db1-ba0b70cebd7d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:59:45,035 79796 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes 0.494s 2023-04-18 17:59:45,036 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "name": "tempest-VolumesTransfersV355Test-Volume-1816616859"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a12fe8cb-d862-4c14-8afd-1097a5f1efe0', 'content-length': '886', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a12fe8cb-d862-4c14-8afd-1097a5f1efe0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes'} Body: b'{"volume": {"id": "57f89813-6f07-42bf-9db1-ba0b70cebd7d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:59:44.969293", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1816616859", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes/57f89813-6f07-42bf-9db1-ba0b70cebd7d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b3a65b3470a245f8bea4ff47311f71c2/volumes/57f89813-6f07-42bf-9db1-ba0b70cebd7d"}], "user_id": "0fa523b85bda40e689998c2f5a0a74dc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-18 17:59:45,091 79796 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes/57f89813-6f07-42bf-9db1-ba0b70cebd7d 0.046s 2023-04-18 17:59:45,091 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c717211-f3aa-4083-b605-42db61dc3475', 'content-length': '954', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c717211-f3aa-4083-b605-42db61dc3475', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes/57f89813-6f07-42bf-9db1-ba0b70cebd7d'} Body: b'{"volume": {"id": "57f89813-6f07-42bf-9db1-ba0b70cebd7d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:59:45.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1816616859", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes/57f89813-6f07-42bf-9db1-ba0b70cebd7d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b3a65b3470a245f8bea4ff47311f71c2/volumes/57f89813-6f07-42bf-9db1-ba0b70cebd7d"}], "user_id": "0fa523b85bda40e689998c2f5a0a74dc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "b3a65b3470a245f8bea4ff47311f71c2"}}' 2023-04-18 17:59:46,145 79796 INFO [tempest.lib.common.rest_client] Request (Volumes TransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes/57f89813-6f07-42bf-9db1-ba0b70cebd7d 0.041s 2023-04-18 17:59:46,145 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c78fd0b8-9207-4da5-944a-e8a122a8f7da', 'content-length': '975', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c78fd0b8-9207-4da5-944a-e8a122a8f7da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes/57f89813-6f07-42bf-9db1-ba0b70cebd7d'} Body: b'{"volume": {"id": "57f89813-6f07-42bf-9db1-ba0b70cebd7d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:59:45.000000", "updated_at": "2023-04-18T17:59:45.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1816616859", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes/57f89813-6f07-42bf-9db1-ba0b70cebd7d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b3a65b3470a245f8bea4ff47311f71c2/volumes/57f89813-6f07-42bf-9db1-ba0b70cebd7d"}], "user_id": "0fa523b85bda40e689998c2f5a0a74dc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "b3a65b3470a245f8bea4ff47311f71c2"}}' 2023-04-18 17:59:46,196 79796 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes/57f89813-6f07-42bf-9db1-ba0b70cebd7d 0.039s 2023-04-18 17:59:46,196 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b417d4c-df76-47af-a173-2391ae57a727', 'content-length': '975', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b417d4c-df76-47af-a173-2391ae57a727', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes/57f89813-6f07-42bf-9db1-ba0b70cebd7d'} Body: b'{"volume": {"id": "57f89813-6f07-42bf-9db1-ba0b70cebd7d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:59:45.000000", "updated_at": "2023-04-18T17:59:45.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1816616859", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes/57f89813-6f07-42bf-9db1-ba0b70cebd7d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b3a65b3470a245f8bea4ff47311f71c2/volumes/57f89813-6f07-42bf-9db1-ba0b70cebd7d"}], "user_id": "0fa523b85bda40e689998c2f5a0a74dc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "b3a65b3470a245f8bea4ff47311f71c2"}}' 2023-04-18 17:59:46,322 79796 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Tes t:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes/57f89813-6f07-42bf-9db1-ba0b70cebd7d 0.114s 2023-04-18 17:59:46,322 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7a932ce-bd24-4bf0-87d3-4d04dfe77f51', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes/57f89813-6f07-42bf-9db1-ba0b70cebd7d'} Body: b'' 2023-04-18 17:59:46,356 79796 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes/57f89813-6f07-42bf-9db1-ba0b70cebd7d 0.033s 2023-04-18 17:59:46,357 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-b79ad006-e56a-4334-837f-8514aa079a99', 'x-openstack-request-id': 'req-b79ad006-e56a-4334-837f-8514aa079a99', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes/57f89813-6f07-42bf-9db1-ba0b70cebd7d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 57f89813-6f07-42bf-9db1-ba0b70cebd7d could not be found."}}' tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer[id-af4a5b97-0859-4f31-aa3c-85b05bb63322] -------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 131, in test_create_list_delete_volume_transfer test_create_list_delete_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 81, in test_create_list_delete_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume cc9e4f72-9cb3-49d1-a320-ccd86d3dda5f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:59:46,665 79796 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes 0.305s 2023-04-18 17:59:46,666 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "name": "tempest-VolumesTransfersV355Test-Volume-508413188"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-945b900d-cff8-4273-90e3-7dfc7d0b013d', 'content-length': '885', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-945b900d-cff8-4273-90e3-7dfc7d0b013d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes'} Body: b'{"volume": {"id": "cc9e4f72-9cb3-49d1-a320-ccd86d3dda5f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:59:46.591688", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-508413188", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes/cc9e4f72-9cb3-49d1-a320-ccd86d3dda5f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b3a65b3470a245f8bea4ff47311f71c2/volumes/cc9e4f72-9cb3-49d1-a320-ccd86d3dda5f"}], "user_id": "0fa523b85bda40e689998c2f5a0a74dc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-18 17:59:46,746 79796 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes/cc9e4f72-9cb3-49d1-a320-ccd86d3dda5f 0.070s 2023-04-18 17:59:46,747 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c41c4b4b-bbde-4038-b3fe-1f87b0afa70d', 'content-length': '953', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c41c4b4b-bbde-4038-b3fe-1f87b0afa70d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes/cc9e4f72-9cb3-49d1-a320-ccd86d3dda5f'} Body: b'{"volume": {"id": "cc9e4f72-9cb3-49d1-a320-ccd86d3dda5f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:59:47.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-508413188", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes/cc9e4f72-9cb3-49d1-a320-ccd86d3dda5f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b3a65b3470a245f8bea4ff47311f71c2/volumes/cc9e4f72-9cb3-49d1-a320-ccd86d3dda5f"}], "user_id": "0fa523b85bda40e689998c2f5a0a74dc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "b3a65b3470a245f8bea4ff47311f71c2"}}' 2023-04-18 17:59:47,800 79796 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV3 55Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes/cc9e4f72-9cb3-49d1-a320-ccd86d3dda5f 0.040s 2023-04-18 17:59:47,800 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41ab707f-03c5-4a84-b6e8-f23bcbd234c1', 'content-length': '974', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41ab707f-03c5-4a84-b6e8-f23bcbd234c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes/cc9e4f72-9cb3-49d1-a320-ccd86d3dda5f'} Body: b'{"volume": {"id": "cc9e4f72-9cb3-49d1-a320-ccd86d3dda5f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:59:47.000000", "updated_at": "2023-04-18T17:59:47.000000", "name": "tempest-VolumesTransfersV355Test-Volume-508413188", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes/cc9e4f72-9cb3-49d1-a320-ccd86d3dda5f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b3a65b3470a245f8bea4ff47311f71c2/volumes/cc9e4f72-9cb3-49d1-a320-ccd86d3dda5f"}], "user_id": "0fa523b85bda40e689998c2f5a0a74dc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "b3a65b3470a245f8bea4ff47311f71c2"}}' 2023-04-18 17:59:47,854 79796 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes/cc9e4f72-9cb3-49d1-a320-ccd86d3dda5f 0.043s 2023-04-18 17:59:47,854 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aab76d7e-7407-487b-93bc-cf911c5b2628', 'content-length': '974', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aab76d7e-7407-487b-93bc-cf911c5b2628', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes/cc9e4f72-9cb3-49d1-a320-ccd86d3dda5f'} Body: b'{"volume": {"id": "cc9e4f72-9cb3-49d1-a320-ccd86d3dda5f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T17:59:47.000000", "updated_at": "2023-04-18T17:59:47.000000", "name": "tempest-VolumesTransfersV355Test-Volume-508413188", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes/cc9e4f72-9cb3-49d1-a320-ccd86d3dda5f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b3a65b3470a245f8bea4ff47311f71c2/volumes/cc9e4f72-9cb3-49d1-a320-ccd86d3dda5f"}], "user_id": "0fa523b85bda40e689998c2f5a0a74dc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null, "os-vol-tenant-attr:tenant_id": "b3a65b3470a245f8bea4ff47311f71c2"}}' 2023-04-18 17:59:47,975 79796 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes/cc9e4f72-9cb3-49d1-a320-ccd86d3dda5f 0.110s 2023-04-18 17:59:47,975 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-788d0421-35eb-4ee4-8820-ac0d81149d9a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes/cc9e4f72-9cb3-49d1-a320-ccd86d3dda5f'} Body: b'' 2023-04-18 17:59:47,997 79796 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes/cc9e4f72-9cb3-49d1-a320-ccd86d3dda5f 0.022s 2023-04-18 17:59:47,998 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-16c83c40-f8f9-4ad5-8718-aaba12818213', 'x-openstack-request-id': 'req-16c83c40-f8f9-4ad5-8718-aaba12818213', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/b3a65b3470a245f8bea4ff47311f71c2/volumes/cc9e4f72-9cb3-49d1-a320-ccd86d3dda5f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume cc9e4f72-9cb3-49d1-a320-ccd86d3dda5f could not be found."}}' tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern[compute,id-10fd234a-515c-41e5-b092-8323060598c5,image,network,slow,volume] -------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_stamp_pattern.py", line 87, in test_stamp_pattern volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ab3932c7-0b55-47dc-87f0-51b04b343346 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 18:00:04,288 79796 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.328s 2023-04-18 18:00:04,288 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestStampPattern-767316763", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCHXvxRJraw5TVfGQnzyfeUU0pZqAYtxo+I2y4RSgIkEIHjDQ7g4ZwT5+tNlyc4M7lrCh4zwPJPoz8x48qiyCSvX3WCuUBnekoOyCrth+Pt0Qh67xdzQJ68m3bGXxC3cLg=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:00:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '394', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-987f5952-a26b-48f0-8ced-b8da6dcac02a', 'x-compute-request-id': 'req-987f5952-a26b-48f0-8ced-b8da6dcac02a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestStampPattern-767316763", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCHXvxRJraw5TVfGQnzyfeUU0pZqAYtxo+I2y4RSgIkEIHjDQ7g4ZwT5+tNlyc4M7lrCh4zwPJPoz8x48qiyCSvX3WCuUBnekoOyCrth+Pt0Qh67xdzQJ68m3bGXxC3cLg==", "fingerprint": "87:11:4f:4d:af:1f:c1:9a:10:58:bb:70:e8:34:36:25", "user_id": "50ba755aa401416f82e937413cbd33a2"}}' 2023-04-18 18:00:04,442 79796 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.150s 2023-04-18 18:00:04,442 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-secgroup-smoke-622544731", "description": "tempest-secgroup-smoke-622544731 description", "project_id": "01701c07fe4348398b3664d8cd8d01e6"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1609', 'x-openstack-request-id': 'req-4a775d8b-df36-41c6-8d66-26aeb76bfd7c', 'date': 'Tue, 18 Apr 2023 18:00:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "e1e0e415-fc2a-4b0a-a9e2-accbcb8bb3af", "name": "tempest-secgroup-smoke-622544731", "stateful": true, "tenant_id": "01701c07fe4348398b3664d8cd8d01e6", "description": "tempest-secgroup-smoke-622544731 description", "shared": false, "security_group_rules": [{"id": "057305ed-f803-4d99-affd-4bfc55234ead", "tenant_id": "01701c07fe4348398b3664d8cd8d01e6", "security_group_id": "e1e0e415-fc2a-4b0a-a9e2-accbcb8bb3af", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 876, "description": null, "tags": [], "created_at": "2023-04-18T18:00:04Z", "updated_at": "2023-04-18T18:00:04Z", "revision_number": 0, "project_id": "01701c07fe4348398b3664d8cd8d01e6"}, {"id": "30c6ac73-a2b3-49e6-becf-4039132b4b7b", "tenant_id": "01701c07fe4348398b3664d8cd8d01e6", "security_group_id": "e1e0e415-fc2a-4b0a-a9e2-accbcb8bb3af", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 877, "description": null, "tags": [], "created_at": "2023-04-18T18:00:04Z", "updated_at": "2023-04-18T18:00:04Z", "revision_number": 0, "project_id": "01701c07fe4348398b3664d8cd8d01e6"}], "tags": [], "created_at": "2023-04-18T18:00:04Z", "updated_at": "2023-04-18T18:00:04Z", "revision_number": 1, "project_id": " 01701c07fe4348398b3664d8cd8d01e6"}}' 2023-04-18 18:00:04,605 79796 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.162s 2023-04-18 18:00:04,606 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e1e0e415-fc2a-4b0a-a9e2-accbcb8bb3af", "project_id": "01701c07fe4348398b3664d8cd8d01e6", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-ce8ca440-ed86-4a04-acde-9fe6bfcd25e7', 'date': 'Tue, 18 Apr 2023 18:00:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "272845da-e44e-4b9e-8bce-c8fbfb70345f", "tenant_id": "01701c07fe4348398b3664d8cd8d01e6", "security_group_id": "e1e0e415-fc2a-4b0a-a9e2-accbcb8bb3af", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T18:00:04Z", "updated_at": "2023-04-18T18:00:04Z", "revision_number": 0, "project_id": "01701c07fe4348398b3664d8cd8d01e6"}}' 2023-04-18 18:00:04,759 79796 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.152s 2023-04-18 18:00:04,760 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e1e0e415-fc2a-4b0a-a9e2-accbcb8bb3af", "project_id": "01701c07fe4348398b3664d8cd8d01e6", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-1d0923d1-3fca-407e-bc92-f3d1e32d8dcd', 'date': 'Tue, 18 Apr 2023 18:00:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4d99a123-ae35-4795-a18b-d3ff6c264aa4", "tenant_id": "01701c07fe4348398b3664d8cd8d01e6", "security_group_id": "e1e0e415-fc2a-4b0a-a9e2-accbcb8bb3af", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T18:00:04Z", "updated_at": "2023-04-18T18:00:04Z", "revision_number": 0, "project_id": "01701c07fe4348398b3664d8cd8d01e6"}}' 2023-04-18 18:00:04,909 79796 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.148s 2023-04-18 18:00:04,909 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e1e0e415-fc2a-4b0a-a9e2-accbcb8bb3af", "project_id": "01701c07fe4348398b3664d8cd8d01e6", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-2c6ebf74-cf22-4286-8662-a15a54d916e5', 'date': 'Tue, 18 Apr 2023 18:00:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1b627003-bc70-4771-85be-411d4b8e72c8", "tenant_id": "01701c07fe4348398 b3664d8cd8d01e6", "security_group_id": "e1e0e415-fc2a-4b0a-a9e2-accbcb8bb3af", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T18:00:04Z", "updated_at": "2023-04-18T18:00:04Z", "revision_number": 0, "project_id": "01701c07fe4348398b3664d8cd8d01e6"}}' 2023-04-18 18:00:05,060 79796 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.150s 2023-04-18 18:00:05,060 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e1e0e415-fc2a-4b0a-a9e2-accbcb8bb3af", "project_id": "01701c07fe4348398b3664d8cd8d01e6", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-31f5ecb7-bcdd-4611-985f-b5ff4e6830b9', 'date': 'Tue, 18 Apr 2023 18:00:05 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d7f5e3d1-0192-40f1-b114-fed4c384a7da", "tenant_id": "01701c07fe4348398b3664d8cd8d01e6", "security_group_id": "e1e0e415-fc2a-4b0a-a9e2-accbcb8bb3af", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T18:00:04Z", "updated_at": "2023-04-18T18:00:04Z", "revision_number": 0, "project_id": "01701c07fe4348398b3664d8cd8d01e6"}}' 2023-04-18 18:00:05,219 79796 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.158s 2023-04-18 18:00:05,219 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e1e0e415-fc2a-4b0a-a9e2-accbcb8bb3af", "project_id": "01701c07fe4348398b3664d8cd8d01e6", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-99c7554c-ecce-4af5-a963-f5670a4eb3cd', 'date': 'Tue, 18 Apr 2023 18:00:05 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c5bf8363-379c-4f20-86d6-b9fa8cbfc23e", "tenant_id": "01701c07fe4348398b3664d8cd8d01e6", "security_group_id": "e1e0e415-fc2a-4b0a-a9e2-accbcb8bb3af", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T18:00:05Z", "updated_at": "2023-04-18T18:00:05Z", "revision_number": 0, "project_id": "01701c07fe4348398b3664d8cd8d01e6"}}' 2023-04-18 18:00:05,377 79796 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.157s 2023-04-18 18:00:05,377 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e1e0e415-fc2a-4b0a-a9e2-accbcb8bb3af", "project_id": "01701c07fe4348398b3664d8cd8d01e6", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-t ype': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-70a6d935-7216-404b-abfc-746e70d50a04', 'date': 'Tue, 18 Apr 2023 18:00:05 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9b8aba44-38cc-4fc9-97d2-723fed23e7de", "tenant_id": "01701c07fe4348398b3664d8cd8d01e6", "security_group_id": "e1e0e415-fc2a-4b0a-a9e2-accbcb8bb3af", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T18:00:05Z", "updated_at": "2023-04-18T18:00:05Z", "revision_number": 0, "project_id": "01701c07fe4348398b3664d8cd8d01e6"}}' 2023-04-18 18:00:05,586 79796 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/volume/v3/01701c07fe4348398b3664d8cd8d01e6/volumes 0.208s 2023-04-18 18:00:05,587 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestStampPattern-volume-759724820", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:00:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f4f4e97-fec7-49b4-a11d-00e93f2fd18b', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f4f4e97-fec7-49b4-a11d-00e93f2fd18b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/01701c07fe4348398b3664d8cd8d01e6/volumes'} Body: b'{"volume": {"id": "ab3932c7-0b55-47dc-87f0-51b04b343346", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:00:05.530137", "updated_at": null, "name": "tempest-TestStampPattern-volume-759724820", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/01701c07fe4348398b3664d8cd8d01e6/volumes/ab3932c7-0b55-47dc-87f0-51b04b343346"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/01701c07fe4348398b3664d8cd8d01e6/volumes/ab3932c7-0b55-47dc-87f0-51b04b343346"}], "user_id": "50ba755aa401416f82e937413cbd33a2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 18:00:05,638 79796 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/01701c07fe4348398b3664d8cd8d01e6/volumes/ab3932c7-0b55-47dc-87f0-51b04b343346 0.041s 2023-04-18 18:00:05,638 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:00:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b40ed76e-f6df-496a-b1ce-70e4bb2534fa', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b40ed76e-f6df-496a-b1ce-70e4bb2534fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/01701c07fe4348398b3664d8cd8d01e6/volumes/ab3932c7-0b55-47dc-87f0-51b04b343346'} Body: b'{"volume": {"id": "ab3932c7-0b55-47dc-87f0-51b04b343346", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:00:06.000000", "updated_at": null, "name": "tempest-TestStampPattern-volume-759724820", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metad ata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/01701c07fe4348398b3664d8cd8d01e6/volumes/ab3932c7-0b55-47dc-87f0-51b04b343346"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/01701c07fe4348398b3664d8cd8d01e6/volumes/ab3932c7-0b55-47dc-87f0-51b04b343346"}], "user_id": "50ba755aa401416f82e937413cbd33a2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "01701c07fe4348398b3664d8cd8d01e6"}}' 2023-04-18 18:00:06,718 79796 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/01701c07fe4348398b3664d8cd8d01e6/volumes/ab3932c7-0b55-47dc-87f0-51b04b343346 0.051s 2023-04-18 18:00:06,722 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:00:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14d117fe-30b8-49c3-84cb-7ec670df71bf', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14d117fe-30b8-49c3-84cb-7ec670df71bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/01701c07fe4348398b3664d8cd8d01e6/volumes/ab3932c7-0b55-47dc-87f0-51b04b343346'} Body: b'{"volume": {"id": "ab3932c7-0b55-47dc-87f0-51b04b343346", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:00:06.000000", "updated_at": "2023-04-18T18:00:06.000000", "name": "tempest-TestStampPattern-volume-759724820", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/01701c07fe4348398b3664d8cd8d01e6/volumes/ab3932c7-0b55-47dc-87f0-51b04b343346"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/01701c07fe4348398b3664d8cd8d01e6/volumes/ab3932c7-0b55-47dc-87f0-51b04b343346"}], "user_id": "50ba755aa401416f82e937413cbd33a2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "01701c07fe4348398b3664d8cd8d01e6"}}' 2023-04-18 18:00:06,849 79796 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/01701c07fe4348398b3664d8cd8d01e6/volumes/ab3932c7-0b55-47dc-87f0-51b04b343346 0.109s 2023-04-18 18:00:06,849 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:00:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78e0d80a-1ad4-439d-a9dd-c58e49618ef0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/01701c07fe4348398b3664d8cd8d01e6/volumes/ab3932c7-0b55-47dc-87f0-51b04b343346'} Body: b'' 2023-04-18 18:00:06,871 79796 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/01701c07fe4348398b3664d8cd8d01e6/volumes/ab3932c7-0b55-47dc-87f0-51b04b343346 0.022s 2023-04-18 18:00:06,872 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:00:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1be6139-1081-40da-a65b-db7d4028e223', 'x-openstack-request-id': 'req-c1be6139-1081-40da-a65b-db7d4028e223', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/01701c07fe4348398b3664d8cd8d01e6/volumes/ab3932c7-0b55-47dc-87f0-51b04b343346'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume ab3932c7-0b55-47dc-87f0-51b04b343346 could not be found."}}' 2023-04-18 18:00:07,020 79796 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/e1e0e415-fc2a-4b0a-a9e2-accbcb8bb3af 0.147s 2023-04-18 18:00:07,020 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-7217bcae-7797-41ee-9aab-6de952175de9', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 18:00:07 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/e1e0e415-fc2a-4b0a-a9e2-accbcb8bb3af'} Body: b'' 2023-04-18 18:00:07,059 79796 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-767316763 0.038s 2023-04-18 18:00:07,059 79796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:00:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8376c55-11f3-46c3-b587-3b430d9323ba', 'x-compute-request-id': 'req-b8376c55-11f3-46c3-b587-3b430d9323ba', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-767316763'} Body: b'' tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_image_volume[id-e4636333-c928-40fc-98b7-70a23eef4224,slow] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 305, in test_stable_device_rescue_bfv_image_volume server, rescue_image_id = self._create_server_and_rescue_image( File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 147, in _create_server_and_rescue_image server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 334, in create_test_server with excutils.save_and_reraise_exception(): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 317, in create_test_server server = waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 99b0fb54-1532-4c34-a0a2-b571c80f6283 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2023-04-18T17:59:29Z', 'message': 'Build of instance 99b0fb54-1532-4c34-a0a2-b571c80f6283 aborted: Volume 2f97d90c-774c-4888-ac11-2ab7a1761570 did not finish being created even after we waited 5 seconds or 2 attempts. And its status is error.'}. Server boot request ID: req-9615ecb5-963f-4435-90ea-3fa970c09eff. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:56:22,714 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.086s 2023-04-18 17:56:22,715 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2843', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-3a51aef4-396c-4c64-81e2-b5fb12ef84c6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "171127a60a304629949304db406a8f5b", "name": "tempest-ServerBootFromVolumeStableRescueTest-740353792-project-member", "password_expires_at": null}, "audit_ids": ["dRDZE3xZReurkTptvg4iOA"], "expires_at": "2023-04-18T18:56:22.000000Z", "issued_at": "2023-04-18T17:56:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "03373e65e776406e823e7cc2b277d205", "name": "tempest-ServerBootFromVolumeStableRescueTest-740353792"}, "is_domain": false, "roles": [{"id": "762b079e91ba4ddbacceb1546eb3e74b", "name": "member"}, {"id": "807c7b6962e34127851a8fd52e276165", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e52ae3082fbf4a328ade93bc969dfa86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "166e820cb0ca4a089aa9254384c06e53", "type": "image", "name": "glance"}, {"endpoints": [{"id": "f150521060f741f784e55058e10c303b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "1c8e6022cdfd4e9eb0fc68323e0cac02", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9c29a67948cb4cc48fd15a0431fe7a64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/03373e65e776406e823e7cc2b277d205", "region": "RegionOne"}], "id": "2cacf9cd2898416aa34b0c96d297137a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "065cb3b15cfa48a89cd4a0610ca051f6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "334844b10d614b7693449511937eb5fa", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "42d5039ab31f496ebe06b2ab79621342", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/03373e65e776406e823e7cc2b277d205", "region": "RegionOne"}], "id": "39da698ec5564e8180fd91a7bbf41b0f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "730244346eb743c5833aedad51c363d0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/03373e65e776406e823e7cc2b277d205", "region": "RegionOne"}], "id": "5bcb3497a89a4dd8ae0ef4ff16e2f813", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9e3ae159bccb449fb431409ede0cbbd8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "63801c39cce14ff588071cf5a2486448", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "bb0997ca4d744ef88ab11be55b02192c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "aceec1d3ad2d4c5da6a7ca57bbfb3a51", "type": "identity", "name": "keystone"}]}}' 2023-04-18 17:56:22,716 79804 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '92a3fc19-c274-44eb-bd9d-958fdef4a359', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-1727375647-network', 'tenant_id': '03373e65e776406e823e7cc2b277d205', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'projec t_id': '03373e65e776406e823e7cc2b277d205', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 58274, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T17:52:13Z', 'updated_at': '2023-04-18T17:52:14Z', 'revision_number': 1} available for tenant 2023-04-18 17:56:23,331 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.614s 2023-04-18 17:56:23,332 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerBootFromVolumeStableRescueTest-server-298580635", "imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "flavorRef": "42", "networks": [{"uuid": "92a3fc19-c274-44eb-bd9d-958fdef4a359"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/e3dfe4b7-6a7f-4e7f-9988-ad1c046460a5', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-643fc6ce-1baf-46a1-a9ba-f7ba29c07232', 'x-compute-request-id': 'req-643fc6ce-1baf-46a1-a9ba-f7ba29c07232', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "e3dfe4b7-6a7f-4e7f-9988-ad1c046460a5", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e3dfe4b7-6a7f-4e7f-9988-ad1c046460a5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e3dfe4b7-6a7f-4e7f-9988-ad1c046460a5"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "rddWnm27T7fs"}}' 2023-04-18 17:56:23,414 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/e3dfe4b7-6a7f-4e7f-9988-ad1c046460a5 0.079s 2023-04-18 17:56:23,414 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:56:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1394', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4464f0fb-99be-494c-bbe2-166c2cbec52e', 'x-compute-request-id': 'req-4464f0fb-99be-494c-bbe2-166c2cbec52e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e3dfe4b7-6a7f-4e7f-9988-ad1c046460a5'} Body: b'{"server": {"id": "e3dfe4b7-6a7f-4e7f-9988-ad1c046460a5", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-298580635", "status": "BUILD", "tenant_id": "03373e65e776406e823e7cc2b277d205", "user_id": "171127a60a304629949304db406a8f5b", "metadata": {}, "hostId": "", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T17:56:23Z", "updated": "2023-04-18T17:56:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e3dfe4 b7-6a7f-4e7f-9988-ad1c046460a5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e3dfe4b7-6a7f-4e7f-9988-ad1c046460a5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-18 17:57:13,805 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/e3dfe4b7-6a7f-4e7f-9988-ad1c046460a5 0.360s 2023-04-18 17:57:13,805 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:57:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1691', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-699ccea6-0862-4b4e-b56f-6de875c94dc8', 'x-compute-request-id': 'req-699ccea6-0862-4b4e-b56f-6de875c94dc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e3dfe4b7-6a7f-4e7f-9988-ad1c046460a5'} Body: b'{"server": {"id": "e3dfe4b7-6a7f-4e7f-9988-ad1c046460a5", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-298580635", "status": "ACTIVE", "tenant_id": "03373e65e776406e823e7cc2b277d205", "user_id": "171127a60a304629949304db406a8f5b", "metadata": {}, "hostId": "6a33d3a76da607bd3cf1adc328c368bce023b48af675748e85c176f1", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T17:56:23Z", "updated": "2023-04-18T17:56:31Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-1727375647-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:57:09"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e3dfe4b7-6a7f-4e7f-9988-ad1c046460a5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e3dfe4b7-6a7f-4e7f-9988-ad1c046460a5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T17:56:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-18 17:57:13,820 79804 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 17:58:14,736 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 202 POST http://10.0.0.210/compute/v2.1/servers/e3dfe4b7-6a7f-4e7f-9988-ad1c046460a5/action 0.855s 2023-04-18 17:58:14,736 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerBootFromVolumeStabl eRescueTest-image-1778018883"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '52', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa00dc10-8747-4500-a472-9547ad112478', 'x-compute-request-id': 'req-aa00dc10-8747-4500-a472-9547ad112478', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e3dfe4b7-6a7f-4e7f-9988-ad1c046460a5/action'} Body: b'{"image_id": "a4e0e58a-925a-49ac-909f-1404a4c865dc"}' 2023-04-18 17:58:14,762 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 200 GET http://10.0.0.210/image/v2/images/a4e0e58a-925a-49ac-909f-1404a4c865dc 0.024s 2023-04-18 17:58:14,762 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-298acf2a-9bde-49f5-9f72-3af1528c12ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/a4e0e58a-925a-49ac-909f-1404a4c865dc'} Body: b'{"base_image_ref": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "e3dfe4b7-6a7f-4e7f-9988-ad1c046460a5", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-740353792", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-740353792-project-member", "user_id": "171127a60a304629949304db406a8f5b", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1778018883", "disk_format": null, "container_format": null, "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 1, "owner": "03373e65e776406e823e7cc2b277d205", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "a4e0e58a-925a-49ac-909f-1404a4c865dc", "created_at": "2023-04-18T17:58:15Z", "updated_at": "2023-04-18T17:58:15Z", "tags": [], "self": "/v2/images/a4e0e58a-925a-49ac-909f-1404a4c865dc", "file": "/v2/images/a4e0e58a-925a-49ac-909f-1404a4c865dc/file", "schema": "/v2/schemas/image"}' 2023-04-18 17:58:15,787 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 200 GET http://10.0.0.210/image/v2/images/a4e0e58a-925a-49ac-909f-1404a4c865dc 0.023s 2023-04-18 17:58:15,788 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-329101ca-146f-48ab-ba00-2178e6a0e253', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/a4e0e58a-925a-49ac-909f-1404a4c865dc'} Body: b'{"base_image_ref": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "e3dfe4b7-6a7f-4e7f-9988-ad1c046460a5", "owner_project_name": "tempest-ServerBoot FromVolumeStableRescueTest-740353792", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-740353792-project-member", "user_id": "171127a60a304629949304db406a8f5b", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1778018883", "disk_format": null, "container_format": null, "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 1, "owner": "03373e65e776406e823e7cc2b277d205", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "a4e0e58a-925a-49ac-909f-1404a4c865dc", "created_at": "2023-04-18T17:58:15Z", "updated_at": "2023-04-18T17:58:15Z", "tags": [], "self": "/v2/images/a4e0e58a-925a-49ac-909f-1404a4c865dc", "file": "/v2/images/a4e0e58a-925a-49ac-909f-1404a4c865dc/file", "schema": "/v2/schemas/image"}' 2023-04-18 17:58:16,811 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 200 GET http://10.0.0.210/image/v2/images/a4e0e58a-925a-49ac-909f-1404a4c865dc 0.021s 2023-04-18 17:58:16,811 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-7ce3ef85-79be-43fa-b331-a916070b112a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/a4e0e58a-925a-49ac-909f-1404a4c865dc'} Body: b'{"base_image_ref": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "e3dfe4b7-6a7f-4e7f-9988-ad1c046460a5", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-740353792", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-740353792-project-member", "user_id": "171127a60a304629949304db406a8f5b", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1778018883", "disk_format": null, "container_format": null, "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 1, "owner": "03373e65e776406e823e7cc2b277d205", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "a4e0e58a-925a-49ac-909f-1404a4c865dc", "created_at": "2023-04-18T17:58:15Z", "updated_at": "2023-04-18T17:58:15Z", "tags": [], "self": "/v2/images/a4e0e58a-925a-49ac-909f-1404a4c865dc", "file": "/v2/images/a4e0e58a-925a-49ac-909f-1404a4c865dc/file", "schema": "/v2/schemas/image"}' 2023-04-18 17:58:17,842 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 200 GET http://10.0.0.210/image/v2/images/a4e0e58a-925a-49ac-909f-1404a4c865dc 0.029s 2023-04-18 17:58:17,842 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1469', 'content-type': 'application/json', 'x-openstack-request-id': 'req-6e92ce78-fff6-4f52-9bd4-87ab063723f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/a4e0e58a-925a-49ac-909f-1404a4c865dc'} Body: b'{"base_image_ref": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "boot_ roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "e3dfe4b7-6a7f-4e7f-9988-ad1c046460a5", "owner_id": "03373e65e776406e823e7cc2b277d205", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-740353792", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-740353792-project-member", "user_id": "171127a60a304629949304db406a8f5b", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1778018883", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 1, "owner": "03373e65e776406e823e7cc2b277d205", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "a4e0e58a-925a-49ac-909f-1404a4c865dc", "created_at": "2023-04-18T17:58:15Z", "updated_at": "2023-04-18T17:58:17Z", "tags": [], "self": "/v2/images/a4e0e58a-925a-49ac-909f-1404a4c865dc", "file": "/v2/images/a4e0e58a-925a-49ac-909f-1404a4c865dc/file", "schema": "/v2/schemas/image"}' 2023-04-18 17:58:18,865 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 200 GET http://10.0.0.210/image/v2/images/a4e0e58a-925a-49ac-909f-1404a4c865dc 0.021s 2023-04-18 17:58:18,865 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1469', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e46ee103-5e31-4a90-8a85-04d0674bd37c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/a4e0e58a-925a-49ac-909f-1404a4c865dc'} Body: b'{"base_image_ref": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "e3dfe4b7-6a7f-4e7f-9988-ad1c046460a5", "owner_id": "03373e65e776406e823e7cc2b277d205", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-740353792", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-740353792-project-member", "user_id": "171127a60a304629949304db406a8f5b", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1778018883", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": null, "virtual_size": null, "status": "saving", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 1, "owner": "03373e65e776406e823e7cc2b277d205", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "a4e0e58a-925a-49ac-909f-1404a4c865dc", "created_at": "2023-04-18T17:58:15Z", "updated_at": "2023-04-18T17:58:18Z", "tags": [], "self": "/v2/images/a4e0e58a-925a-49ac-909f-1404a4c865dc", "file": "/v2/images/a4e0e58a-925a-49ac-909f-1404a4c865dc/file", "schema": "/v2/schemas/image"}' 2023-04-18 17:58:19,895 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 200 GET http://10.0.0.210/image/v2/images/a4e0e58a-925a-49ac-909f-1404a4c865dc 0.028s 2023-04-18 17:58:19,895 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Ac cept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1639', 'content-type': 'application/json', 'x-openstack-request-id': 'req-9a11bf52-3f28-4122-bff5-54b98f3442a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/a4e0e58a-925a-49ac-909f-1404a4c865dc'} Body: b'{"base_image_ref": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "e3dfe4b7-6a7f-4e7f-9988-ad1c046460a5", "owner_id": "03373e65e776406e823e7cc2b277d205", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-740353792", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-740353792-project-member", "user_id": "171127a60a304629949304db406a8f5b", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1778018883", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "7a590d29e3cd15e4b4139714559759c7", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "03373e65e776406e823e7cc2b277d205", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "fec9b2ea914cc708443103a788a227f53e70552f61e8ba0b945e5a344c851798c078065a2f1ffffb236b6997498c9eea1940a6c837e01d5a8c64c8221aa9fb74", "id": "a4e0e58a-925a-49ac-909f-1404a4c865dc", "created_at": "2023-04-18T17:58:15Z", "updated_at": "2023-04-18T17:58:19Z", "tags": [], "self": "/v2/images/a4e0e58a-925a-49ac-909f-1404a4c865dc", "file": "/v2/images/a4e0e58a-925a-49ac-909f-1404a4c865dc/file", "schema": "/v2/schemas/image"}' 2023-04-18 17:58:19,918 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 200 GET http://10.0.0.210/image/v2/images/a4e0e58a-925a-49ac-909f-1404a4c865dc 0.022s 2023-04-18 17:58:19,918 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1639', 'content-type': 'application/json', 'x-openstack-request-id': 'req-f189cef3-8bf1-437b-be62-3885578494af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/a4e0e58a-925a-49ac-909f-1404a4c865dc'} Body: b'{"base_image_ref": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "e3dfe4b7-6a7f-4e7f-9988-ad1c046460a5", "owner_id": "03373e65e776406e823e7cc2b277d205", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-740353792", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-740353792-project-member", "user_id": "171127a60a304629949304db406a8f5b", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1778018883", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "7a590d29e3cd15e4b4139714559759c7", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "03373e65e776406e823e7cc2b277d205", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "fec9b2ea914cc708443103a788a227f53e70552f61e8ba0b945e5a344c851798c078065a2f1ffffb236b6997498c9eea1940a6c837e01d5a8c64c8221aa9fb74", "id": "a4e0e58a-925a-49ac-909f-1404a4c865dc", "created_at": "2023-04-18T17:58:15Z", "updated_at": "2023-04-18T17:58:19Z", "tags": [], "self": "/v2/images/a4e0e58a-925a-49ac-909f-1404a4c865dc", "file": "/v2/images/a4e0e58a-925a-49ac-909f-1404a4c865dc/file", "schema": "/v2/schemas/image"}' 2023-04-18 17:58:20,158 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/e3dfe4b7-6a7f-4e7f-9988-ad1c046460a5 0.240s 2023-04-18 17:58:20,159 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:58:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1691', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-049be149-4cbe-49e1-9671-4af9a1113f92', 'x-compute-request-id': 'req-049be149-4cbe-49e1-9671-4af9a1113f92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e3dfe4b7-6a7f-4e7f-9988-ad1c046460a5'} Body: b'{"server": {"id": "e3dfe4b7-6a7f-4e7f-9988-ad1c046460a5", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-298580635", "status": "ACTIVE", "tenant_id": "03373e65e776406e823e7cc2b277d205", "user_id": "171127a60a304629949304db406a8f5b", "metadata": {}, "hostId": "6a33d3a76da607bd3cf1adc328c368bce023b48af675748e85c176f1", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T17:56:23Z", "updated": "2023-04-18T17:58:19Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-1727375647-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:57:09"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e3dfe4b7-6a7f-4e7f-9988-ad1c046460a5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e3dfe4b7-6a7f-4e7f-9988-ad1c046460a5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T17:56:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-18 17:59:20,379 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.141s 2023-04-18 17:59:20,379 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2843', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-d77e014c-5ea4-4633-b9c7-cc6bed4f079e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"tok en": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "171127a60a304629949304db406a8f5b", "name": "tempest-ServerBootFromVolumeStableRescueTest-740353792-project-member", "password_expires_at": null}, "audit_ids": ["0HUzU9_oRCGJDeqb_JMV_g"], "expires_at": "2023-04-18T18:59:20.000000Z", "issued_at": "2023-04-18T17:59:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "03373e65e776406e823e7cc2b277d205", "name": "tempest-ServerBootFromVolumeStableRescueTest-740353792"}, "is_domain": false, "roles": [{"id": "762b079e91ba4ddbacceb1546eb3e74b", "name": "member"}, {"id": "807c7b6962e34127851a8fd52e276165", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e52ae3082fbf4a328ade93bc969dfa86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "166e820cb0ca4a089aa9254384c06e53", "type": "image", "name": "glance"}, {"endpoints": [{"id": "f150521060f741f784e55058e10c303b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "1c8e6022cdfd4e9eb0fc68323e0cac02", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9c29a67948cb4cc48fd15a0431fe7a64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/03373e65e776406e823e7cc2b277d205", "region": "RegionOne"}], "id": "2cacf9cd2898416aa34b0c96d297137a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "065cb3b15cfa48a89cd4a0610ca051f6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "334844b10d614b7693449511937eb5fa", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "42d5039ab31f496ebe06b2ab79621342", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/03373e65e776406e823e7cc2b277d205", "region": "RegionOne"}], "id": "39da698ec5564e8180fd91a7bbf41b0f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "730244346eb743c5833aedad51c363d0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/03373e65e776406e823e7cc2b277d205", "region": "RegionOne"}], "id": "5bcb3497a89a4dd8ae0ef4ff16e2f813", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9e3ae159bccb449fb431409ede0cbbd8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "63801c39cce14ff588071cf5a2486448", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "bb0997ca4d744ef88ab11be55b02192c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "aceec1d3ad2d4c5da6a7ca57bbfb3a51", "type": "identity", "name": "keystone"}]}}' 2023-04-18 17:59:20,380 79804 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '92a3fc19-c274-44eb-bd9d-958fdef4a359', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-1727375647-network', 'tenant_id': '03373e65e776406e823e7cc2b277d205', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '03373e65e776406e823e7cc2b277d205', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 58274, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T17:52:13Z', 'updated_at': '2023-04-18T17:52:14Z', 'revision_number': 1} available for tenant 2023-04-18 17:59:21,547 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 1.166s 2023-04-18 17:59:21,547 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'app lication/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerBootFromVolumeStableRescueTest-server-716764202", "imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "flavorRef": "42", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "image", "volume_size": 1, "uuid": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "destination_type": "volume"}], "networks": [{"uuid": "92a3fc19-c274-44eb-bd9d-958fdef4a359"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/99b0fb54-1532-4c34-a0a2-b571c80f6283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9615ecb5-963f-4435-90ea-3fa970c09eff', 'x-compute-request-id': 'req-9615ecb5-963f-4435-90ea-3fa970c09eff', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "99b0fb54-1532-4c34-a0a2-b571c80f6283", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/99b0fb54-1532-4c34-a0a2-b571c80f6283"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/99b0fb54-1532-4c34-a0a2-b571c80f6283"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "mmAMH34LBvYG"}}' 2023-04-18 17:59:21,875 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/99b0fb54-1532-4c34-a0a2-b571c80f6283 0.325s 2023-04-18 17:59:21,876 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1394', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43ec3011-cbc6-4e21-ba7b-f2ba81c45f69', 'x-compute-request-id': 'req-43ec3011-cbc6-4e21-ba7b-f2ba81c45f69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/99b0fb54-1532-4c34-a0a2-b571c80f6283'} Body: b'{"server": {"id": "99b0fb54-1532-4c34-a0a2-b571c80f6283", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-716764202", "status": "BUILD", "tenant_id": "03373e65e776406e823e7cc2b277d205", "user_id": "171127a60a304629949304db406a8f5b", "metadata": {}, "hostId": "", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T17:59:22Z", "updated": "2023-04-18T17:59:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/99b0fb54-1532-4c34-a0a2-b571c80f6283"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/99b0fb54-1532-4c34-a0a2-b571c80f6283"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-18 18:00:12,392 79804 INFO [tempest .lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/99b0fb54-1532-4c34-a0a2-b571c80f6283 0.456s 2023-04-18 18:00:12,392 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:00:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1649', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1105581f-f6c1-4700-9d07-2a26cb128efd', 'x-compute-request-id': 'req-1105581f-f6c1-4700-9d07-2a26cb128efd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/99b0fb54-1532-4c34-a0a2-b571c80f6283'} Body: b'{"server": {"id": "99b0fb54-1532-4c34-a0a2-b571c80f6283", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-716764202", "status": "ERROR", "tenant_id": "03373e65e776406e823e7cc2b277d205", "user_id": "171127a60a304629949304db406a8f5b", "metadata": {}, "hostId": "", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T17:59:21Z", "updated": "2023-04-18T17:59:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/99b0fb54-1532-4c34-a0a2-b571c80f6283"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/99b0fb54-1532-4c34-a0a2-b571c80f6283"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2023-04-18T17:59:29Z", "message": "Build of instance 99b0fb54-1532-4c34-a0a2-b571c80f6283 aborted: Volume 2f97d90c-774c-4888-ac11-2ab7a1761570 did not finish being created even after we waited 5 seconds or 2 attempts. And its status is error."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-18 18:00:12,407 79804 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 51 second wait 2023-04-18 18:00:12,945 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 204 DELETE http://10.0.0.210/compute/v2.1/servers/99b0fb54-1532-4c34-a0a2-b571c80f6283 0.537s 2023-04-18 18:00:12,946 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:00:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be10a849-9ea0-4cf6-a053-88f4c347c380', 'x-compute-request-id': 'req-be10a849-9ea0-4cf6-a053-88f4c347c380', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/99b0fb54-1532-4c34-a0a2-b571c80f6283'} Body: b'' 2023-04-18 18:00:12,982 79804 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 404 GET http ://10.0.0.210/compute/v2.1/servers/99b0fb54-1532-4c34-a0a2-b571c80f6283 0.036s 2023-04-18 18:00:12,982 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:00:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-576e407a-54ac-4461-be07-987eb2c406d1', 'x-compute-request-id': 'req-576e407a-54ac-4461-be07-987eb2c406d1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/99b0fb54-1532-4c34-a0a2-b571c80f6283'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 99b0fb54-1532-4c34-a0a2-b571c80f6283 could not be found."}}' tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_volume_backed_server_confirm[id-e6c28180-7454-4b59-b188-0257af08a63b,volume] -------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 382, in test_resize_volume_backed_server_confirm server = self.create_test_server(**kwargs) File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 262, in create_test_server with excutils.save_and_reraise_exception(): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 258, in create_test_server waiters.wait_for_volume_resource_status(volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 21f36142-2f09-4c49-b077-4e9fcb40b351 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:59:43,604 79800 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2 0.251s 2023-04-18 17:59:43,605 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aaa0c59a-0ed9-4b46-b39a-626ddfc8157e', 'x-compute-request-id': 'req-aaa0c59a-0ed9-4b46-b39a-626ddfc8157e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2'} Body: b'{"server": {"id": "46ff41f2-dacf-49c7-8c2e-7621fbca6af2", "name": "tempest-ServerActionsTestJSON-server-1477718106", "status": "ACTIVE", "tenant_id": "ecd89586cda04a249c938937bff52645", "user_id": "5530d6dd1b104cd7824717aea8f429cf", "metadata": {}, "hostId": "73996329d44fe766ac51d767253e58db70bb0b2bdfe542e90e2dc30f", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:52:54Z", "updated": "2023-04-18T17:53:08Z", "addresses": {"tempest-ServerActionsTestJSON-603821865-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:d0:66"}, {"version": 4, "addr": "172.24.4.151", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:d0:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1368966076", "OS-SRV-USG:launched_at": "2023-04-18T17:53:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--821005766"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:59:43,955 79800 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2 0.336s 2023-04-18 17:59:43,955 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b1f7e4a-1647-4ad4-909d-c399fb139d4b', 'x-compute-request-id': 'req-2b1f7e4a-1647-4ad4-909d-c399fb139d4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2'} Body: b'{"server": {"id": "46ff41f2-dacf-49c7-8c2e-7621fbca6af2", "name": "tempest-ServerActionsTestJSON-server-1477718106", "status": "ACTIVE", "tenant_id": "ecd89586cda04a249c938937bff52645", "user_id": "5530d6dd1b104cd7824717aea8f429cf", "metadata": {}, "hostId": "73996329d44fe766ac51d767253e58db70bb0b2bdfe542e90e2dc30f", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10. 0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:52:54Z", "updated": "2023-04-18T17:53:08Z", "addresses": {"tempest-ServerActionsTestJSON-603821865-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:d0:66"}, {"version": 4, "addr": "172.24.4.151", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:d0:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1368966076", "OS-SRV-USG:launched_at": "2023-04-18T17:53:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--821005766"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:59:44,229 79800 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2 0.262s 2023-04-18 17:59:44,230 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6d98082-2403-4085-b088-180e588b5526', 'x-compute-request-id': 'req-d6d98082-2403-4085-b088-180e588b5526', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2'} Body: b'{"server": {"id": "46ff41f2-dacf-49c7-8c2e-7621fbca6af2", "name": "tempest-ServerActionsTestJSON-server-1477718106", "status": "ACTIVE", "tenant_id": "ecd89586cda04a249c938937bff52645", "user_id": "5530d6dd1b104cd7824717aea8f429cf", "metadata": {}, "hostId": "73996329d44fe766ac51d767253e58db70bb0b2bdfe542e90e2dc30f", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:52:54Z", "updated": "2023-04-18T17:53:08Z", "addresses": {"tempest-ServerActionsTestJSON-603821865-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:d0:66"}, {"version": 4, "addr": "172.24.4.151", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:d0:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1368966076", "OS-SRV-USG:launched_at": "2023-04-18T17:53:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--821005766"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 18:00:44,363 79800 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 201 POST http://10.0.0.210/identity/v3/auth/toke ns 0.082s 2023-04-18 18:00:44,364 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 18:00:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2815', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-26bb0cff-be52-4a51-83b3-a9c02d94e119', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "5530d6dd1b104cd7824717aea8f429cf", "name": "tempest-ServerActionsTestJSON-1852315175-project-member", "password_expires_at": null}, "audit_ids": ["niamKxSjSDWZd2C-i5JaIw"], "expires_at": "2023-04-18T19:00:44.000000Z", "issued_at": "2023-04-18T18:00:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ecd89586cda04a249c938937bff52645", "name": "tempest-ServerActionsTestJSON-1852315175"}, "is_domain": false, "roles": [{"id": "762b079e91ba4ddbacceb1546eb3e74b", "name": "member"}, {"id": "807c7b6962e34127851a8fd52e276165", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e52ae3082fbf4a328ade93bc969dfa86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "166e820cb0ca4a089aa9254384c06e53", "type": "image", "name": "glance"}, {"endpoints": [{"id": "f150521060f741f784e55058e10c303b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "1c8e6022cdfd4e9eb0fc68323e0cac02", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9c29a67948cb4cc48fd15a0431fe7a64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645", "region": "RegionOne"}], "id": "2cacf9cd2898416aa34b0c96d297137a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "065cb3b15cfa48a89cd4a0610ca051f6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "334844b10d614b7693449511937eb5fa", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "42d5039ab31f496ebe06b2ab79621342", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645", "region": "RegionOne"}], "id": "39da698ec5564e8180fd91a7bbf41b0f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "730244346eb743c5833aedad51c363d0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/ecd89586cda04a249c938937bff52645", "region": "RegionOne"}], "id": "5bcb3497a89a4dd8ae0ef4ff16e2f813", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9e3ae159bccb449fb431409ede0cbbd8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "63801c39cce14ff588071cf5a2486448", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "bb0997ca4d744ef88ab11be55b02192c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "aceec1d3ad2d4c5da6a7ca57bbfb3a51", "type": "identity", "name": "keystone"}]}}' 2023-04-18 18:00:44,364 79800 INFO [tempest.lib.common.fixed_network] (ServerActionsTestJSON:test_resize_volume_backed_server_confirm) Found network {'id': 'c9f56de5-3204-4ebd-a64c-ad91e36e6cac', 'name': 'tempest-ServerActionsTestJSON-603821865-network', 'tenant_id': 'ecd89586cda04a249c938937bff52645', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ecd89586cda04a249c938937bff52645', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 12107, 'is_default': False, 'availability_zone_hints': [], 'availability_z ones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T17:52:13Z', 'updated_at': '2023-04-18T17:52:14Z', 'revision_number': 1} available for tenant 2023-04-18 18:00:44,364 79800 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1368966076', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNTxYHHc/timtEKjaHkBDf99bUNavJSAoRZgmyGcULDdizDvgU2liZvCxY158eCSSRV/uyY+YpA+XWOLzxg9YhMJnnnw+IDipgTOqA01WU7XyY6H76Idol2wmbPGOOtV9g==', 'fingerprint': 'f5:ac:13:6c:7e:66:aa:95:7b:2c:76:4d:f8:2f:92:c4', 'user_id': '5530d6dd1b104cd7824717aea8f429cf', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDChPSspAXsYInbjyijZqmQUucEZTp2bXg7BboOYOjTKXXSP6CAin2q1\nRVv5EE7i+c6gBwYFK4EEACKhZANiAATU8WBx3P7YprRCo2h5AQ3/fW1DWryUgKEW\nYJshnFCw3Ysw74FNpYmbwsWNefHgkkkVf7smPmKQPl1ji88YPWITCZ558PiA4qYE\nzqgNNVlO18mOh++iHaJdsJmzxjjrVfY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '3fdda04d-1055-48e3-b6bd-07177e63af50', 'name': 'tempest-securitygroup--821005766', 'stateful': True, 'tenant_id': 'ecd89586cda04a249c938937bff52645', 'description': 'tempest-description--776927503', 'shared': False, 'security_group_rules': [{'id': '214eaf3f-c900-4ddd-af60-9dbb843d2703', 'tenant_id': 'ecd89586cda04a249c938937bff52645', 'security_group_id': '3fdda04d-1055-48e3-b6bd-07177e63af50', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 292, 'description': None, 'tags': [], 'created_at': '2023-04-18T17:52:42Z', 'updated_at': '2023-04-18T17:52:42Z', 'revision_number': 0, 'project_id': 'ecd89586cda04a249c938937bff52645'}, {'id': 'de790d4b-83cb-4055-a95e-45ab285363c3', 'tenant_id': 'ecd89586cda04a249c938937bff52645', 'security_group_id': '3fdda04d-1055-48e3-b6bd-07177e63af50', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 293, 'description': None, 'tags': [], 'created_at': '2023-04-18T17:52:42Z', 'updated_at': '2023-04-18T17:52:42Z', 'revision_number': 0, 'project_id': 'ecd89586cda04a249c938937bff52645'}], 'tags': [], 'created_at': '2023-04-18T17:52:42Z', 'updated_at': '2023-04-18T17:52:42Z', 'revision_number': 1, 'project_id': 'ecd89586cda04a249c938937bff52645'}, 'floating_ip': {'id': 'd7d1f5aa-37d9-408e-a233-26f1d3d0b4bb', 'tenant_id': 'ecd89586cda04a249c938937bff52645', 'floating_ip_address': '172.24.4.151', 'floating_network_id': 'c2ff55f8-5a51-4b60-9edc-492850802101', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'ecd89586cda04a249c938937bff52645', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T17:52:48Z', 'updated_at': '2023-04-18T17:52:48Z', 'revision_number': 0, 'ip': '172.24.4.151'}} 2023-04-18 18:00:44,700 79800 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 202 POST http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes 0.335s 2023-04-18 18:00:44,701 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-tempest.common.compute-volume-1621666411", "imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:00:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d654280-0aeb-4ccf-9018-fb042a3e01f7', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d654280-0aeb-4c cf-9018-fb042a3e01f7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes'} Body: b'{"volume": {"id": "21f36142-2f09-4c49-b077-4e9fcb40b351", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:00:44.646100", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1621666411", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes/21f36142-2f09-4c49-b077-4e9fcb40b351"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ecd89586cda04a249c938937bff52645/volumes/21f36142-2f09-4c49-b077-4e9fcb40b351"}], "user_id": "5530d6dd1b104cd7824717aea8f429cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 18:00:44,755 79800 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes/21f36142-2f09-4c49-b077-4e9fcb40b351 0.045s 2023-04-18 18:00:44,755 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:00:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fde0ad80-70ae-4399-9616-dc8003588827', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fde0ad80-70ae-4399-9616-dc8003588827', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes/21f36142-2f09-4c49-b077-4e9fcb40b351'} Body: b'{"volume": {"id": "21f36142-2f09-4c49-b077-4e9fcb40b351", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:00:45.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1621666411", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes/21f36142-2f09-4c49-b077-4e9fcb40b351"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ecd89586cda04a249c938937bff52645/volumes/21f36142-2f09-4c49-b077-4e9fcb40b351"}], "user_id": "5530d6dd1b104cd7824717aea8f429cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ecd89586cda04a249c938937bff52645"}}' 2023-04-18 18:00:45,816 79800 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes/21f36142-2f09-4c49-b077-4e9fcb40b351 0.049s 2023-04-18 18:00:45,817 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:00:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fb8f96a-f049-46de-817e-e22f014c8db5', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fb8f96a-f049-46de-817e-e22f014c8db5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes/21f36142-2f09-4c49-b077-4e9fcb40b351'} Body: b'{"volume": {"id": "21f36142-2f09-4c49-b077-4e9fcb40b351", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:00:45 .000000", "updated_at": "2023-04-18T18:00:45.000000", "name": "tempest-tempest.common.compute-volume-1621666411", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes/21f36142-2f09-4c49-b077-4e9fcb40b351"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ecd89586cda04a249c938937bff52645/volumes/21f36142-2f09-4c49-b077-4e9fcb40b351"}], "user_id": "5530d6dd1b104cd7824717aea8f429cf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ecd89586cda04a249c938937bff52645"}}' 2023-04-18 18:00:45,933 79800 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 202 DELETE http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes/21f36142-2f09-4c49-b077-4e9fcb40b351 0.106s 2023-04-18 18:00:45,933 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:00:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd0f6e71-1ea2-407d-9d57-3e956aad070b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes/21f36142-2f09-4c49-b077-4e9fcb40b351'} Body: b'' 2023-04-18 18:00:45,955 79800 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 404 GET http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes/21f36142-2f09-4c49-b077-4e9fcb40b351 0.021s 2023-04-18 18:00:45,955 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:00:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ea26859-b2ef-44a7-8421-58855b42ff4d', 'x-openstack-request-id': 'req-6ea26859-b2ef-44a7-8421-58855b42ff4d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ecd89586cda04a249c938937bff52645/volumes/21f36142-2f09-4c49-b077-4e9fcb40b351'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 21f36142-2f09-4c49-b077-4e9fcb40b351 could not be found."}}' 2023-04-18 18:00:45,955 79800 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1728603. The failure could be related to https://launchpad.net/bugs/1728603 2023-04-18 18:00:46,210 79800 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2 0.253s 2023-04-18 18:00:46,210 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:00:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be44a1e5-6482-4e84-8db8-a799778d6f91', 'x-compute-request-id': 'req-be44a1e5-6482-4e84-8db8-a799778d6f91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2'} Body: b'{"server": {"id": "46ff41f2- dacf-49c7-8c2e-7621fbca6af2", "name": "tempest-ServerActionsTestJSON-server-1477718106", "status": "ACTIVE", "tenant_id": "ecd89586cda04a249c938937bff52645", "user_id": "5530d6dd1b104cd7824717aea8f429cf", "metadata": {}, "hostId": "73996329d44fe766ac51d767253e58db70bb0b2bdfe542e90e2dc30f", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:52:54Z", "updated": "2023-04-18T17:53:08Z", "addresses": {"tempest-ServerActionsTestJSON-603821865-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:d0:66"}, {"version": 4, "addr": "172.24.4.151", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:d0:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/46ff41f2-dacf-49c7-8c2e-7621fbca6af2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1368966076", "OS-SRV-USG:launched_at": "2023-04-18T17:53:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--821005766"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513] --------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 141, in test_list_get_volume_attachments volume_1st = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 1b9d826e-af9b-4564-8fda-3e0f80086932 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 17:59:02,914 79798 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 17:59:02,914 79798 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 17:59:02,988 79798 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.069s 2023-04-18 17:59:02,988 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1475602808", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBME0alYswKXq6MtzqbDmLMTDBFmbkFyzQOOpLPrk17QOsOMHyCPNjQt8duAqCKVThSEOwEaMaaU1GITTfay6VQWyy38cRGo9om5knVAYqVkTFg7jB7vNxHMCvHC6XTq5zw=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be80d875-b279-4780-a00c-795c452a266e', 'x-compute-request-id': 'req-be80d875-b279-4780-a00c-795c452a266e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1475602808", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBME0alYswKXq6MtzqbDmLMTDBFmbkFyzQOOpLPrk17QOsOMHyCPNjQt8duAqCKVThSEOwEaMaaU1GITTfay6VQWyy38cRGo9om5knVAYqVkTFg7jB7vNxHMCvHC6XTq5zw==", "fingerprint": "35:77:47:32:58:f8:32:a6:50:aa:cc:c5:d7:12:4e:4e", "user_id": "c167bb97deb24907a1fb757b13e0a840"}}' 2023-04-18 17:59:02,992 79798 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1475602808 created 2023-04-18 17:59:03,231 79798 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.237s 2023-04-18 17:59:03,231 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--864647903", "description": "tempest-description--1830321247"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-aaa2861f-24ba-41fb-83cf-3a8a7d61658f', 'date': 'Tue, 18 Apr 2023 17:59:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "3d4300c7-a275-4392-b82c-5501c40842d0", "name": "tempest-securitygroup--864647903", "stateful": true, "tenant_id": "fbfd165764d6457ba971b760fc1f6718", "description": "tempest-description--1830321247", "shared": false, "security_group_rules": [{"id": "bdc9702b-59e1-4241-9133-4a5263eaa372", "tenant_id": "fbfd165764d6457ba971b760fc1f6718", "security_group_id": "3d4300c7-a275-4392-b82c-5501c40842d0", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 715, "description": null, "tags": [], "created_at": "2023-04-18T17:59:03Z", "updated_at": "2023-04-18T17:59:03Z", "revision_number": 0, "project_id": "fbfd165764d6457ba971b760fc1f6718"}, {"id": "fefacbc4-b351-4823-8a84-004ab913a6b9", "tenant_id": "fbfd165764d6457ba971b760fc1f6718", "security_group_id": "3d4300c7-a275-4392-b82c-5501c40842d0", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "norm alized_cidr": null, "remote_group_id": null, "standard_attr_id": 714, "description": null, "tags": [], "created_at": "2023-04-18T17:59:03Z", "updated_at": "2023-04-18T17:59:03Z", "revision_number": 0, "project_id": "fbfd165764d6457ba971b760fc1f6718"}], "tags": [], "created_at": "2023-04-18T17:59:03Z", "updated_at": "2023-04-18T17:59:03Z", "revision_number": 1, "project_id": "fbfd165764d6457ba971b760fc1f6718"}}' 2023-04-18 17:59:03,420 79798 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.188s 2023-04-18 17:59:03,420 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "3d4300c7-a275-4392-b82c-5501c40842d0", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-648e7c0b-18d1-48d1-bcf4-601220bd76ce', 'date': 'Tue, 18 Apr 2023 17:59:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "51f181a8-e44f-4b31-afd3-e336b6267978", "tenant_id": "fbfd165764d6457ba971b760fc1f6718", "security_group_id": "3d4300c7-a275-4392-b82c-5501c40842d0", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T17:59:03Z", "updated_at": "2023-04-18T17:59:03Z", "revision_number": 0, "project_id": "fbfd165764d6457ba971b760fc1f6718"}}' 2023-04-18 17:59:03,573 79798 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.151s 2023-04-18 17:59:03,573 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "3d4300c7-a275-4392-b82c-5501c40842d0", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-97c5045b-c4e8-4c6d-b2e4-d3604a916126', 'date': 'Tue, 18 Apr 2023 17:59:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "84443f35-5468-44da-8233-8138256658ab", "tenant_id": "fbfd165764d6457ba971b760fc1f6718", "security_group_id": "3d4300c7-a275-4392-b82c-5501c40842d0", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T17:59:03Z", "updated_at": "2023-04-18T17:59:03Z", "revision_number": 0, "project_id": "fbfd165764d6457ba971b760fc1f6718"}}' 2023-04-18 17:59:03,574 79798 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--864647903 created 2023-04-18 17:59:04,463 79798 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.889s 2023-04-18 17:59:04,464 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "c2ff55f8-5a51-4b60-9edc-492850802101"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x -openstack-request-id': 'req-3e427fbb-8a08-4547-b715-d3f2c2fc0078', 'date': 'Tue, 18 Apr 2023 17:59:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "514591a5-76ee-43d5-9745-28826e18911c", "tenant_id": "fbfd165764d6457ba971b760fc1f6718", "floating_ip_address": "172.24.4.196", "floating_network_id": "c2ff55f8-5a51-4b60-9edc-492850802101", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "fbfd165764d6457ba971b760fc1f6718", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T17:59:04Z", "updated_at": "2023-04-18T17:59:04Z", "revision_number": 0}}' 2023-04-18 17:59:04,464 79798 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '514591a5-76ee-43d5-9745-28826e18911c', 'tenant_id': 'fbfd165764d6457ba971b760fc1f6718', 'floating_ip_address': '172.24.4.196', 'floating_network_id': 'c2ff55f8-5a51-4b60-9edc-492850802101', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'fbfd165764d6457ba971b760fc1f6718', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T17:59:04Z', 'updated_at': '2023-04-18T17:59:04Z', 'revision_number': 0, 'ip': '172.24.4.196'} created 2023-04-18 17:59:04,554 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.080s 2023-04-18 17:59:04,554 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2811', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-517ce828-06bb-4147-a734-c1c06ccc84de', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c167bb97deb24907a1fb757b13e0a840", "name": "tempest-AttachVolumeTestJSON-709288454-project-member", "password_expires_at": null}, "audit_ids": ["dyvWVKUBRq-QZMqT8ybahw"], "expires_at": "2023-04-18T18:59:04.000000Z", "issued_at": "2023-04-18T17:59:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fbfd165764d6457ba971b760fc1f6718", "name": "tempest-AttachVolumeTestJSON-709288454"}, "is_domain": false, "roles": [{"id": "762b079e91ba4ddbacceb1546eb3e74b", "name": "member"}, {"id": "807c7b6962e34127851a8fd52e276165", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e52ae3082fbf4a328ade93bc969dfa86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "166e820cb0ca4a089aa9254384c06e53", "type": "image", "name": "glance"}, {"endpoints": [{"id": "f150521060f741f784e55058e10c303b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "1c8e6022cdfd4e9eb0fc68323e0cac02", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9c29a67948cb4cc48fd15a0431fe7a64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/fbfd165764d6457ba971b760fc1f6718", "region": "RegionOne"}], "id": "2cacf9cd2898416aa34b0c96d297137a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "065cb3b15cfa48a89cd4a0610ca051f6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "334844b10d614b7693449511937eb5fa", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "42d5039ab31f496ebe06b2ab79621342", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/fbfd165764d6457ba971b 760fc1f6718", "region": "RegionOne"}], "id": "39da698ec5564e8180fd91a7bbf41b0f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "730244346eb743c5833aedad51c363d0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/fbfd165764d6457ba971b760fc1f6718", "region": "RegionOne"}], "id": "5bcb3497a89a4dd8ae0ef4ff16e2f813", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9e3ae159bccb449fb431409ede0cbbd8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "63801c39cce14ff588071cf5a2486448", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "bb0997ca4d744ef88ab11be55b02192c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "aceec1d3ad2d4c5da6a7ca57bbfb3a51", "type": "identity", "name": "keystone"}]}}' 2023-04-18 17:59:04,555 79798 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': '349cb244-24d7-4014-8bdf-ec2dbc00aed5', 'name': 'tempest-AttachVolumeTestJSON-316628097-network', 'tenant_id': 'fbfd165764d6457ba971b760fc1f6718', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'fbfd165764d6457ba971b760fc1f6718', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 35522, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T17:56:08Z', 'updated_at': '2023-04-18T17:56:08Z', 'revision_number': 1} available for tenant 2023-04-18 17:59:04,555 79798 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1475602808', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBME0alYswKXq6MtzqbDmLMTDBFmbkFyzQOOpLPrk17QOsOMHyCPNjQt8duAqCKVThSEOwEaMaaU1GITTfay6VQWyy38cRGo9om5knVAYqVkTFg7jB7vNxHMCvHC6XTq5zw==', 'fingerprint': '35:77:47:32:58:f8:32:a6:50:aa:cc:c5:d7:12:4e:4e', 'user_id': 'c167bb97deb24907a1fb757b13e0a840', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBuPQ5ItP4b2hLKB4ROifrwjqgYrSuBKnCIxCNBEhH6c98gbp0+v08d\n+rYZaC2Z/PqgBwYFK4EEACKhZANiAATBNGpWLMCl6ujLc6mw5izEwwRZm5Bcs0Dj\nqSz65Ne0DrDjB8gjzY0LfHbgKgilU4UhDsBGjGmlNRiE032sulUFsst/HERqPaJu\nZJ1QGKlZExYO4we7zcRzArxwul06uc8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '3d4300c7-a275-4392-b82c-5501c40842d0', 'name': 'tempest-securitygroup--864647903', 'stateful': True, 'tenant_id': 'fbfd165764d6457ba971b760fc1f6718', 'description': 'tempest-description--1830321247', 'shared': False, 'security_group_rules': [{'id': 'bdc9702b-59e1-4241-9133-4a5263eaa372', 'tenant_id': 'fbfd165764d6457ba971b760fc1f6718', 'security_group_id': '3d4300c7-a275-4392-b82c-5501c40842d0', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 715, 'description': None, 'tags': [], 'created_at': '2023-04-18T17:59:03Z', 'updated_at': '2023-04-18T17:59:03Z', 'revision_number': 0, 'project_id': 'fbfd165764d6457ba971b760fc1f6718'}, {'id': 'fefacbc4-b351-4823-8a84-004ab913a6b9', 'tenant_id': 'fbfd165764d6457ba971b760fc1f6718', 'security_group_id': '3d4300c7-a275-4392-b82c-5501c40842d0', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 714, 'description': None, 'tags': [], 'created_at': '2023-04-18T17:59:03Z', 'updated_at': '2023-04-18T17:59:03Z', 'revision_number': 0, 'project_id': 'fbfd165764d6457ba971b760fc1f6718'}], 'tags': [], 'created_at': '2023-0 4-18T17:59:03Z', 'updated_at': '2023-04-18T17:59:03Z', 'revision_number': 1, 'project_id': 'fbfd165764d6457ba971b760fc1f6718'}, 'floating_ip': {'id': '514591a5-76ee-43d5-9745-28826e18911c', 'tenant_id': 'fbfd165764d6457ba971b760fc1f6718', 'floating_ip_address': '172.24.4.196', 'floating_network_id': 'c2ff55f8-5a51-4b60-9edc-492850802101', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'fbfd165764d6457ba971b760fc1f6718', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T17:59:04Z', 'updated_at': '2023-04-18T17:59:04Z', 'revision_number': 0, 'ip': '172.24.4.196'}} 2023-04-18 17:59:05,878 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://10.0.0.210/compute/v2.1/servers 1.322s 2023-04-18 17:59:05,879 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-233126300", "imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "349cb244-24d7-4014-8bdf-ec2dbc00aed5"}], "security_groups": [{"name": "tempest-securitygroup--864647903"}], "key_name": "tempest-keypair-1475602808", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/39d85bcc-3afe-4457-8975-18ff2395b814', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71431a43-b613-4baf-ad04-eb0d932ac733', 'x-compute-request-id': 'req-71431a43-b613-4baf-ad04-eb0d932ac733', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "39d85bcc-3afe-4457-8975-18ff2395b814", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/39d85bcc-3afe-4457-8975-18ff2395b814"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/39d85bcc-3afe-4457-8975-18ff2395b814"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--864647903"}], "adminPass": "password"}}' 2023-04-18 17:59:05,963 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/39d85bcc-3afe-4457-8975-18ff2395b814 0.081s 2023-04-18 17:59:05,963 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1231', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e8a97c7-7f2f-4bb9-88da-8c5b18a4d46b', 'x-compute-request-id': 'req-8e8a97c7-7f2f-4bb9-88da-8c5b18a4d46b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/39d85bcc-3afe-4457-8975-18ff2395b814'} Body: b'{"server": {"id": "39d85bcc-3afe-4457-8975-18ff2395b814", "name": "tempest-AttachVolumeTestJSON-server-233126300", "status": "BUILD", "tenant_id": "fbfd165764d6457ba971b760fc1f6718", "user_id": "c167bb97deb24907a1fb757b13e0a840", "metadata": {}, "hostId": "", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "li nks": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:59:06Z", "updated": "2023-04-18T17:59:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/39d85bcc-3afe-4457-8975-18ff2395b814"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/39d85bcc-3afe-4457-8975-18ff2395b814"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1475602808", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:59:56,389 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/39d85bcc-3afe-4457-8975-18ff2395b814 0.390s 2023-04-18 17:59:56,390 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 17:59:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1536', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15454517-ddc6-4755-95ef-dd3c3f2c5c6b', 'x-compute-request-id': 'req-15454517-ddc6-4755-95ef-dd3c3f2c5c6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/39d85bcc-3afe-4457-8975-18ff2395b814'} Body: b'{"server": {"id": "39d85bcc-3afe-4457-8975-18ff2395b814", "name": "tempest-AttachVolumeTestJSON-server-233126300", "status": "ACTIVE", "tenant_id": "fbfd165764d6457ba971b760fc1f6718", "user_id": "c167bb97deb24907a1fb757b13e0a840", "metadata": {}, "hostId": "897568fa2452eeb455a787e1ed581b4bd20eea085d1b76c05cd440c7", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:59:05Z", "updated": "2023-04-18T17:59:13Z", "addresses": {"tempest-AttachVolumeTestJSON-316628097-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:49:f3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/39d85bcc-3afe-4457-8975-18ff2395b814"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/39d85bcc-3afe-4457-8975-18ff2395b814"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1475602808", "OS-SRV-USG:launched_at": "2023-04-18T17:59:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--864647903"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 17:59:56,403 79798 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-18 18:00:57,023 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/39d85bcc-3afe-4457-8975-18ff2395b814/os-interface 0.576s 2023-04-18 18:00:57,023 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:00:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33016507-8a5a-4dae-afa7-06e1baebec40', 'x-compute-request-id': 'req-33016507-8a5a-4dae-afa7-06e1baebec40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/39d85bcc-3afe-4457-8975-18ff2395b814/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "349cb244-24d7-4014-8bdf-ec2dbc00aed5", "port_id": "5ce5f67e-29f3-4ec1-a9f8-734b47f192e8", "mac_addr": "fa:16:3e:93:49:f3", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "c2ddd7e0-32f5-4f02-9e7d-3cd92be7d592", "ip_address": "10.0.0.13"}]}]}' 2023-04-18 18:00:57,960 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/514591a5-76ee-43d5-9745-28826e18911c 0.932s 2023-04-18 18:00:57,960 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "5ce5f67e-29f3-4ec1-a9f8-734b47f192e8"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-4027e5e0-0ce0-4ecf-a43a-c4fbf148dd63', 'date': 'Tue, 18 Apr 2023 18:00:57 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/514591a5-76ee-43d5-9745-28826e18911c'} Body: b'{"floatingip": {"id": "514591a5-76ee-43d5-9745-28826e18911c", "tenant_id": "fbfd165764d6457ba971b760fc1f6718", "floating_ip_address": "172.24.4.196", "floating_network_id": "c2ff55f8-5a51-4b60-9edc-492850802101", "router_id": "7f79d48b-532d-409a-b766-7e8eaa6e4913", "port_id": "5ce5f67e-29f3-4ec1-a9f8-734b47f192e8", "fixed_ip_address": "10.0.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "349cb244-24d7-4014-8bdf-ec2dbc00aed5", "mac_address": "fa:16:3e:93:49:f3", "admin_state_up": true, "status": "ACTIVE", "device_id": "39d85bcc-3afe-4457-8975-18ff2395b814", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T17:59:04Z", "updated_at": "2023-04-18T18:00:57Z", "revision_number": 1, "project_id": "fbfd165764d6457ba971b760fc1f6718"}}' 2023-04-18 18:00:57,961 79798 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.196:22' as 'cirros' with public key authentication 2023-04-18 18:00:57,998 79798 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 18:00:58,018 79798 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 18:00:58,019 79798 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.196 successfully created 2023-04-18 18:00:58,071 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/39d85bcc-3afe-4457-8975-18ff2395b814/ips 0.051s 2023-04-18 18:00:58,071 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:00:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '104', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-75e8fa09-9ab5-4d6e-aefe-3c0e0649cb86', 'x-compute-request-id': 'req-75e8fa09-9ab5-4d6e-aefe-3c0e0649cb86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/39d85bcc-3afe-4457-8975-18ff2395b814/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-316628097-network": [{"version": 4, "addr": "10.0.0.13"}]}}' 2023-04-18 18:00:58,340 79798 I NFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://10.0.0.210/volume/v3/fbfd165764d6457ba971b760fc1f6718/volumes 0.265s 2023-04-18 18:00:58,340 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-AttachVolumeTestJSON-volume-852955507"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:00:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68c70bf6-209b-44e9-b73c-97738924883e', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68c70bf6-209b-44e9-b73c-97738924883e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fbfd165764d6457ba971b760fc1f6718/volumes'} Body: b'{"volume": {"id": "1b9d826e-af9b-4564-8fda-3e0f80086932", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:00:58.266266", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-852955507", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fbfd165764d6457ba971b760fc1f6718/volumes/1b9d826e-af9b-4564-8fda-3e0f80086932"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fbfd165764d6457ba971b760fc1f6718/volumes/1b9d826e-af9b-4564-8fda-3e0f80086932"}], "user_id": "c167bb97deb24907a1fb757b13e0a840", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 18:00:58,394 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/fbfd165764d6457ba971b760fc1f6718/volumes/1b9d826e-af9b-4564-8fda-3e0f80086932 0.044s 2023-04-18 18:00:58,394 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:00:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b70773d-464e-49df-9598-b3b5fad154d5', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b70773d-464e-49df-9598-b3b5fad154d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fbfd165764d6457ba971b760fc1f6718/volumes/1b9d826e-af9b-4564-8fda-3e0f80086932'} Body: b'{"volume": {"id": "1b9d826e-af9b-4564-8fda-3e0f80086932", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:00:58.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-852955507", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fbfd165764d6457ba971b760fc1f6718/volumes/1b9d826e-af9b-4564-8fda-3e0f80086932"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fbfd165764d6457ba971b760fc1f6718/volumes/1b9d826e-af9b-4564-8fda-3e0f80086932"}], "user_id": "c167bb97deb24907a1fb757b13e0a840", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fbfd165764d6457ba971b760fc1f6718"}}' 2023-04-18 18:00:59,449 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/fbfd165764d6457ba971b760fc1f6718/volumes/1b9d826e-af9b-4564-8fda-3e0f80086932 0.042s 2023-04-18 18:00:59,449 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:00:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2ccc5eb-7f9f-407a-8a69-9556e391a655', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2ccc5eb-7f9f-407a-8a69-9556e391a655', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fbfd165764d6457ba971b760fc1f6718/volumes/1b9d826e-af9b-4564-8fda-3e0f80086932'} Body: b'{"volume": {"id": "1b9d826e-af9b-4564-8fda-3e0f80086932", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:00:58.000000", "updated_at": "2023-04-18T18:00:58.000000", "name": "tempest-AttachVolumeTestJSON-volume-852955507", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fbfd165764d6457ba971b760fc1f6718/volumes/1b9d826e-af9b-4564-8fda-3e0f80086932"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fbfd165764d6457ba971b760fc1f6718/volumes/1b9d826e-af9b-4564-8fda-3e0f80086932"}], "user_id": "c167bb97deb24907a1fb757b13e0a840", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fbfd165764d6457ba971b760fc1f6718"}}' 2023-04-18 18:00:59,584 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/39d85bcc-3afe-4457-8975-18ff2395b814 0.123s 2023-04-18 18:00:59,584 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:00:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ea1b591-c6cd-4e6e-9ce8-c873ababfd39', 'x-compute-request-id': 'req-2ea1b591-c6cd-4e6e-9ce8-c873ababfd39', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/39d85bcc-3afe-4457-8975-18ff2395b814'} Body: b'' 2023-04-18 18:01:00,063 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/39d85bcc-3afe-4457-8975-18ff2395b814 0.478s 2023-04-18 18:01:00,063 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:00:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1661', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be19f244-b6c5-496e-a0e8-8fadf1fb00ff', 'x-compute-request-id': 'req-be19f244-b6c5-496e-a0e8-8fadf1fb00ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/39d85bcc-3afe-4457-8975-18ff2395b814'} Body: b'{"server": {"id": "39d85bcc-3afe-4457-8975-18ff2395b814", "name": "tempest-AttachVolumeTestJSON-server-233126300", "status": "ACTIVE", "tenant_id": "fbfd165764d6457ba971b760fc1f6718", "user_id": "c167bb97deb24907a1fb757b13e0a840", "metadata": {}, "hostId": "897568fa2452eeb455a787e1ed581b4bd20eea085d1b76c05cd440c7", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:59:05Z", "updated": "2023-04-18T18:01:00Z", "addresses": {"tempest-AttachVolumeTestJSON-316628097-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:49:f3"}, {"version": 4, "addr": "172.24.4.196", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:93:49:f3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/39d85bcc-3afe-4457-8975-18ff2395b814"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/39d85bcc-3afe-4457-8975-18ff2395b814"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1475602808", "OS-SRV-USG:launched_at": "2023-04-18T17:59:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--864647903"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 18:01:50,369 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/39d85bcc-3afe-4457-8975-18ff2395b814 0.257s 2023-04-18 18:01:50,370 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:01:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-e6b4f83e-ad62-4a4d-82da-d76aca12add8', 'x-compute-request-id': 'req-e6b4f83e-ad62-4a4d-82da-d76aca12add8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/39d85bcc-3afe-4457-8975-18ff2395b814'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 39d85bcc-3afe-4457-8975-18ff2395b814 could not be found."}}' 2023-04-18 18:01:50,399 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1475602808 0.029s 2023-04-18 18:01:50,400 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:01:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a755f126-cc83-4294-90ef-49e1f5d80da7', 'x-compute-request-id': 'req-a755f126-cc83-4294-90ef-49e1f5d80da7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1475602808'} Body: b'' 2023-04-18 18:01:50,569 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/3d4300c7-a275-4392-b82c-5501c40842d0 0.168s 2023-04-18 18:01:50,569 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-19b99d37-8ce2-40f8-92ab-18bf9e58c161', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 18:01:50 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/3d4300c7-a275-4392-b82c-5501c40842d0'} Body: b'' 2023-04-18 18:01:50,594 79798 INFO [tempest.lib .common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/3d4300c7-a275-4392-b82c-5501c40842d0 0.024s 2023-04-18 18:01:50,594 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-e9c94075-8a57-4c96-b9cf-14d4c9b0909a', 'date': 'Tue, 18 Apr 2023 18:01:50 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/3d4300c7-a275-4392-b82c-5501c40842d0'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 3d4300c7-a275-4392-b82c-5501c40842d0 does not exist", "detail": ""}}' 2023-04-18 18:01:51,080 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/514591a5-76ee-43d5-9745-28826e18911c 0.485s 2023-04-18 18:01:51,081 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-636d4f88-951d-4c43-b17e-676174741bd3', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 18:01:51 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/514591a5-76ee-43d5-9745-28826e18911c'} Body: b'' tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer[id-4d75b645-a478-48b1-97c8-503f64242f1a] -------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 40, in test_create_get_list_accept_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d22568ba-9009-4651-9a4a-a061be7e5c5d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 18:02:50,961 79800 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes 0.478s 2023-04-18 18:02:50,962 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "name": "tempest-VolumesTransfersTest-Volume-876742939"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:02:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-302502c7-7350-4626-8ef1-68034c9dedfe', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-302502c7-7350-4626-8ef1-68034c9dedfe', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes'} Body: b'{"volume": {"id": "d22568ba-9009-4651-9a4a-a061be7e5c5d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:02:50.896077", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-876742939", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes/d22568ba-9009-4651-9a4a-a061be7e5c5d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1659f5e6fd84016b112023d64b4160c/volumes/d22568ba-9009-4651-9a4a-a061be7e5c5d"}], "user_id": "a33deef3061d4d68b0d4adf7174e0576", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 18:02:51,024 79800 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes/d22568ba-9009-4651-9a4a-a061be7e5c5d 0.051s 2023-04-18 18:02:51,024 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:02:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5deda407-9b6c-4968-a6df-5f859ff0dff6', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5deda407-9b6c-4968-a6df-5f859ff0dff6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes/d22568ba-9009-4651-9a4a-a061be7e5c5d'} Body: b'{"volume": {"id": "d22568ba-9009-4651-9a4a-a061be7e5c5d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:02:51.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-876742939", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes/d22568ba-9009-4651-9a4a-a061be7e5c5d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1659f5e6fd84016b112023d64b4160c/volumes/d22568ba-9009-4651-9a4a-a061be7e5c5d"}], "user_id": "a33deef3061d4d68b0d4adf7174e0576", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d1659f5e6fd84016b112023d64b4160c"}}' 2023-04-18 18:02:52,121 79800 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes/d22568ba-9009-4651-9a4a-a061be7e5c5d 0.084s 2023-04-18 18:02:52,121 79800 DEBUG [tempest.lib. common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:02:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87c0611d-9bce-4f9b-bdd6-93592b001d04', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87c0611d-9bce-4f9b-bdd6-93592b001d04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes/d22568ba-9009-4651-9a4a-a061be7e5c5d'} Body: b'{"volume": {"id": "d22568ba-9009-4651-9a4a-a061be7e5c5d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:02:51.000000", "updated_at": "2023-04-18T18:02:51.000000", "name": "tempest-VolumesTransfersTest-Volume-876742939", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes/d22568ba-9009-4651-9a4a-a061be7e5c5d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1659f5e6fd84016b112023d64b4160c/volumes/d22568ba-9009-4651-9a4a-a061be7e5c5d"}], "user_id": "a33deef3061d4d68b0d4adf7174e0576", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d1659f5e6fd84016b112023d64b4160c"}}' 2023-04-18 18:02:52,177 79800 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes/d22568ba-9009-4651-9a4a-a061be7e5c5d 0.044s 2023-04-18 18:02:52,177 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:02:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d34928de-892f-46b7-b475-7be0200b0ba8', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d34928de-892f-46b7-b475-7be0200b0ba8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes/d22568ba-9009-4651-9a4a-a061be7e5c5d'} Body: b'{"volume": {"id": "d22568ba-9009-4651-9a4a-a061be7e5c5d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:02:51.000000", "updated_at": "2023-04-18T18:02:51.000000", "name": "tempest-VolumesTransfersTest-Volume-876742939", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes/d22568ba-9009-4651-9a4a-a061be7e5c5d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1659f5e6fd84016b112023d64b4160c/volumes/d22568ba-9009-4651-9a4a-a061be7e5c5d"}], "user_id": "a33deef3061d4d68b0d4adf7174e0576", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d1659f5e6fd84016b112023d64b4160c"}}' 2023-04-18 18:02:52,294 79800 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes/d22568ba-9009-4651-9a4a-a061be7e5c5d 0.107s 2023-04-18 18:02:52,295 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:02:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length ': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34303038-2c9d-4e24-a478-214d41aef233', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes/d22568ba-9009-4651-9a4a-a061be7e5c5d'} Body: b'' 2023-04-18 18:02:52,318 79800 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes/d22568ba-9009-4651-9a4a-a061be7e5c5d 0.022s 2023-04-18 18:02:52,318 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:02:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-c20866ed-3f23-4f8b-b0f7-fd5cc129e104', 'x-openstack-request-id': 'req-c20866ed-3f23-4f8b-b0f7-fd5cc129e104', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes/d22568ba-9009-4651-9a4a-a061be7e5c5d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d22568ba-9009-4651-9a4a-a061be7e5c5d could not be found."}}' tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer[id-ab526943-b725-4c07-b875-8e8ef87a2c30] ---------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 81, in test_create_list_delete_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume a85a6290-815a-437c-8649-7f0cbc62c09e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 18:02:52,524 79800 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes 0.201s 2023-04-18 18:02:52,524 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "name": "tempest-VolumesTransfersTest-Volume-312960293"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:02:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8112719-687e-419d-99d1-7fd0c0501927', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8112719-687e-419d-99d1-7fd0c0501927', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes'} Body: b'{"volume": {"id": "a85a6290-815a-437c-8649-7f0cbc62c09e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:02:52.467335", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-312960293", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes/a85a6290-815a-437c-8649-7f0cbc62c09e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1659f5e6fd84016b112023d64b4160c/volumes/a85a6290-815a-437c-8649-7f0cbc62c09e"}], "user_id": "a33deef3061d4d68b0d4adf7174e0576", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 18:02:52,580 79800 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes/a85a6290-815a-437c-8649-7f0cbc62c09e 0.046s 2023-04-18 18:02:52,581 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:02:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac97cc7f-624e-4628-b7e0-9b34c1691df3', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac97cc7f-624e-4628-b7e0-9b34c1691df3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes/a85a6290-815a-437c-8649-7f0cbc62c09e'} Body: b'{"volume": {"id": "a85a6290-815a-437c-8649-7f0cbc62c09e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:02:52.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-312960293", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes/a85a6290-815a-437c-8649-7f0cbc62c09e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1659f5e6fd84016b112023d64b4160c/volumes/a85a6290-815a-437c-8649-7f0cbc62c09e"}], "user_id": "a33deef3061d4d68b0d4adf7174e0576", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d1659f5e6fd84016b112023d64b4160c"}}' 2023-04-18 18:02:53,640 79800 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes/a85a6290-815a-437c-8649-7f0cbc62c09e 0.047s 2023-04-18 18:02:53,640 79800 DEBUG [tempest.lib.common.rest_ client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:02:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0694769c-7cb2-4fe5-9be4-aa520da73d2a', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0694769c-7cb2-4fe5-9be4-aa520da73d2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes/a85a6290-815a-437c-8649-7f0cbc62c09e'} Body: b'{"volume": {"id": "a85a6290-815a-437c-8649-7f0cbc62c09e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:02:52.000000", "updated_at": "2023-04-18T18:02:53.000000", "name": "tempest-VolumesTransfersTest-Volume-312960293", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes/a85a6290-815a-437c-8649-7f0cbc62c09e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1659f5e6fd84016b112023d64b4160c/volumes/a85a6290-815a-437c-8649-7f0cbc62c09e"}], "user_id": "a33deef3061d4d68b0d4adf7174e0576", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d1659f5e6fd84016b112023d64b4160c"}}' 2023-04-18 18:02:53,690 79800 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes/a85a6290-815a-437c-8649-7f0cbc62c09e 0.039s 2023-04-18 18:02:53,690 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:02:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e68186ea-2262-418f-a34e-82cb6117c4ce', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e68186ea-2262-418f-a34e-82cb6117c4ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes/a85a6290-815a-437c-8649-7f0cbc62c09e'} Body: b'{"volume": {"id": "a85a6290-815a-437c-8649-7f0cbc62c09e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:02:52.000000", "updated_at": "2023-04-18T18:02:53.000000", "name": "tempest-VolumesTransfersTest-Volume-312960293", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes/a85a6290-815a-437c-8649-7f0cbc62c09e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d1659f5e6fd84016b112023d64b4160c/volumes/a85a6290-815a-437c-8649-7f0cbc62c09e"}], "user_id": "a33deef3061d4d68b0d4adf7174e0576", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d1659f5e6fd84016b112023d64b4160c"}}' 2023-04-18 18:02:53,804 79800 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes/a85a6290-815a-437c-8649-7f0cbc62c09e 0.103s 2023-04-18 18:02:53,805 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:02:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'con tent-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8dea1f67-5c44-4199-9016-90ba2bf4cda0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes/a85a6290-815a-437c-8649-7f0cbc62c09e'} Body: b'' 2023-04-18 18:02:53,828 79800 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes/a85a6290-815a-437c-8649-7f0cbc62c09e 0.023s 2023-04-18 18:02:53,829 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:02:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-74378b70-edf1-4957-acee-559319f2e390', 'x-openstack-request-id': 'req-74378b70-edf1-4957-acee-559319f2e390', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d1659f5e6fd84016b112023d64b4160c/volumes/a85a6290-815a-437c-8649-7f0cbc62c09e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a85a6290-815a-437c-8649-7f0cbc62c09e could not be found."}}' setUpClass (tempest.api.volume.test_volumes_negative.VolumesNegativeTest) ------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_negative.py", line 38, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f7c5a7c6-4ff4-4428-abd9-9049ba6f05f8 failed to build and is in ERROR status cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e] ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_multiple_volume_from_resource.py", line 104, in test_create_from_image_multiple self._wait_for_multiple_resources( File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 218, in _wait_for_multiple_resources callback(resource_id=r, **kwargs) File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ae58dfd8-1ce4-43a3-9550-2c5ec1bbf7af failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 18:03:00,209 79800 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/5fd60b545f38493c84680337533821de/volumes 0.425s 2023-04-18 18:03:00,209 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-10335917"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:02:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0800f5cf-aaf6-4a4b-8e9b-3ef27abe3c16', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0800f5cf-aaf6-4a4b-8e9b-3ef27abe3c16', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5fd60b545f38493c84680337533821de/volumes'} Body: b'{"volume": {"id": "ae58dfd8-1ce4-43a3-9550-2c5ec1bbf7af", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:03:00.142518", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-10335917", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5fd60b545f38493c84680337533821de/volumes/ae58dfd8-1ce4-43a3-9550-2c5ec1bbf7af"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5fd60b545f38493c84680337533821de/volumes/ae58dfd8-1ce4-43a3-9550-2c5ec1bbf7af"}], "user_id": "3b1162afe1ac45fb8ace04e68bda46dd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 18:03:00,469 79800 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/5fd60b545f38493c84680337533821de/volumes 0.251s 2023-04-18 18:03:00,470 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1976078572"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:03:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de3e0c22-9249-4832-8be2-628fab84c936', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de3e0c22-9249-4832-8be2-628fab84c936', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5fd60b545f38493c84680337533821de/volumes'} Body: b'{"volume": {"id": "70e4ff21-6296-4a77-8f78-bc06243c59bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:03:00.396852", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1976078572", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5fd60b545f38493c84680337533821de/volumes/70e4ff21-6296-4a77-8f78-bc06243c59bf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5fd60b545f38493c84680337533821de/volumes/70e4ff21-6296-4a77-8f78-bc06243c59bf"}], "user_id": "3b1162afe1ac45fb8ace04e68bda46dd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 18:03:00,696 79800 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/5fd60b545f38493c84680337533821de/volumes 0.214s 2023-04-18 18:03:00,697 79800 DEBUG [t empest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1258765421"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:03:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-424aacca-f901-4bf7-b01f-34ce3ea53e52', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-424aacca-f901-4bf7-b01f-34ce3ea53e52', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5fd60b545f38493c84680337533821de/volumes'} Body: b'{"volume": {"id": "68a5d475-c266-4bb2-874e-38eba856a9e7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:03:00.631174", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1258765421", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5fd60b545f38493c84680337533821de/volumes/68a5d475-c266-4bb2-874e-38eba856a9e7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5fd60b545f38493c84680337533821de/volumes/68a5d475-c266-4bb2-874e-38eba856a9e7"}], "user_id": "3b1162afe1ac45fb8ace04e68bda46dd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 18:03:00,920 79800 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/5fd60b545f38493c84680337533821de/volumes 0.213s 2023-04-18 18:03:00,920 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1292038034"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:03:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02f2efd3-b85b-4d94-9826-1b8990c59c32', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02f2efd3-b85b-4d94-9826-1b8990c59c32', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5fd60b545f38493c84680337533821de/volumes'} Body: b'{"volume": {"id": "76451bf4-c3d2-4ba7-927c-976b04257e1f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:03:00.858061", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1292038034", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5fd60b545f38493c84680337533821de/volumes/76451bf4-c3d2-4ba7-927c-976b04257e1f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5fd60b545f38493c84680337533821de/volumes/76451bf4-c3d2-4ba7-927c-976b04257e1f"}], "user_id": "3b1162afe1ac45fb8ace04e68bda46dd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 18:03:01,110 79800 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/5fd60b545f38493c84680337533821de/volumes 0.180s 2023-04-18 18:03:01,110 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "size": 1, "name": "tempest-CreateVolum esFromImageTest-Volume-2026597061"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:03:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec602d77-c1c4-456a-afb7-aea2de26f8f7', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec602d77-c1c4-456a-afb7-aea2de26f8f7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5fd60b545f38493c84680337533821de/volumes'} Body: b'{"volume": {"id": "f18d8312-1650-4ccc-97b6-397dfdd51faa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:03:01.053086", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-2026597061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5fd60b545f38493c84680337533821de/volumes/f18d8312-1650-4ccc-97b6-397dfdd51faa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5fd60b545f38493c84680337533821de/volumes/f18d8312-1650-4ccc-97b6-397dfdd51faa"}], "user_id": "3b1162afe1ac45fb8ace04e68bda46dd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 18:03:01,158 79800 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/5fd60b545f38493c84680337533821de/volumes/ae58dfd8-1ce4-43a3-9550-2c5ec1bbf7af 0.038s 2023-04-18 18:03:01,158 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:03:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9c14167-e01e-4b22-9068-1c34addf3b53', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9c14167-e01e-4b22-9068-1c34addf3b53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5fd60b545f38493c84680337533821de/volumes/ae58dfd8-1ce4-43a3-9550-2c5ec1bbf7af'} Body: b'{"volume": {"id": "ae58dfd8-1ce4-43a3-9550-2c5ec1bbf7af", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:03:00.000000", "updated_at": "2023-04-18T18:03:00.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-10335917", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5fd60b545f38493c84680337533821de/volumes/ae58dfd8-1ce4-43a3-9550-2c5ec1bbf7af"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5fd60b545f38493c84680337533821de/volumes/ae58dfd8-1ce4-43a3-9550-2c5ec1bbf7af"}], "user_id": "3b1162afe1ac45fb8ace04e68bda46dd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5fd60b545f38493c84680337533821de"}}' 2023-04-18 18:03:02,210 79800 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/5fd60b545f38493c84680337533821de/volumes/ae58dfd8-1ce4-43a3-9550-2c5ec1bbf7af 0.039s 2023-04-18 18:03:02,210 79800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:03:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2e32c3f-3cb4-472f-9e0a-f5034b086a66', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2e32c3f-3cb4-472f-9e0a-f5034b086a66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5fd60b545f38493c84680337533821de/volumes/ae58dfd8-1ce4-43a3-9550-2c5ec1bbf7af'} Body: b'{"volume": {"id": "ae58dfd8-1ce4-43a3-9550-2c5ec1bbf7af", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:03:00.000000", "updated_at": "2023-04-18T18:03:00.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-10335917", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5fd60b545f38493c84680337533821de/volumes/ae58dfd8-1ce4-43a3-9550-2c5ec1bbf7af"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5fd60b545f38493c84680337533821de/volumes/ae58dfd8-1ce4-43a3-9550-2c5ec1bbf7af"}], "user_id": "3b1162afe1ac45fb8ace04e68bda46dd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5fd60b545f38493c84680337533821de"}}' tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume[id-74085be3-a370-4ca2-bc51-2d0e10e0f573,image,negative,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_servers_negative.py", line 550, in test_create_server_from_non_bootable_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d3533d3d-5896-429e-93fc-cbafa3348159 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 18:02:10,532 79786 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/6c4fd3db-b881-441a-90b7-b927392288fb 0.730s 2023-04-18 18:02:10,533 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:02:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1491', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3de8090c-ec9e-4a83-ad63-15149079cfe2', 'x-compute-request-id': 'req-3de8090c-ec9e-4a83-ad63-15149079cfe2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6c4fd3db-b881-441a-90b7-b927392288fb'} Body: b'{"server": {"id": "6c4fd3db-b881-441a-90b7-b927392288fb", "name": "tempest-ServersNegativeTestJSON-server-29384777", "status": "ACTIVE", "tenant_id": "df19b002da6742dbb8ed4009530e5f20", "user_id": "08887d6401f540fa9cf01c378af3c398", "metadata": {}, "hostId": "b242d48ec22fb0047a36d2ce10b1f0ab7aaa5a72f4ef87531ee94546", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:57:37Z", "updated": "2023-04-18T17:57:45Z", "addresses": {"tempest-ServersNegativeTestJSON-917356757-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:e1:3a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6c4fd3db-b881-441a-90b7-b927392288fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6c4fd3db-b881-441a-90b7-b927392288fb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T17:57:44.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 18:03:11,046 79786 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 202 POST http://10.0.0.210/volume/v3/df19b002da6742dbb8ed4009530e5f20/volumes 0.469s 2023-04-18 18:03:11,046 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-ServersNegativeTestJSON-volume-503500337"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:03:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be8f229f-1882-4db6-9297-eacd60d9370d', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be8f229f-1882-4db6-9297-eacd60d9370d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/df19b002da6742dbb8ed4009530e5f20/volumes'} Body: b'{"volume": {"id": "d3533d3d-5896-429e-93fc-cbafa3348159", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:03:10.984967", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-503500337", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df19b002da6742dbb8ed4009530e5f20/volumes/d3533d3d-5896-429e-93fc-cbafa3348159"}, {"rel": "bookmark", "href": "http://10.0.0.210/ volume/df19b002da6742dbb8ed4009530e5f20/volumes/d3533d3d-5896-429e-93fc-cbafa3348159"}], "user_id": "08887d6401f540fa9cf01c378af3c398", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 18:03:11,099 79786 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 200 GET http://10.0.0.210/volume/v3/df19b002da6742dbb8ed4009530e5f20/volumes/d3533d3d-5896-429e-93fc-cbafa3348159 0.043s 2023-04-18 18:03:11,100 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:03:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d1a434c-e747-408e-b7da-5e973f943e33', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d1a434c-e747-408e-b7da-5e973f943e33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df19b002da6742dbb8ed4009530e5f20/volumes/d3533d3d-5896-429e-93fc-cbafa3348159'} Body: b'{"volume": {"id": "d3533d3d-5896-429e-93fc-cbafa3348159", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:03:11.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-503500337", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df19b002da6742dbb8ed4009530e5f20/volumes/d3533d3d-5896-429e-93fc-cbafa3348159"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df19b002da6742dbb8ed4009530e5f20/volumes/d3533d3d-5896-429e-93fc-cbafa3348159"}], "user_id": "08887d6401f540fa9cf01c378af3c398", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df19b002da6742dbb8ed4009530e5f20"}}' 2023-04-18 18:03:12,154 79786 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 200 GET http://10.0.0.210/volume/v3/df19b002da6742dbb8ed4009530e5f20/volumes/d3533d3d-5896-429e-93fc-cbafa3348159 0.039s 2023-04-18 18:03:12,155 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:03:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b968a4a8-5c64-4745-82b3-5e38664fdf35', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b968a4a8-5c64-4745-82b3-5e38664fdf35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df19b002da6742dbb8ed4009530e5f20/volumes/d3533d3d-5896-429e-93fc-cbafa3348159'} Body: b'{"volume": {"id": "d3533d3d-5896-429e-93fc-cbafa3348159", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:03:11.000000", "updated_at": "2023-04-18T18:03:11.000000", "name": "tempest-ServersNegativeTestJSON-volume-503500337", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df19b002da6742dbb8ed4009530e5f20/volumes/d3533d3d-5896-429e-93fc-cbafa3348159"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df19b002da6742dbb8ed4009530e5f20/volumes/d3533d3d-5896-429e-93fc-cbafa3348159"}], "user_id": "08887d6401f540fa9cf01c378af3c398", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-a ttr:tenant_id": "df19b002da6742dbb8ed4009530e5f20"}}' 2023-04-18 18:03:12,637 79786 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/6c4fd3db-b881-441a-90b7-b927392288fb 0.470s 2023-04-18 18:03:12,637 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:03:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1491', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-80c80fc9-fbe4-4307-a8b2-0d43f0be1fa4', 'x-compute-request-id': 'req-80c80fc9-fbe4-4307-a8b2-0d43f0be1fa4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6c4fd3db-b881-441a-90b7-b927392288fb'} Body: b'{"server": {"id": "6c4fd3db-b881-441a-90b7-b927392288fb", "name": "tempest-ServersNegativeTestJSON-server-29384777", "status": "ACTIVE", "tenant_id": "df19b002da6742dbb8ed4009530e5f20", "user_id": "08887d6401f540fa9cf01c378af3c398", "metadata": {}, "hostId": "b242d48ec22fb0047a36d2ce10b1f0ab7aaa5a72f4ef87531ee94546", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:57:37Z", "updated": "2023-04-18T17:57:45Z", "addresses": {"tempest-ServersNegativeTestJSON-917356757-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:e1:3a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6c4fd3db-b881-441a-90b7-b927392288fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6c4fd3db-b881-441a-90b7-b927392288fb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T17:57:44.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 61, in test_attach_attached_volume_to_different_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 7e0c351d-9f1c-46e8-961f-02785d109acc failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 18:02:04,313 79798 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 18:02:04,313 79798 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 18:02:04,526 79798 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.210s 2023-04-18 18:02:04,526 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-641272335", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCFINWKZWhQrT78jlL/+7982rIR4N5NrYmDmPFcU0JusOl8uVB9EAooRd4zd6TRTnbUEooggtFCUmps38wuHipTq2hUsRF62Tby4UY6PHDEgmzsaV7JGKesurzYQ3L3cjg=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:02:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c549da5-90f5-4ce0-94ad-063b9866c41a', 'x-compute-request-id': 'req-3c549da5-90f5-4ce0-94ad-063b9866c41a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-641272335", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCFINWKZWhQrT78jlL/+7982rIR4N5NrYmDmPFcU0JusOl8uVB9EAooRd4zd6TRTnbUEooggtFCUmps38wuHipTq2hUsRF62Tby4UY6PHDEgmzsaV7JGKesurzYQ3L3cjg==", "fingerprint": "3f:b2:6d:b3:43:eb:bf:9b:f0:e4:25:b8:16:34:2f:3b", "user_id": "3da8052dbf914e1cb2ee508d2bb21bd7"}}' 2023-04-18 18:02:04,529 79798 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-641272335 created 2023-04-18 18:02:04,687 79798 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.158s 2023-04-18 18:02:04,688 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--915440862", "description": "tempest-description--1812738298"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-9781678a-577c-4ee1-a96c-5c7810d89222', 'date': 'Tue, 18 Apr 2023 18:02:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "5fa2f448-3937-4ef0-b634-af4cf9cdc6b3", "name": "tempest-securitygroup--915440862", "stateful": true, "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "description": "tempest-description--1812738298", "shared": false, "security_group_rules": [{"id": "7b7a8b6a-43b1-4462-a5f3-ba2544bbe501", "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "security_group_id": "5fa2f448-3937-4ef0-b634-af4cf9cdc6b3", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 908, "description": null, "tags": [], "created_at": "2023-04-18T18:02:04Z", "updated_at": "2023-04-18T18:02:04Z", "revision_number": 0, "project_id": "26fc84542bc54be0b4ed144b4bd80820"}, {"id": "cc45627c-c9c6-4c82-b7c4-972a5f753160", "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "security_group_id": "5fa2f448-3937-4ef0-b634-af4cf9cdc6b3", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normali zed_cidr": null, "remote_group_id": null, "standard_attr_id": 909, "description": null, "tags": [], "created_at": "2023-04-18T18:02:04Z", "updated_at": "2023-04-18T18:02:04Z", "revision_number": 0, "project_id": "26fc84542bc54be0b4ed144b4bd80820"}], "tags": [], "created_at": "2023-04-18T18:02:04Z", "updated_at": "2023-04-18T18:02:04Z", "revision_number": 1, "project_id": "26fc84542bc54be0b4ed144b4bd80820"}}' 2023-04-18 18:02:04,915 79798 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.227s 2023-04-18 18:02:04,916 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5fa2f448-3937-4ef0-b634-af4cf9cdc6b3", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-9bec24c3-27a9-496b-af4a-78e4697b9230', 'date': 'Tue, 18 Apr 2023 18:02:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4434d3e0-000f-4e98-b538-3c821bd31f19", "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "security_group_id": "5fa2f448-3937-4ef0-b634-af4cf9cdc6b3", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T18:02:04Z", "updated_at": "2023-04-18T18:02:04Z", "revision_number": 0, "project_id": "26fc84542bc54be0b4ed144b4bd80820"}}' 2023-04-18 18:02:05,069 79798 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.153s 2023-04-18 18:02:05,069 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5fa2f448-3937-4ef0-b634-af4cf9cdc6b3", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-04e80751-ba5a-49a5-ad41-ce515ecf8795', 'date': 'Tue, 18 Apr 2023 18:02:05 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6b8d4f5a-81f3-4fc4-b0c1-9cb0dd746db1", "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "security_group_id": "5fa2f448-3937-4ef0-b634-af4cf9cdc6b3", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T18:02:04Z", "updated_at": "2023-04-18T18:02:04Z", "revision_number": 0, "project_id": "26fc84542bc54be0b4ed144b4bd80820"}}' 2023-04-18 18:02:05,070 79798 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--915440862 created 2023-04-18 18:02:06,008 79798 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.938s 2023-04-18 18:02:06,008 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "c2ff55f8-5a51-4b60-9edc-492850802101"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-op enstack-request-id': 'req-96a5706a-3cf0-444f-a468-03206b76ba51', 'date': 'Tue, 18 Apr 2023 18:02:06 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "ea7d2a19-ad3a-4545-be95-89d5b323cbfd", "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "floating_ip_address": "172.24.4.65", "floating_network_id": "c2ff55f8-5a51-4b60-9edc-492850802101", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "26fc84542bc54be0b4ed144b4bd80820", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T18:02:05Z", "updated_at": "2023-04-18T18:02:05Z", "revision_number": 0}}' 2023-04-18 18:02:06,009 79798 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'ea7d2a19-ad3a-4545-be95-89d5b323cbfd', 'tenant_id': '26fc84542bc54be0b4ed144b4bd80820', 'floating_ip_address': '172.24.4.65', 'floating_network_id': 'c2ff55f8-5a51-4b60-9edc-492850802101', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '26fc84542bc54be0b4ed144b4bd80820', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T18:02:05Z', 'updated_at': '2023-04-18T18:02:05Z', 'revision_number': 0, 'ip': '172.24.4.65'} created 2023-04-18 18:02:06,056 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.040s 2023-04-18 18:02:06,057 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 18:02:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2821', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-eb419a76-5974-4739-8307-afa20d05838b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "3da8052dbf914e1cb2ee508d2bb21bd7", "name": "tempest-AttachVolumeNegativeTest-1338292293-project-member", "password_expires_at": null}, "audit_ids": ["31ad8nSvQ2-ACgMmRdyNQA"], "expires_at": "2023-04-18T19:02:06.000000Z", "issued_at": "2023-04-18T18:02:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "26fc84542bc54be0b4ed144b4bd80820", "name": "tempest-AttachVolumeNegativeTest-1338292293"}, "is_domain": false, "roles": [{"id": "762b079e91ba4ddbacceb1546eb3e74b", "name": "member"}, {"id": "807c7b6962e34127851a8fd52e276165", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e52ae3082fbf4a328ade93bc969dfa86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "166e820cb0ca4a089aa9254384c06e53", "type": "image", "name": "glance"}, {"endpoints": [{"id": "f150521060f741f784e55058e10c303b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "1c8e6022cdfd4e9eb0fc68323e0cac02", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9c29a67948cb4cc48fd15a0431fe7a64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed144b4bd80820", "region": "RegionOne"}], "id": "2cacf9cd2898416aa34b0c96d297137a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "065cb3b15cfa48a89cd4a0610ca051f6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "334844b10d614b7693449511937eb5fa", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "42d5039ab31f496ebe06b2ab79621342", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v 3/26fc84542bc54be0b4ed144b4bd80820", "region": "RegionOne"}], "id": "39da698ec5564e8180fd91a7bbf41b0f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "730244346eb743c5833aedad51c363d0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/26fc84542bc54be0b4ed144b4bd80820", "region": "RegionOne"}], "id": "5bcb3497a89a4dd8ae0ef4ff16e2f813", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9e3ae159bccb449fb431409ede0cbbd8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "63801c39cce14ff588071cf5a2486448", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "bb0997ca4d744ef88ab11be55b02192c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "aceec1d3ad2d4c5da6a7ca57bbfb3a51", "type": "identity", "name": "keystone"}]}}' 2023-04-18 18:02:06,057 79798 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': '56ee566b-b65a-4747-a0ad-917fef191e6f', 'name': 'tempest-AttachVolumeNegativeTest-1988541008-network', 'tenant_id': '26fc84542bc54be0b4ed144b4bd80820', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '26fc84542bc54be0b4ed144b4bd80820', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 7801, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T18:01:56Z', 'updated_at': '2023-04-18T18:01:56Z', 'revision_number': 1} available for tenant 2023-04-18 18:02:06,058 79798 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-641272335', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCFINWKZWhQrT78jlL/+7982rIR4N5NrYmDmPFcU0JusOl8uVB9EAooRd4zd6TRTnbUEooggtFCUmps38wuHipTq2hUsRF62Tby4UY6PHDEgmzsaV7JGKesurzYQ3L3cjg==', 'fingerprint': '3f:b2:6d:b3:43:eb:bf:9b:f0:e4:25:b8:16:34:2f:3b', 'user_id': '3da8052dbf914e1cb2ee508d2bb21bd7', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDC0btMaESgZk7K27mzAL7HSD41KJ0X1ptvRqsHUOjhQj/fQl0gwbYZh\neSWqA7OC5WCgBwYFK4EEACKhZANiAAQhSDVimVoUK0+/I5S//u/fNqyEeDeTa2Jg\n5jxXFNCbrDpfLlQfRAKKEXeM3ek0U521BKKIILRQlJqbN/MLh4qU6toVLERetk28\nuFGOjxwxIJs7GleyRinrLq82ENy93I4=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '5fa2f448-3937-4ef0-b634-af4cf9cdc6b3', 'name': 'tempest-securitygroup--915440862', 'stateful': True, 'tenant_id': '26fc84542bc54be0b4ed144b4bd80820', 'description': 'tempest-description--1812738298', 'shared': False, 'security_group_rules': [{'id': '7b7a8b6a-43b1-4462-a5f3-ba2544bbe501', 'tenant_id': '26fc84542bc54be0b4ed144b4bd80820', 'security_group_id': '5fa2f448-3937-4ef0-b634-af4cf9cdc6b3', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 908, 'description': None, 'tags': [], 'created_at': '2023-04-18T18:02:04Z', 'updated_at': '2023-04-18T18:02:04Z', 'revision_number': 0, 'project_id': '26fc84542bc54be0b4ed144b4bd80820'}, {'id': 'cc45627c-c9c6-4c82-b7c4-972a5f753160', 'tenant_id': '26fc84542bc54be0b4ed144b4bd80820', 'security_group_id': '5fa2f448-3937-4ef0-b634-af4cf9cdc6b3', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 909, 'description': None, 'tags': [], 'created_at': '2023-04-18T18:02:04Z', 'updated_at': '2023-04-18T18:02:04Z', 'revision_number': 0, 'project_id': '26fc84542bc54be0b4ed144b4 bd80820'}], 'tags': [], 'created_at': '2023-04-18T18:02:04Z', 'updated_at': '2023-04-18T18:02:04Z', 'revision_number': 1, 'project_id': '26fc84542bc54be0b4ed144b4bd80820'}, 'floating_ip': {'id': 'ea7d2a19-ad3a-4545-be95-89d5b323cbfd', 'tenant_id': '26fc84542bc54be0b4ed144b4bd80820', 'floating_ip_address': '172.24.4.65', 'floating_network_id': 'c2ff55f8-5a51-4b60-9edc-492850802101', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '26fc84542bc54be0b4ed144b4bd80820', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T18:02:05Z', 'updated_at': '2023-04-18T18:02:05Z', 'revision_number': 0, 'ip': '172.24.4.65'}} 2023-04-18 18:02:07,062 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://10.0.0.210/compute/v2.1/servers 1.003s 2023-04-18 18:02:07,063 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1353650477", "imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "56ee566b-b65a-4747-a0ad-917fef191e6f"}], "security_groups": [{"name": "tempest-securitygroup--915440862"}], "key_name": "tempest-keypair-641272335", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:02:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/f03edc06-3774-4d88-82f8-f9f83e82230c', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c60c326-6e49-4a35-a72b-a93f23bc75c6', 'x-compute-request-id': 'req-0c60c326-6e49-4a35-a72b-a93f23bc75c6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "f03edc06-3774-4d88-82f8-f9f83e82230c", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f03edc06-3774-4d88-82f8-f9f83e82230c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f03edc06-3774-4d88-82f8-f9f83e82230c"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--915440862"}], "adminPass": "password"}}' 2023-04-18 18:02:07,186 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.0.0.210/compute/v2.1/servers/f03edc06-3774-4d88-82f8-f9f83e82230c 0.120s 2023-04-18 18:02:07,187 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:02:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1235', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf9f3858-17bf-4b7f-a8bf-d064b8087f8b', 'x-compute-request-id': 'req-bf9f3858-17bf-4b7f-a8bf-d064b8087f8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f03edc06-3774-4d88-82f8-f9f83e82230c'} Body: b'{"server": {"id": "f03edc06-3774-4d88-82f8-f9f83e82230c", "name": "tempest-AttachVolumeNegativeTest-server-1353650477", "status": "BUILD", "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "user_id": "3da8052dbf914e1cb2ee508d2bb21bd7", "metadata": {}, "hostId": "", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0 .0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T18:02:07Z", "updated": "2023-04-18T18:02:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f03edc06-3774-4d88-82f8-f9f83e82230c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f03edc06-3774-4d88-82f8-f9f83e82230c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-641272335", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 18:02:57,731 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.0.0.210/compute/v2.1/servers/f03edc06-3774-4d88-82f8-f9f83e82230c 0.491s 2023-04-18 18:02:57,732 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:02:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1544', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-701e8b98-3524-407b-8a6d-963ca882daea', 'x-compute-request-id': 'req-701e8b98-3524-407b-8a6d-963ca882daea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f03edc06-3774-4d88-82f8-f9f83e82230c'} Body: b'{"server": {"id": "f03edc06-3774-4d88-82f8-f9f83e82230c", "name": "tempest-AttachVolumeNegativeTest-server-1353650477", "status": "ACTIVE", "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "user_id": "3da8052dbf914e1cb2ee508d2bb21bd7", "metadata": {}, "hostId": "82041ceec927b09e35c0175cee4fa62850758b89f71909d3fa6d0bae", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T18:02:07Z", "updated": "2023-04-18T18:02:14Z", "addresses": {"tempest-AttachVolumeNegativeTest-1988541008-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:25:a6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f03edc06-3774-4d88-82f8-f9f83e82230c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f03edc06-3774-4d88-82f8-f9f83e82230c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-641272335", "OS-SRV-USG:launched_at": "2023-04-18T18:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--915440862"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 18:02:57,743 79798 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 18:03:58,004 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.0.0.210/compute/v2.1/servers/f03edc06-3774-4d88-82f8-f9f83e82230c/os-interface 0.206s 2023-04-18 18:03:58,005 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'da te': 'Tue, 18 Apr 2023 18:03:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6226fa9-0372-4eb7-aa50-8e453ed6026c', 'x-compute-request-id': 'req-e6226fa9-0372-4eb7-aa50-8e453ed6026c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f03edc06-3774-4d88-82f8-f9f83e82230c/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "56ee566b-b65a-4747-a0ad-917fef191e6f", "port_id": "5f0a4b88-d443-4e86-9b18-6f7dcfb74aea", "mac_addr": "fa:16:3e:28:25:a6", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "8948ec2f-32a5-4b34-b674-0709a73fc228", "ip_address": "10.0.0.4"}]}]}' 2023-04-18 18:03:59,484 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/ea7d2a19-ad3a-4545-be95-89d5b323cbfd 1.475s 2023-04-18 18:03:59,484 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "5f0a4b88-d443-4e86-9b18-6f7dcfb74aea"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-3a838365-599f-4ba9-a8dd-03b7e3f9b7c0', 'date': 'Tue, 18 Apr 2023 18:03:59 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/ea7d2a19-ad3a-4545-be95-89d5b323cbfd'} Body: b'{"floatingip": {"id": "ea7d2a19-ad3a-4545-be95-89d5b323cbfd", "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "floating_ip_address": "172.24.4.65", "floating_network_id": "c2ff55f8-5a51-4b60-9edc-492850802101", "router_id": "3db043c3-4ff5-456d-958d-d809f9b0c6cf", "port_id": "5f0a4b88-d443-4e86-9b18-6f7dcfb74aea", "fixed_ip_address": "10.0.0.4", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "56ee566b-b65a-4747-a0ad-917fef191e6f", "mac_address": "fa:16:3e:28:25:a6", "admin_state_up": true, "status": "ACTIVE", "device_id": "f03edc06-3774-4d88-82f8-f9f83e82230c", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T18:02:05Z", "updated_at": "2023-04-18T18:03:58Z", "revision_number": 1, "project_id": "26fc84542bc54be0b4ed144b4bd80820"}}' 2023-04-18 18:03:59,486 79798 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.65:22' as 'cirros' with public key authentication 2023-04-18 18:03:59,544 79798 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 18:03:59,566 79798 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 18:03:59,567 79798 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.65 successfully created 2023-04-18 18:03:59,616 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.0.0.210/compute/v2.1/servers/f03edc06-3774-4d88-82f8-f9f83e82230c/ips 0.048s 2023-04-18 18:03:59,616 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:03:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '108', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b36537c2-6224-4c04-8ec2-dbc7ed31b4b4', 'x-compute-request-id': 'req-b36537c2-6224-4c04-8ec2-dbc7ed31b4b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f03edc06-3774-4d88-82f8-f9f8 3e82230c/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-1988541008-network": [{"version": 4, "addr": "10.0.0.4"}]}}' 2023-04-18 18:03:59,824 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed144b4bd80820/volumes 0.205s 2023-04-18 18:03:59,825 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-AttachVolumeNegativeTest-volume-1100207395"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:03:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6587f3f6-70c5-461d-a7f8-3de689a0c276', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6587f3f6-70c5-461d-a7f8-3de689a0c276', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed144b4bd80820/volumes'} Body: b'{"volume": {"id": "7e0c351d-9f1c-46e8-961f-02785d109acc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:03:59.766929", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1100207395", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed144b4bd80820/volumes/7e0c351d-9f1c-46e8-961f-02785d109acc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/26fc84542bc54be0b4ed144b4bd80820/volumes/7e0c351d-9f1c-46e8-961f-02785d109acc"}], "user_id": "3da8052dbf914e1cb2ee508d2bb21bd7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 18:03:59,881 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed144b4bd80820/volumes/7e0c351d-9f1c-46e8-961f-02785d109acc 0.046s 2023-04-18 18:03:59,882 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:03:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36ddc154-7c33-4307-bc19-6d87260a622a', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36ddc154-7c33-4307-bc19-6d87260a622a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed144b4bd80820/volumes/7e0c351d-9f1c-46e8-961f-02785d109acc'} Body: b'{"volume": {"id": "7e0c351d-9f1c-46e8-961f-02785d109acc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:04:00.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1100207395", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed144b4bd80820/volumes/7e0c351d-9f1c-46e8-961f-02785d109acc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/26fc84542bc54be0b4ed144b4bd80820/volumes/7e0c351d-9f1c-46e8-961f-02785d109acc"}], "user_id": "3da8052dbf914e1cb2ee508d2bb21bd7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "26fc84542bc54be0b4ed144b4bd80820"}}' 2023-04-18 18:04:00,936 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_diff erent_server): 200 GET http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed144b4bd80820/volumes/7e0c351d-9f1c-46e8-961f-02785d109acc 0.043s 2023-04-18 18:04:00,937 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:04:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59118326-deb1-42d4-be01-7b23e4b0fe6b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59118326-deb1-42d4-be01-7b23e4b0fe6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed144b4bd80820/volumes/7e0c351d-9f1c-46e8-961f-02785d109acc'} Body: b'{"volume": {"id": "7e0c351d-9f1c-46e8-961f-02785d109acc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:04:00.000000", "updated_at": "2023-04-18T18:04:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1100207395", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed144b4bd80820/volumes/7e0c351d-9f1c-46e8-961f-02785d109acc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/26fc84542bc54be0b4ed144b4bd80820/volumes/7e0c351d-9f1c-46e8-961f-02785d109acc"}], "user_id": "3da8052dbf914e1cb2ee508d2bb21bd7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "26fc84542bc54be0b4ed144b4bd80820"}}' 2023-04-18 18:04:01,067 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/f03edc06-3774-4d88-82f8-f9f83e82230c 0.119s 2023-04-18 18:04:01,068 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:04:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-52e58ccf-c517-4ee9-9b5c-9d78013d77ce', 'x-compute-request-id': 'req-52e58ccf-c517-4ee9-9b5c-9d78013d77ce', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f03edc06-3774-4d88-82f8-f9f83e82230c'} Body: b'' 2023-04-18 18:04:01,454 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/f03edc06-3774-4d88-82f8-f9f83e82230c 0.386s 2023-04-18 18:04:01,455 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:04:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1668', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-42ea2130-2eb5-4272-843a-6db56e5413ff', 'x-compute-request-id': 'req-42ea2130-2eb5-4272-843a-6db56e5413ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f03edc06-3774-4d88-82f8-f9f83e82230c'} Body: b'{"server": {"id": "f03edc06-3774-4d88-82f8-f9f83e82230c", "name": "tempest-AttachVolumeNegativeTest-server-1353650477", "status": "ACTIVE", "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "user_id": "3da8052dbf914e1cb2ee508d2bb21bd7", "metadata": {}, "hostId": "82041ce ec927b09e35c0175cee4fa62850758b89f71909d3fa6d0bae", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T18:02:07Z", "updated": "2023-04-18T18:04:01Z", "addresses": {"tempest-AttachVolumeNegativeTest-1988541008-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:25:a6"}, {"version": 4, "addr": "172.24.4.65", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:25:a6"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f03edc06-3774-4d88-82f8-f9f83e82230c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f03edc06-3774-4d88-82f8-f9f83e82230c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-641272335", "OS-SRV-USG:launched_at": "2023-04-18T18:02:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--915440862"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 18:04:51,558 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/f03edc06-3774-4d88-82f8-f9f83e82230c 0.042s 2023-04-18 18:04:51,559 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:04:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-865024ee-a2f9-4246-a151-5f1baf28939e', 'x-compute-request-id': 'req-865024ee-a2f9-4246-a151-5f1baf28939e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f03edc06-3774-4d88-82f8-f9f83e82230c'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance f03edc06-3774-4d88-82f8-f9f83e82230c could not be found."}}' 2023-04-18 18:04:51,600 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-641272335 0.041s 2023-04-18 18:04:51,601 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:04:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ebc9a2a-cf69-4812-a5ee-06edd0e55d22', 'x-compute-request-id': 'req-3ebc9a2a-cf69-4812-a5ee-06edd0e55d22', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-641272335'} Body: b'' 2023-04-18 18:04:51,769 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/5fa2f448-3937-4ef0-b634-af4cf9cdc6b3 0.167s 2023-04-18 18:04:51,770 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-f101b1a9-a1bd-495b-9f83-f7c7fa0ac3cd', 'content-lengt h': '0', 'date': 'Tue, 18 Apr 2023 18:04:51 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/5fa2f448-3937-4ef0-b634-af4cf9cdc6b3'} Body: b'' 2023-04-18 18:04:51,791 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/5fa2f448-3937-4ef0-b634-af4cf9cdc6b3 0.021s 2023-04-18 18:04:51,792 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-d7e4540b-2df3-48dd-80cb-b00868527bf4', 'date': 'Tue, 18 Apr 2023 18:04:51 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/5fa2f448-3937-4ef0-b634-af4cf9cdc6b3'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 5fa2f448-3937-4ef0-b634-af4cf9cdc6b3 does not exist", "detail": ""}}' 2023-04-18 18:04:52,467 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/ea7d2a19-ad3a-4545-be95-89d5b323cbfd 0.674s 2023-04-18 18:04:52,468 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-96956996-3eb4-45ef-862d-1e0108abfcb7', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 18:04:52 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/ea7d2a19-ad3a-4545-be95-89d5b323cbfd'} Body: b'' tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow] -------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 269, in test_attach_volume_shelved_or_offload_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 30112443-dba7-4366-8933-b410da42774c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 18:02:08,807 79804 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 18:02:08,807 79804 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 18:02:08,905 79804 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.095s 2023-04-18 18:02:08,905 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-395164576", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBI+7kUX36a65xx5Bt/IxAslDZaRlsD5F1Y9dUWuTjvYAzqz3nqAr9NZgSirWlRCVS6NxkFrEcZZu3qAMIk4GW1KHx1MTftx54FRD5C3T5Dn0ahmuX1R1QaVVkmTGe7Ku1A=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:02:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9950025e-150f-49c5-9b72-65d564a07343', 'x-compute-request-id': 'req-9950025e-150f-49c5-9b72-65d564a07343', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-395164576", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBI+7kUX36a65xx5Bt/IxAslDZaRlsD5F1Y9dUWuTjvYAzqz3nqAr9NZgSirWlRCVS6NxkFrEcZZu3qAMIk4GW1KHx1MTftx54FRD5C3T5Dn0ahmuX1R1QaVVkmTGe7Ku1A==", "fingerprint": "60:b3:b8:f2:62:5e:ec:ea:7d:42:d1:71:09:20:32:7b", "user_id": "2169669cc67547a18bf80a0eb08b39b0"}}' 2023-04-18 18:02:08,908 79804 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-395164576 created 2023-04-18 18:02:09,113 79804 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.204s 2023-04-18 18:02:09,113 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--2021537316", "description": "tempest-description--433005478"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-5096dd62-987a-4464-878f-8081b8c44ff4', 'date': 'Tue, 18 Apr 2023 18:02:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "b25dbd44-7c4d-4e72-895e-6ea6b8bd6053", "name": "tempest-securitygroup--2021537316", "stateful": true, "tenant_id": "bd90ac6164a645e1829a7c53dc58f906", "description": "tempest-description--433005478", "shared": false, "security_group_rules": [{"id": "311d35e6-6d2c-4ab7-9b0f-f11c52da735e", "tenant_id": "bd90ac6164a645e1829a7c53dc58f906", "security_group_id": "b25dbd44-7c4d-4e72-895e-6ea6b8bd6053", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 918, "description": null, "tags": [], "created_at": "2023-04-18T18:02:09Z", "updated_at": "2023-04-18T18:02:09Z", "revision_number": 0, "project_id": "bd90ac6164a645e1829a7c53dc58f906"}, {"id": "eb351ff0-d5c0-4d63-a5f8-d547a3c9302b", "tenant_id": "bd90ac6164a645e1829a7c53dc58f906", "security_group_id": "b25dbd44-7c4d-4e72-895e-6ea6b8bd6053", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip _prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 917, "description": null, "tags": [], "created_at": "2023-04-18T18:02:08Z", "updated_at": "2023-04-18T18:02:08Z", "revision_number": 0, "project_id": "bd90ac6164a645e1829a7c53dc58f906"}], "tags": [], "created_at": "2023-04-18T18:02:08Z", "updated_at": "2023-04-18T18:02:08Z", "revision_number": 1, "project_id": "bd90ac6164a645e1829a7c53dc58f906"}}' 2023-04-18 18:02:09,434 79804 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.320s 2023-04-18 18:02:09,434 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b25dbd44-7c4d-4e72-895e-6ea6b8bd6053", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-a79d74b0-4b87-4eab-9172-4af3dc52222c', 'date': 'Tue, 18 Apr 2023 18:02:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7e1f63cb-a3b1-4565-a962-c40213e49fbd", "tenant_id": "bd90ac6164a645e1829a7c53dc58f906", "security_group_id": "b25dbd44-7c4d-4e72-895e-6ea6b8bd6053", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T18:02:09Z", "updated_at": "2023-04-18T18:02:09Z", "revision_number": 0, "project_id": "bd90ac6164a645e1829a7c53dc58f906"}}' 2023-04-18 18:02:09,601 79804 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.167s 2023-04-18 18:02:09,602 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b25dbd44-7c4d-4e72-895e-6ea6b8bd6053", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-c4ca100e-fc64-4de4-a7a7-5546d7bd091a', 'date': 'Tue, 18 Apr 2023 18:02:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6ff21370-448e-4d05-82fa-62bfc75196f1", "tenant_id": "bd90ac6164a645e1829a7c53dc58f906", "security_group_id": "b25dbd44-7c4d-4e72-895e-6ea6b8bd6053", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T18:02:09Z", "updated_at": "2023-04-18T18:02:09Z", "revision_number": 0, "project_id": "bd90ac6164a645e1829a7c53dc58f906"}}' 2023-04-18 18:02:09,602 79804 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--2021537316 created 2023-04-18 18:02:10,559 79804 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.956s 2023-04-18 18:02:10,560 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "c2ff55f8-5a51-4b60-9edc-492850802101"}} Response - Headers: {'content -type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-54559274-dcb5-471d-848f-745f86755e76', 'date': 'Tue, 18 Apr 2023 18:02:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "1527541c-2bbd-4472-a951-b643602e84ab", "tenant_id": "bd90ac6164a645e1829a7c53dc58f906", "floating_ip_address": "172.24.4.37", "floating_network_id": "c2ff55f8-5a51-4b60-9edc-492850802101", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "bd90ac6164a645e1829a7c53dc58f906", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T18:02:10Z", "updated_at": "2023-04-18T18:02:10Z", "revision_number": 0}}' 2023-04-18 18:02:10,560 79804 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '1527541c-2bbd-4472-a951-b643602e84ab', 'tenant_id': 'bd90ac6164a645e1829a7c53dc58f906', 'floating_ip_address': '172.24.4.37', 'floating_network_id': 'c2ff55f8-5a51-4b60-9edc-492850802101', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'bd90ac6164a645e1829a7c53dc58f906', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T18:02:10Z', 'updated_at': '2023-04-18T18:02:10Z', 'revision_number': 0, 'ip': '172.24.4.37'} created 2023-04-18 18:02:10,598 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.033s 2023-04-18 18:02:10,599 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 18:02:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2825', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-a17dd9b0-e60d-4388-9d23-3ebec8f62d7e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "2169669cc67547a18bf80a0eb08b39b0", "name": "tempest-AttachVolumeShelveTestJSON-1709519463-project-member", "password_expires_at": null}, "audit_ids": ["R-agYnNkRjyQjFdhIAN7gA"], "expires_at": "2023-04-18T19:02:10.000000Z", "issued_at": "2023-04-18T18:02:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bd90ac6164a645e1829a7c53dc58f906", "name": "tempest-AttachVolumeShelveTestJSON-1709519463"}, "is_domain": false, "roles": [{"id": "762b079e91ba4ddbacceb1546eb3e74b", "name": "member"}, {"id": "807c7b6962e34127851a8fd52e276165", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e52ae3082fbf4a328ade93bc969dfa86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "166e820cb0ca4a089aa9254384c06e53", "type": "image", "name": "glance"}, {"endpoints": [{"id": "f150521060f741f784e55058e10c303b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "1c8e6022cdfd4e9eb0fc68323e0cac02", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9c29a67948cb4cc48fd15a0431fe7a64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/bd90ac6164a645e1829a7c53dc58f906", "region": "RegionOne"}], "id": "2cacf9cd2898416aa34b0c96d297137a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "065cb3b15cfa48a89cd4a0610ca051f6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "334844b10d614b7693449511937eb5fa", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "42d5039ab31f496ebe06b2ab79621342", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/bd90ac6164a645e1829a7c53dc58f906", "region": "RegionOne"}], "id": "39da698ec5564e8180fd91a7bbf41b0f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "730244346eb743c5833aedad51c363d0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/bd90ac6164a645e1829a7c53dc58f906", "region": "RegionOne"}], "id": "5bcb3497a89a4dd8ae0ef4ff16e2f813", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9e3ae159bccb449fb431409ede0cbbd8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "63801c39cce14ff588071cf5a2486448", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "bb0997ca4d744ef88ab11be55b02192c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "aceec1d3ad2d4c5da6a7ca57bbfb3a51", "type": "identity", "name": "keystone"}]}}' 2023-04-18 18:02:10,599 79804 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': '26dbb1c5-e7b6-45d6-803a-31acef317435', 'name': 'tempest-AttachVolumeShelveTestJSON-1271884577-network', 'tenant_id': 'bd90ac6164a645e1829a7c53dc58f906', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'bd90ac6164a645e1829a7c53dc58f906', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 10705, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T18:01:59Z', 'updated_at': '2023-04-18T18:01:59Z', 'revision_number': 1} available for tenant 2023-04-18 18:02:10,600 79804 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-395164576', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBI+7kUX36a65xx5Bt/IxAslDZaRlsD5F1Y9dUWuTjvYAzqz3nqAr9NZgSirWlRCVS6NxkFrEcZZu3qAMIk4GW1KHx1MTftx54FRD5C3T5Dn0ahmuX1R1QaVVkmTGe7Ku1A==', 'fingerprint': '60:b3:b8:f2:62:5e:ec:ea:7d:42:d1:71:09:20:32:7b', 'user_id': '2169669cc67547a18bf80a0eb08b39b0', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAVqyRpPdpUMSOAR/XDq7ifJ/t4JRCM+L96piULOUSlxA2FUok7Hdiy\njOH047TbnoWgBwYFK4EEACKhZANiAASPu5FF9+muucceQbfyMQLJQ2WkZbA+RdWP\nXVFrk472AM6s956gK/TWYEoq1pUQlUujcZBaxHGWbt6gDCJOBltSh8dTE37ceeBU\nQ+Qt0+Q59GoZrl9UdUGlVZJkxnuyrtQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'b25dbd44-7c4d-4e72-895e-6ea6b8bd6053', 'name': 'tempest-securitygroup--2021537316', 'stateful': True, 'tenant_id': 'bd90ac6164a645e1829a7c53dc58f906', 'description': 'tempest-description--433005478', 'shared': False, 'security_group_rules': [{'id': '311d35e6-6d2c-4ab7-9b0f-f11c52da735e', 'tenant_id': 'bd90ac6164a645e1829a7c53dc58f906', 'security_group_id': 'b25dbd44-7c4d-4e72-895e-6ea6b8bd6053', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 918, 'description': None, 'tags': [], 'created_at': '2023-04-18T18:02:09Z', 'updated_at': '2023-04-18T18:02:09Z', 'revision_number': 0, 'project_id': 'bd90ac6164a645e1829a7c53dc58f906'}, {'id': 'eb351ff0-d5c0-4d63-a5f8-d547a3c9302b', 'tenant_id': 'bd90ac6164a645e1829a7c53dc58f906', 'security_group_id': 'b25dbd44-7c4d-4e72-895e-6ea6b8bd6053', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 917, 'description': None, 'tags': [], 'created_at': '2023-04-18T18:02:08Z', 'updated_at': '2023-04 -18T18:02:08Z', 'revision_number': 0, 'project_id': 'bd90ac6164a645e1829a7c53dc58f906'}], 'tags': [], 'created_at': '2023-04-18T18:02:08Z', 'updated_at': '2023-04-18T18:02:08Z', 'revision_number': 1, 'project_id': 'bd90ac6164a645e1829a7c53dc58f906'}, 'floating_ip': {'id': '1527541c-2bbd-4472-a951-b643602e84ab', 'tenant_id': 'bd90ac6164a645e1829a7c53dc58f906', 'floating_ip_address': '172.24.4.37', 'floating_network_id': 'c2ff55f8-5a51-4b60-9edc-492850802101', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'bd90ac6164a645e1829a7c53dc58f906', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T18:02:10Z', 'updated_at': '2023-04-18T18:02:10Z', 'revision_number': 0, 'ip': '172.24.4.37'}} 2023-04-18 18:02:11,292 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/compute/v2.1/servers 0.691s 2023-04-18 18:02:11,292 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeShelveTestJSON-server-702551232", "imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "26dbb1c5-e7b6-45d6-803a-31acef317435"}], "security_groups": [{"name": "tempest-securitygroup--2021537316"}], "key_name": "tempest-keypair-395164576", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:02:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/6826dd0b-4e47-463e-8d5e-6733cf3fd087', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f963d0f0-4e7b-494f-a52a-ef39395c0b2b', 'x-compute-request-id': 'req-f963d0f0-4e7b-494f-a52a-ef39395c0b2b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "6826dd0b-4e47-463e-8d5e-6733cf3fd087", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6826dd0b-4e47-463e-8d5e-6733cf3fd087"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6826dd0b-4e47-463e-8d5e-6733cf3fd087"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--2021537316"}], "adminPass": "password"}}' 2023-04-18 18:02:11,380 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/compute/v2.1/servers/6826dd0b-4e47-463e-8d5e-6733cf3fd087 0.084s 2023-04-18 18:02:11,380 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:02:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1274', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd2d8c1a-6084-4cbf-8feb-b5a0a0883980', 'x-compute-request-id': 'req-dd2d8c1a-6084-4cbf-8feb-b5a0a0883980', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6826dd0b-4e47-463e-8d5e-6733cf3fd087'} Body: b'{"server": {"id": "6826dd0b-4e47-463e-8d5e-6733cf3fd087", "name": "tempest-AttachVolumeShelveTestJSON-server-702551232", "status": "BUILD", "tenant_id": "bd90ac6164a645e1829a7c53dc58f906", "user_id": "2169669 cc67547a18bf80a0eb08b39b0", "metadata": {}, "hostId": "", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T18:02:11Z", "updated": "2023-04-18T18:02:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6826dd0b-4e47-463e-8d5e-6733cf3fd087"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6826dd0b-4e47-463e-8d5e-6733cf3fd087"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-395164576", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-18 18:03:01,814 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/compute/v2.1/servers/6826dd0b-4e47-463e-8d5e-6733cf3fd087 0.392s 2023-04-18 18:03:01,815 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:03:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1586', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a690b1db-21aa-4917-851a-8a41b3185da2', 'x-compute-request-id': 'req-a690b1db-21aa-4917-851a-8a41b3185da2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6826dd0b-4e47-463e-8d5e-6733cf3fd087'} Body: b'{"server": {"id": "6826dd0b-4e47-463e-8d5e-6733cf3fd087", "name": "tempest-AttachVolumeShelveTestJSON-server-702551232", "status": "ACTIVE", "tenant_id": "bd90ac6164a645e1829a7c53dc58f906", "user_id": "2169669cc67547a18bf80a0eb08b39b0", "metadata": {}, "hostId": "e23b2c8405a7037e1301df13619001fb51aae8bcab2fa271a84428b6", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T18:02:11Z", "updated": "2023-04-18T18:02:18Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1271884577-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:17:df"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6826dd0b-4e47-463e-8d5e-6733cf3fd087"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6826dd0b-4e47-463e-8d5e-6733cf3fd087"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-395164576", "OS-SRV-USG:launched_at": "2023-04-18T18:02:17.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2021537316"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-18 18:03:01,827 79804 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 18:04:02,069 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/compute/v2.1/servers/6826dd0 b-4e47-463e-8d5e-6733cf3fd087/os-interface 0.182s 2023-04-18 18:04:02,070 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:04:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e606fd8a-a38f-4c8d-b1fa-01d28946ad76', 'x-compute-request-id': 'req-e606fd8a-a38f-4c8d-b1fa-01d28946ad76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6826dd0b-4e47-463e-8d5e-6733cf3fd087/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "26dbb1c5-e7b6-45d6-803a-31acef317435", "port_id": "5e91d48d-d3cb-4513-a606-7ec8e7cedbae", "mac_addr": "fa:16:3e:c4:17:df", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "85e5f0a8-cf64-4039-b814-1e4cc57b64ba", "ip_address": "10.0.0.5"}]}]}' 2023-04-18 18:04:02,933 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/1527541c-2bbd-4472-a951-b643602e84ab 0.860s 2023-04-18 18:04:02,934 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "5e91d48d-d3cb-4513-a606-7ec8e7cedbae"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-31b5bb3b-6d14-466e-8070-009dd11a93e7', 'date': 'Tue, 18 Apr 2023 18:04:02 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/1527541c-2bbd-4472-a951-b643602e84ab'} Body: b'{"floatingip": {"id": "1527541c-2bbd-4472-a951-b643602e84ab", "tenant_id": "bd90ac6164a645e1829a7c53dc58f906", "floating_ip_address": "172.24.4.37", "floating_network_id": "c2ff55f8-5a51-4b60-9edc-492850802101", "router_id": "91d9f380-2bcb-4165-880c-0232ad7a6994", "port_id": "5e91d48d-d3cb-4513-a606-7ec8e7cedbae", "fixed_ip_address": "10.0.0.5", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "26dbb1c5-e7b6-45d6-803a-31acef317435", "mac_address": "fa:16:3e:c4:17:df", "admin_state_up": true, "status": "ACTIVE", "device_id": "6826dd0b-4e47-463e-8d5e-6733cf3fd087", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T18:02:10Z", "updated_at": "2023-04-18T18:04:02Z", "revision_number": 1, "project_id": "bd90ac6164a645e1829a7c53dc58f906"}}' 2023-04-18 18:04:02,936 79804 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.37:22' as 'cirros' with public key authentication 2023-04-18 18:04:02,989 79804 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 18:04:03,011 79804 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 18:04:03,012 79804 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.37 successfully created 2023-04-18 18:04:03,055 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/compute/v2.1/servers/6826dd0b-4e47-463e-8d5e-6733cf3fd087/ips 0.043s 2023-04-18 18:04:03,056 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:04:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '110', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x -openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-858a91cc-829b-45ea-9d7f-5d365ad09bc6', 'x-compute-request-id': 'req-858a91cc-829b-45ea-9d7f-5d365ad09bc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6826dd0b-4e47-463e-8d5e-6733cf3fd087/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-1271884577-network": [{"version": 4, "addr": "10.0.0.5"}]}}' 2023-04-18 18:04:03,329 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/volume/v3/bd90ac6164a645e1829a7c53dc58f906/volumes 0.270s 2023-04-18 18:04:03,329 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-AttachVolumeShelveTestJSON-volume-195298637"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:04:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-436557c5-dcee-47da-841b-47035c64c655', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-436557c5-dcee-47da-841b-47035c64c655', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/bd90ac6164a645e1829a7c53dc58f906/volumes'} Body: b'{"volume": {"id": "30112443-dba7-4366-8933-b410da42774c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:04:03.252126", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-195298637", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd90ac6164a645e1829a7c53dc58f906/volumes/30112443-dba7-4366-8933-b410da42774c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd90ac6164a645e1829a7c53dc58f906/volumes/30112443-dba7-4366-8933-b410da42774c"}], "user_id": "2169669cc67547a18bf80a0eb08b39b0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 18:04:03,376 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/bd90ac6164a645e1829a7c53dc58f906/volumes/30112443-dba7-4366-8933-b410da42774c 0.038s 2023-04-18 18:04:03,377 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:04:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-758e4940-38e7-4c94-88f0-ebb64860f2a5', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-758e4940-38e7-4c94-88f0-ebb64860f2a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd90ac6164a645e1829a7c53dc58f906/volumes/30112443-dba7-4366-8933-b410da42774c'} Body: b'{"volume": {"id": "30112443-dba7-4366-8933-b410da42774c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:04:03.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-195298637", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd90ac6164a645e1829a7c53dc58f906/volumes/30112443-dba7-4366-8933-b410da42774c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd90ac6164a645e1829a7c53dc58f906/volumes/30112443-dba7-4366-8933-b410da42774c"}], "user_id": "2169669cc67547a1 8bf80a0eb08b39b0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd90ac6164a645e1829a7c53dc58f906"}}' 2023-04-18 18:04:04,498 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/bd90ac6164a645e1829a7c53dc58f906/volumes/30112443-dba7-4366-8933-b410da42774c 0.110s 2023-04-18 18:04:04,499 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:04:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9b46cfc-68b4-42b1-8bac-30f0ae009431', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9b46cfc-68b4-42b1-8bac-30f0ae009431', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd90ac6164a645e1829a7c53dc58f906/volumes/30112443-dba7-4366-8933-b410da42774c'} Body: b'{"volume": {"id": "30112443-dba7-4366-8933-b410da42774c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:04:03.000000", "updated_at": "2023-04-18T18:04:03.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-195298637", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd90ac6164a645e1829a7c53dc58f906/volumes/30112443-dba7-4366-8933-b410da42774c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd90ac6164a645e1829a7c53dc58f906/volumes/30112443-dba7-4366-8933-b410da42774c"}], "user_id": "2169669cc67547a18bf80a0eb08b39b0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd90ac6164a645e1829a7c53dc58f906"}}' 2023-04-18 18:04:04,635 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/6826dd0b-4e47-463e-8d5e-6733cf3fd087 0.123s 2023-04-18 18:04:04,635 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:04:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-328c36e4-82d0-4407-b0e5-6f4f2b93fe06', 'x-compute-request-id': 'req-328c36e4-82d0-4407-b0e5-6f4f2b93fe06', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6826dd0b-4e47-463e-8d5e-6733cf3fd087'} Body: b'' 2023-04-18 18:04:04,879 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/6826dd0b-4e47-463e-8d5e-6733cf3fd087 0.243s 2023-04-18 18:04:04,879 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:04:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1710', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49688f91-cc43-4771-ac43-f5baaba9f694', 'x-compute-request-id': 'req-49688f9 1-cc43-4771-ac43-f5baaba9f694', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6826dd0b-4e47-463e-8d5e-6733cf3fd087'} Body: b'{"server": {"id": "6826dd0b-4e47-463e-8d5e-6733cf3fd087", "name": "tempest-AttachVolumeShelveTestJSON-server-702551232", "status": "ACTIVE", "tenant_id": "bd90ac6164a645e1829a7c53dc58f906", "user_id": "2169669cc67547a18bf80a0eb08b39b0", "metadata": {}, "hostId": "e23b2c8405a7037e1301df13619001fb51aae8bcab2fa271a84428b6", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T18:02:11Z", "updated": "2023-04-18T18:04:05Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1271884577-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:17:df"}, {"version": 4, "addr": "172.24.4.37", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c4:17:df"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6826dd0b-4e47-463e-8d5e-6733cf3fd087"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6826dd0b-4e47-463e-8d5e-6733cf3fd087"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-395164576", "OS-SRV-USG:launched_at": "2023-04-18T18:02:17.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2021537316"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-18 18:04:54,977 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/6826dd0b-4e47-463e-8d5e-6733cf3fd087 0.034s 2023-04-18 18:04:54,977 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:04:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-9f14e2da-31af-4450-9986-595a13d5d2b4', 'x-compute-request-id': 'req-9f14e2da-31af-4450-9986-595a13d5d2b4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6826dd0b-4e47-463e-8d5e-6733cf3fd087'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 6826dd0b-4e47-463e-8d5e-6733cf3fd087 could not be found."}}' 2023-04-18 18:04:55,005 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-395164576 0.027s 2023-04-18 18:04:55,005 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:04:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bcef2683-f352-4b8c-b520-08dcfe6ab59d', 'x-compute-request-id': 'req-bcef2683-f352-4b8c-b520-08dcfe6ab59d', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-395164576'} Body: b'' 2023-04-18 18:04:55,151 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/b25dbd44-7c4d-4e72-895e-6ea6b8bd6053 0.145s 2023-04-18 18:04:55,151 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-166974a1-7a20-4b11-b2c8-a2d2169baf9d', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 18:04:55 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/b25dbd44-7c4d-4e72-895e-6ea6b8bd6053'} Body: b'' 2023-04-18 18:04:55,170 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/b25dbd44-7c4d-4e72-895e-6ea6b8bd6053 0.018s 2023-04-18 18:04:55,170 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-36e0f0a3-f297-478f-b825-5e3cdd4dbe3c', 'date': 'Tue, 18 Apr 2023 18:04:55 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/b25dbd44-7c4d-4e72-895e-6ea6b8bd6053'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group b25dbd44-7c4d-4e72-895e-6ea6b8bd6053 does not exist", "detail": ""}}' 2023-04-18 18:04:55,635 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/1527541c-2bbd-4472-a951-b643602e84ab 0.464s 2023-04-18 18:04:55,635 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-e48bc8d8-569a-4ae2-b042-30ff340bde06', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 18:04:55 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/1527541c-2bbd-4472-a951-b643602e84ab'} Body: b'' tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict[id-12146ac1-d7df-4928-ad25-b1f99e5286cd,negative,volume] ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_servers_negative.py", line 239, in test_create_server_invalid_bdm_in_2nd_dict volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume de582daa-5453-4ebc-ab13-780ee0d4b34c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 18:04:13,327 79786 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/6c4fd3db-b881-441a-90b7-b927392288fb 0.622s 2023-04-18 18:04:13,328 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:04:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1491', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1cdfddcb-2e87-4bde-a04a-6d875acbffc9', 'x-compute-request-id': 'req-1cdfddcb-2e87-4bde-a04a-6d875acbffc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6c4fd3db-b881-441a-90b7-b927392288fb'} Body: b'{"server": {"id": "6c4fd3db-b881-441a-90b7-b927392288fb", "name": "tempest-ServersNegativeTestJSON-server-29384777", "status": "ACTIVE", "tenant_id": "df19b002da6742dbb8ed4009530e5f20", "user_id": "08887d6401f540fa9cf01c378af3c398", "metadata": {}, "hostId": "b242d48ec22fb0047a36d2ce10b1f0ab7aaa5a72f4ef87531ee94546", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:57:37Z", "updated": "2023-04-18T17:57:45Z", "addresses": {"tempest-ServersNegativeTestJSON-917356757-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:e1:3a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6c4fd3db-b881-441a-90b7-b927392288fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6c4fd3db-b881-441a-90b7-b927392288fb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T17:57:44.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 18:05:13,612 79786 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_invalid_bdm_in_2nd_dict): 202 POST http://10.0.0.210/volume/v3/df19b002da6742dbb8ed4009530e5f20/volumes 0.220s 2023-04-18 18:05:13,612 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-ServersNegativeTestJSON-volume-764533108"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:05:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-020804b8-56d6-43a3-9d69-42ad54db2301', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-020804b8-56d6-43a3-9d69-42ad54db2301', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/df19b002da6742dbb8ed4009530e5f20/volumes'} Body: b'{"volume": {"id": "de582daa-5453-4ebc-ab13-780ee0d4b34c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:05:13.543388", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-764533108", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df19b002da6742dbb8ed4009530e5f20/volumes/de582daa-5453-4ebc-ab13-780ee0d4b34c"}, {"rel": "bookmark", "href": "http://10.0.0.210/v olume/df19b002da6742dbb8ed4009530e5f20/volumes/de582daa-5453-4ebc-ab13-780ee0d4b34c"}], "user_id": "08887d6401f540fa9cf01c378af3c398", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 18:05:13,664 79786 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_invalid_bdm_in_2nd_dict): 200 GET http://10.0.0.210/volume/v3/df19b002da6742dbb8ed4009530e5f20/volumes/de582daa-5453-4ebc-ab13-780ee0d4b34c 0.042s 2023-04-18 18:05:13,664 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:05:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b3b630b-1072-4b9d-9dc0-8c868e1f1a58', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b3b630b-1072-4b9d-9dc0-8c868e1f1a58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df19b002da6742dbb8ed4009530e5f20/volumes/de582daa-5453-4ebc-ab13-780ee0d4b34c'} Body: b'{"volume": {"id": "de582daa-5453-4ebc-ab13-780ee0d4b34c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:05:14.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-764533108", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df19b002da6742dbb8ed4009530e5f20/volumes/de582daa-5453-4ebc-ab13-780ee0d4b34c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df19b002da6742dbb8ed4009530e5f20/volumes/de582daa-5453-4ebc-ab13-780ee0d4b34c"}], "user_id": "08887d6401f540fa9cf01c378af3c398", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df19b002da6742dbb8ed4009530e5f20"}}' 2023-04-18 18:05:14,732 79786 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_invalid_bdm_in_2nd_dict): 200 GET http://10.0.0.210/volume/v3/df19b002da6742dbb8ed4009530e5f20/volumes/de582daa-5453-4ebc-ab13-780ee0d4b34c 0.056s 2023-04-18 18:05:14,733 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:05:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f675a59e-6546-482b-aac5-28404157c8d7', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f675a59e-6546-482b-aac5-28404157c8d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/df19b002da6742dbb8ed4009530e5f20/volumes/de582daa-5453-4ebc-ab13-780ee0d4b34c'} Body: b'{"volume": {"id": "de582daa-5453-4ebc-ab13-780ee0d4b34c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:05:14.000000", "updated_at": "2023-04-18T18:05:14.000000", "name": "tempest-ServersNegativeTestJSON-volume-764533108", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/df19b002da6742dbb8ed4009530e5f20/volumes/de582daa-5453-4ebc-ab13-780ee0d4b34c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/df19b002da6742dbb8ed4009530e5f20/volumes/de582daa-5453-4ebc-ab13-780ee0d4b34c"}], "user_id": "08887d6401f540fa9cf01c378af3c398", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr :tenant_id": "df19b002da6742dbb8ed4009530e5f20"}}' 2023-04-18 18:05:14,995 79786 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/6c4fd3db-b881-441a-90b7-b927392288fb 0.250s 2023-04-18 18:05:14,995 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:05:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1491', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4541bdac-f70c-4ba6-9498-3ccb41113206', 'x-compute-request-id': 'req-4541bdac-f70c-4ba6-9498-3ccb41113206', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6c4fd3db-b881-441a-90b7-b927392288fb'} Body: b'{"server": {"id": "6c4fd3db-b881-441a-90b7-b927392288fb", "name": "tempest-ServersNegativeTestJSON-server-29384777", "status": "ACTIVE", "tenant_id": "df19b002da6742dbb8ed4009530e5f20", "user_id": "08887d6401f540fa9cf01c378af3c398", "metadata": {}, "hostId": "b242d48ec22fb0047a36d2ce10b1f0ab7aaa5a72f4ef87531ee94546", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T17:57:37Z", "updated": "2023-04-18T17:57:45Z", "addresses": {"tempest-ServersNegativeTestJSON-917356757-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:e1:3a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6c4fd3db-b881-441a-90b7-b927392288fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6c4fd3db-b881-441a-90b7-b927392288fb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T17:57:44.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' setUpClass (tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON) -------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/volumes/test_volumes_list.py", line 56, in resource_setup volume = cls.create_volume(metadata=metadata) File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume afe3ff27-068e-4584-b958-8b6a01f3ae41 failed to build and is in ERROR status tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details[id-d4bb61f7-762d-4437-b8a4-5785759a0ced] ----------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 44, in test_get_pools_with_details self._assert_pools(with_detail=True) File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 29, in _assert_pools self.assertNotEmpty(cinder_pools, "no cinder pools listed.") File "/opt/stack/tempest/tempest/test.py", line 970, in assertNotEmpty self.assertTrue(items, msg) File "/usr/lib/python3.10/unittest/case.py", line 687, in assertTrue raise self.failureException(msg) AssertionError: [] is not true : no cinder pools listed. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 18:07:14,462 79786 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_with_details): 200 GET http://10.0.0.210/volume/v3/3226dfbb24974fa895ad26d04460bca3/scheduler-stats/get_pools?detail=True 0.192s 2023-04-18 18:07:14,463 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:07:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfc681d2-e70d-4076-b263-97f0d90f4740', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfc681d2-e70d-4076-b263-97f0d90f4740', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3226dfbb24974fa895ad26d04460bca3/scheduler-stats/get_pools?detail=True'} Body: b'{"pools": []}' tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details[id-0248a46c-e226-4933-be10-ad6fca8227e7] -------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 39, in test_get_pools_without_details self._assert_pools() File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 29, in _assert_pools self.assertNotEmpty(cinder_pools, "no cinder pools listed.") File "/opt/stack/tempest/tempest/test.py", line 970, in assertNotEmpty self.assertTrue(items, msg) File "/usr/lib/python3.10/unittest/case.py", line 687, in assertTrue raise self.failureException(msg) AssertionError: [] is not true : no cinder pools listed. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 18:07:14,505 79786 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_without_details): 200 GET http://10.0.0.210/volume/v3/3226dfbb24974fa895ad26d04460bca3/scheduler-stats/get_pools 0.032s 2023-04-18 18:07:14,505 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:07:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc974240-77e8-4d5c-b5ad-195d9001a442', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc974240-77e8-4d5c-b5ad-195d9001a442', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3226dfbb24974fa895ad26d04460bca3/scheduler-stats/get_pools'} Body: b'{"pools": []}' setUpClass (tempest.api.volume.test_image_metadata.VolumesImageMetadata) ------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_image_metadata.py", line 40, in resource_setup cls.volume = cls.create_volume(imageRef=CONF.compute.image_ref) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 0526202a-6e27-47bc-918d-4942e899aca0 failed to build and is in ERROR status setUpClass (tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON) ------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_snapshot_metadata.py", line 38, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 1be2857c-2d9c-41a2-bfd1-8e5c69196caa failed to build and is in ERROR status tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size[id-677863d1-34f9-456d-b6ac-9924f667a7f4,negative] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots_negative.py", line 61, in test_volume_from_snapshot_decreasing_size src_vol = self.create_volume(size=src_size) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 7b115206-3a66-4ad8-bbfd-79df3070ad0b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 18:07:27,856 79786 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 202 POST http://10.0.0.210/volume/v3/c10443d95a7b4a399f0e8bf1aab3c953/volumes 0.215s 2023-04-18 18:07:27,857 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 2, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1476921750"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:07:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2e2ab2c-5e1e-4987-8d84-54ff761df393', 'content-length': '829', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2e2ab2c-5e1e-4987-8d84-54ff761df393', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c10443d95a7b4a399f0e8bf1aab3c953/volumes'} Body: b'{"volume": {"id": "7b115206-3a66-4ad8-bbfd-79df3070ad0b", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T18:07:27.801387", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1476921750", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c10443d95a7b4a399f0e8bf1aab3c953/volumes/7b115206-3a66-4ad8-bbfd-79df3070ad0b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c10443d95a7b4a399f0e8bf1aab3c953/volumes/7b115206-3a66-4ad8-bbfd-79df3070ad0b"}], "user_id": "b9483a1ebf09458fb6471f5f4bf4e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 18:07:27,915 79786 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/c10443d95a7b4a399f0e8bf1aab3c953/volumes/7b115206-3a66-4ad8-bbfd-79df3070ad0b 0.046s 2023-04-18 18:07:27,915 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:07:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81184d0c-cb41-4b68-8b66-941ddfee41c4', 'content-length': '897', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81184d0c-cb41-4b68-8b66-941ddfee41c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c10443d95a7b4a399f0e8bf1aab3c953/volumes/7b115206-3a66-4ad8-bbfd-79df3070ad0b'} Body: b'{"volume": {"id": "7b115206-3a66-4ad8-bbfd-79df3070ad0b", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T18:07:28.000000", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1476921750", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c10443d95a7b4a399f0e8bf1aab3c953/volumes/7b115206-3a66-4ad8-bbfd-79df3070ad0b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c10443d95a7b4a399f0e8bf1aab3c953/volumes/7b115206-3a66-4ad8-bbfd-79df3070ad0b"}], "user_id": "b9483a1ebf09458fb6471f5f4bf4e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c10443d95a7b4a399f0e8bf1aab3c953"}}' 2023-04-18 18:07:28,977 79786 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/c10443d95a7b4a399f0e8bf1aab3c953/volumes/7b115206-3a66-4ad8-bbfd-79df3070a d0b 0.048s 2023-04-18 18:07:28,978 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:07:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e05315f2-7ff6-4cfd-b07b-ee674790e202', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e05315f2-7ff6-4cfd-b07b-ee674790e202', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c10443d95a7b4a399f0e8bf1aab3c953/volumes/7b115206-3a66-4ad8-bbfd-79df3070ad0b'} Body: b'{"volume": {"id": "7b115206-3a66-4ad8-bbfd-79df3070ad0b", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T18:07:28.000000", "updated_at": "2023-04-18T18:07:28.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1476921750", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c10443d95a7b4a399f0e8bf1aab3c953/volumes/7b115206-3a66-4ad8-bbfd-79df3070ad0b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c10443d95a7b4a399f0e8bf1aab3c953/volumes/7b115206-3a66-4ad8-bbfd-79df3070ad0b"}], "user_id": "b9483a1ebf09458fb6471f5f4bf4e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c10443d95a7b4a399f0e8bf1aab3c953"}}' 2023-04-18 18:07:29,033 79786 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c10443d95a7b4a399f0e8bf1aab3c953/volumes/7b115206-3a66-4ad8-bbfd-79df3070ad0b 0.043s 2023-04-18 18:07:29,034 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:07:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a9154ff-0314-436f-9ad0-d49ad4538eb8', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a9154ff-0314-436f-9ad0-d49ad4538eb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c10443d95a7b4a399f0e8bf1aab3c953/volumes/7b115206-3a66-4ad8-bbfd-79df3070ad0b'} Body: b'{"volume": {"id": "7b115206-3a66-4ad8-bbfd-79df3070ad0b", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T18:07:28.000000", "updated_at": "2023-04-18T18:07:28.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1476921750", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c10443d95a7b4a399f0e8bf1aab3c953/volumes/7b115206-3a66-4ad8-bbfd-79df3070ad0b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c10443d95a7b4a399f0e8bf1aab3c953/volumes/7b115206-3a66-4ad8-bbfd-79df3070ad0b"}], "user_id": "b9483a1ebf09458fb6471f5f4bf4e21e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c10443d95a7b4a399f0e8bf1aab3c953"}}' 2023-04-18 18:07:29,160 79786 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c10443d95a7b4a399f0e8bf1aab3c953/volumes/7b115206-3a66-4ad8-bbfd-79df3070ad0b 0.112s 2023-04-18 18:07:29,161 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Resp onse - Headers: {'date': 'Tue, 18 Apr 2023 18:07:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-618d78f0-8570-44ea-b5ee-c5bc26a133af', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c10443d95a7b4a399f0e8bf1aab3c953/volumes/7b115206-3a66-4ad8-bbfd-79df3070ad0b'} Body: b'' 2023-04-18 18:07:29,186 79786 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c10443d95a7b4a399f0e8bf1aab3c953/volumes/7b115206-3a66-4ad8-bbfd-79df3070ad0b 0.024s 2023-04-18 18:07:29,187 79786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:07:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1a162f0-ed89-49df-95d0-d1f1d86fc50b', 'x-openstack-request-id': 'req-d1a162f0-ed89-49df-95d0-d1f1d86fc50b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c10443d95a7b4a399f0e8bf1aab3c953/volumes/7b115206-3a66-4ad8-bbfd-79df3070ad0b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 7b115206-3a66-4ad8-bbfd-79df3070ad0b could not be found."}}' tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative] ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 49, in test_attach_attached_volume_to_same_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 715627e7-1c24-457d-9713-d376e34894e5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 18:04:52,473 79798 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 18:04:52,474 79798 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 18:04:52,540 79798 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.062s 2023-04-18 18:04:52,541 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-987563154", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEUDNj3gaM6+yX1tonvN8mX0unvOVAZOKnQkLOjA4mqY8rTANjYcTBCYZyWfGQzERf3oAG+QbcL8ca8kQrPY40r8d0XEcIFtcE46WGJFRAgOlsXLFPa6ANWhTA1KtPfxXw=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:04:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-802943a3-fbf6-48f9-9ab5-a253fd1b7552', 'x-compute-request-id': 'req-802943a3-fbf6-48f9-9ab5-a253fd1b7552', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-987563154", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEUDNj3gaM6+yX1tonvN8mX0unvOVAZOKnQkLOjA4mqY8rTANjYcTBCYZyWfGQzERf3oAG+QbcL8ca8kQrPY40r8d0XEcIFtcE46WGJFRAgOlsXLFPa6ANWhTA1KtPfxXw==", "fingerprint": "a2:66:e5:7d:87:76:d9:e8:e3:cd:95:e8:b1:8c:3a:20", "user_id": "3da8052dbf914e1cb2ee508d2bb21bd7"}}' 2023-04-18 18:04:52,545 79798 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-987563154 created 2023-04-18 18:04:52,716 79798 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.170s 2023-04-18 18:04:52,716 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--4010587", "description": "tempest-description--1499004663"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1594', 'x-openstack-request-id': 'req-88358f81-5dc9-4661-9029-846f24bbd8c5', 'date': 'Tue, 18 Apr 2023 18:04:52 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "4c8d22f2-0201-4d42-bdea-76e5f97ff136", "name": "tempest-securitygroup--4010587", "stateful": true, "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "description": "tempest-description--1499004663", "shared": false, "security_group_rules": [{"id": "794e7da8-cfb1-431e-86f2-38aefa4e78cd", "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "security_group_id": "4c8d22f2-0201-4d42-bdea-76e5f97ff136", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 970, "description": null, "tags": [], "created_at": "2023-04-18T18:04:52Z", "updated_at": "2023-04-18T18:04:52Z", "revision_number": 0, "project_id": "26fc84542bc54be0b4ed144b4bd80820"}, {"id": "7be613ae-12ff-483b-b93d-1135466d0965", "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "security_group_id": "4c8d22f2-0201-4d42-bdea-76e5f97ff136", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_ cidr": null, "remote_group_id": null, "standard_attr_id": 971, "description": null, "tags": [], "created_at": "2023-04-18T18:04:52Z", "updated_at": "2023-04-18T18:04:52Z", "revision_number": 0, "project_id": "26fc84542bc54be0b4ed144b4bd80820"}], "tags": [], "created_at": "2023-04-18T18:04:52Z", "updated_at": "2023-04-18T18:04:52Z", "revision_number": 1, "project_id": "26fc84542bc54be0b4ed144b4bd80820"}}' 2023-04-18 18:04:52,934 79798 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.217s 2023-04-18 18:04:52,934 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "4c8d22f2-0201-4d42-bdea-76e5f97ff136", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-c0b06860-20be-4109-91b9-55ac60230a3e', 'date': 'Tue, 18 Apr 2023 18:04:52 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "70fb44fa-cf77-4412-b427-f3edafd6856d", "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "security_group_id": "4c8d22f2-0201-4d42-bdea-76e5f97ff136", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T18:04:52Z", "updated_at": "2023-04-18T18:04:52Z", "revision_number": 0, "project_id": "26fc84542bc54be0b4ed144b4bd80820"}}' 2023-04-18 18:04:53,109 79798 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.174s 2023-04-18 18:04:53,110 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "4c8d22f2-0201-4d42-bdea-76e5f97ff136", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-c4199366-e8ca-4640-9bce-88452ff04c9b', 'date': 'Tue, 18 Apr 2023 18:04:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0d70f9c7-936e-4341-a438-e13bbd2d818f", "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "security_group_id": "4c8d22f2-0201-4d42-bdea-76e5f97ff136", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T18:04:53Z", "updated_at": "2023-04-18T18:04:53Z", "revision_number": 0, "project_id": "26fc84542bc54be0b4ed144b4bd80820"}}' 2023-04-18 18:04:53,110 79798 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--4010587 created 2023-04-18 18:04:54,109 79798 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.999s 2023-04-18 18:04:54,110 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "c2ff55f8-5a51-4b60-9edc-492850802101"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstac k-request-id': 'req-58c720ae-a719-445a-bf5c-ad48a3c0ebec', 'date': 'Tue, 18 Apr 2023 18:04:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "927066ab-1ad1-4d0c-abe4-ac935b5062b7", "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "floating_ip_address": "172.24.4.40", "floating_network_id": "c2ff55f8-5a51-4b60-9edc-492850802101", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "26fc84542bc54be0b4ed144b4bd80820", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T18:04:53Z", "updated_at": "2023-04-18T18:04:53Z", "revision_number": 0}}' 2023-04-18 18:04:54,110 79798 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '927066ab-1ad1-4d0c-abe4-ac935b5062b7', 'tenant_id': '26fc84542bc54be0b4ed144b4bd80820', 'floating_ip_address': '172.24.4.40', 'floating_network_id': 'c2ff55f8-5a51-4b60-9edc-492850802101', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '26fc84542bc54be0b4ed144b4bd80820', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T18:04:53Z', 'updated_at': '2023-04-18T18:04:53Z', 'revision_number': 0, 'ip': '172.24.4.40'} created 2023-04-18 18:04:54,210 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.095s 2023-04-18 18:04:54,211 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 18:04:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2821', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-c35459b9-396c-4923-b758-b629e5f867e6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "3da8052dbf914e1cb2ee508d2bb21bd7", "name": "tempest-AttachVolumeNegativeTest-1338292293-project-member", "password_expires_at": null}, "audit_ids": ["UTHe97lERvOxWG2gtx4wcw"], "expires_at": "2023-04-18T19:04:54.000000Z", "issued_at": "2023-04-18T18:04:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "26fc84542bc54be0b4ed144b4bd80820", "name": "tempest-AttachVolumeNegativeTest-1338292293"}, "is_domain": false, "roles": [{"id": "762b079e91ba4ddbacceb1546eb3e74b", "name": "member"}, {"id": "807c7b6962e34127851a8fd52e276165", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e52ae3082fbf4a328ade93bc969dfa86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "166e820cb0ca4a089aa9254384c06e53", "type": "image", "name": "glance"}, {"endpoints": [{"id": "f150521060f741f784e55058e10c303b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "1c8e6022cdfd4e9eb0fc68323e0cac02", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9c29a67948cb4cc48fd15a0431fe7a64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed144b4bd80820", "region": "RegionOne"}], "id": "2cacf9cd2898416aa34b0c96d297137a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "065cb3b15cfa48a89cd4a0610ca051f6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "334844b10d614b7693449511937eb5fa", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "42d5039ab31f496ebe06b2ab79621342", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/26fc84542 bc54be0b4ed144b4bd80820", "region": "RegionOne"}], "id": "39da698ec5564e8180fd91a7bbf41b0f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "730244346eb743c5833aedad51c363d0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/26fc84542bc54be0b4ed144b4bd80820", "region": "RegionOne"}], "id": "5bcb3497a89a4dd8ae0ef4ff16e2f813", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9e3ae159bccb449fb431409ede0cbbd8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "63801c39cce14ff588071cf5a2486448", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "bb0997ca4d744ef88ab11be55b02192c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "aceec1d3ad2d4c5da6a7ca57bbfb3a51", "type": "identity", "name": "keystone"}]}}' 2023-04-18 18:04:54,212 79798 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': '56ee566b-b65a-4747-a0ad-917fef191e6f', 'name': 'tempest-AttachVolumeNegativeTest-1988541008-network', 'tenant_id': '26fc84542bc54be0b4ed144b4bd80820', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '26fc84542bc54be0b4ed144b4bd80820', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 7801, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T18:01:56Z', 'updated_at': '2023-04-18T18:01:56Z', 'revision_number': 1} available for tenant 2023-04-18 18:04:54,213 79798 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-987563154', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEUDNj3gaM6+yX1tonvN8mX0unvOVAZOKnQkLOjA4mqY8rTANjYcTBCYZyWfGQzERf3oAG+QbcL8ca8kQrPY40r8d0XEcIFtcE46WGJFRAgOlsXLFPa6ANWhTA1KtPfxXw==', 'fingerprint': 'a2:66:e5:7d:87:76:d9:e8:e3:cd:95:e8:b1:8c:3a:20', 'user_id': '3da8052dbf914e1cb2ee508d2bb21bd7', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCiz74ZLgwT1opllJwVAIzSGHOKbhpw09WyYiZ4fMlnWOrEalivMdTs\nnMy8AuwWUuqgBwYFK4EEACKhZANiAARFAzY94GjOvsl9baJ7zfJl9Lp7zlQGTip0\nJCzowOJqmPK0wDY2HEwQmGclnxkMxEX96ABvkG3C/HGvJEKz2ONK/HdFxHCBbXBO\nOlhiRUQIDpbFyxT2ugDVoUwNSrT38V8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '4c8d22f2-0201-4d42-bdea-76e5f97ff136', 'name': 'tempest-securitygroup--4010587', 'stateful': True, 'tenant_id': '26fc84542bc54be0b4ed144b4bd80820', 'description': 'tempest-description--1499004663', 'shared': False, 'security_group_rules': [{'id': '794e7da8-cfb1-431e-86f2-38aefa4e78cd', 'tenant_id': '26fc84542bc54be0b4ed144b4bd80820', 'security_group_id': '4c8d22f2-0201-4d42-bdea-76e5f97ff136', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 970, 'description': None, 'tags': [], 'created_at': '2023-04-18T18:04:52Z', 'updated_at': '2023-04-18T18:04:52Z', 'revision_number': 0, 'project_id': '26fc84542bc54be0b4ed144b4bd80820'}, {'id': '7be613ae-12ff-483b-b93d-1135466d0965', 'tenant_id': '26fc84542bc54be0b4ed144b4bd80820', 'security_group_id': '4c8d22f2-0201-4d42-bdea-76e5f97ff136', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 971, 'description': None, 'tags': [], 'created_at': '2023-04-18T18:04:52Z', 'updated_at': '2023-04-18T18:04:52Z', 'revision_number': 0, 'project_id': '26fc84542bc54be0b4ed144b4bd80820'}], 'tags' : [], 'created_at': '2023-04-18T18:04:52Z', 'updated_at': '2023-04-18T18:04:52Z', 'revision_number': 1, 'project_id': '26fc84542bc54be0b4ed144b4bd80820'}, 'floating_ip': {'id': '927066ab-1ad1-4d0c-abe4-ac935b5062b7', 'tenant_id': '26fc84542bc54be0b4ed144b4bd80820', 'floating_ip_address': '172.24.4.40', 'floating_network_id': 'c2ff55f8-5a51-4b60-9edc-492850802101', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '26fc84542bc54be0b4ed144b4bd80820', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T18:04:53Z', 'updated_at': '2023-04-18T18:04:53Z', 'revision_number': 0, 'ip': '172.24.4.40'}} 2023-04-18 18:04:55,009 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://10.0.0.210/compute/v2.1/servers 0.794s 2023-04-18 18:04:55,009 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-159146497", "imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "56ee566b-b65a-4747-a0ad-917fef191e6f"}], "security_groups": [{"name": "tempest-securitygroup--4010587"}], "key_name": "tempest-keypair-987563154", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:04:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '397', 'location': 'http://10.0.0.210/compute/v2.1/servers/724f06ff-e920-44ff-86e4-073fc26e0913', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-25627a19-fb44-4185-a270-64240dee84b9', 'x-compute-request-id': 'req-25627a19-fb44-4185-a270-64240dee84b9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "724f06ff-e920-44ff-86e4-073fc26e0913", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/724f06ff-e920-44ff-86e4-073fc26e0913"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/724f06ff-e920-44ff-86e4-073fc26e0913"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--4010587"}], "adminPass": "password"}}' 2023-04-18 18:04:55,085 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/compute/v2.1/servers/724f06ff-e920-44ff-86e4-073fc26e0913 0.073s 2023-04-18 18:04:55,085 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:04:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1234', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ccc8b984-9439-4e3a-9316-ca62ac8ca4d6', 'x-compute-request-id': 'req-ccc8b984-9439-4e3a-9316-ca62ac8ca4d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/724f06ff-e920-44ff-86e4-073fc26e0913'} Body: b'{"server": {"id": "724f06ff-e920-44ff-86e4-073fc26e0913", "name": "tempest-AttachVolumeNegativeTest-server-159146497", "status": "BUILD", "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "user_id": "3da8052dbf914e1cb2ee508d2bb21bd7", "metadata": {}, "hostId": "", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44 a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T18:04:55Z", "updated": "2023-04-18T18:04:55Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/724f06ff-e920-44ff-86e4-073fc26e0913"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/724f06ff-e920-44ff-86e4-073fc26e0913"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-987563154", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 18:05:45,401 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/compute/v2.1/servers/724f06ff-e920-44ff-86e4-073fc26e0913 0.253s 2023-04-18 18:05:45,402 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:05:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1541', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-51e46a34-7b0a-4b48-a2e2-a2c2cea48b79', 'x-compute-request-id': 'req-51e46a34-7b0a-4b48-a2e2-a2c2cea48b79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/724f06ff-e920-44ff-86e4-073fc26e0913'} Body: b'{"server": {"id": "724f06ff-e920-44ff-86e4-073fc26e0913", "name": "tempest-AttachVolumeNegativeTest-server-159146497", "status": "ACTIVE", "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "user_id": "3da8052dbf914e1cb2ee508d2bb21bd7", "metadata": {}, "hostId": "82041ceec927b09e35c0175cee4fa62850758b89f71909d3fa6d0bae", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T18:04:54Z", "updated": "2023-04-18T18:05:03Z", "addresses": {"tempest-AttachVolumeNegativeTest-1988541008-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:d2:65"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/724f06ff-e920-44ff-86e4-073fc26e0913"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/724f06ff-e920-44ff-86e4-073fc26e0913"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-987563154", "OS-SRV-USG:launched_at": "2023-04-18T18:05:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--4010587"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 18:05:45,415 79798 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 18:06:45,619 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/compute/v2.1/servers/724f06ff-e920-44ff-86e4-073fc26e0913/os-interface 0.176s 2023-04-18 18:06:45,619 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:06:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc1a7850-f051-4970-a49b-17d928c38dc7', 'x-compute-request-id': 'req-cc1a7850-f051-4970-a49b-17d928c38dc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/724f06ff-e920-44ff-86e4-073fc26e0913/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "56ee566b-b65a-4747-a0ad-917fef191e6f", "port_id": "1dadcabb-0f5d-4460-b957-991d91abbd65", "mac_addr": "fa:16:3e:08:d2:65", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "8948ec2f-32a5-4b34-b674-0709a73fc228", "ip_address": "10.0.0.7"}]}]}' 2023-04-18 18:06:46,444 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/927066ab-1ad1-4d0c-abe4-ac935b5062b7 0.820s 2023-04-18 18:06:46,444 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "1dadcabb-0f5d-4460-b957-991d91abbd65"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-8b59c61c-b668-4c7c-bd1a-247a12658193', 'date': 'Tue, 18 Apr 2023 18:06:46 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/927066ab-1ad1-4d0c-abe4-ac935b5062b7'} Body: b'{"floatingip": {"id": "927066ab-1ad1-4d0c-abe4-ac935b5062b7", "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "floating_ip_address": "172.24.4.40", "floating_network_id": "c2ff55f8-5a51-4b60-9edc-492850802101", "router_id": "3db043c3-4ff5-456d-958d-d809f9b0c6cf", "port_id": "1dadcabb-0f5d-4460-b957-991d91abbd65", "fixed_ip_address": "10.0.0.7", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "56ee566b-b65a-4747-a0ad-917fef191e6f", "mac_address": "fa:16:3e:08:d2:65", "admin_state_up": true, "status": "ACTIVE", "device_id": "724f06ff-e920-44ff-86e4-073fc26e0913", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T18:04:53Z", "updated_at": "2023-04-18T18:06:45Z", "revision_number": 1, "project_id": "26fc84542bc54be0b4ed144b4bd80820"}}' 2023-04-18 18:06:46,445 79798 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.40:22' as 'cirros' with public key authentication 2023-04-18 18:06:46,484 79798 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 18:06:46,506 79798 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 18:06:46,506 79798 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.40 successfully created 2023-04-18 18:06:46,552 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/compute/v2.1/servers/724f06ff-e920-44ff-86e4-073fc26e0913/ips 0.044s 2023-04-18 18:06:46,552 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:06:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '108', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-976d1d09-6c8f-4e67-9247-5bf4641ca9fc', 'x-compute-request-id': 'req-976d1d09-6c8f-4e67-9247-5bf4641ca9fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/724f06ff-e920-44ff-86e4-073fc26e0913/ips'} Body: b'{"addresses": {"tempest-At tachVolumeNegativeTest-1988541008-network": [{"version": 4, "addr": "10.0.0.7"}]}}' 2023-04-18 18:06:46,801 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed144b4bd80820/volumes 0.245s 2023-04-18 18:06:46,801 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-AttachVolumeNegativeTest-volume-1135458655"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:06:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe45e2f9-5f88-4139-8ff1-8100ccc83358', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe45e2f9-5f88-4139-8ff1-8100ccc83358', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed144b4bd80820/volumes'} Body: b'{"volume": {"id": "715627e7-1c24-457d-9713-d376e34894e5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:06:46.687763", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1135458655", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed144b4bd80820/volumes/715627e7-1c24-457d-9713-d376e34894e5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/26fc84542bc54be0b4ed144b4bd80820/volumes/715627e7-1c24-457d-9713-d376e34894e5"}], "user_id": "3da8052dbf914e1cb2ee508d2bb21bd7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 18:06:46,849 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed144b4bd80820/volumes/715627e7-1c24-457d-9713-d376e34894e5 0.039s 2023-04-18 18:06:46,850 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:06:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7591037b-61c0-4709-b5a2-bcdb35fbba40', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7591037b-61c0-4709-b5a2-bcdb35fbba40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed144b4bd80820/volumes/715627e7-1c24-457d-9713-d376e34894e5'} Body: b'{"volume": {"id": "715627e7-1c24-457d-9713-d376e34894e5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:06:47.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1135458655", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed144b4bd80820/volumes/715627e7-1c24-457d-9713-d376e34894e5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/26fc84542bc54be0b4ed144b4bd80820/volumes/715627e7-1c24-457d-9713-d376e34894e5"}], "user_id": "3da8052dbf914e1cb2ee508d2bb21bd7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "26fc84542bc54be0b4ed144b4bd80820"}}' 2023-04-18 18:06:47,909 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed1 44b4bd80820/volumes/715627e7-1c24-457d-9713-d376e34894e5 0.047s 2023-04-18 18:06:47,909 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:06:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64febf77-b08d-44b1-a5c7-c692c0875b45', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64febf77-b08d-44b1-a5c7-c692c0875b45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed144b4bd80820/volumes/715627e7-1c24-457d-9713-d376e34894e5'} Body: b'{"volume": {"id": "715627e7-1c24-457d-9713-d376e34894e5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:06:47.000000", "updated_at": "2023-04-18T18:06:47.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1135458655", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed144b4bd80820/volumes/715627e7-1c24-457d-9713-d376e34894e5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/26fc84542bc54be0b4ed144b4bd80820/volumes/715627e7-1c24-457d-9713-d376e34894e5"}], "user_id": "3da8052dbf914e1cb2ee508d2bb21bd7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "26fc84542bc54be0b4ed144b4bd80820"}}' 2023-04-18 18:06:48,034 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/724f06ff-e920-44ff-86e4-073fc26e0913 0.112s 2023-04-18 18:06:48,035 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:06:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-96b2fb16-2664-46f5-aefc-dc08bc0cff14', 'x-compute-request-id': 'req-96b2fb16-2664-46f5-aefc-dc08bc0cff14', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/724f06ff-e920-44ff-86e4-073fc26e0913'} Body: b'' 2023-04-18 18:06:48,269 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/724f06ff-e920-44ff-86e4-073fc26e0913 0.233s 2023-04-18 18:06:48,269 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:06:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1665', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a339635-b51d-4a02-b170-b45df3b36dd4', 'x-compute-request-id': 'req-3a339635-b51d-4a02-b170-b45df3b36dd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/724f06ff-e920-44ff-86e4-073fc26e0913'} Body: b'{"server": {"id": "724f06ff-e920-44ff-86e4-073fc26e0913", "name": "tempest-AttachVolumeNegativeTest-server-159146497", "status": "ACTIVE", "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "user_id": "3da8052dbf914e1cb2ee508d2bb21bd7", "metadata": {}, "hostId": "82041ceec927b09e35c0175cee4fa62850758b89f71909d3fa6d0bae", "image": {"id": "2828 72e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T18:04:54Z", "updated": "2023-04-18T18:06:48Z", "addresses": {"tempest-AttachVolumeNegativeTest-1988541008-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:d2:65"}, {"version": 4, "addr": "172.24.4.40", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:08:d2:65"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/724f06ff-e920-44ff-86e4-073fc26e0913"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/724f06ff-e920-44ff-86e4-073fc26e0913"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-987563154", "OS-SRV-USG:launched_at": "2023-04-18T18:05:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--4010587"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 18:07:38,601 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/724f06ff-e920-44ff-86e4-073fc26e0913 0.269s 2023-04-18 18:07:38,601 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:07:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-449a3949-0e20-4a1e-8b08-934ac6bb1ad8', 'x-compute-request-id': 'req-449a3949-0e20-4a1e-8b08-934ac6bb1ad8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/724f06ff-e920-44ff-86e4-073fc26e0913'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 724f06ff-e920-44ff-86e4-073fc26e0913 could not be found."}}' 2023-04-18 18:07:38,645 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-987563154 0.042s 2023-04-18 18:07:38,645 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:07:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd67521a-dff1-4b11-9efe-d7c7b3201ad9', 'x-compute-request-id': 'req-cd67521a-dff1-4b11-9efe-d7c7b3201ad9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-987563154'} Body: b'' 2023-04-18 18:07:38,783 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/4c8d22f2-0201-4d42-bdea-76e5f97ff136 0.137s 2023-04-18 18:07:38,784 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-016a4ecb-6b60-4360-9176-b4cce60144d4', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 18:07:38 GMT', 'connection': 'close', 's tatus': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/4c8d22f2-0201-4d42-bdea-76e5f97ff136'} Body: b'' 2023-04-18 18:07:38,826 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/4c8d22f2-0201-4d42-bdea-76e5f97ff136 0.041s 2023-04-18 18:07:38,826 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-5455b4fa-0cf8-4499-8e2e-3680d77cca6f', 'date': 'Tue, 18 Apr 2023 18:07:38 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/4c8d22f2-0201-4d42-bdea-76e5f97ff136'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 4c8d22f2-0201-4d42-bdea-76e5f97ff136 does not exist", "detail": ""}}' 2023-04-18 18:07:39,341 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/927066ab-1ad1-4d0c-abe4-ac935b5062b7 0.515s 2023-04-18 18:07:39,341 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-dfba2c11-b957-4c07-bc5c-2ee8909ee4f4', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 18:07:39 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/927066ab-1ad1-4d0c-abe4-ac935b5062b7'} Body: b'' tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow] -------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 300, in test_detach_volume_shelved_or_offload_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c165012e-c4b0-4c4a-b1df-f8232649d0dd failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 18:04:55,638 79804 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 18:04:55,638 79804 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 18:04:55,690 79804 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.049s 2023-04-18 18:04:55,691 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1760804614", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIBqxJPIW8ouBer2ATT+JmEQxrpJm8wH2rx/V1T3hDymOZPVRYQvPV8II5JlwplTJvrM7DGtN3zMW+U4MI9z2FUrDp4CgyHBAbxIaYsTm9AbiRSzkXB/nclAZPMAsXeB7w=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:04:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '401', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-93e6ae4b-2d58-40d3-829a-dfd654bc34b4', 'x-compute-request-id': 'req-93e6ae4b-2d58-40d3-829a-dfd654bc34b4', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1760804614", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIBqxJPIW8ouBer2ATT+JmEQxrpJm8wH2rx/V1T3hDymOZPVRYQvPV8II5JlwplTJvrM7DGtN3zMW+U4MI9z2FUrDp4CgyHBAbxIaYsTm9AbiRSzkXB/nclAZPMAsXeB7w==", "fingerprint": "a1:94:d8:34:9a:98:85:00:1f:6c:16:1b:c5:14:ea:4d", "user_id": "2169669cc67547a18bf80a0eb08b39b0"}}' 2023-04-18 18:04:55,693 79804 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1760804614 created 2023-04-18 18:04:55,868 79804 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.174s 2023-04-18 18:04:55,868 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--731376675", "description": "tempest-description--393561236"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-c777add0-0e63-4615-8297-21d8dd0099a0', 'date': 'Tue, 18 Apr 2023 18:04:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "41819311-764e-4aeb-87d5-d0d723d873ff", "name": "tempest-securitygroup--731376675", "stateful": true, "tenant_id": "bd90ac6164a645e1829a7c53dc58f906", "description": "tempest-description--393561236", "shared": false, "security_group_rules": [{"id": "a0263bb1-6936-4b56-91d7-7f37fdf1e0fd", "tenant_id": "bd90ac6164a645e1829a7c53dc58f906", "security_group_id": "41819311-764e-4aeb-87d5-d0d723d873ff", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 977, "description": null, "tags": [], "created_at": "2023-04-18T18:04:55Z", "updated_at": "2023-04-18T18:04:55Z", "revision_number": 0, "project_id": "bd90ac6164a645e1829a7c53dc58f906"}, {"id": "c5904fe9-7e02-420d-b337-7398c05c00ef", "tenant_id": "bd90ac6164a645e1829a7c53dc58f906", "security_group_id": "41819311-764e-4aeb-87d5-d0d723d873ff", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_i p_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 978, "description": null, "tags": [], "created_at": "2023-04-18T18:04:55Z", "updated_at": "2023-04-18T18:04:55Z", "revision_number": 0, "project_id": "bd90ac6164a645e1829a7c53dc58f906"}], "tags": [], "created_at": "2023-04-18T18:04:55Z", "updated_at": "2023-04-18T18:04:55Z", "revision_number": 1, "project_id": "bd90ac6164a645e1829a7c53dc58f906"}}' 2023-04-18 18:04:56,043 79804 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.174s 2023-04-18 18:04:56,043 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "41819311-764e-4aeb-87d5-d0d723d873ff", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-7beca242-ff83-4eac-8d01-f7c0f406ee82', 'date': 'Tue, 18 Apr 2023 18:04:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d2dd2c45-2984-4122-ac86-6d91538d210b", "tenant_id": "bd90ac6164a645e1829a7c53dc58f906", "security_group_id": "41819311-764e-4aeb-87d5-d0d723d873ff", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T18:04:55Z", "updated_at": "2023-04-18T18:04:55Z", "revision_number": 0, "project_id": "bd90ac6164a645e1829a7c53dc58f906"}}' 2023-04-18 18:04:56,253 79804 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.209s 2023-04-18 18:04:56,253 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "41819311-764e-4aeb-87d5-d0d723d873ff", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-b9247d30-88e5-4c95-a423-38cb8feaf636', 'date': 'Tue, 18 Apr 2023 18:04:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "91d43f76-2a6a-4249-92ba-8792e5f77b07", "tenant_id": "bd90ac6164a645e1829a7c53dc58f906", "security_group_id": "41819311-764e-4aeb-87d5-d0d723d873ff", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T18:04:56Z", "updated_at": "2023-04-18T18:04:56Z", "revision_number": 0, "project_id": "bd90ac6164a645e1829a7c53dc58f906"}}' 2023-04-18 18:04:56,254 79804 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--731376675 created 2023-04-18 18:04:57,766 79804 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.511s 2023-04-18 18:04:57,766 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "c2ff55f8-5a51-4b60-9edc-492850802101"}} Response - Headers: {'content -type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-1abfdb4b-1feb-4773-91e2-02535f9ea5c1', 'date': 'Tue, 18 Apr 2023 18:04:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "759224ec-7503-4578-9061-7987d393a4b9", "tenant_id": "bd90ac6164a645e1829a7c53dc58f906", "floating_ip_address": "172.24.4.145", "floating_network_id": "c2ff55f8-5a51-4b60-9edc-492850802101", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "bd90ac6164a645e1829a7c53dc58f906", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T18:04:57Z", "updated_at": "2023-04-18T18:04:57Z", "revision_number": 0}}' 2023-04-18 18:04:57,766 79804 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '759224ec-7503-4578-9061-7987d393a4b9', 'tenant_id': 'bd90ac6164a645e1829a7c53dc58f906', 'floating_ip_address': '172.24.4.145', 'floating_network_id': 'c2ff55f8-5a51-4b60-9edc-492850802101', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'bd90ac6164a645e1829a7c53dc58f906', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T18:04:57Z', 'updated_at': '2023-04-18T18:04:57Z', 'revision_number': 0, 'ip': '172.24.4.145'} created 2023-04-18 18:04:57,856 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.084s 2023-04-18 18:04:57,856 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 18:04:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2825', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-2e5726ec-d9fd-47a5-b7d4-319838105c78', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "2169669cc67547a18bf80a0eb08b39b0", "name": "tempest-AttachVolumeShelveTestJSON-1709519463-project-member", "password_expires_at": null}, "audit_ids": ["dX7rFd0aTYKVaJkkmPEqXg"], "expires_at": "2023-04-18T19:04:57.000000Z", "issued_at": "2023-04-18T18:04:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bd90ac6164a645e1829a7c53dc58f906", "name": "tempest-AttachVolumeShelveTestJSON-1709519463"}, "is_domain": false, "roles": [{"id": "762b079e91ba4ddbacceb1546eb3e74b", "name": "member"}, {"id": "807c7b6962e34127851a8fd52e276165", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e52ae3082fbf4a328ade93bc969dfa86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "166e820cb0ca4a089aa9254384c06e53", "type": "image", "name": "glance"}, {"endpoints": [{"id": "f150521060f741f784e55058e10c303b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "1c8e6022cdfd4e9eb0fc68323e0cac02", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9c29a67948cb4cc48fd15a0431fe7a64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/bd90ac6164a645e1829a7c53dc58f906", "region": "RegionOne"}], "id": "2cacf9cd2898416aa34b0c96d297137a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "065cb3b15cfa48a89cd4a0610ca051f6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "334844b10d614b7693449511937eb5fa", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "42d5039ab31f496ebe06b2ab79621342", "interface": "publi c", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/bd90ac6164a645e1829a7c53dc58f906", "region": "RegionOne"}], "id": "39da698ec5564e8180fd91a7bbf41b0f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "730244346eb743c5833aedad51c363d0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/bd90ac6164a645e1829a7c53dc58f906", "region": "RegionOne"}], "id": "5bcb3497a89a4dd8ae0ef4ff16e2f813", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9e3ae159bccb449fb431409ede0cbbd8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "63801c39cce14ff588071cf5a2486448", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "bb0997ca4d744ef88ab11be55b02192c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "aceec1d3ad2d4c5da6a7ca57bbfb3a51", "type": "identity", "name": "keystone"}]}}' 2023-04-18 18:04:57,857 79804 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': '26dbb1c5-e7b6-45d6-803a-31acef317435', 'name': 'tempest-AttachVolumeShelveTestJSON-1271884577-network', 'tenant_id': 'bd90ac6164a645e1829a7c53dc58f906', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'bd90ac6164a645e1829a7c53dc58f906', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 10705, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T18:01:59Z', 'updated_at': '2023-04-18T18:01:59Z', 'revision_number': 1} available for tenant 2023-04-18 18:04:57,857 79804 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1760804614', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIBqxJPIW8ouBer2ATT+JmEQxrpJm8wH2rx/V1T3hDymOZPVRYQvPV8II5JlwplTJvrM7DGtN3zMW+U4MI9z2FUrDp4CgyHBAbxIaYsTm9AbiRSzkXB/nclAZPMAsXeB7w==', 'fingerprint': 'a1:94:d8:34:9a:98:85:00:1f:6c:16:1b:c5:14:ea:4d', 'user_id': '2169669cc67547a18bf80a0eb08b39b0', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDq1c59Tc3P6OOmoN+i2nhr+hT5ICaDhH1IuWTJBdm05Wwp2JazxKbw\nGG+0yFzAaKCgBwYFK4EEACKhZANiAASAasSTyFvKLgXq9gE0/iZhEMa6SZvMB9q8\nf1dU94Q8pjmT1UWELz1fCCOSZcKZUyb6zOwxrTd8zFvlODCPc9hVKw6eAoMhwQG8\nSGmLE5vQG4kUs5Fwf53JQGTzALF3ge8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '41819311-764e-4aeb-87d5-d0d723d873ff', 'name': 'tempest-securitygroup--731376675', 'stateful': True, 'tenant_id': 'bd90ac6164a645e1829a7c53dc58f906', 'description': 'tempest-description--393561236', 'shared': False, 'security_group_rules': [{'id': 'a0263bb1-6936-4b56-91d7-7f37fdf1e0fd', 'tenant_id': 'bd90ac6164a645e1829a7c53dc58f906', 'security_group_id': '41819311-764e-4aeb-87d5-d0d723d873ff', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 977, 'description': None, 'tags': [], 'created_at': '2023-04-18T18:04:55Z', 'updated_at': '2023-04-18T18:04:55Z', 'revision_number': 0, 'project_id': 'bd90ac6164a645e1829a7c53dc58f906'}, {'id': 'c5904fe9-7e02-420d-b337-7398c05c00ef', 'tenant_id': 'bd90ac6164a645e1829a7c53dc58f906', 'security_group_id': '41819311-764e-4aeb-87d5-d0d723d873ff', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 978, 'description': None, 'tags': [], 'created_at': '2023-04-18T18:04:55Z', 'updated_at': '2023 -04-18T18:04:55Z', 'revision_number': 0, 'project_id': 'bd90ac6164a645e1829a7c53dc58f906'}], 'tags': [], 'created_at': '2023-04-18T18:04:55Z', 'updated_at': '2023-04-18T18:04:55Z', 'revision_number': 1, 'project_id': 'bd90ac6164a645e1829a7c53dc58f906'}, 'floating_ip': {'id': '759224ec-7503-4578-9061-7987d393a4b9', 'tenant_id': 'bd90ac6164a645e1829a7c53dc58f906', 'floating_ip_address': '172.24.4.145', 'floating_network_id': 'c2ff55f8-5a51-4b60-9edc-492850802101', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'bd90ac6164a645e1829a7c53dc58f906', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T18:04:57Z', 'updated_at': '2023-04-18T18:04:57Z', 'revision_number': 0, 'ip': '172.24.4.145'}} 2023-04-18 18:04:58,451 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/compute/v2.1/servers 0.593s 2023-04-18 18:04:58,451 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeShelveTestJSON-server-889912124", "imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "26dbb1c5-e7b6-45d6-803a-31acef317435"}], "security_groups": [{"name": "tempest-securitygroup--731376675"}], "key_name": "tempest-keypair-1760804614", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:04:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/f398c844-cdcb-4e00-9809-4d47ea1e6a30', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff542d5e-92b1-4b4e-a6fc-11277a088781', 'x-compute-request-id': 'req-ff542d5e-92b1-4b4e-a6fc-11277a088781', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "f398c844-cdcb-4e00-9809-4d47ea1e6a30", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f398c844-cdcb-4e00-9809-4d47ea1e6a30"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f398c844-cdcb-4e00-9809-4d47ea1e6a30"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--731376675"}], "adminPass": "password"}}' 2023-04-18 18:04:58,523 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/compute/v2.1/servers/f398c844-cdcb-4e00-9809-4d47ea1e6a30 0.068s 2023-04-18 18:04:58,523 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:04:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1275', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c78a7e5-cd45-4336-9bcb-271c0f23f9d0', 'x-compute-request-id': 'req-5c78a7e5-cd45-4336-9bcb-271c0f23f9d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f398c844-cdcb-4e00-9809-4d47ea1e6a30'} Body: b'{"server": {"id": "f398c844-cdcb-4e00-9809-4d47ea1e6a30", "name": "tempest-AttachVolumeShelveTestJSON-server-889912124", "status": "BUILD", "tenant_id": "bd90ac6164a645e1829a7c53dc58f906", "user_id": "216 9669cc67547a18bf80a0eb08b39b0", "metadata": {}, "hostId": "", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T18:04:58Z", "updated": "2023-04-18T18:04:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f398c844-cdcb-4e00-9809-4d47ea1e6a30"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f398c844-cdcb-4e00-9809-4d47ea1e6a30"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1760804614", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-18 18:05:48,888 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/compute/v2.1/servers/f398c844-cdcb-4e00-9809-4d47ea1e6a30 0.302s 2023-04-18 18:05:48,889 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:05:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1587', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-69009474-f5fe-4c5d-8d6a-ee5f149a4753', 'x-compute-request-id': 'req-69009474-f5fe-4c5d-8d6a-ee5f149a4753', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f398c844-cdcb-4e00-9809-4d47ea1e6a30'} Body: b'{"server": {"id": "f398c844-cdcb-4e00-9809-4d47ea1e6a30", "name": "tempest-AttachVolumeShelveTestJSON-server-889912124", "status": "ACTIVE", "tenant_id": "bd90ac6164a645e1829a7c53dc58f906", "user_id": "2169669cc67547a18bf80a0eb08b39b0", "metadata": {}, "hostId": "e23b2c8405a7037e1301df13619001fb51aae8bcab2fa271a84428b6", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T18:04:58Z", "updated": "2023-04-18T18:05:05Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1271884577-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:cf:0d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f398c844-cdcb-4e00-9809-4d47ea1e6a30"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f398c844-cdcb-4e00-9809-4d47ea1e6a30"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1760804614", "OS-SRV-USG:launched_at": "2023-04-18T18:05:05.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--731376675"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-18 18:05:48,901 79804 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 18:06:49,233 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/compute/v2.1/servers/f 398c844-cdcb-4e00-9809-4d47ea1e6a30/os-interface 0.272s 2023-04-18 18:06:49,233 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:06:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb14563b-912a-49a4-86c1-2e9bde688744', 'x-compute-request-id': 'req-cb14563b-912a-49a4-86c1-2e9bde688744', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f398c844-cdcb-4e00-9809-4d47ea1e6a30/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "26dbb1c5-e7b6-45d6-803a-31acef317435", "port_id": "bdfe9daa-2131-4ff3-9e1f-84a07818c97d", "mac_addr": "fa:16:3e:dc:cf:0d", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "85e5f0a8-cf64-4039-b814-1e4cc57b64ba", "ip_address": "10.0.0.13"}]}]}' 2023-04-18 18:06:50,288 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/759224ec-7503-4578-9061-7987d393a4b9 1.051s 2023-04-18 18:06:50,288 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "bdfe9daa-2131-4ff3-9e1f-84a07818c97d"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-f354eec0-7636-481f-83e7-89e8dc0d1a25', 'date': 'Tue, 18 Apr 2023 18:06:50 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/759224ec-7503-4578-9061-7987d393a4b9'} Body: b'{"floatingip": {"id": "759224ec-7503-4578-9061-7987d393a4b9", "tenant_id": "bd90ac6164a645e1829a7c53dc58f906", "floating_ip_address": "172.24.4.145", "floating_network_id": "c2ff55f8-5a51-4b60-9edc-492850802101", "router_id": "91d9f380-2bcb-4165-880c-0232ad7a6994", "port_id": "bdfe9daa-2131-4ff3-9e1f-84a07818c97d", "fixed_ip_address": "10.0.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "26dbb1c5-e7b6-45d6-803a-31acef317435", "mac_address": "fa:16:3e:dc:cf:0d", "admin_state_up": true, "status": "ACTIVE", "device_id": "f398c844-cdcb-4e00-9809-4d47ea1e6a30", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T18:04:57Z", "updated_at": "2023-04-18T18:06:49Z", "revision_number": 1, "project_id": "bd90ac6164a645e1829a7c53dc58f906"}}' 2023-04-18 18:06:50,290 79804 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.145:22' as 'cirros' with public key authentication 2023-04-18 18:06:50,321 79804 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 18:06:50,342 79804 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 18:06:50,343 79804 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.145 successfully created 2023-04-18 18:06:50,389 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/compute/v2.1/servers/f398c844-cdcb-4e00-9809-4d47ea1e6a30/ips 0.046s 2023-04-18 18:06:50,390 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:06:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '111', 'content-type': 'application/json', 'openstack-api-version': 'comput e 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f84abb9d-a75d-4991-9f6c-d518820b93d6', 'x-compute-request-id': 'req-f84abb9d-a75d-4991-9f6c-d518820b93d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f398c844-cdcb-4e00-9809-4d47ea1e6a30/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-1271884577-network": [{"version": 4, "addr": "10.0.0.13"}]}}' 2023-04-18 18:06:50,684 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/volume/v3/bd90ac6164a645e1829a7c53dc58f906/volumes 0.291s 2023-04-18 18:06:50,684 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-AttachVolumeShelveTestJSON-volume-1190493637"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:06:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e5c0b56-0054-4a18-a479-670233f15bd1', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e5c0b56-0054-4a18-a479-670233f15bd1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/bd90ac6164a645e1829a7c53dc58f906/volumes'} Body: b'{"volume": {"id": "c165012e-c4b0-4c4a-b1df-f8232649d0dd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:06:50.543016", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1190493637", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd90ac6164a645e1829a7c53dc58f906/volumes/c165012e-c4b0-4c4a-b1df-f8232649d0dd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd90ac6164a645e1829a7c53dc58f906/volumes/c165012e-c4b0-4c4a-b1df-f8232649d0dd"}], "user_id": "2169669cc67547a18bf80a0eb08b39b0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 18:06:50,732 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/bd90ac6164a645e1829a7c53dc58f906/volumes/c165012e-c4b0-4c4a-b1df-f8232649d0dd 0.038s 2023-04-18 18:06:50,733 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:06:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45b7a658-6c0b-4a92-8c85-bc27baa4523d', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45b7a658-6c0b-4a92-8c85-bc27baa4523d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd90ac6164a645e1829a7c53dc58f906/volumes/c165012e-c4b0-4c4a-b1df-f8232649d0dd'} Body: b'{"volume": {"id": "c165012e-c4b0-4c4a-b1df-f8232649d0dd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:06:51.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1190493637", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd90ac6164a645e1829a7c53dc58f906/volumes/c165012e-c4b0-4c4a-b1df-f8232649d0dd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd90ac6164a645e1829a7c53dc58f906/volumes/c165012e-c4b0-4c4a-b1df-f8232649d0dd"}], "user_id": "2 169669cc67547a18bf80a0eb08b39b0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd90ac6164a645e1829a7c53dc58f906"}}' 2023-04-18 18:06:51,785 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/bd90ac6164a645e1829a7c53dc58f906/volumes/c165012e-c4b0-4c4a-b1df-f8232649d0dd 0.038s 2023-04-18 18:06:51,786 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:06:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1cd6cdd-6b4e-49cc-ba0b-461d6a072baa', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1cd6cdd-6b4e-49cc-ba0b-461d6a072baa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bd90ac6164a645e1829a7c53dc58f906/volumes/c165012e-c4b0-4c4a-b1df-f8232649d0dd'} Body: b'{"volume": {"id": "c165012e-c4b0-4c4a-b1df-f8232649d0dd", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:06:51.000000", "updated_at": "2023-04-18T18:06:51.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1190493637", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bd90ac6164a645e1829a7c53dc58f906/volumes/c165012e-c4b0-4c4a-b1df-f8232649d0dd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bd90ac6164a645e1829a7c53dc58f906/volumes/c165012e-c4b0-4c4a-b1df-f8232649d0dd"}], "user_id": "2169669cc67547a18bf80a0eb08b39b0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bd90ac6164a645e1829a7c53dc58f906"}}' 2023-04-18 18:06:51,918 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/f398c844-cdcb-4e00-9809-4d47ea1e6a30 0.122s 2023-04-18 18:06:51,919 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:06:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6198bb61-92b6-4309-af41-d592f9eb524a', 'x-compute-request-id': 'req-6198bb61-92b6-4309-af41-d592f9eb524a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f398c844-cdcb-4e00-9809-4d47ea1e6a30'} Body: b'' 2023-04-18 18:06:52,092 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/f398c844-cdcb-4e00-9809-4d47ea1e6a30 0.173s 2023-04-18 18:06:52,092 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:06:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1712', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aaaa3c8d-8d68-436d-8dbd-86c08b29ec52', 'x-compute-request-i d': 'req-aaaa3c8d-8d68-436d-8dbd-86c08b29ec52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f398c844-cdcb-4e00-9809-4d47ea1e6a30'} Body: b'{"server": {"id": "f398c844-cdcb-4e00-9809-4d47ea1e6a30", "name": "tempest-AttachVolumeShelveTestJSON-server-889912124", "status": "ACTIVE", "tenant_id": "bd90ac6164a645e1829a7c53dc58f906", "user_id": "2169669cc67547a18bf80a0eb08b39b0", "metadata": {}, "hostId": "e23b2c8405a7037e1301df13619001fb51aae8bcab2fa271a84428b6", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T18:04:58Z", "updated": "2023-04-18T18:06:52Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1271884577-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:cf:0d"}, {"version": 4, "addr": "172.24.4.145", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:cf:0d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f398c844-cdcb-4e00-9809-4d47ea1e6a30"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f398c844-cdcb-4e00-9809-4d47ea1e6a30"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1760804614", "OS-SRV-USG:launched_at": "2023-04-18T18:05:05.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--731376675"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-18 18:07:42,314 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/f398c844-cdcb-4e00-9809-4d47ea1e6a30 0.158s 2023-04-18 18:07:42,314 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:07:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-f8349651-ce74-4c8d-828c-b30215c73cd6', 'x-compute-request-id': 'req-f8349651-ce74-4c8d-828c-b30215c73cd6', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f398c844-cdcb-4e00-9809-4d47ea1e6a30'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance f398c844-cdcb-4e00-9809-4d47ea1e6a30 could not be found."}}' 2023-04-18 18:07:42,343 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1760804614 0.028s 2023-04-18 18:07:42,343 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:07:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6543cd7c-d290-406d-8657-6815069a524b', 'x-compute-request-id': 'req-6543cd7c-d290-406d-8657-6815069a524b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-ke ypair-1760804614'} Body: b'' 2023-04-18 18:07:42,494 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/41819311-764e-4aeb-87d5-d0d723d873ff 0.150s 2023-04-18 18:07:42,495 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-613f26c2-bb88-489e-85fb-9008083b6c21', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 18:07:42 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/41819311-764e-4aeb-87d5-d0d723d873ff'} Body: b'' 2023-04-18 18:07:42,514 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/41819311-764e-4aeb-87d5-d0d723d873ff 0.018s 2023-04-18 18:07:42,514 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-38fcaa49-16fb-471f-8fc7-6207341fed5f', 'date': 'Tue, 18 Apr 2023 18:07:42 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/41819311-764e-4aeb-87d5-d0d723d873ff'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 41819311-764e-4aeb-87d5-d0d723d873ff does not exist", "detail": ""}}' 2023-04-18 18:07:43,086 79804 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/759224ec-7503-4578-9061-7987d393a4b9 0.571s 2023-04-18 18:07:43,086 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-131c6bb9-733a-442a-833b-c07bd75a91c4', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 18:07:43 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/759224ec-7503-4578-9061-7987d393a4b9'} Body: b'' setUpClass (tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON) --------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_snapshot_quotas_negative.py", line 65, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume dca79304-9f79-424b-b6a7-1ffacdc766fc failed to build and is in ERROR status cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property[id-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_create_from_image.py", line 101, in test_create_from_image_with_volume_type_image_property volume = self.create_volume(**kwargs) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 97, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume a8e3f74e-2994-46fa-84e1-df3dd2c26de5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 18:07:57,766 79804 INFO [tempest.lib.common.rest_client] Request (VolumeAndVolumeTypeFromImageTest:test_create_from_image_with_volume_type_image_property): 200 POST http://10.0.0.210/volume/v3/ed4031f300a94490873000ba25a4a54e/types 0.175s 2023-04-18 18:07:57,767 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume_type": {"name": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "description": "Generic volume_type for test 6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "os-volume-type-access:is_public": true}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:07:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae3d22fc-c269-45b4-b3b8-cef40bf61f0c', 'content-length': '339', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae3d22fc-c269-45b4-b3b8-cef40bf61f0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ed4031f300a94490873000ba25a4a54e/types'} Body: b'{"volume_type": {"id": "a616d7b5-c429-46e2-abff-4a5cae54003b", "name": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": "Generic volume_type for test 6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "os-volume-type-access:is_public": true}}' 2023-04-18 18:07:58,657 79804 INFO [tempest.lib.common.rest_client] Request (VolumeAndVolumeTypeFromImageTest:test_create_from_image_with_volume_type_image_property): 201 POST http://10.0.0.210/image/v2/images 0.887s 2023-04-18 18:07:58,657 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"disk_format": "raw", "container_format": "bare", "name": "image-for-test-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "visibility": "private", "cinder_img_volume_type": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "min_disk": 1} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:07:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '738', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/ff4e5e0a-9abc-4754-a270-530a9ffbe241', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-c4e2f6d0-ac79-4d08-b2da-b0724abb91c4', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"cinder_img_volume_type": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "name": "image-for-test-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "disk_format": "raw", "container_format": "bare", "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 1, "owner": "d9345f2ce6b243c88eafad9e808f3728", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ff4e5e0a-9abc-4754-a270-530a9ffbe241", "created_at": "2023-04-18T18:07:59Z", "updated_at": "2023-04-18T18:07:59Z", "tags": [], "self": "/v2/images/ff4e5e0a-9abc-4754-a270-530a9ffbe241", "file": "/v2/images/ff4e5e0a-9abc-4754-a270-530a9ffbe241/file", "schema": "/v2/schemas/image"}' 2023-04-18 18:07:59,837 79804 INFO [tempest.lib.common.rest_client] Request (VolumeAndVolumeTypeFromImageTest:test_create_from_image_with_volume_type_image_property): 204 PUT http://10.0.0.210/image/v2/images/ff4e5e0a-9abc-4754-a270-530a9ffbe241/file 1.177s 2023-04-18 18:07:59,837 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 18:07:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': ' text/html; charset=UTF-8', 'x-openstack-request-id': 'req-b9d44a3a-157b-4327-9bbc-190917d3162d', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/ff4e5e0a-9abc-4754-a270-530a9ffbe241/file'} Body: b'' 2023-04-18 18:07:59,856 79804 INFO [tempest.lib.common.rest_client] Request (VolumeAndVolumeTypeFromImageTest:test_create_from_image_with_volume_type_image_property): 200 GET http://10.0.0.210/image/v2/images/ff4e5e0a-9abc-4754-a270-530a9ffbe241 0.018s 2023-04-18 18:07:59,856 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:07:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-1c81f4fc-0f56-4194-9244-26c763e9b5af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ff4e5e0a-9abc-4754-a270-530a9ffbe241'} Body: b'{"cinder_img_volume_type": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "name": "image-for-test-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "disk_format": "raw", "container_format": "bare", "visibility": "private", "size": 1024, "virtual_size": 1024, "status": "active", "checksum": "395d51dc66ea9459e8cb9aa744201e19", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "d9345f2ce6b243c88eafad9e808f3728", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "43d04c9d8566cc7a26c5196cf19068994e00e1d6130bdad5f26fea3723ff3e3c69320c37c71b6320cade5f6023bf66d6d317b1cd8099a5bf74ae6167d825e75d", "id": "ff4e5e0a-9abc-4754-a270-530a9ffbe241", "created_at": "2023-04-18T18:07:59Z", "updated_at": "2023-04-18T18:08:00Z", "tags": [], "self": "/v2/images/ff4e5e0a-9abc-4754-a270-530a9ffbe241", "file": "/v2/images/ff4e5e0a-9abc-4754-a270-530a9ffbe241/file", "schema": "/v2/schemas/image"}' 2023-04-18 18:07:59,884 79804 INFO [tempest.lib.common.rest_client] Request (VolumeAndVolumeTypeFromImageTest:test_create_from_image_with_volume_type_image_property): 200 GET http://10.0.0.210/image/v2/images/ff4e5e0a-9abc-4754-a270-530a9ffbe241 0.026s 2023-04-18 18:07:59,884 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:07:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-6fc4e411-c4e7-47af-9f30-d9f2418deb35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ff4e5e0a-9abc-4754-a270-530a9ffbe241'} Body: b'{"cinder_img_volume_type": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "name": "image-for-test-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "disk_format": "raw", "container_format": "bare", "visibility": "private", "size": 1024, "virtual_size": 1024, "status": "active", "checksum": "395d51dc66ea9459e8cb9aa744201e19", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "d9345f2ce6b243c88eafad9e808f3728", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "43d04c9d8566cc7a26c5196cf19068994e00e1d6130bdad5f26fea3723ff3e3c69320c37c71b6320cade5f6023bf66d6d317b1cd8099a5bf74ae6167d825e75d", "id": "ff4e5e0a-9abc-4754-a270-530a9ffbe241", "created_at": "2023-04-18T18:07:59Z", "updated_at": "2023-04-18T18:08:00Z", "tags": [], "self": "/v2/images/ff4e5e0a-9abc-4754-a270-530a9ffbe241", "file": "/v2/images/ff4e5e0a-9abc-4754-a270-530a9ffbe241/file", "schema": "/v2/schemas/image"}' 2023-04-18 18:07:59,908 79804 INFO [tempest.lib.common.rest_client] Request (VolumeAndVolumeTypeFromImageTest:test_create_from_image_with_volume_type_image_property): 200 GET http://10.0.0.210/image/v2/images/ff4e5e0a-9abc-4754-a270-530a9ffbe241 0.023s 2023-04-18 18:07:59,908 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {' Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:07:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-1095459e-13a8-4fe5-9861-46046e2f2f1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ff4e5e0a-9abc-4754-a270-530a9ffbe241'} Body: b'{"cinder_img_volume_type": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "name": "image-for-test-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "disk_format": "raw", "container_format": "bare", "visibility": "private", "size": 1024, "virtual_size": 1024, "status": "active", "checksum": "395d51dc66ea9459e8cb9aa744201e19", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "d9345f2ce6b243c88eafad9e808f3728", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "43d04c9d8566cc7a26c5196cf19068994e00e1d6130bdad5f26fea3723ff3e3c69320c37c71b6320cade5f6023bf66d6d317b1cd8099a5bf74ae6167d825e75d", "id": "ff4e5e0a-9abc-4754-a270-530a9ffbe241", "created_at": "2023-04-18T18:07:59Z", "updated_at": "2023-04-18T18:08:00Z", "tags": [], "self": "/v2/images/ff4e5e0a-9abc-4754-a270-530a9ffbe241", "file": "/v2/images/ff4e5e0a-9abc-4754-a270-530a9ffbe241/file", "schema": "/v2/schemas/image"}' 2023-04-18 18:08:00,431 79804 INFO [tempest.lib.common.rest_client] Request (VolumeAndVolumeTypeFromImageTest:test_create_from_image_with_volume_type_image_property): 202 POST http://10.0.0.210/volume/v3/d9345f2ce6b243c88eafad9e808f3728/volumes 0.522s 2023-04-18 18:08:00,432 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "volume-for-test-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "imageRef": "ff4e5e0a-9abc-4754-a270-530a9ffbe241", "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:07:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd8360f7-8eea-450b-829d-578898f1bdff', 'content-length': '862', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd8360f7-8eea-450b-829d-578898f1bdff', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d9345f2ce6b243c88eafad9e808f3728/volumes'} Body: b'{"volume": {"id": "a8e3f74e-2994-46fa-84e1-df3dd2c26de5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:08:00.272175", "updated_at": null, "name": "volume-for-test-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "description": null, "volume_type": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d9345f2ce6b243c88eafad9e808f3728/volumes/a8e3f74e-2994-46fa-84e1-df3dd2c26de5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d9345f2ce6b243c88eafad9e808f3728/volumes/a8e3f74e-2994-46fa-84e1-df3dd2c26de5"}], "user_id": "88cb4bf3580444c08f3dcb9eaeb0befd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 18:08:00,488 79804 INFO [tempest.lib.common.rest_client] Request (VolumeAndVolumeTypeFromImageTest:test_create_from_image_with_volume_type_image_property): 200 GET http://10.0.0.210/volume/v3/d9345f2ce6b243c88eafad9e808f3728/volumes/a8e3f74e-2994-46fa-84e1-df3dd2c26de5 0.046s 2023-04-18 18:08:00,488 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:08:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08e93f5b-c1bc-4f4a-8962-1c22bf86a889', 'content-lengt h': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08e93f5b-c1bc-4f4a-8962-1c22bf86a889', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d9345f2ce6b243c88eafad9e808f3728/volumes/a8e3f74e-2994-46fa-84e1-df3dd2c26de5'} Body: b'{"volume": {"id": "a8e3f74e-2994-46fa-84e1-df3dd2c26de5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:08:00.000000", "updated_at": null, "name": "volume-for-test-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "description": null, "volume_type": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d9345f2ce6b243c88eafad9e808f3728/volumes/a8e3f74e-2994-46fa-84e1-df3dd2c26de5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d9345f2ce6b243c88eafad9e808f3728/volumes/a8e3f74e-2994-46fa-84e1-df3dd2c26de5"}], "user_id": "88cb4bf3580444c08f3dcb9eaeb0befd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d9345f2ce6b243c88eafad9e808f3728"}}' 2023-04-18 18:08:01,539 79804 INFO [tempest.lib.common.rest_client] Request (VolumeAndVolumeTypeFromImageTest:test_create_from_image_with_volume_type_image_property): 200 GET http://10.0.0.210/volume/v3/d9345f2ce6b243c88eafad9e808f3728/volumes/a8e3f74e-2994-46fa-84e1-df3dd2c26de5 0.039s 2023-04-18 18:08:01,540 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:08:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebbb3046-0f7f-4fb0-95f9-f45ff6be2789', 'content-length': '951', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebbb3046-0f7f-4fb0-95f9-f45ff6be2789', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d9345f2ce6b243c88eafad9e808f3728/volumes/a8e3f74e-2994-46fa-84e1-df3dd2c26de5'} Body: b'{"volume": {"id": "a8e3f74e-2994-46fa-84e1-df3dd2c26de5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:08:00.000000", "updated_at": "2023-04-18T18:08:00.000000", "name": "volume-for-test-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "description": null, "volume_type": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d9345f2ce6b243c88eafad9e808f3728/volumes/a8e3f74e-2994-46fa-84e1-df3dd2c26de5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d9345f2ce6b243c88eafad9e808f3728/volumes/a8e3f74e-2994-46fa-84e1-df3dd2c26de5"}], "user_id": "88cb4bf3580444c08f3dcb9eaeb0befd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d9345f2ce6b243c88eafad9e808f3728"}}' cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558] --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_multiple_volume_from_resource.py", line 51, in test_create_multiple_volume_from_source_volume volume = self.create_volume() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 97, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 9c1ed842-a8fc-4761-8a9d-e046d8f463b4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 18:08:04,453 79804 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 202 POST http://10.0.0.210/volume/v3/e78875f850d14514b918c01c08f7f27e/volumes 0.327s 2023-04-18 18:08:04,453 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1640292129"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:08:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5c5f01b-e8b7-4341-a73b-700beb30d943', 'content-length': '831', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5c5f01b-e8b7-4341-a73b-700beb30d943', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e78875f850d14514b918c01c08f7f27e/volumes'} Body: b'{"volume": {"id": "9c1ed842-a8fc-4761-8a9d-e046d8f463b4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:08:04.396150", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1640292129", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e78875f850d14514b918c01c08f7f27e/volumes/9c1ed842-a8fc-4761-8a9d-e046d8f463b4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e78875f850d14514b918c01c08f7f27e/volumes/9c1ed842-a8fc-4761-8a9d-e046d8f463b4"}], "user_id": "4243df86687f4b909a9630211d6f9ed9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 18:08:04,543 79804 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 200 GET http://10.0.0.210/volume/v3/e78875f850d14514b918c01c08f7f27e/volumes/9c1ed842-a8fc-4761-8a9d-e046d8f463b4 0.081s 2023-04-18 18:08:04,544 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:08:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d53d50b0-cabc-4a7f-8aa5-8609640719b2', 'content-length': '899', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d53d50b0-cabc-4a7f-8aa5-8609640719b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e78875f850d14514b918c01c08f7f27e/volumes/9c1ed842-a8fc-4761-8a9d-e046d8f463b4'} Body: b'{"volume": {"id": "9c1ed842-a8fc-4761-8a9d-e046d8f463b4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:08:04.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1640292129", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e78875f850d14514b918c01c08f7f27e/volumes/9c1ed842-a8fc-4761-8a9d-e046d8f463b4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e78875f850d14514b918c01c08f7f27e/volumes/9c1ed842-a8fc-4761-8a9d-e046d8f463b4"}], "user_id": "4243df86687f4b909a9630211d6f9ed9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e78875f850d14514b918c01c08f7f27e"}}' 2023-04-18 18:08:05,610 79804 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 200 GET http://10.0.0.210/volume/v3/e78875f850d14514b918c01c08f7f27e/volumes/9c1ed8 42-a8fc-4761-8a9d-e046d8f463b4 0.052s 2023-04-18 18:08:05,610 79804 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:08:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3725b924-739e-432e-90e6-f18ab5c5f659', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3725b924-739e-432e-90e6-f18ab5c5f659', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e78875f850d14514b918c01c08f7f27e/volumes/9c1ed842-a8fc-4761-8a9d-e046d8f463b4'} Body: b'{"volume": {"id": "9c1ed842-a8fc-4761-8a9d-e046d8f463b4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:08:04.000000", "updated_at": "2023-04-18T18:08:05.000000", "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1640292129", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e78875f850d14514b918c01c08f7f27e/volumes/9c1ed842-a8fc-4761-8a9d-e046d8f463b4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e78875f850d14514b918c01c08f7f27e/volumes/9c1ed842-a8fc-4761-8a9d-e046d8f463b4"}], "user_id": "4243df86687f4b909a9630211d6f9ed9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e78875f850d14514b918c01c08f7f27e"}}' tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative] -------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 32, in test_delete_attached_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 01c02f07-425e-4884-88ce-490feb69d51a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 18:07:39,345 79798 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 18:07:39,345 79798 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 18:07:39,442 79798 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.094s 2023-04-18 18:07:39,442 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1830016687", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBO3/k9C36KItoEzkjnUZ+oB22s2VV8TMYBjJmAXJBB8K+NNX9oYKSuehKbgqCLe/9sgQxi0BHAesXHDPcW605am15JLlOuzdCtwNPNIg9/cAs6z9cHC1s99M0QUIaJ+D8g=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:07:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20021a89-9bec-46c6-9738-705d6fd64208', 'x-compute-request-id': 'req-20021a89-9bec-46c6-9738-705d6fd64208', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1830016687", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBO3/k9C36KItoEzkjnUZ+oB22s2VV8TMYBjJmAXJBB8K+NNX9oYKSuehKbgqCLe/9sgQxi0BHAesXHDPcW605am15JLlOuzdCtwNPNIg9/cAs6z9cHC1s99M0QUIaJ+D8g==", "fingerprint": "36:69:bb:01:54:bb:60:22:dc:c6:8e:4f:1a:56:29:2b", "user_id": "3da8052dbf914e1cb2ee508d2bb21bd7"}}' 2023-04-18 18:07:39,444 79798 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1830016687 created 2023-04-18 18:07:39,612 79798 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.167s 2023-04-18 18:07:39,612 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1441484129", "description": "tempest-description--1157238491"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1599', 'x-openstack-request-id': 'req-85d1db0b-69e3-42f9-bb72-fbc549bfdaf2', 'date': 'Tue, 18 Apr 2023 18:07:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "3e9e9ea9-f109-4de8-acca-016743f3c066", "name": "tempest-securitygroup--1441484129", "stateful": true, "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "description": "tempest-description--1157238491", "shared": false, "security_group_rules": [{"id": "1b7e3c13-73c0-429e-9c5e-92c32c5f1159", "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "security_group_id": "3e9e9ea9-f109-4de8-acca-016743f3c066", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 1027, "description": null, "tags": [], "created_at": "2023-04-18T18:07:39Z", "updated_at": "2023-04-18T18:07:39Z", "revision_number": 0, "project_id": "26fc84542bc54be0b4ed144b4bd80820"}, {"id": "68b3c7f2-f4fa-4182-8635-566ed668c321", "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "security_group_id": "3e9e9ea9-f109-4de8-acca-016743f3c066", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "n ormalized_cidr": null, "remote_group_id": null, "standard_attr_id": 1026, "description": null, "tags": [], "created_at": "2023-04-18T18:07:39Z", "updated_at": "2023-04-18T18:07:39Z", "revision_number": 0, "project_id": "26fc84542bc54be0b4ed144b4bd80820"}], "tags": [], "created_at": "2023-04-18T18:07:39Z", "updated_at": "2023-04-18T18:07:39Z", "revision_number": 1, "project_id": "26fc84542bc54be0b4ed144b4bd80820"}}' 2023-04-18 18:07:39,774 79798 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.161s 2023-04-18 18:07:39,774 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "3e9e9ea9-f109-4de8-acca-016743f3c066", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-d52865dd-7610-48b2-9494-27d9a2dc4a8d', 'date': 'Tue, 18 Apr 2023 18:07:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4005f608-0ac7-4bfd-9c0b-9792d71595a4", "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "security_group_id": "3e9e9ea9-f109-4de8-acca-016743f3c066", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T18:07:39Z", "updated_at": "2023-04-18T18:07:39Z", "revision_number": 0, "project_id": "26fc84542bc54be0b4ed144b4bd80820"}}' 2023-04-18 18:07:40,009 79798 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.234s 2023-04-18 18:07:40,009 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "3e9e9ea9-f109-4de8-acca-016743f3c066", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-98f3d269-deb8-40ce-af72-cb2ec2ce1fbc', 'date': 'Tue, 18 Apr 2023 18:07:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "73c1e539-47d3-4a5b-b90b-98edd35d65f6", "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "security_group_id": "3e9e9ea9-f109-4de8-acca-016743f3c066", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-18T18:07:39Z", "updated_at": "2023-04-18T18:07:39Z", "revision_number": 0, "project_id": "26fc84542bc54be0b4ed144b4bd80820"}}' 2023-04-18 18:07:40,009 79798 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1441484129 created 2023-04-18 18:07:40,866 79798 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.856s 2023-04-18 18:07:40,866 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "c2ff55f8-5a51-4b60-9edc-492850802101"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527 ', 'x-openstack-request-id': 'req-8acc66c0-c918-4df4-8d77-5aab166e8ef9', 'date': 'Tue, 18 Apr 2023 18:07:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "4c1cd326-aa32-4777-82eb-87b7ff7c8070", "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "floating_ip_address": "172.24.4.45", "floating_network_id": "c2ff55f8-5a51-4b60-9edc-492850802101", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "26fc84542bc54be0b4ed144b4bd80820", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T18:07:40Z", "updated_at": "2023-04-18T18:07:40Z", "revision_number": 0}}' 2023-04-18 18:07:40,866 79798 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '4c1cd326-aa32-4777-82eb-87b7ff7c8070', 'tenant_id': '26fc84542bc54be0b4ed144b4bd80820', 'floating_ip_address': '172.24.4.45', 'floating_network_id': 'c2ff55f8-5a51-4b60-9edc-492850802101', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '26fc84542bc54be0b4ed144b4bd80820', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T18:07:40Z', 'updated_at': '2023-04-18T18:07:40Z', 'revision_number': 0, 'ip': '172.24.4.45'} created 2023-04-18 18:07:40,905 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.033s 2023-04-18 18:07:40,905 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 18:07:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2821', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-12fad9ef-2834-4411-8fd2-da8cf7a81f66', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "3da8052dbf914e1cb2ee508d2bb21bd7", "name": "tempest-AttachVolumeNegativeTest-1338292293-project-member", "password_expires_at": null}, "audit_ids": ["U-wzFemiSpGIFnVIPhhaFg"], "expires_at": "2023-04-18T19:07:40.000000Z", "issued_at": "2023-04-18T18:07:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "26fc84542bc54be0b4ed144b4bd80820", "name": "tempest-AttachVolumeNegativeTest-1338292293"}, "is_domain": false, "roles": [{"id": "762b079e91ba4ddbacceb1546eb3e74b", "name": "member"}, {"id": "807c7b6962e34127851a8fd52e276165", "name": "reader"}], "catalog": [{"endpoints": [{"id": "e52ae3082fbf4a328ade93bc969dfa86", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "166e820cb0ca4a089aa9254384c06e53", "type": "image", "name": "glance"}, {"endpoints": [{"id": "f150521060f741f784e55058e10c303b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "1c8e6022cdfd4e9eb0fc68323e0cac02", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9c29a67948cb4cc48fd15a0431fe7a64", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed144b4bd80820", "region": "RegionOne"}], "id": "2cacf9cd2898416aa34b0c96d297137a", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "065cb3b15cfa48a89cd4a0610ca051f6", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "334844b10d614b7693449511937eb5fa", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "42d5039ab31f496ebe06b2ab79621342", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/26fc84542b c54be0b4ed144b4bd80820", "region": "RegionOne"}], "id": "39da698ec5564e8180fd91a7bbf41b0f", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "730244346eb743c5833aedad51c363d0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/26fc84542bc54be0b4ed144b4bd80820", "region": "RegionOne"}], "id": "5bcb3497a89a4dd8ae0ef4ff16e2f813", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "9e3ae159bccb449fb431409ede0cbbd8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "63801c39cce14ff588071cf5a2486448", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "bb0997ca4d744ef88ab11be55b02192c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "aceec1d3ad2d4c5da6a7ca57bbfb3a51", "type": "identity", "name": "keystone"}]}}' 2023-04-18 18:07:40,906 79798 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': '56ee566b-b65a-4747-a0ad-917fef191e6f', 'name': 'tempest-AttachVolumeNegativeTest-1988541008-network', 'tenant_id': '26fc84542bc54be0b4ed144b4bd80820', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '26fc84542bc54be0b4ed144b4bd80820', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 7801, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T18:01:56Z', 'updated_at': '2023-04-18T18:01:56Z', 'revision_number': 1} available for tenant 2023-04-18 18:07:40,906 79798 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1830016687', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBO3/k9C36KItoEzkjnUZ+oB22s2VV8TMYBjJmAXJBB8K+NNX9oYKSuehKbgqCLe/9sgQxi0BHAesXHDPcW605am15JLlOuzdCtwNPNIg9/cAs6z9cHC1s99M0QUIaJ+D8g==', 'fingerprint': '36:69:bb:01:54:bb:60:22:dc:c6:8e:4f:1a:56:29:2b', 'user_id': '3da8052dbf914e1cb2ee508d2bb21bd7', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDof9KsI6qlZRWnwdHGMh1x9faWyu0jtDlavGNCJxLQt3S8juy1fpUQ\nk/xwobbx/vygBwYFK4EEACKhZANiAATt/5PQt+iiLaBM5I51GfqAdtrNlVfEzGAY\nyZgFyQQfCvjTV/aGCkrnoSm4Kgi3v/bIEMYtARwHrFxwz3FutOWpteSS5Trs3Qrc\nDTzSIPf3ALOs/XBwtbPfTNEFCGifg/I=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '3e9e9ea9-f109-4de8-acca-016743f3c066', 'name': 'tempest-securitygroup--1441484129', 'stateful': True, 'tenant_id': '26fc84542bc54be0b4ed144b4bd80820', 'description': 'tempest-description--1157238491', 'shared': False, 'security_group_rules': [{'id': '1b7e3c13-73c0-429e-9c5e-92c32c5f1159', 'tenant_id': '26fc84542bc54be0b4ed144b4bd80820', 'security_group_id': '3e9e9ea9-f109-4de8-acca-016743f3c066', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 1027, 'description': None, 'tags': [], 'created_at': '2023-04-18T18:07:39Z', 'updated_at': '2023-04-18T18:07:39Z', 'revision_number': 0, 'project_id': '26fc84542bc54be0b4ed144b4bd80820'}, {'id': '68b3c7f2-f4fa-4182-8635-566ed668c321', 'tenant_id': '26fc84542bc54be0b4ed144b4bd80820', 'security_group_id': '3e9e9ea9-f109-4de8-acca-016743f3c066', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 1026, 'description': None, 'tags': [], 'created_at': '2023-04-18T18:07:39Z', 'updated_at': '2023-04-18T18:07:39Z', 'revision_number': 0, 'project_id': '26fc84542bc54be0b4ed144b4bd80820'}], 'tags': [], 'cre ated_at': '2023-04-18T18:07:39Z', 'updated_at': '2023-04-18T18:07:39Z', 'revision_number': 1, 'project_id': '26fc84542bc54be0b4ed144b4bd80820'}, 'floating_ip': {'id': '4c1cd326-aa32-4777-82eb-87b7ff7c8070', 'tenant_id': '26fc84542bc54be0b4ed144b4bd80820', 'floating_ip_address': '172.24.4.45', 'floating_network_id': 'c2ff55f8-5a51-4b60-9edc-492850802101', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '26fc84542bc54be0b4ed144b4bd80820', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T18:07:40Z', 'updated_at': '2023-04-18T18:07:40Z', 'revision_number': 0, 'ip': '172.24.4.45'}} 2023-04-18 18:07:42,042 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 1.134s 2023-04-18 18:07:42,042 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1483130823", "imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "56ee566b-b65a-4747-a0ad-917fef191e6f"}], "security_groups": [{"name": "tempest-securitygroup--1441484129"}], "key_name": "tempest-keypair-1830016687", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:07:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/53dc81c9-cf77-4b0b-9b90-b9ceb7ea47e8', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d473918a-ae3d-4273-8b77-6aab2d285d9a', 'x-compute-request-id': 'req-d473918a-ae3d-4273-8b77-6aab2d285d9a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "53dc81c9-cf77-4b0b-9b90-b9ceb7ea47e8", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/53dc81c9-cf77-4b0b-9b90-b9ceb7ea47e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/53dc81c9-cf77-4b0b-9b90-b9ceb7ea47e8"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1441484129"}], "adminPass": "password"}}' 2023-04-18 18:07:42,125 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/53dc81c9-cf77-4b0b-9b90-b9ceb7ea47e8 0.078s 2023-04-18 18:07:42,125 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:07:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1236', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-53cad5bc-fda4-42ee-9cfe-29893ea27225', 'x-compute-request-id': 'req-53cad5bc-fda4-42ee-9cfe-29893ea27225', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/53dc81c9-cf77-4b0b-9b90-b9ceb7ea47e8'} Body: b'{"server": {"id": "53dc81c9-cf77-4b0b-9b90-b9ceb7ea47e8", "name": "tempest-AttachVolumeNegativeTest-server-1483130823", "status": "BUILD", "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "user_id": "3da8052dbf914e1cb2ee508d2bb21bd7", "metadata": {}, "hostId": "", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, " flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T18:07:42Z", "updated": "2023-04-18T18:07:42Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/53dc81c9-cf77-4b0b-9b90-b9ceb7ea47e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/53dc81c9-cf77-4b0b-9b90-b9ceb7ea47e8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1830016687", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 18:08:32,634 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/53dc81c9-cf77-4b0b-9b90-b9ceb7ea47e8 0.476s 2023-04-18 18:08:32,634 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:08:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1546', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7d22645b-7596-43cb-86fb-174d1532f1be', 'x-compute-request-id': 'req-7d22645b-7596-43cb-86fb-174d1532f1be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/53dc81c9-cf77-4b0b-9b90-b9ceb7ea47e8'} Body: b'{"server": {"id": "53dc81c9-cf77-4b0b-9b90-b9ceb7ea47e8", "name": "tempest-AttachVolumeNegativeTest-server-1483130823", "status": "ACTIVE", "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "user_id": "3da8052dbf914e1cb2ee508d2bb21bd7", "metadata": {}, "hostId": "82041ceec927b09e35c0175cee4fa62850758b89f71909d3fa6d0bae", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T18:07:42Z", "updated": "2023-04-18T18:07:49Z", "addresses": {"tempest-AttachVolumeNegativeTest-1988541008-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:b5:d8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/53dc81c9-cf77-4b0b-9b90-b9ceb7ea47e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/53dc81c9-cf77-4b0b-9b90-b9ceb7ea47e8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1830016687", "OS-SRV-USG:launched_at": "2023-04-18T18:07:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1441484129"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 18:08:32,646 79798 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 18:09:33,006 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/53dc81c9-cf77-4b0b-9b90-b9ceb7ea47e8/os-interface 0.298s 2023-04-18 18:09:33,006 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:09:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'co ntent-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-99062667-2b98-47d7-bee9-0ff64863da71', 'x-compute-request-id': 'req-99062667-2b98-47d7-bee9-0ff64863da71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/53dc81c9-cf77-4b0b-9b90-b9ceb7ea47e8/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "56ee566b-b65a-4747-a0ad-917fef191e6f", "port_id": "aa02f149-eeba-4e5d-bbc4-5f67142b4e60", "mac_addr": "fa:16:3e:d1:b5:d8", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "8948ec2f-32a5-4b34-b674-0709a73fc228", "ip_address": "10.0.0.4"}]}]}' 2023-04-18 18:09:33,771 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/4c1cd326-aa32-4777-82eb-87b7ff7c8070 0.761s 2023-04-18 18:09:33,772 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "aa02f149-eeba-4e5d-bbc4-5f67142b4e60"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-32f4e506-c30f-403a-b5bb-dbd9558bf02c', 'date': 'Tue, 18 Apr 2023 18:09:33 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/4c1cd326-aa32-4777-82eb-87b7ff7c8070'} Body: b'{"floatingip": {"id": "4c1cd326-aa32-4777-82eb-87b7ff7c8070", "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "floating_ip_address": "172.24.4.45", "floating_network_id": "c2ff55f8-5a51-4b60-9edc-492850802101", "router_id": "3db043c3-4ff5-456d-958d-d809f9b0c6cf", "port_id": "aa02f149-eeba-4e5d-bbc4-5f67142b4e60", "fixed_ip_address": "10.0.0.4", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "56ee566b-b65a-4747-a0ad-917fef191e6f", "mac_address": "fa:16:3e:d1:b5:d8", "admin_state_up": true, "status": "ACTIVE", "device_id": "53dc81c9-cf77-4b0b-9b90-b9ceb7ea47e8", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T18:07:40Z", "updated_at": "2023-04-18T18:09:33Z", "revision_number": 1, "project_id": "26fc84542bc54be0b4ed144b4bd80820"}}' 2023-04-18 18:09:33,773 79798 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.45:22' as 'cirros' with public key authentication 2023-04-18 18:09:33,824 79798 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 18:09:33,846 79798 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 18:09:33,846 79798 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.45 successfully created 2023-04-18 18:09:33,900 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/53dc81c9-cf77-4b0b-9b90-b9ceb7ea47e8/ips 0.053s 2023-04-18 18:09:33,900 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:09:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '108', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d68e5e28-3c3b-4fe6-9380-bdc7bfe47785', 'x-compute-request-id': 'req-d68e5e28-3c3b-4fe6-9380-bdc7bfe47785', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/53dc81c9-cf77-4b0b-9b90-b9ceb7ea47e8/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-1988541008-network": [{"version": 4, "addr": "10.0.0.4"}]}}' 2 023-04-18 18:09:34,087 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed144b4bd80820/volumes 0.182s 2023-04-18 18:09:34,087 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-AttachVolumeNegativeTest-volume-363686436"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:09:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20307f36-bef0-4000-8bb4-5d86af1cf6f8', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20307f36-bef0-4000-8bb4-5d86af1cf6f8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed144b4bd80820/volumes'} Body: b'{"volume": {"id": "01c02f07-425e-4884-88ce-490feb69d51a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:09:34.031147", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-363686436", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed144b4bd80820/volumes/01c02f07-425e-4884-88ce-490feb69d51a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/26fc84542bc54be0b4ed144b4bd80820/volumes/01c02f07-425e-4884-88ce-490feb69d51a"}], "user_id": "3da8052dbf914e1cb2ee508d2bb21bd7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 18:09:34,148 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed144b4bd80820/volumes/01c02f07-425e-4884-88ce-490feb69d51a 0.042s 2023-04-18 18:09:34,148 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:09:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb39e0d1-7c9c-48ad-8366-a3894093a810', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb39e0d1-7c9c-48ad-8366-a3894093a810', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed144b4bd80820/volumes/01c02f07-425e-4884-88ce-490feb69d51a'} Body: b'{"volume": {"id": "01c02f07-425e-4884-88ce-490feb69d51a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:09:34.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-363686436", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed144b4bd80820/volumes/01c02f07-425e-4884-88ce-490feb69d51a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/26fc84542bc54be0b4ed144b4bd80820/volumes/01c02f07-425e-4884-88ce-490feb69d51a"}], "user_id": "3da8052dbf914e1cb2ee508d2bb21bd7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "26fc84542bc54be0b4ed144b4bd80820"}}' 2023-04-18 18:09:35,204 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed144b4bd80820/volumes/01c02f07-425e-4884-88ce-490feb69d51a 0.042s 2023-04-18 18:09:35,204 79798 DEBUG [tempest.lib.common.rest_clien t] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:09:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f355259d-603b-4158-b01d-1fd47db80d52', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f355259d-603b-4158-b01d-1fd47db80d52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed144b4bd80820/volumes/01c02f07-425e-4884-88ce-490feb69d51a'} Body: b'{"volume": {"id": "01c02f07-425e-4884-88ce-490feb69d51a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:09:34.000000", "updated_at": "2023-04-18T18:09:34.000000", "name": "tempest-AttachVolumeNegativeTest-volume-363686436", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/26fc84542bc54be0b4ed144b4bd80820/volumes/01c02f07-425e-4884-88ce-490feb69d51a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/26fc84542bc54be0b4ed144b4bd80820/volumes/01c02f07-425e-4884-88ce-490feb69d51a"}], "user_id": "3da8052dbf914e1cb2ee508d2bb21bd7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "26fc84542bc54be0b4ed144b4bd80820"}}' 2023-04-18 18:09:35,346 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/53dc81c9-cf77-4b0b-9b90-b9ceb7ea47e8 0.130s 2023-04-18 18:09:35,347 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:09:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-599975b5-ce9b-4526-9f89-e44e6b85e937', 'x-compute-request-id': 'req-599975b5-ce9b-4526-9f89-e44e6b85e937', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/53dc81c9-cf77-4b0b-9b90-b9ceb7ea47e8'} Body: b'' 2023-04-18 18:09:35,632 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/53dc81c9-cf77-4b0b-9b90-b9ceb7ea47e8 0.285s 2023-04-18 18:09:35,632 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:09:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1670', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1da9ffd9-f09b-42ee-afeb-dfadc3d393c4', 'x-compute-request-id': 'req-1da9ffd9-f09b-42ee-afeb-dfadc3d393c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/53dc81c9-cf77-4b0b-9b90-b9ceb7ea47e8'} Body: b'{"server": {"id": "53dc81c9-cf77-4b0b-9b90-b9ceb7ea47e8", "name": "tempest-AttachVolumeNegativeTest-server-1483130823", "status": "ACTIVE", "tenant_id": "26fc84542bc54be0b4ed144b4bd80820", "user_id": "3da8052dbf914e1cb2ee508d2bb21bd7", "metadata": {}, "hostId": "82041ceec927b09e35c0175cee4fa62850758b89f71909d3fa6d0bae", "image": {"id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/282872e1-d44a-4a3c-af6c-9d 97bb9a2b33"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T18:07:42Z", "updated": "2023-04-18T18:09:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-1988541008-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:b5:d8"}, {"version": 4, "addr": "172.24.4.45", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:b5:d8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/53dc81c9-cf77-4b0b-9b90-b9ceb7ea47e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/53dc81c9-cf77-4b0b-9b90-b9ceb7ea47e8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1830016687", "OS-SRV-USG:launched_at": "2023-04-18T18:07:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1441484129"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-18 18:10:25,739 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/53dc81c9-cf77-4b0b-9b90-b9ceb7ea47e8 0.044s 2023-04-18 18:10:25,740 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:10:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-9bf565c0-40b8-4357-8934-c2e759d8096a', 'x-compute-request-id': 'req-9bf565c0-40b8-4357-8934-c2e759d8096a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/53dc81c9-cf77-4b0b-9b90-b9ceb7ea47e8'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 53dc81c9-cf77-4b0b-9b90-b9ceb7ea47e8 could not be found."}}' 2023-04-18 18:10:25,810 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1830016687 0.069s 2023-04-18 18:10:25,811 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:10:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-856e90e7-6861-4e6d-9bf1-4e41fb44271f', 'x-compute-request-id': 'req-856e90e7-6861-4e6d-9bf1-4e41fb44271f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1830016687'} Body: b'' 2023-04-18 18:10:26,018 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/3e9e9ea9-f109-4de8-acca-016743f3c066 0.206s 2023-04-18 18:10:26,019 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-6d8e878b-4549-4409-b5fd-6c1b4c33bba4', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 18:10:26 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/3e9e9ea9-f109-4de8-acca-016743f3c066 '} Body: b'' 2023-04-18 18:10:26,074 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/3e9e9ea9-f109-4de8-acca-016743f3c066 0.054s 2023-04-18 18:10:26,074 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-95e180bd-49b0-4c74-9116-e880aad67349', 'date': 'Tue, 18 Apr 2023 18:10:26 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/3e9e9ea9-f109-4de8-acca-016743f3c066'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 3e9e9ea9-f109-4de8-acca-016743f3c066 does not exist", "detail": ""}}' 2023-04-18 18:10:26,603 79798 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/4c1cd326-aa32-4777-82eb-87b7ff7c8070 0.528s 2023-04-18 18:10:26,603 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-bf49e33d-8a44-4994-89e2-47b540ffb088', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 18:10:26 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/4c1cd326-aa32-4777-82eb-87b7ff7c8070'} Body: b'' tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete[id-f10f25eb-9775-4d9d-9cbe-1cf54dae9d5f] -------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_volumes_get.py", line 53, in test_volume_create_get_delete volume = self.create_volume(size=CONF.volume.volume_size, File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d79b40cd-6678-4214-bc78-f9df6392e3c0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 18:10:32,103 79798 INFO [tempest.lib.common.rest_client] Request (VolumesGetTestJSON:test_volume_create_get_delete): 200 POST http://10.0.0.210/compute/v2.1/os-volumes 0.535s 2023-04-18 18:10:32,104 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-VolumesGetTestJSON-Volume-1680842878", "metadata": {"Type": "work"}}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:10:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '353', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/d79b40cd-6678-4214-bc78-f9df6392e3c0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d750f69-951d-4df6-b7cd-17319dc179e1', 'x-compute-request-id': 'req-4d750f69-951d-4df6-b7cd-17319dc179e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "d79b40cd-6678-4214-bc78-f9df6392e3c0", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-18T18:10:31.960521", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1680842878", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2023-04-18 18:10:32,313 79798 INFO [tempest.lib.common.rest_client] Request (VolumesGetTestJSON:test_volume_create_get_delete): 200 GET http://10.0.0.210/compute/v2.1/os-volumes/d79b40cd-6678-4214-bc78-f9df6392e3c0 0.204s 2023-04-18 18:10:32,313 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:10:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-edfeaf30-b28b-4131-8214-701e1b8f7924', 'x-compute-request-id': 'req-edfeaf30-b28b-4131-8214-701e1b8f7924', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/d79b40cd-6678-4214-bc78-f9df6392e3c0'} Body: b'{"volume": {"id": "d79b40cd-6678-4214-bc78-f9df6392e3c0", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-18T18:10:32.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1680842878", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2023-04-18 18:10:33,394 79798 INFO [tempest.lib.common.rest_client] Request (VolumesGetTestJSON:test_volume_create_get_delete): 200 GET http://10.0.0.210/compute/v2.1/os-volumes/d79b40cd-6678-4214-bc78-f9df6392e3c0 0.073s 2023-04-18 18:10:33,394 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:10:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee43e030-6a01-45d5-90f2-7d527d1d498b', 'x-compute-request-id': 'req-ee43e030-6a01-45d5-90f2-7d527d1d498b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/d79b40cd-6678-4214-bc78-f9df6392e3c0'} Body: b'{"volume": {"id": "d79b40cd-6678-4214-bc78-f9df6392e3c0", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-18T18:10:32.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1680842878", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' setUpClass (tempest.api.volume.test_volume_metadata.VolumesMetadataTest) ------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volume_metadata.py", line 29, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f63babdf-dd44-4d9e-89c0-67aeca7301df failed to build and is in ERROR status tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume[id-cbbcd7c6-5a6c-481a-97ac-ca55ab715d16,image] -------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_clone.py", line 67, in test_create_from_bootable_volume src_vol = self.create_volume(imageRef=img_uuid) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d72aabd3-855e-4753-814b-8ddf9258f7c3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 18:10:38,558 79798 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/image/v2/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33 0.174s 2023-04-18 18:10:38,558 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:10:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a86c2175-e282-4e4f-9eed-5f407a832833', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.5.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 16300544, "virtual_size": 117440512, "status": "active", "checksum": "b874c39491a2377b8490f5f1e89761a4", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "a46287e01e14415694c956b326941bd8", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "created_at": "2023-04-18T17:48:52Z", "updated_at": "2023-04-18T17:48:54Z", "tags": [], "self": "/v2/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "file": "/v2/images/282872e1-d44a-4a3c-af6c-9d97bb9a2b33/file", "schema": "/v2/schemas/image"}' 2023-04-18 18:10:38,934 79798 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 202 POST http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes 0.374s 2023-04-18 18:10:38,934 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "282872e1-d44a-4a3c-af6c-9d97bb9a2b33", "size": 1, "name": "tempest-VolumesCloneTest-Volume-611032690"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:10:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dddfde1d-f2f6-48d7-8bbe-d95c36ae00d9', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dddfde1d-f2f6-48d7-8bbe-d95c36ae00d9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes'} Body: b'{"volume": {"id": "d72aabd3-855e-4753-814b-8ddf9258f7c3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:10:38.876760", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-611032690", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/d72aabd3-855e-4753-814b-8ddf9258f7c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/d72aabd3-855e-4753-814b-8ddf9258f7c3"}], "user_id": "b87a0bc7269445ee97f3cb4b8852c05e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 18:10:38,981 79798 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/d72aabd3-855e-4753-814b-8ddf9258f7c3 0.037s 2023-04-18 18:10:38,982 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token' : ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:10:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-259a26bf-8222-4d7d-843a-cb6af5deecef', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-259a26bf-8222-4d7d-843a-cb6af5deecef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/d72aabd3-855e-4753-814b-8ddf9258f7c3'} Body: b'{"volume": {"id": "d72aabd3-855e-4753-814b-8ddf9258f7c3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:10:39.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-611032690", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/d72aabd3-855e-4753-814b-8ddf9258f7c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/d72aabd3-855e-4753-814b-8ddf9258f7c3"}], "user_id": "b87a0bc7269445ee97f3cb4b8852c05e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bb74fc9ef60948be9bbd5eb86a330ec5"}}' 2023-04-18 18:10:40,035 79798 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/d72aabd3-855e-4753-814b-8ddf9258f7c3 0.041s 2023-04-18 18:10:40,035 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:10:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4c19e8c-d116-430b-823f-d59aac484fcc', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4c19e8c-d116-430b-823f-d59aac484fcc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/d72aabd3-855e-4753-814b-8ddf9258f7c3'} Body: b'{"volume": {"id": "d72aabd3-855e-4753-814b-8ddf9258f7c3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:10:39.000000", "updated_at": "2023-04-18T18:10:39.000000", "name": "tempest-VolumesCloneTest-Volume-611032690", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/d72aabd3-855e-4753-814b-8ddf9258f7c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/d72aabd3-855e-4753-814b-8ddf9258f7c3"}], "user_id": "b87a0bc7269445ee97f3cb4b8852c05e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bb74fc9ef60948be9bbd5eb86a330ec5"}}' 2023-04-18 18:10:40,084 79798 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/d72aabd3-855e-4753-814b-8ddf9258f7c3 0.038s 2023-04-18 18:10:40,085 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:10:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fac78b06-7ada-42b8-b9ba-0559fe3dd896', 'content-length': '902', 'openstack-api-version': 'v olume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fac78b06-7ada-42b8-b9ba-0559fe3dd896', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/d72aabd3-855e-4753-814b-8ddf9258f7c3'} Body: b'{"volume": {"id": "d72aabd3-855e-4753-814b-8ddf9258f7c3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:10:39.000000", "updated_at": "2023-04-18T18:10:39.000000", "name": "tempest-VolumesCloneTest-Volume-611032690", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/d72aabd3-855e-4753-814b-8ddf9258f7c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/d72aabd3-855e-4753-814b-8ddf9258f7c3"}], "user_id": "b87a0bc7269445ee97f3cb4b8852c05e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bb74fc9ef60948be9bbd5eb86a330ec5"}}' 2023-04-18 18:10:40,192 79798 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/d72aabd3-855e-4753-814b-8ddf9258f7c3 0.096s 2023-04-18 18:10:40,192 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:10:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc857e50-63f6-4a2e-8381-4039b13f268b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/d72aabd3-855e-4753-814b-8ddf9258f7c3'} Body: b'' 2023-04-18 18:10:40,214 79798 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/d72aabd3-855e-4753-814b-8ddf9258f7c3 0.021s 2023-04-18 18:10:40,214 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:10:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab6d77f4-2023-429a-8e36-1e9e3c03839e', 'x-openstack-request-id': 'req-ab6d77f4-2023-429a-8e36-1e9e3c03839e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/d72aabd3-855e-4753-814b-8ddf9258f7c3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d72aabd3-855e-4753-814b-8ddf9258f7c3 could not be found."}}' tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume[id-9adae371-a257-43a5-9555-dc7c88e66e0e] ----------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_clone.py", line 54, in test_create_from_volume src_vol = self.create_volume(size=src_size) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b25192af-ffe8-4e3b-932e-c3904e4ecd90 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 18:10:40,402 79798 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 202 POST http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes 0.185s 2023-04-18 18:10:40,403 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "name": "tempest-VolumesCloneTest-Volume-370075716"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:10:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c7d192c-4a05-4c79-8f67-0950051763a6', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c7d192c-4a05-4c79-8f67-0950051763a6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes'} Body: b'{"volume": {"id": "b25192af-ffe8-4e3b-932e-c3904e4ecd90", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:10:40.341449", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-370075716", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/b25192af-ffe8-4e3b-932e-c3904e4ecd90"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/b25192af-ffe8-4e3b-932e-c3904e4ecd90"}], "user_id": "b87a0bc7269445ee97f3cb4b8852c05e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 18:10:40,450 79798 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/b25192af-ffe8-4e3b-932e-c3904e4ecd90 0.037s 2023-04-18 18:10:40,450 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:10:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54761ead-62cd-4842-94e6-44fef7933f76', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54761ead-62cd-4842-94e6-44fef7933f76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/b25192af-ffe8-4e3b-932e-c3904e4ecd90'} Body: b'{"volume": {"id": "b25192af-ffe8-4e3b-932e-c3904e4ecd90", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:10:40.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-370075716", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/b25192af-ffe8-4e3b-932e-c3904e4ecd90"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/b25192af-ffe8-4e3b-932e-c3904e4ecd90"}], "user_id": "b87a0bc7269445ee97f3cb4b8852c05e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bb74fc9ef60948be9bbd5eb86a330ec5"}}' 2023-04-18 18:10:41,504 79798 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/b25192af-ffe8-4e3b-932e-c3904e4ecd90 0.041s 2023-04-18 18:10:41,505 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept' : 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:10:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-384722fb-efdc-4150-a1a1-29ebbeba7653', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-384722fb-efdc-4150-a1a1-29ebbeba7653', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/b25192af-ffe8-4e3b-932e-c3904e4ecd90'} Body: b'{"volume": {"id": "b25192af-ffe8-4e3b-932e-c3904e4ecd90", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:10:40.000000", "updated_at": "2023-04-18T18:10:40.000000", "name": "tempest-VolumesCloneTest-Volume-370075716", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/b25192af-ffe8-4e3b-932e-c3904e4ecd90"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/b25192af-ffe8-4e3b-932e-c3904e4ecd90"}], "user_id": "b87a0bc7269445ee97f3cb4b8852c05e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bb74fc9ef60948be9bbd5eb86a330ec5"}}' 2023-04-18 18:10:41,558 79798 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/b25192af-ffe8-4e3b-932e-c3904e4ecd90 0.043s 2023-04-18 18:10:41,559 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:10:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb3209cb-a17c-4aa9-ad06-448e0a4e2cf6', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb3209cb-a17c-4aa9-ad06-448e0a4e2cf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/b25192af-ffe8-4e3b-932e-c3904e4ecd90'} Body: b'{"volume": {"id": "b25192af-ffe8-4e3b-932e-c3904e4ecd90", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:10:40.000000", "updated_at": "2023-04-18T18:10:40.000000", "name": "tempest-VolumesCloneTest-Volume-370075716", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/b25192af-ffe8-4e3b-932e-c3904e4ecd90"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/b25192af-ffe8-4e3b-932e-c3904e4ecd90"}], "user_id": "b87a0bc7269445ee97f3cb4b8852c05e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bb74fc9ef60948be9bbd5eb86a330ec5"}}' 2023-04-18 18:10:41,713 79798 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/b25192af-ffe8-4e3b-932e-c3904e4ecd90 0.143s 2023-04-18 18:10:41,714 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:10:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': ' OpenStack-API-Version', 'x-openstack-request-id': 'req-c88d07ac-abe0-4199-868d-856c42fa1c74', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/b25192af-ffe8-4e3b-932e-c3904e4ecd90'} Body: b'' 2023-04-18 18:10:41,736 79798 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/b25192af-ffe8-4e3b-932e-c3904e4ecd90 0.021s 2023-04-18 18:10:41,736 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:10:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9554b3c-92cb-4f87-8998-c57b579fa901', 'x-openstack-request-id': 'req-c9554b3c-92cb-4f87-8998-c57b579fa901', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/bb74fc9ef60948be9bbd5eb86a330ec5/volumes/b25192af-ffe8-4e3b-932e-c3904e4ecd90'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b25192af-ffe8-4e3b-932e-c3904e4ecd90 could not be found."}}' cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot[id-87b7dcb7-4950-4a3a-802c-ece55491846d] --------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_revert.py", line 47, in setUp self.volume = self.create_volume() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 97, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2d6ea9b0-46dc-4794-b4e6-b9e55b6163bb failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 18:10:43,560 79798 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/6232829a0b5948d49247fca061e0a6e6/volumes 0.409s 2023-04-18 18:10:43,560 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "name": "tempest-VolumeRevertTests-Volume-445465834"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:10:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52216891-2818-4915-b4f5-0957c9698d1e', 'content-length': '832', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52216891-2818-4915-b4f5-0957c9698d1e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6232829a0b5948d49247fca061e0a6e6/volumes'} Body: b'{"volume": {"id": "2d6ea9b0-46dc-4794-b4e6-b9e55b6163bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:10:43.430577", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-445465834", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6232829a0b5948d49247fca061e0a6e6/volumes/2d6ea9b0-46dc-4794-b4e6-b9e55b6163bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6232829a0b5948d49247fca061e0a6e6/volumes/2d6ea9b0-46dc-4794-b4e6-b9e55b6163bb"}], "user_id": "b24511c7a67c4fa6a1ea5eed6ad2d937", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2023-04-18 18:10:43,648 79798 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/6232829a0b5948d49247fca061e0a6e6/volumes/2d6ea9b0-46dc-4794-b4e6-b9e55b6163bb 0.078s 2023-04-18 18:10:43,648 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:10:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c06bc9c-795e-41c5-bb90-511df4be92c6', 'content-length': '900', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c06bc9c-795e-41c5-bb90-511df4be92c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6232829a0b5948d49247fca061e0a6e6/volumes/2d6ea9b0-46dc-4794-b4e6-b9e55b6163bb'} Body: b'{"volume": {"id": "2d6ea9b0-46dc-4794-b4e6-b9e55b6163bb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:10:43.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-445465834", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6232829a0b5948d49247fca061e0a6e6/volumes/2d6ea9b0-46dc-4794-b4e6-b9e55b6163bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6232829a0b5948d49247fca061e0a6e6/volumes/2d6ea9b0-46dc-4794-b4e6-b9e55b6163bb"}], "user_id": "b24511c7a67c4fa6a1ea5eed6ad2d937", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "6232829a0b5948d49247fca061e0a6e6"}}' 2023-04-18 18:10:44,699 79798 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/6232829a0b5948d49247fca061e0a6e6/volumes/2d6ea9b0-46dc-4794-b4e6-b9e55b6163bb 0.040s 2023-04-18 18:10:44,700 79798 DEBUG [tempest.lib.common.rest_cl ient] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:10:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c4a337a-632f-45ae-beb8-bd8ce6aa6f66', 'content-length': '921', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c4a337a-632f-45ae-beb8-bd8ce6aa6f66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6232829a0b5948d49247fca061e0a6e6/volumes/2d6ea9b0-46dc-4794-b4e6-b9e55b6163bb'} Body: b'{"volume": {"id": "2d6ea9b0-46dc-4794-b4e6-b9e55b6163bb", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:10:43.000000", "updated_at": "2023-04-18T18:10:44.000000", "name": "tempest-VolumeRevertTests-Volume-445465834", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6232829a0b5948d49247fca061e0a6e6/volumes/2d6ea9b0-46dc-4794-b4e6-b9e55b6163bb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6232829a0b5948d49247fca061e0a6e6/volumes/2d6ea9b0-46dc-4794-b4e6-b9e55b6163bb"}], "user_id": "b24511c7a67c4fa6a1ea5eed6ad2d937", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "6232829a0b5948d49247fca061e0a6e6"}}' cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative[id-4e8b0788-87fe-430d-be7a-444d7f8e0347] --------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_revert.py", line 47, in setUp self.volume = self.create_volume() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 97, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 9a83d0ff-4e2c-486e-ae4b-4bb25409b3a1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 18:10:44,931 79798 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/6232829a0b5948d49247fca061e0a6e6/volumes 0.218s 2023-04-18 18:10:44,931 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "name": "tempest-VolumeRevertTests-Volume-1535181705"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 18:10:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2595db2e-4b37-4671-9599-e9a440897164', 'content-length': '833', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2595db2e-4b37-4671-9599-e9a440897164', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6232829a0b5948d49247fca061e0a6e6/volumes'} Body: b'{"volume": {"id": "9a83d0ff-4e2c-486e-ae4b-4bb25409b3a1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:10:44.860706", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1535181705", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6232829a0b5948d49247fca061e0a6e6/volumes/9a83d0ff-4e2c-486e-ae4b-4bb25409b3a1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6232829a0b5948d49247fca061e0a6e6/volumes/9a83d0ff-4e2c-486e-ae4b-4bb25409b3a1"}], "user_id": "b24511c7a67c4fa6a1ea5eed6ad2d937", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2023-04-18 18:10:44,978 79798 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/6232829a0b5948d49247fca061e0a6e6/volumes/9a83d0ff-4e2c-486e-ae4b-4bb25409b3a1 0.036s 2023-04-18 18:10:44,978 79798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:10:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63ee139b-8259-4e22-a129-55c04ad1524f', 'content-length': '901', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63ee139b-8259-4e22-a129-55c04ad1524f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6232829a0b5948d49247fca061e0a6e6/volumes/9a83d0ff-4e2c-486e-ae4b-4bb25409b3a1'} Body: b'{"volume": {"id": "9a83d0ff-4e2c-486e-ae4b-4bb25409b3a1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:10:45.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1535181705", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6232829a0b5948d49247fca061e0a6e6/volumes/9a83d0ff-4e2c-486e-ae4b-4bb25409b3a1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6232829a0b5948d49247fca061e0a6e6/volumes/9a83d0ff-4e2c-486e-ae4b-4bb25409b3a1"}], "user_id": "b24511c7a67c4fa6a1ea5eed6ad2d937", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "6232829a0b5948d49247fca061e0a6e6"}}' 2023-04-18 18:10:46,028 79798 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/6232829a0b5948d49247fca061e0a6e6/volumes/9a83d0ff-4e2c-486e-ae4b-4bb25409b3a1 0.038s 2023-04-18 18:10:46,028 79798 DEBUG [tempest.lib.common.rest _client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 18:10:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b196f3de-7bc5-4aea-ad6c-8b2a6674ac26', 'content-length': '922', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b196f3de-7bc5-4aea-ad6c-8b2a6674ac26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6232829a0b5948d49247fca061e0a6e6/volumes/9a83d0ff-4e2c-486e-ae4b-4bb25409b3a1'} Body: b'{"volume": {"id": "9a83d0ff-4e2c-486e-ae4b-4bb25409b3a1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T18:10:45.000000", "updated_at": "2023-04-18T18:10:45.000000", "name": "tempest-VolumeRevertTests-Volume-1535181705", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6232829a0b5948d49247fca061e0a6e6/volumes/9a83d0ff-4e2c-486e-ae4b-4bb25409b3a1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6232829a0b5948d49247fca061e0a6e6/volumes/9a83d0ff-4e2c-486e-ae4b-4bb25409b3a1"}], "user_id": "b24511c7a67c4fa6a1ea5eed6ad2d937", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "6232829a0b5948d49247fca061e0a6e6"}}' ====== Totals ====== Ran: 198 tests in 1115.7512 sec. - Passed: 75 - Skipped: 27 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 96 Sum of execute time for each test: 3862.6043 sec. ============== Worker Balance ============== - Worker 0 (20 tests) => 0:14:53.429933 - Worker 1 (17 tests) => 0:00:57.943204 - Worker 2 (17 tests) => 0:02:25.569108 - Worker 3 (15 tests) => 0:03:50.831390 - Worker 4 (27 tests) => 0:00:57.033737 - Worker 5 (12 tests) => 0:07:16.868950 - Worker 6 (14 tests) => 0:18:10.682153 - Worker 7 (13 tests) => 0:10:51.864441 - Worker 8 (23 tests) => 0:06:36.763202 - Worker 9 (11 tests) => 0:15:35.243213 - Worker 10 (14 tests) => 0:07:07.894461 - Worker 11 (15 tests) => 0:01:15.427956 ERROR: InvocationError for command /opt/stack/tempest/.tox/tempest/bin/tempest run --regex volume (exited with code 1) ___________________________________ summary ____________________________________ ERROR: all: commands failed