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='1998420574' all run-test: commands[0] | find . -type f -name '*.pyc' -delete all run-test: commands[1] | tempest run --regex volume {5} setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test) ... SKIPPED: LiveAutoBlockMigrationV225Test skipped as live-migration is not available {10} setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest) ... SKIPPED: LiveMigrationTest skipped as live-migration is not available {11} setUpClass (tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap) ... SKIPPED: Volume multi-attach is not available. {7} setUpClass (tempest.api.compute.admin.test_volumes_negative.UpdateMultiattachVolumeNegativeTest) ... SKIPPED: Volume multi-attach is not available. {10} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete [2.757709s] ... 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 7becda43-83ec-4b8d-9b40-f9165c3eaffc failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:28:50,252 79807 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.427s 2023-04-18 14:28:50,252 79807 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-857823276"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:28:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '344', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/7becda43-83ec-4b8d-9b40-f9165c3eaffc', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae1639b1-0d41-4189-90f8-a9de48fad43b', 'x-compute-request-id': 'req-ae1639b1-0d41-4189-90f8-a9de48fad43b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "7becda43-83ec-4b8d-9b40-f9165c3eaffc", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-18T14:28:49.859377", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-857823276", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2023-04-18 14:28:50,502 79807 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/7becda43-83ec-4b8d-9b40-f9165c3eaffc 0.242s 2023-04-18 14:28:50,502 79807 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:28:50 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-9444dca2-d912-45b0-abeb-20ad2ab290de', 'x-compute-request-id': 'req-9444dca2-d912-45b0-abeb-20ad2ab290de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/7becda43-83ec-4b8d-9b40-f9165c3eaffc'} Body: b'{"volume": {"id": "7becda43-83ec-4b8d-9b40-f9165c3eaffc", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-18T14:28:50.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-857823276", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2023-04-18 14:28:51,575 79807 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/7becda43-83ec-4b8d-9b40-f9165c3eaffc 0.067s 2023-04-18 14:28:51,576 79807 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:28:51 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-7226db06-e753-4c7f-aa5b-1fe5670e074e', 'x-compute-request-id': 'req-7226db06-e753-4c7f-aa5b-1fe5670e074e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/7becda43-83ec-4b8d-9b40-f9165c3eaffc'} Body: b'{"volume": {"id": "7becda43-83ec-4b8d-9b40-f9165c3eaffc", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-18T1 4:28:50.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-857823276", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' {9} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete [3.151621s] ... 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 7677917d-29d7-48d9-bf67-f99067e6523e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:28:50,763 79805 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 1.757s 2023-04-18 14:28:50,763 79805 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-1362178208", "metadata": {"Type": "work"}}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:28:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '353', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/7677917d-29d7-48d9-bf67-f99067e6523e', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c25c2d5e-14f9-4d6e-a308-77ce3c9edb00', 'x-compute-request-id': 'req-c25c2d5e-14f9-4d6e-a308-77ce3c9edb00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "7677917d-29d7-48d9-bf67-f99067e6523e", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-18T14:28:50.567412", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1362178208", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2023-04-18 14:28:51,084 79805 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/7677917d-29d7-48d9-bf67-f99067e6523e 0.314s 2023-04-18 14:28:51,084 79805 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:28:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '353', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d77af411-1406-4506-a071-562258639a45', 'x-compute-request-id': 'req-d77af411-1406-4506-a071-562258639a45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/7677917d-29d7-48d9-bf67-f99067e6523e'} Body: b'{"volume": {"id": "7677917d-29d7-48d9-bf67-f99067e6523e", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-18T14:28:51.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1362178208", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2023-04-18 14:28:52,151 79805 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/7677917d-29d7-48d9-bf67-f99067e6523e 0.061s 2023-04-18 14:28:52,151 79805 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:28:52 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-cccb9f11-0007-4f46-903d-888caaa6ef14', 'x-compute-request-id': 'req-cccb9f11-0007-4f46-903d-888caaa6ef14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/7677917d-29d7-48d9-bf67-f99067e6523e'} Body: b'{"volume": {"id": "7677917d-29d7-48d9-bf67-f99067e6523e", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-18T14:28:51.000000 ", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1362178208", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' {5} 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 5ad17c9b-7c37-466f-8bb1-6e06ac065341 failed to build and is in ERROR status {9} tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest.test_group_type_specs_create_show_update_list_delete [0.600732s] ... ok {5} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_delete_message [2.001811s] ... ok {5} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_list_show_messages [1.863780s] ... ok {10} tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest.test_extend_attached_encrypted_volume_luksv1 ... SKIPPED: Attached encrypted volume extend is disabled. {10} tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest.test_extend_attached_encrypted_volume_luksv2 ... SKIPPED: Attached encrypted volume extend is disabled. {9} tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group [1.891001s] ... 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 27ee8245-ffe4-4537-b3b6-9ba53fc460ea failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:29:04,178 79805 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 POST http://10.0.0.210/volume/v3/1d7f9200c47540438de0cdc9b5c3722b/types 0.163s 2023-04-18 14:29:04,178 79805 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-451341916"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aca5ce46-d9cd-4e5a-a645-911201156f24', 'content-length': '219', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aca5ce46-d9cd-4e5a-a645-911201156f24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1d7f9200c47540438de0cdc9b5c3722b/types'} Body: b'{"volume_type": {"id": "92175de1-c900-4545-98f8-14fccd6a49a7", "name": "tempest-GroupsV314Test-volume-type-451341916", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 14:29:04,220 79805 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/1d7f9200c47540438de0cdc9b5c3722b/group_types 0.038s 2023-04-18 14:29:04,221 79805 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-1337640582"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c70655f-a229-462c-ac33-ea68a86242de', 'content-length': '177', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c70655f-a229-462c-ac33-ea68a86242de', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1d7f9200c47540438de0cdc9b5c3722b/group_types'} Body: b'{"group_type": {"id": "7595edb4-7c8b-49f9-ac39-60cc5d3f7da7", "name": "tempest-GroupsV314Test-group-type-1337640582", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 14:29:04,457 79805 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/27d744769ce546f79a463e106782b230/groups 0.233s 2023-04-18 14:29:04,457 79805 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": "7595edb4-7c8b-49f9-ac39-60cc5d3f7da7", "volume_types": ["92175de1-c900-4545-98f8-14fccd6a49a7"], "name": "tempest-GroupsV314Test-Group-1307862350"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35b3f3d0-6346-4040-a102-5753ceec6c98', 'content-length': '108', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35b3f3d0-6346-4040-a102-5753ceec6c98', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/27d744769ce546f79a463e106782b230/groups'} Body: b'{"group": {"id": "27ee8245-ffe4-4537-b3b6-9ba53fc460ea", "name": "tempest-GroupsV314Test-Group-1307862350"}}' 2023-04-18 14:29:04,551 79805 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/27d744769ce546f79a463e106782b230/groups/27ee8245-ffe4-4537-b3b6-9ba53fc460ea 0.092s 2023-04-18 14:29:04,551 79805 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Ac cept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbfe45b2-86a7-4e79-ad8a-4227c477930b', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbfe45b2-86a7-4e79-ad8a-4227c477930b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/27d744769ce546f79a463e106782b230/groups/27ee8245-ffe4-4537-b3b6-9ba53fc460ea'} Body: b'{"group": {"id": "27ee8245-ffe4-4537-b3b6-9ba53fc460ea", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-18T14:29:04.000000", "name": "tempest-GroupsV314Test-Group-1307862350", "description": null, "group_type": "7595edb4-7c8b-49f9-ac39-60cc5d3f7da7", "volume_types": ["92175de1-c900-4545-98f8-14fccd6a49a7"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 14:29:05,603 79805 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/27d744769ce546f79a463e106782b230/groups/27ee8245-ffe4-4537-b3b6-9ba53fc460ea 0.048s 2023-04-18 14:29:05,604 79805 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 14:29:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff526c32-fa84-4aa6-bb2f-1ea68789caa4', 'content-length': '385', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff526c32-fa84-4aa6-bb2f-1ea68789caa4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/27d744769ce546f79a463e106782b230/groups/27ee8245-ffe4-4537-b3b6-9ba53fc460ea'} Body: b'{"group": {"id": "27ee8245-ffe4-4537-b3b6-9ba53fc460ea", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T14:29:04.000000", "name": "tempest-GroupsV314Test-Group-1307862350", "description": null, "group_type": "7595edb4-7c8b-49f9-ac39-60cc5d3f7da7", "volume_types": ["92175de1-c900-4545-98f8-14fccd6a49a7"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 14:29:05,668 79805 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/27d744769ce546f79a463e106782b230/volumes/detail 0.059s 2023-04-18 14:29:05,668 79805 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 14:29:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-333d4eb8-aeb1-414e-8c30-fca9f4163a64', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-333d4eb8-aeb1-414e-8c30-fca9f4163a64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/27d744769ce546f79a463e106782b230/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 14:29:05,772 79805 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/27d744769ce546f79a463e106782b230/groups/27ee8245-ffe4-4537-b3b6-9ba53fc460ea/action 0.092s 2023-04-18 14:29:05,772 79805 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 14:29:05 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-ab4881d9-31b7-4a04-bab3-29eb7fc64e10', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/27d744769ce546f79a463e106782b230/groups/27ee8245-ffe4-4537-b3b6-9ba53fc460ea/action'} Body: b'' 2023-04-18 14:29:05,791 79805 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/27d744769ce546f79a463e106782b230/groups/27ee8245-ffe4-4537-b3b6-9ba53fc460ea 0.019s 2023-04-18 14:29:05,792 79805 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 14:29:05 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-59373e25-de47-41f4-b270-3e2b01cb500e', 'x-openstack-request-id': 'req-59373e25-de47-41f4-b270-3e2b01cb500e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/27d744769ce546f79a463e106782b230/groups/27ee8245-ffe4-4537-b3b6-9ba53fc460ea'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 27ee8245-ffe4-4537-b3b6-9ba53fc460ea could not be found."}}' 2023-04-18 14:29:05,830 79805 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/1d7f9200c47540438de0cdc9b5c3722b/group_types/7595edb4-7c8b-49f9-ac39-60cc5d3f7da7 0.038s 2023-04-18 14:29:05,831 79805 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 14:29:05 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-3320294d-a726-4c0f-82ef-b24c88e3e8b8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1d7f9200c47540438de0cdc9b5c3722b/group_types/7595edb4-7c8b-49f9-ac39-60cc5d3f7da7'} Body: b'' 2023-04-18 14:29:05,887 79805 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/1d7f9200c47540438de0cdc9b5c3722b/types/92175de1-c900-4545-98f8-14fccd6a49a7 0.056s 2023-04-18 14:29:05,887 79805 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29: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-606ea610-0ff3-446b-b6b9-a5e591c2a245', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1d7f9200c47540438de0cdc9b5c3722b/types/92175de1-c900-4545-98f8-14fccd6a49a7'} Body: b'' 2023-04-18 14:29:05,904 79805 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/1d7f9200c47540438de0cdc9b5c3722b/types/92175de1-c900-4545-98f8-14fccd6a49a7 0.016s 2023-04-18 14:29:05,904 79805 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Ve rsion', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-83d4c529-5d65-48ad-bcb7-a7237da3d512', 'x-openstack-request-id': 'req-83d4c529-5d65-48ad-bcb7-a7237da3d512', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/1d7f9200c47540438de0cdc9b5c3722b/types/92175de1-c900-4545-98f8-14fccd6a49a7'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 92175de1-c900-4545-98f8-14fccd6a49a7 could not be found."}}' {5} tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype [1.797751s] ... 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 3a498818-9ea6-4f77-8941-4118ec8dff83 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:29:08,698 79797 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 202 POST http://10.0.0.210/volume/v3/466a06723cfa4472aca12614b6b37c06/volumes 0.494s 2023-04-18 14:29:08,699 79797 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-1831617313"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2c36ea2-8654-4126-9733-5483c9bdb348', 'content-length': '832', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2c36ea2-8654-4126-9733-5483c9bdb348', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/466a06723cfa4472aca12614b6b37c06/volumes'} Body: b'{"volume": {"id": "3a498818-9ea6-4f77-8941-4118ec8dff83", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:08.602662", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1831617313", "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/466a06723cfa4472aca12614b6b37c06/volumes/3a498818-9ea6-4f77-8941-4118ec8dff83"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/466a06723cfa4472aca12614b6b37c06/volumes/3a498818-9ea6-4f77-8941-4118ec8dff83"}], "user_id": "9d0430abc55e431f9264317a1aa2c432", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:29:08,748 79797 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/466a06723cfa4472aca12614b6b37c06/volumes/3a498818-9ea6-4f77-8941-4118ec8dff83 0.039s 2023-04-18 14:29:08,748 79797 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9db4acae-4823-49ac-9da1-783473dd6e9a', 'content-length': '900', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9db4acae-4823-49ac-9da1-783473dd6e9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/466a06723cfa4472aca12614b6b37c06/volumes/3a498818-9ea6-4f77-8941-4118ec8dff83'} Body: b'{"volume": {"id": "3a498818-9ea6-4f77-8941-4118ec8dff83", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:09.000000", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1831617313", "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/466a06723cfa4472aca12614b6b37c06/volumes/3a498818-9ea6-4f77-8941-4118ec8dff83"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/466a06723cfa4472aca12614b6b37c06/volumes/3a498818-9ea6-4f77-8941-4118ec8dff83"}], "user_id": "9d0430abc55e431f9264317a1aa2c432", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "466a06723cfa4472aca12614b6b37c06"}}' 2023-04-18 14:29:09,804 79797 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/466a06723cfa4472aca12614b6b37c06/volumes/3a498818-9ea6-4f77-8941-4118ec 8dff83 0.044s 2023-04-18 14:29:09,804 79797 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb78a722-aeef-484f-a3b4-746cae1529dd', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb78a722-aeef-484f-a3b4-746cae1529dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/466a06723cfa4472aca12614b6b37c06/volumes/3a498818-9ea6-4f77-8941-4118ec8dff83'} Body: b'{"volume": {"id": "3a498818-9ea6-4f77-8941-4118ec8dff83", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:09.000000", "updated_at": "2023-04-18T14:29:09.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1831617313", "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/466a06723cfa4472aca12614b6b37c06/volumes/3a498818-9ea6-4f77-8941-4118ec8dff83"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/466a06723cfa4472aca12614b6b37c06/volumes/3a498818-9ea6-4f77-8941-4118ec8dff83"}], "user_id": "9d0430abc55e431f9264317a1aa2c432", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "466a06723cfa4472aca12614b6b37c06"}}' 2023-04-18 14:29:09,869 79797 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/466a06723cfa4472aca12614b6b37c06/volumes/3a498818-9ea6-4f77-8941-4118ec8dff83 0.051s 2023-04-18 14:29:09,869 79797 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28432b25-7bfe-4caf-a510-ef91602b321b', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28432b25-7bfe-4caf-a510-ef91602b321b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/466a06723cfa4472aca12614b6b37c06/volumes/3a498818-9ea6-4f77-8941-4118ec8dff83'} Body: b'{"volume": {"id": "3a498818-9ea6-4f77-8941-4118ec8dff83", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:09.000000", "updated_at": "2023-04-18T14:29:09.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1831617313", "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/466a06723cfa4472aca12614b6b37c06/volumes/3a498818-9ea6-4f77-8941-4118ec8dff83"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/466a06723cfa4472aca12614b6b37c06/volumes/3a498818-9ea6-4f77-8941-4118ec8dff83"}], "user_id": "9d0430abc55e431f9264317a1aa2c432", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "466a06723cfa4472aca12614b6b37c06"}}' 2023-04-18 14:29:09,976 79797 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/466a06723cfa4472aca12614b6b37c06/volumes/3a498818-9ea6-4f77-8941-4118ec8dff83 0.096s 2023-04-18 14:29:09,976 79797 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 14:29:09 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-c02b6cfc-c578-4fb2-b1e6-a56b13b9f5ac', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/466a06723cfa4472aca12614b6b37c06/volumes/3a498818-9ea6-4f77-8941-4118ec8dff83'} Body: b'' 2023-04-18 14:29:10,000 79797 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/466a06723cfa4472aca12614b6b37c06/volumes/3a498818-9ea6-4f77-8941-4118ec8dff83 0.023s 2023-04-18 14:29:10,000 79797 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29: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-0106a580-4a4f-44e3-aa1f-fec021e27bb1', 'x-openstack-request-id': 'req-0106a580-4a4f-44e3-aa1f-fec021e27bb1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/466a06723cfa4472aca12614b6b37c06/volumes/3a498818-9ea6-4f77-8941-4118ec8dff83'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3a498818-9ea6-4f77-8941-4118ec8dff83 could not be found."}}' {9} tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status [1.888337s] ... 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 fd17f4e7-fe00-49fe-97ad-be0ca1b0e40d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:29:15,011 79805 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 POST http://10.0.0.210/volume/v3/6dd4b1c292764d3cb6c2c42a03f29077/types 0.145s 2023-04-18 14:29:15,011 79805 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-1049731801"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d43b4231-176b-40b3-8dfb-a6fd97b61f58', 'content-length': '220', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d43b4231-176b-40b3-8dfb-a6fd97b61f58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6dd4b1c292764d3cb6c2c42a03f29077/types'} Body: b'{"volume_type": {"id": "e0a32d23-7335-40e5-b3ca-a71d896d64cc", "name": "tempest-GroupsV320Test-volume-type-1049731801", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 14:29:15,056 79805 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/6dd4b1c292764d3cb6c2c42a03f29077/group_types 0.042s 2023-04-18 14:29:15,056 79805 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-239159674"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-239fe402-9dac-433c-af6b-b902cae6e841', 'content-length': '176', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-239fe402-9dac-433c-af6b-b902cae6e841', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6dd4b1c292764d3cb6c2c42a03f29077/group_types'} Body: b'{"group_type": {"id": "485a8fb0-d091-4cf5-b652-0f1511566009", "name": "tempest-GroupsV320Test-group-type-239159674", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 14:29:15,289 79805 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/ef6ff46e0590496da21af13882a10f12/groups 0.230s 2023-04-18 14:29:15,290 79805 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": "485a8fb0-d091-4cf5-b652-0f1511566009", "volume_types": ["e0a32d23-7335-40e5-b3ca-a71d896d64cc"], "name": "tempest-GroupsV320Test-Group-191288871"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eba3be59-3c3b-46b3-9a9e-29985f1b52eb', 'content-length': '107', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eba3be59-3c3b-46b3-9a9e-29985f1b52eb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ef6ff46e0590496da21af13882a10f12/groups'} Body: b'{"group": {"id": "fd17f4e7-fe00-49fe-97ad-be0ca1b0e40d", "name": "tempest-GroupsV320Test-Group-191288871"}}' 2023-04-18 14:29:15,341 79805 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/ef6ff46e0590496da21af13882a10f12/groups/fd17f4e7-fe00-49fe-97ad-be0ca1b0e40d 0.049s 2023-04-18 14:29:15,342 79805 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 14:29:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01e3ace5-b6ba-4d43-8056-ca81e198abd7', 'content-length': '387', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01e3ace5-b6ba-4d43-8056-ca81e198abd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ef6ff46e0590496da21af13882a10f12/groups/fd17f4e7-fe00-49fe-97ad-be0ca1b0e40d'} Body: b'{"group": {"id": "fd17f4e7-fe00-49fe-97ad-be0ca1b0e40d", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-18T14:29:15.000000", "name": "tempest-GroupsV320Test-Group-191288871", "description": null, "group_type": "485a8fb0-d091-4cf5-b652-0f1511566009", "volume_types": ["e0a32d23-7335-40e5-b3ca-a71d896d64cc"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 14:29:16,376 79805 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/ef6ff46e0590496da21af13882a10f12/groups/fd17f4e7-fe00-49fe-97ad-be0ca1b0e40d 0.029s 2023-04-18 14:29:16,377 79805 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 14:29:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d5de2b0-1596-47b9-bfde-2f377e20158f', 'content-length': '384', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d5de2b0-1596-47b9-bfde-2f377e20158f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ef6ff46e0590496da21af13882a10f12/groups/fd17f4e7-fe00-49fe-97ad-be0ca1b0e40d'} Body: b'{"group": {"id": "fd17f4e7-fe00-49fe-97ad-be0ca1b0e40d", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T14:29:15.000000", "name": "tempest-GroupsV320Test-Group-191288871", "description": null, "group_type": "485a8fb0-d091-4cf5-b652-0f1511566009", "volume_types": ["e0a32d23-7335-40e5-b3ca-a71d896d64cc"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 14:29:16,459 79805 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/ef6ff46e0590496da21af13882a10f12/volumes/detail 0.077s 2023-04-18 14:29:16,459 79805 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 14:29:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5144f27c-d972-4016-97d5-bd0f847ef8eb', 'content-length': '15', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5144f27c-d972-4016-97d5-bd0f847ef8eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ef6ff46e0590496da21af13882a10f12/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 14:29:16,553 79805 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/ef6ff46e0590496da21af13882a10f12/groups/fd17f4e7-fe00-49fe-97ad-be0ca1b0e40d/action 0.084s 2023-04-18 14:29:16,553 79805 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 14:29:16 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-76962b73-7c88-4be0-9f0b-1353eb01ee28', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ef6ff46e0590496da21af13882a10f12/groups/fd17f4e7-fe00-49fe-97ad-be0ca1b0e40d/action'} Body: b'' 2023-04-18 14:29:16,569 79805 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/ef6ff46e0590496da21af13882a10f12/groups/fd17f4e7-fe00-49fe-97ad-be0ca1b0e40d 0.015s 2023-04-18 14:29:16,569 79805 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 14:29:16 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-70b3f70c-cc0d-4b65-b850-a693e3821b5f', 'x-openstack-request-id': 'req-70b3f70c-cc0d-4b65-b850-a693e3821b5f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ef6ff46e0590496da21af13882a10f12/groups/fd17f4e7-fe00-49fe-97ad-be0ca1b0e40d'} Body: b'{"itemNotFound": {"code": 404, "message": "Group fd17f4e7-fe00-49fe-97ad-be0ca1b0e40d could not be found."}}' 2023-04-18 14:29:16,602 79805 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/6dd4b1c292764d3cb6c2c42a03f29077/group_types/485a8fb0-d091-4cf5-b652-0f1511566009 0.032s 2023-04-18 14:29:16,602 79805 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 14:29:16 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-db983cb7-cc23-4294-9bf0-4d74ce799b50', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6dd4b1c292764d3cb6c2c42a03f29077/group_types/485a8fb0-d091-4cf5-b652-0f1511566009'} Body: b'' 2023-04-18 14:29:16,729 79805 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/6dd4b1c292764d3cb6c2c42a03f29077/types/e0a32d23-7335-40e5-b3ca-a71d896d64cc 0.126s 2023-04-18 14:29:16,729 79805 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:16 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-32c39fe7-11e8-4a02-bcb9-32d19f137748', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6dd4b1c292764d3cb6c2c42a03f29077/types/e0a32d23-7335-40e5-b3ca-a71d896d64cc'} Body: b'' 2023-04-18 14:29:16,752 79805 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/6dd4b1c292764d3cb6c2c42a03f29077/types/e0a32d23-7335-40e5-b3ca-a71d896d64cc 0.023s 2023-04-18 14:29:16,753 79805 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:16 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-d8530d9e-ec34-411c-b684-e12fa5608f29', 'x-openstack-request-id': 'req-d8530d9e-ec34-411c-b684-e12fa5608f29', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/6dd4b1c292764d3cb6c2c42a03f29077/types/e0a32d23-7335-40e5-b3ca-a71d896d64cc'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type e0a32d23-7335-40e5-b3ca-a71d896d64cc could not be found."}}' {5} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_get_list_accept_volume_transfer [2.132798s] ... 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 3ed1ba06-00e8-4f23-a9b2-334af2fa0674 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:29:19,518 79797 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes 0.748s 2023-04-18 14:29:19,522 79797 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-1365775829"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02d6d9e3-8af6-4108-9e9b-d11c9cc95dae', 'content-length': '886', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02d6d9e3-8af6-4108-9e9b-d11c9cc95dae', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes'} Body: b'{"volume": {"id": "3ed1ba06-00e8-4f23-a9b2-334af2fa0674", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:19.414573", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1365775829", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/3ed1ba06-00e8-4f23-a9b2-334af2fa0674"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/3ed1ba06-00e8-4f23-a9b2-334af2fa0674"}], "user_id": "da72e0631a2f4f33a70f88e5f08c8957", "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 14:29:19,609 79797 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/3ed1ba06-00e8-4f23-a9b2-334af2fa0674 0.077s 2023-04-18 14:29:19,609 79797 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 14:29:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2c2dc37-476d-4de8-a570-fd4ac92c0abc', 'content-length': '954', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2c2dc37-476d-4de8-a570-fd4ac92c0abc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/3ed1ba06-00e8-4f23-a9b2-334af2fa0674'} Body: b'{"volume": {"id": "3ed1ba06-00e8-4f23-a9b2-334af2fa0674", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:19.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1365775829", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/3ed1ba06-00e8-4f23-a9b2-334af2fa0674"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/3ed1ba06-00e8-4f23-a9b2-334af2fa0674"}], "user_id": "da72e0631a2f4f33a70f88e5f08c8957", "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": "13a96e56f8cb412aa4ec96d50aab5ad6"}}' 2023-04-18 14:29:20,670 79797 INFO [tempest.lib.common.rest_client] Request (Volumes TransfersV357Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/3ed1ba06-00e8-4f23-a9b2-334af2fa0674 0.045s 2023-04-18 14:29:20,670 79797 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 14:29:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5b72692-9fa8-4cb7-a801-ca8ae3c818c9', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5b72692-9fa8-4cb7-a801-ca8ae3c818c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/3ed1ba06-00e8-4f23-a9b2-334af2fa0674'} Body: b'{"volume": {"id": "3ed1ba06-00e8-4f23-a9b2-334af2fa0674", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:19.000000", "updated_at": "2023-04-18T14:29:20.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1365775829", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/3ed1ba06-00e8-4f23-a9b2-334af2fa0674"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/3ed1ba06-00e8-4f23-a9b2-334af2fa0674"}], "user_id": "da72e0631a2f4f33a70f88e5f08c8957", "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": "13a96e56f8cb412aa4ec96d50aab5ad6"}}' 2023-04-18 14:29:20,721 79797 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/3ed1ba06-00e8-4f23-a9b2-334af2fa0674 0.039s 2023-04-18 14:29:20,721 79797 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 14:29:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e7d4a55-800b-4300-a20c-549a1ea49117', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e7d4a55-800b-4300-a20c-549a1ea49117', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/3ed1ba06-00e8-4f23-a9b2-334af2fa0674'} Body: b'{"volume": {"id": "3ed1ba06-00e8-4f23-a9b2-334af2fa0674", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:19.000000", "updated_at": "2023-04-18T14:29:20.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1365775829", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/3ed1ba06-00e8-4f23-a9b2-334af2fa0674"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/3ed1ba06-00e8-4f23-a9b2-334af2fa0674"}], "user_id": "da72e0631a2f4f33a70f88e5f08c8957", "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": "13a96e56f8cb412aa4ec96d50aab5ad6"}}' 2023-04-18 14:29:20,870 79797 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Tes t:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/3ed1ba06-00e8-4f23-a9b2-334af2fa0674 0.138s 2023-04-18 14:29:20,870 79797 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 14:29:20 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-0afc6f05-b640-4994-ad53-e2eb3498c913', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/3ed1ba06-00e8-4f23-a9b2-334af2fa0674'} Body: b'' 2023-04-18 14:29:20,901 79797 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/3ed1ba06-00e8-4f23-a9b2-334af2fa0674 0.029s 2023-04-18 14:29:20,901 79797 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 14:29:20 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-d27311d2-d311-47ac-bfdb-0fd1a9423cb9', 'x-openstack-request-id': 'req-d27311d2-d311-47ac-bfdb-0fd1a9423cb9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/3ed1ba06-00e8-4f23-a9b2-334af2fa0674'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3ed1ba06-00e8-4f23-a9b2-334af2fa0674 could not be found."}}' {5} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_list_delete_volume_transfer [1.742685s] ... 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 24a4370d-574e-49e2-9c4b-26ab67479032 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:29:21,216 79797 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes 0.312s 2023-04-18 14:29:21,216 79797 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-1609468143"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89a2f7e9-9b5e-40dd-a005-a67a8850840e', 'content-length': '886', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89a2f7e9-9b5e-40dd-a005-a67a8850840e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes'} Body: b'{"volume": {"id": "24a4370d-574e-49e2-9c4b-26ab67479032", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:21.147947", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1609468143", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/24a4370d-574e-49e2-9c4b-26ab67479032"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/24a4370d-574e-49e2-9c4b-26ab67479032"}], "user_id": "da72e0631a2f4f33a70f88e5f08c8957", "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 14:29:21,292 79797 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/24a4370d-574e-49e2-9c4b-26ab67479032 0.066s 2023-04-18 14:29:21,292 79797 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 14:29:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c6dae39-6bb9-4396-97e8-4f8772efe125', 'content-length': '954', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c6dae39-6bb9-4396-97e8-4f8772efe125', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/24a4370d-574e-49e2-9c4b-26ab67479032'} Body: b'{"volume": {"id": "24a4370d-574e-49e2-9c4b-26ab67479032", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:21.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1609468143", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/24a4370d-574e-49e2-9c4b-26ab67479032"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/24a4370d-574e-49e2-9c4b-26ab67479032"}], "user_id": "da72e0631a2f4f33a70f88e5f08c8957", "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": "13a96e56f8cb412aa4ec96d50aab5ad6"}}' 2023-04-18 14:29:22,382 79797 INFO [tempest.lib.common.rest_client] Request (VolumesTransfer sV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/24a4370d-574e-49e2-9c4b-26ab67479032 0.077s 2023-04-18 14:29:22,382 79797 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 14:29:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0dab8e11-a6cf-4afb-b186-6e0fd9714a8d', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0dab8e11-a6cf-4afb-b186-6e0fd9714a8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/24a4370d-574e-49e2-9c4b-26ab67479032'} Body: b'{"volume": {"id": "24a4370d-574e-49e2-9c4b-26ab67479032", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:21.000000", "updated_at": "2023-04-18T14:29:21.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1609468143", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/24a4370d-574e-49e2-9c4b-26ab67479032"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/24a4370d-574e-49e2-9c4b-26ab67479032"}], "user_id": "da72e0631a2f4f33a70f88e5f08c8957", "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": "13a96e56f8cb412aa4ec96d50aab5ad6"}}' 2023-04-18 14:29:22,487 79797 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/24a4370d-574e-49e2-9c4b-26ab67479032 0.094s 2023-04-18 14:29:22,488 79797 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 14:29:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e41ad4d-8b44-49d4-b92c-21f95c33b985', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e41ad4d-8b44-49d4-b92c-21f95c33b985', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/24a4370d-574e-49e2-9c4b-26ab67479032'} Body: b'{"volume": {"id": "24a4370d-574e-49e2-9c4b-26ab67479032", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:21.000000", "updated_at": "2023-04-18T14:29:21.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1609468143", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/24a4370d-574e-49e2-9c4b-26ab67479032"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/24a4370d-574e-49e2-9c4b-26ab67479032"}], "user_id": "da72e0631a2f4f33a70f88e5f08c8957", "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": "13a96e56f8cb412aa4ec96d50aab5ad6"}}' 2023-04-18 14:29:22,614 79797 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_clean ups): 202 DELETE http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/24a4370d-574e-49e2-9c4b-26ab67479032 0.114s 2023-04-18 14:29:22,615 79797 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 14:29:22 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-4a1a31f4-2711-4a4d-a05c-9f1764646e32', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/24a4370d-574e-49e2-9c4b-26ab67479032'} Body: b'' 2023-04-18 14:29:22,645 79797 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/24a4370d-574e-49e2-9c4b-26ab67479032 0.030s 2023-04-18 14:29:22,645 79797 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 14:29:22 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-120015dd-c59e-4c8b-b972-d523329756ac', 'x-openstack-request-id': 'req-120015dd-c59e-4c8b-b972-d523329756ac', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/24a4370d-574e-49e2-9c4b-26ab67479032'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 24a4370d-574e-49e2-9c4b-26ab67479032 could not be found."}}' {9} 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 7c0d7c29-e553-42c0-ab36-a09ab644d81f failed to build and is in ERROR status {10} 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 65b2dfb3-8c46-4922-92f0-6b426b9ea5b5 failed to build and is in ERROR status {4} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap [2.040375s] ... 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 5feaf65e-43a4-493b-b5a6-fd267aeb26e0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:29:30,456 79795 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/87ef3b19e5d54a4da4e01ac1da5ca9d7/volumes 0.750s 2023-04-18 14:29:30,456 79795 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-1001602192"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c0896bf-5b55-4356-8c95-db1a60e90a14', 'content-length': '812', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c0896bf-5b55-4356-8c95-db1a60e90a14', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/87ef3b19e5d54a4da4e01ac1da5ca9d7/volumes'} Body: b'{"volume": {"id": "5feaf65e-43a4-493b-b5a6-fd267aeb26e0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:30.308575", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1001602192", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/87ef3b19e5d54a4da4e01ac1da5ca9d7/volumes/5feaf65e-43a4-493b-b5a6-fd267aeb26e0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/87ef3b19e5d54a4da4e01ac1da5ca9d7/volumes/5feaf65e-43a4-493b-b5a6-fd267aeb26e0"}], "user_id": "ec2ea522fc0b4e018c4ebf46400b3d94", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:29:30,597 79795 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/87ef3b19e5d54a4da4e01ac1da5ca9d7/volumes/5feaf65e-43a4-493b-b5a6-fd267aeb26e0 0.120s 2023-04-18 14:29:30,597 79795 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1e41846-3bc6-4109-b315-0db1a64a0c1c', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1e41846-3bc6-4109-b315-0db1a64a0c1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/87ef3b19e5d54a4da4e01ac1da5ca9d7/volumes/5feaf65e-43a4-493b-b5a6-fd267aeb26e0'} Body: b'{"volume": {"id": "5feaf65e-43a4-493b-b5a6-fd267aeb26e0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:30.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1001602192", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/87ef3b19e5d54a4da4e01ac1da5ca9d7/volumes/5feaf65e-43a4-493b-b5a6-fd267aeb26e0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/87ef3b19e5d54a4da4e01ac1da5ca9d7/volumes/5feaf65e-43a4-493b-b5a6-fd267aeb26e0"}], "user_id": "ec2ea522fc0b4e018c4ebf46400b3d94", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "87ef3b19e5d54a4da4e01ac1da5ca9d7"}}' 2023-04-18 14:29:31,723 79795 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/87ef3b19e5d54a4da4e01ac1da5ca9d7/volumes/5feaf65e-43a4-493b-b5a6-fd267aeb26e0 0.112s 2023-04-18 14:29:31,723 79795 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04cf53c7-3a3e-4e70-80a4-9f3017548a59', 'content-length': '901', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04cf53c7-3a3e-4e70-80a4-9f3017548a59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/87ef3b19e5d54a4da4e01ac1da5ca9d7/volumes/5feaf65e-43a4-493b-b5a6-fd267aeb26e0'} Body: b'{"volume": {"id": "5feaf65e-43a4-493b-b5a6-fd267aeb26e0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:30.000000", "updated_at": "2023-04-18T14:29:31.000000", "name": "tempest-TestVolumeSwap-volume-1001602192", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/87ef3b19e5d54a4da4e01ac1da5ca9d7/volumes/5feaf65e-43a4-493b-b5a6-fd267aeb26e0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/87ef3b19e5d54a4da4e01ac1da5ca9d7/volumes/5feaf65e-43a4-493b-b5a6-fd267aeb26e0"}], "user_id": "ec2ea522fc0b4e018c4ebf46400b3d94", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "87ef3b19e5d54a4da4e01ac1da5ca9d7"}}' {5} setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test) ... SKIPPED: Cinder consistency group feature disabled {10} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs [2.850590s] ... 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 d0f98f11-f11a-4973-8982-d6fcc2037e5a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:29:30,543 79807 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/dadb8375f7a64594afb4a3ae4a1e9b86/types 0.333s 2023-04-18 14:29:30,543 79807 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-1676347539", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7616a1f9-273b-4d9f-a6d5-ef42176a74b5', 'content-length': '273', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7616a1f9-273b-4d9f-a6d5-ef42176a74b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dadb8375f7a64594afb4a3ae4a1e9b86/types'} Body: b'{"volume_type": {"id": "74a6e56f-cfa7-48a5-8875-f800022273b0", "name": "tempest-VolumeTypesTest-volume-type-1676347539", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 14:29:30,685 79807 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/dadb8375f7a64594afb4a3ae4a1e9b86/types 0.138s 2023-04-18 14:29:30,685 79807 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-345750101", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83f48de0-57dd-4c5c-bf9d-83aeeec0b670', 'content-length': '272', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83f48de0-57dd-4c5c-bf9d-83aeeec0b670', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dadb8375f7a64594afb4a3ae4a1e9b86/types'} Body: b'{"volume_type": {"id": "1d133247-d7e0-4c9a-9bc8-5dd1db6e51f7", "name": "tempest-VolumeTypesTest-volume-type-345750101", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 14:29:31,270 79807 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/19e26b79efc74baca0abb76749497a0f/volumes 0.581s 2023-04-18 14:29:31,270 79807 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-VolumeTypesTest-volume-141012140", "volume_type": "74a6e56f-cfa7-48a5-8875-f800022273b0", "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f95ad48a-058f-4c7b-a20b-87e78af1002c', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f95ad48a-058f-4c7b-a20b-87e78af1002c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/19e26b79efc74baca0abb76749497a0f/volumes'} Body: b'{"volume": {"id": "d0f98f11-f11a-4973-8982-d6fcc2037e5a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:31.177125", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-141012140", "description": null, "volum e_type": "tempest-VolumeTypesTest-volume-type-1676347539", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19e26b79efc74baca0abb76749497a0f/volumes/d0f98f11-f11a-4973-8982-d6fcc2037e5a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19e26b79efc74baca0abb76749497a0f/volumes/d0f98f11-f11a-4973-8982-d6fcc2037e5a"}], "user_id": "bb04f7b4d95a406f96d024199ec732a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:29:31,341 79807 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/19e26b79efc74baca0abb76749497a0f/volumes/d0f98f11-f11a-4973-8982-d6fcc2037e5a 0.059s 2023-04-18 14:29:31,341 79807 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ae6a6fd-9768-4a6d-bea0-053ab00ab0bf', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ae6a6fd-9768-4a6d-bea0-053ab00ab0bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19e26b79efc74baca0abb76749497a0f/volumes/d0f98f11-f11a-4973-8982-d6fcc2037e5a'} Body: b'{"volume": {"id": "d0f98f11-f11a-4973-8982-d6fcc2037e5a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:31.000000", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-141012140", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1676347539", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19e26b79efc74baca0abb76749497a0f/volumes/d0f98f11-f11a-4973-8982-d6fcc2037e5a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19e26b79efc74baca0abb76749497a0f/volumes/d0f98f11-f11a-4973-8982-d6fcc2037e5a"}], "user_id": "bb04f7b4d95a406f96d024199ec732a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19e26b79efc74baca0abb76749497a0f"}}' 2023-04-18 14:29:32,444 79807 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/19e26b79efc74baca0abb76749497a0f/volumes/d0f98f11-f11a-4973-8982-d6fcc2037e5a 0.089s 2023-04-18 14:29:32,445 79807 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e35035ec-2bc5-4117-a29f-5dc94f4393d7', 'content-length': '936', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e35035ec-2bc5-4117-a29f-5dc94f4393d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19e26b79efc74baca0abb76749497a0f/volumes/d0f98f11-f11a-4973-8982-d6fcc2037e5a'} Body: b'{"volume": {"id": "d0f98f11-f11a-4973-8982-d6fcc2037e5a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:31.000000", "updated_at": "2023-04-18T14:29:31.000000", "name": "tempest-VolumeTypesTest-volume-141012140", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1676347539", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19e26b79efc74baca0abb76749497a0f/volumes/d0f98f11-f11a-4973- 8982-d6fcc2037e5a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19e26b79efc74baca0abb76749497a0f/volumes/d0f98f11-f11a-4973-8982-d6fcc2037e5a"}], "user_id": "bb04f7b4d95a406f96d024199ec732a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19e26b79efc74baca0abb76749497a0f"}}' 2023-04-18 14:29:32,517 79807 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/19e26b79efc74baca0abb76749497a0f/volumes/d0f98f11-f11a-4973-8982-d6fcc2037e5a 0.059s 2023-04-18 14:29:32,517 79807 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-906c595f-6b18-4eb6-95ff-0cacf7c0f7dc', 'content-length': '936', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-906c595f-6b18-4eb6-95ff-0cacf7c0f7dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19e26b79efc74baca0abb76749497a0f/volumes/d0f98f11-f11a-4973-8982-d6fcc2037e5a'} Body: b'{"volume": {"id": "d0f98f11-f11a-4973-8982-d6fcc2037e5a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:31.000000", "updated_at": "2023-04-18T14:29:31.000000", "name": "tempest-VolumeTypesTest-volume-141012140", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1676347539", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19e26b79efc74baca0abb76749497a0f/volumes/d0f98f11-f11a-4973-8982-d6fcc2037e5a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19e26b79efc74baca0abb76749497a0f/volumes/d0f98f11-f11a-4973-8982-d6fcc2037e5a"}], "user_id": "bb04f7b4d95a406f96d024199ec732a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19e26b79efc74baca0abb76749497a0f"}}' 2023-04-18 14:29:32,726 79807 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/19e26b79efc74baca0abb76749497a0f/volumes/d0f98f11-f11a-4973-8982-d6fcc2037e5a 0.196s 2023-04-18 14:29:32,726 79807 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29: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-a13a9905-3954-486e-935c-0b10301438a3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/19e26b79efc74baca0abb76749497a0f/volumes/d0f98f11-f11a-4973-8982-d6fcc2037e5a'} Body: b'' 2023-04-18 14:29:32,766 79807 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/19e26b79efc74baca0abb76749497a0f/volumes/d0f98f11-f11a-4973-8982-d6fcc2037e5a 0.039s 2023-04-18 14:29:32,766 79807 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29: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-3e0c971e-c51a-4605-ab4a-5c1e283a710a', 'x-openstack-request-id': 'req-3e0c971e-c51a-4605-ab4a-5c1e283a 710a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/19e26b79efc74baca0abb76749497a0f/volumes/d0f98f11-f11a-4973-8982-d6fcc2037e5a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d0f98f11-f11a-4973-8982-d6fcc2037e5a could not be found."}}' 2023-04-18 14:29:32,870 79807 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/dadb8375f7a64594afb4a3ae4a1e9b86/types/1d133247-d7e0-4c9a-9bc8-5dd1db6e51f7 0.103s 2023-04-18 14:29:32,870 79807 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29: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-28090396-3052-453c-af77-6ea04ebb53ea', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/dadb8375f7a64594afb4a3ae4a1e9b86/types/1d133247-d7e0-4c9a-9bc8-5dd1db6e51f7'} Body: b'' 2023-04-18 14:29:32,892 79807 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/dadb8375f7a64594afb4a3ae4a1e9b86/types/1d133247-d7e0-4c9a-9bc8-5dd1db6e51f7 0.021s 2023-04-18 14:29:32,892 79807 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29: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-0f9f44ad-60ab-4fba-a8fe-981770f16e60', 'x-openstack-request-id': 'req-0f9f44ad-60ab-4fba-a8fe-981770f16e60', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/dadb8375f7a64594afb4a3ae4a1e9b86/types/1d133247-d7e0-4c9a-9bc8-5dd1db6e51f7'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 1d133247-d7e0-4c9a-9bc8-5dd1db6e51f7 could not be found."}}' 2023-04-18 14:29:33,032 79807 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/dadb8375f7a64594afb4a3ae4a1e9b86/types/74a6e56f-cfa7-48a5-8875-f800022273b0 0.139s 2023-04-18 14:29:33,033 79807 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29: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-22cab48c-d32a-417b-af20-f6664c60adc0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/dadb8375f7a64594afb4a3ae4a1e9b86/types/74a6e56f-cfa7-48a5-8875-f800022273b0'} Body: b'' 2023-04-18 14:29:33,058 79807 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/dadb8375f7a64594afb4a3ae4a1e9b86/types/74a6e56f-cfa7-48a5-8875-f800022273b0 0.024s 2023-04-18 14:29:33,058 79807 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29: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-bf4221dc-d24a-4473-86ca-c2855493ae0b', 'x-openstack-request-id': 'req-bf4221dc-d24a-4473-86ca-c2855493ae0b' , 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/dadb8375f7a64594afb4a3ae4a1e9b86/types/74a6e56f-cfa7-48a5-8875-f800022273b0'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 74a6e56f-cfa7-48a5-8875-f800022273b0 could not be found."}}' {10} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete [0.330577s] ... ok {10} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete [0.766077s] ... ok {10} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list [0.064881s] ... ok {10} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update [0.324228s] ... ok {5} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume [2.237740s] ... 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 91fab5df-c2d6-4277-a8f0-5520c3098898 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:29:33,804 79797 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 202 POST http://10.0.0.210/volume/v3/91763b5e46f54fc0a02627df47ce371a/volumes 1.009s 2023-04-18 14:29:33,804 79797 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-32425565"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac0914f4-ef18-4ff0-8845-0c799482ef51', 'content-length': '829', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac0914f4-ef18-4ff0-8845-0c799482ef51', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/91763b5e46f54fc0a02627df47ce371a/volumes'} Body: b'{"volume": {"id": "91fab5df-c2d6-4277-a8f0-5520c3098898", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:33.698871", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-32425565", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/91763b5e46f54fc0a02627df47ce371a/volumes/91fab5df-c2d6-4277-a8f0-5520c3098898"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/91763b5e46f54fc0a02627df47ce371a/volumes/91fab5df-c2d6-4277-a8f0-5520c3098898"}], "user_id": "51b8b0f12c1249eba4f412e7ace5e097", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:29:33,887 79797 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 200 GET http://10.0.0.210/volume/v3/91763b5e46f54fc0a02627df47ce371a/volumes/91fab5df-c2d6-4277-a8f0-5520c3098898 0.072s 2023-04-18 14:29:33,887 79797 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c893884-deef-49e6-bb30-7f0e979d38cc', 'content-length': '897', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c893884-deef-49e6-bb30-7f0e979d38cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/91763b5e46f54fc0a02627df47ce371a/volumes/91fab5df-c2d6-4277-a8f0-5520c3098898'} Body: b'{"volume": {"id": "91fab5df-c2d6-4277-a8f0-5520c3098898", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:34.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-32425565", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/91763b5e46f54fc0a02627df47ce371a/volumes/91fab5df-c2d6-4277-a8f0-5520c3098898"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/91763b5e46f54fc0a02627df47ce371a/volumes/91fab5df-c2d6-4277-a8f0-5520c3098898"}], "user_id": "51b8b0f12c1249eba4f412e7ace5e097", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "91763b5e46f54fc0a02627df47ce371a"}}' 2023-04-18 14:29:35,018 79797 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 200 GET http://10.0.0.210/volume/v3/91763b5e46f54fc0a02627df47ce371a/volumes/91fab5df-c2d 6-4277-a8f0-5520c3098898 0.116s 2023-04-18 14:29:35,018 79797 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07cc32d4-6889-4f34-baad-0fa9491f6711', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07cc32d4-6889-4f34-baad-0fa9491f6711', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/91763b5e46f54fc0a02627df47ce371a/volumes/91fab5df-c2d6-4277-a8f0-5520c3098898'} Body: b'{"volume": {"id": "91fab5df-c2d6-4277-a8f0-5520c3098898", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:34.000000", "updated_at": "2023-04-18T14:29:34.000000", "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-32425565", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/91763b5e46f54fc0a02627df47ce371a/volumes/91fab5df-c2d6-4277-a8f0-5520c3098898"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/91763b5e46f54fc0a02627df47ce371a/volumes/91fab5df-c2d6-4277-a8f0-5520c3098898"}], "user_id": "51b8b0f12c1249eba4f412e7ace5e097", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "91763b5e46f54fc0a02627df47ce371a"}}' {9} 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 00b17e31-dedf-49e9-841c-dcd778ddba80 failed to build and is in ERROR status {9} setUpClass (tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {7} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices [2.289411s] ... 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 66dc39e1-7718-431a-bc35-fedf944da9f3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:29:38,045 79801 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/326effa9854a4cff872b3b6db3659f16/volumes 1.115s 2023-04-18 14:29:38,046 79801 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-1507068456", "imageRef": "e440225d-a438-40cc-be07-38db2a963dd0"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-498b3dea-f230-4319-ad3f-8df91a7aede4', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-498b3dea-f230-4319-ad3f-8df91a7aede4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/326effa9854a4cff872b3b6db3659f16/volumes'} Body: b'{"volume": {"id": "66dc39e1-7718-431a-bc35-fedf944da9f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:37.934450", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1507068456", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/326effa9854a4cff872b3b6db3659f16/volumes/66dc39e1-7718-431a-bc35-fedf944da9f3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/326effa9854a4cff872b3b6db3659f16/volumes/66dc39e1-7718-431a-bc35-fedf944da9f3"}], "user_id": "974257d084624baa9ede53396f383783", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:29:38,144 79801 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/326effa9854a4cff872b3b6db3659f16/volumes/66dc39e1-7718-431a-bc35-fedf944da9f3 0.084s 2023-04-18 14:29:38,144 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb1970fb-0254-4e05-8aa6-41506c0c9957', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb1970fb-0254-4e05-8aa6-41506c0c9957', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/326effa9854a4cff872b3b6db3659f16/volumes/66dc39e1-7718-431a-bc35-fedf944da9f3'} Body: b'{"volume": {"id": "66dc39e1-7718-431a-bc35-fedf944da9f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:38.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1507068456", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/326effa9854a4cff872b3b6db3659f16/volumes/66dc39e1-7718-431a-bc35-fedf944da9f3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/326effa9854a4cff872b3b6db3659f16/volumes/66dc39e1-7718-431a-bc35-fedf944da9f3"}], "user_id": "974257d084624baa9ede53396f383783", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "326effa9854a4cff872b3b6db3659f16"}}' 2023-04-18 14:29:39,205 79801 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/326effa9854a4cff872b3b6db3659f16/volumes/66dc39e1-7718-431a-bc35-fedf944da9f3 0.049s 2023-04-18 14:29:39,205 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34232207-89f9-4e62-b72b-71e2d2792f4f', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34232207-89f9-4e62-b72b-71e2d2792f4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/326effa9854a4cff872b3b6db3659f16/volumes/66dc39e1-7718-431a-bc35-fedf944da9f3'} Body: b'{"volume": {"id": "66dc39e1-7718-431a-bc35-fedf944da9f3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:38.000000", "updated_at": "2023-04-18T14:29:38.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1507068456", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/326effa9854a4cff872b3b6db3659f16/volumes/66dc39e1-7718-431a-bc35-fedf944da9f3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/326effa9854a4cff872b3b6db3659f16/volumes/66dc39e1-7718-431a-bc35-fedf944da9f3"}], "user_id": "974257d084624baa9ede53396f383783", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "326effa9854a4cff872b3b6db3659f16"}}' {10} setUpClass (tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest) ... SKIPPED: Cinder backup feature disabled {10} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list [0.333203s] ... ok {11} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices [2.271741s] ... 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 b2439c56-c254-4948-893b-9a5aaa24fb60 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:29:41,084 79809 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/4489dac710794d1a87e5ebd312523b80/volumes 1.093s 2023-04-18 14:29:41,085 79809 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-647509810", "imageRef": "e440225d-a438-40cc-be07-38db2a963dd0"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1cd55a95-7121-4c9e-8dbd-9b433b161aac', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1cd55a95-7121-4c9e-8dbd-9b433b161aac', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4489dac710794d1a87e5ebd312523b80/volumes'} Body: b'{"volume": {"id": "b2439c56-c254-4948-893b-9a5aaa24fb60", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:40.989315", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-647509810", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4489dac710794d1a87e5ebd312523b80/volumes/b2439c56-c254-4948-893b-9a5aaa24fb60"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4489dac710794d1a87e5ebd312523b80/volumes/b2439c56-c254-4948-893b-9a5aaa24fb60"}], "user_id": "08a6e99fe9c942298c2915d8cc587df4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:29:41,166 79809 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/4489dac710794d1a87e5ebd312523b80/volumes/b2439c56-c254-4948-893b-9a5aaa24fb60 0.068s 2023-04-18 14:29:41,167 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63936b4b-233a-409e-b8b9-f465ab668d2b', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63936b4b-233a-409e-b8b9-f465ab668d2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4489dac710794d1a87e5ebd312523b80/volumes/b2439c56-c254-4948-893b-9a5aaa24fb60'} Body: b'{"volume": {"id": "b2439c56-c254-4948-893b-9a5aaa24fb60", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:41.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-647509810", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4489dac710794d1a87e5ebd312523b80/volumes/b2439c56-c254-4948-893b-9a5aaa24fb60"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4489dac710794d1a87e5ebd312523b80/volumes/b2439c56-c254-4948-893b-9a5aaa24fb60"}], "user_id": "08a6e99fe9c942298c2915d8cc587df4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4489dac710794d1a87e5ebd312523b80"}}' 2023-04-18 14:29:42,242 79809 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/4489dac710794d1a87e5ebd312523b80/volumes/b2439c56-c254-4948-893b-9a5aaa24fb60 0.062s 2023-04-18 14:29:42,243 79809 DEBUG [tem pest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-980d874c-e33e-421e-890c-1c412cbb1e54', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-980d874c-e33e-421e-890c-1c412cbb1e54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4489dac710794d1a87e5ebd312523b80/volumes/b2439c56-c254-4948-893b-9a5aaa24fb60'} Body: b'{"volume": {"id": "b2439c56-c254-4948-893b-9a5aaa24fb60", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:41.000000", "updated_at": "2023-04-18T14:29:41.000000", "name": "tempest-TaggedBootDevicesTest-volume-647509810", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4489dac710794d1a87e5ebd312523b80/volumes/b2439c56-c254-4948-893b-9a5aaa24fb60"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4489dac710794d1a87e5ebd312523b80/volumes/b2439c56-c254-4948-893b-9a5aaa24fb60"}], "user_id": "08a6e99fe9c942298c2915d8cc587df4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4489dac710794d1a87e5ebd312523b80"}}' {5} 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 901e37b3-f5c8-4d3d-9eff-9106a058377c failed to build and is in ERROR status {5} setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest) ... SKIPPED: Barbican is required {10} setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size [0.203843s] ... ok {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero [0.024920s] ... ok {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size [0.014470s] ... ok {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id [0.056399s] ... ok {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id [0.012768s] ... ok {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id [0.010708s] ... ok {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id [0.062866s] ... ok {4} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id [0.072386s] ... ok {4} setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest) ... SKIPPED: Cinder multi-backend feature disabled {4} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add [2.243616s] ... 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 c251e7eb-b822-4330-9868-606cf38c1f3f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:29:52,755 79795 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 POST http://10.0.0.210/volume/v3/38c99ce3cd4c477bbe2b2548490022ae/types 0.290s 2023-04-18 14:29:52,756 79795 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-736456973", "os-volume-type-access:is_public": false}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7281f147-a943-4818-ba50-00e2f277f07c', 'content-length': '228', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7281f147-a943-4818-ba50-00e2f277f07c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/38c99ce3cd4c477bbe2b2548490022ae/types'} Body: b'{"volume_type": {"id": "428694ba-1c1d-4ee5-b942-e5965d7db5ea", "name": "tempest-VolumeTypesAccessTest-volume-type-736456973", "is_public": false, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": false}}' 2023-04-18 14:29:52,963 79795 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 404 POST http://10.0.0.210/volume/v3/18b492eb370a4add9617238aa76689ba/volumes 0.204s 2023-04-18 14:29:52,963 79795 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "428694ba-1c1d-4ee5-b942-e5965d7db5ea", "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:52 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-1902d4e1-a02f-4701-8c8a-ed27ff408241', 'x-openstack-request-id': 'req-1902d4e1-a02f-4701-8c8a-ed27ff408241', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/18b492eb370a4add9617238aa76689ba/volumes'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 428694ba-1c1d-4ee5-b942-e5965d7db5ea could not be found."}}' 2023-04-18 14:29:52,964 79795 WARNING [tempest.lib.common.rest_client] Deprecated: "tenant_id" property is deprecated for removal, use "project_id" instead 2023-04-18 14:29:52,997 79795 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/38c99ce3cd4c477bbe2b2548490022ae/types/428694ba-1c1d-4ee5-b942-e5965d7db5ea/action 0.033s 2023-04-18 14:29:52,997 79795 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"addProjectAccess": {"project": "18b492eb370a4add9617238aa76689ba"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29: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-c370ff74-252b-45d5-bd82-3afdfd77a4c9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/38c99ce3cd4c477bbe2b2548490022ae/types/428694ba-1c1d-4ee5-b942-e5965d7db5ea/action'} Body: b'' 2023-04-18 14:29:53,233 79795 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/18b492eb370a4add9617238aa76689ba/volumes 0.234s 2023-04-18 14:29:53,233 79795 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "428694ba-1c1d-4ee5-b942-e5965d7db5 ea", "size": 1, "name": "tempest-VolumeTypesAccessTest-Volume-1622383940"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14a26afb-4909-4863-9f52-5bdd45e2523b', 'content-length': '859', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14a26afb-4909-4863-9f52-5bdd45e2523b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/18b492eb370a4add9617238aa76689ba/volumes'} Body: b'{"volume": {"id": "c251e7eb-b822-4330-9868-606cf38c1f3f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:53.164636", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-1622383940", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-736456973", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/18b492eb370a4add9617238aa76689ba/volumes/c251e7eb-b822-4330-9868-606cf38c1f3f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/18b492eb370a4add9617238aa76689ba/volumes/c251e7eb-b822-4330-9868-606cf38c1f3f"}], "user_id": "9315fed8e1634383a43acb64a703fce7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:29:53,286 79795 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/18b492eb370a4add9617238aa76689ba/volumes/c251e7eb-b822-4330-9868-606cf38c1f3f 0.044s 2023-04-18 14:29:53,286 79795 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d606d97d-06a9-4b99-b39a-fe74eabe13d2', 'content-length': '927', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d606d97d-06a9-4b99-b39a-fe74eabe13d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/18b492eb370a4add9617238aa76689ba/volumes/c251e7eb-b822-4330-9868-606cf38c1f3f'} Body: b'{"volume": {"id": "c251e7eb-b822-4330-9868-606cf38c1f3f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:53.000000", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-1622383940", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-736456973", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/18b492eb370a4add9617238aa76689ba/volumes/c251e7eb-b822-4330-9868-606cf38c1f3f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/18b492eb370a4add9617238aa76689ba/volumes/c251e7eb-b822-4330-9868-606cf38c1f3f"}], "user_id": "9315fed8e1634383a43acb64a703fce7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "18b492eb370a4add9617238aa76689ba"}}' 2023-04-18 14:29:54,347 79795 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/18b492eb370a4add9617238aa76689ba/volumes/c251e7eb-b822-4330-9868-606cf38c1f3f 0.048s 2023-04-18 14:29:54,347 79795 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fc0e27c-6868-4501-bfcb-010f646c21f8', 'content-length': '948', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fc0e27c-6868-4501-bfcb-010f646c21f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/18b492eb370a4add9617238aa76689ba/volumes/c251e7eb-b822-4330-9868-606cf38c1f3f'} Body: b'{"volume": {"id": "c251e7eb-b822-4330-9868-606cf38c1f3f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:53.000000", "updated_at": "2023-04-18T14:29:53.000000", "name": "tempest-VolumeTypesAccessTest-Volume-1622383940", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-736456973", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/18b492eb370a4add9617238aa76689ba/volumes/c251e7eb-b822-4330-9868-606cf38c1f3f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/18b492eb370a4add9617238aa76689ba/volumes/c251e7eb-b822-4330-9868-606cf38c1f3f"}], "user_id": "9315fed8e1634383a43acb64a703fce7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "18b492eb370a4add9617238aa76689ba"}}' 2023-04-18 14:29:54,407 79795 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/18b492eb370a4add9617238aa76689ba/volumes/c251e7eb-b822-4330-9868-606cf38c1f3f 0.048s 2023-04-18 14:29:54,408 79795 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b8559f6-9674-4908-bc97-73f810af2547', 'content-length': '948', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b8559f6-9674-4908-bc97-73f810af2547', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/18b492eb370a4add9617238aa76689ba/volumes/c251e7eb-b822-4330-9868-606cf38c1f3f'} Body: b'{"volume": {"id": "c251e7eb-b822-4330-9868-606cf38c1f3f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:53.000000", "updated_at": "2023-04-18T14:29:53.000000", "name": "tempest-VolumeTypesAccessTest-Volume-1622383940", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-736456973", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/18b492eb370a4add9617238aa76689ba/volumes/c251e7eb-b822-4330-9868-606cf38c1f3f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/18b492eb370a4add9617238aa76689ba/volumes/c251e7eb-b822-4330-9868-606cf38c1f3f"}], "user_id": "9315fed8e1634383a43acb64a703fce7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "18b492eb370a4add9617238aa76689ba"}}' 2023-04-18 14:29:54,561 79795 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/18b492eb370a4add9617238aa76689ba/volumes/c251e7eb-b822-4330-9868-606cf38c1f3f 0.142s 2023-04-18 14:29:54,561 79795 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:54 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-658f6383-71b7-434f-8ba7-51cacba0876b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/18b492eb370a4add 9617238aa76689ba/volumes/c251e7eb-b822-4330-9868-606cf38c1f3f'} Body: b'' 2023-04-18 14:29:54,590 79795 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/18b492eb370a4add9617238aa76689ba/volumes/c251e7eb-b822-4330-9868-606cf38c1f3f 0.028s 2023-04-18 14:29:54,590 79795 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:54 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-bbd7b459-abe4-4d41-9362-eb80d96255af', 'x-openstack-request-id': 'req-bbd7b459-abe4-4d41-9362-eb80d96255af', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/18b492eb370a4add9617238aa76689ba/volumes/c251e7eb-b822-4330-9868-606cf38c1f3f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c251e7eb-b822-4330-9868-606cf38c1f3f could not be found."}}' 2023-04-18 14:29:54,626 79795 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/38c99ce3cd4c477bbe2b2548490022ae/types/428694ba-1c1d-4ee5-b942-e5965d7db5ea/action 0.035s 2023-04-18 14:29:54,626 79795 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"removeProjectAccess": {"project": "18b492eb370a4add9617238aa76689ba"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:54 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-eaf305a1-2f34-4fd6-8efa-82ff67e60420', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/38c99ce3cd4c477bbe2b2548490022ae/types/428694ba-1c1d-4ee5-b942-e5965d7db5ea/action'} Body: b'' 2023-04-18 14:29:54,689 79795 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/38c99ce3cd4c477bbe2b2548490022ae/types/428694ba-1c1d-4ee5-b942-e5965d7db5ea 0.062s 2023-04-18 14:29:54,689 79795 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:54 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-a4355bda-d3e9-4d18-a18e-b53259c8aecd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/38c99ce3cd4c477bbe2b2548490022ae/types/428694ba-1c1d-4ee5-b942-e5965d7db5ea'} Body: b'' 2023-04-18 14:29:54,707 79795 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/38c99ce3cd4c477bbe2b2548490022ae/types/428694ba-1c1d-4ee5-b942-e5965d7db5ea 0.017s 2023-04-18 14:29:54,707 79795 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:54 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-6f433d7f-4f4d-4fa9-80a0-554489082c4e', 'x-openstack-request-id': 'req-6f433d7f-4f4d-4fa9-80a0-554489082c4e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/38c99ce3cd4c477bbe2b2548490 022ae/types/428694ba-1c1d-4ee5-b942-e5965d7db5ea'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 428694ba-1c1d-4ee5-b942-e5965d7db5ea could not be found."}}' {4} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list [0.307804s] ... ok {7} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name [0.045761s] ... ok {7} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name [0.069816s] ... ok {7} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name [0.026189s] ... ok {7} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name [1.941043s] ... 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 8e165f19-26e5-4710-962f-3e432286bc5a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:29:56,776 79801 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 202 POST http://10.0.0.210/volume/v3/4c47a4f45e06439b9a84d204502bec7d/volumes 0.533s 2023-04-18 14:29:56,777 79801 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-1696285496"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e71c44e-b1b8-4cb7-893b-658b3cc291f3', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e71c44e-b1b8-4cb7-893b-658b3cc291f3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4c47a4f45e06439b9a84d204502bec7d/volumes'} Body: b'{"volume": {"id": "8e165f19-26e5-4710-962f-3e432286bc5a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:56.700310", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-1696285496", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4c47a4f45e06439b9a84d204502bec7d/volumes/8e165f19-26e5-4710-962f-3e432286bc5a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4c47a4f45e06439b9a84d204502bec7d/volumes/8e165f19-26e5-4710-962f-3e432286bc5a"}], "user_id": "e3dcc0a987a94ba0b2a89a18ff02e2a3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:29:56,906 79801 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://10.0.0.210/volume/v3/4c47a4f45e06439b9a84d204502bec7d/volumes/8e165f19-26e5-4710-962f-3e432286bc5a 0.115s 2023-04-18 14:29:56,906 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7659caa-672b-43f6-942c-fb54c1769674', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7659caa-672b-43f6-942c-fb54c1769674', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4c47a4f45e06439b9a84d204502bec7d/volumes/8e165f19-26e5-4710-962f-3e432286bc5a'} Body: b'{"volume": {"id": "8e165f19-26e5-4710-962f-3e432286bc5a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:57.000000", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-1696285496", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4c47a4f45e06439b9a84d204502bec7d/volumes/8e165f19-26e5-4710-962f-3e432286bc5a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4c47a4f45e06439b9a84d204502bec7d/volumes/8e165f19-26e5-4710-962f-3e432286bc5a"}], "user_id": "e3dcc0a987a94ba0b2a89a18ff02e2a3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4c47a4f45e06439b9a84d204502bec7d"}}' 2023-04-18 14:29:57,968 79801 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://10.0.0.210/volume/v3/4c47a4f45e06439b9a84d204502bec7d/volumes/8e165f19-26e5-4710-962f-3e432286bc5a 0.049s 2023-04-18 14:29:57,968 79801 DEBUG [tempest.lib. common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebb171c0-9022-4ea2-8efb-fb527d83d20e', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebb171c0-9022-4ea2-8efb-fb527d83d20e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4c47a4f45e06439b9a84d204502bec7d/volumes/8e165f19-26e5-4710-962f-3e432286bc5a'} Body: b'{"volume": {"id": "8e165f19-26e5-4710-962f-3e432286bc5a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:57.000000", "updated_at": "2023-04-18T14:29:57.000000", "name": "tempest-VolumesServicesTestJSON-Volume-1696285496", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4c47a4f45e06439b9a84d204502bec7d/volumes/8e165f19-26e5-4710-962f-3e432286bc5a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4c47a4f45e06439b9a84d204502bec7d/volumes/8e165f19-26e5-4710-962f-3e432286bc5a"}], "user_id": "e3dcc0a987a94ba0b2a89a18ff02e2a3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4c47a4f45e06439b9a84d204502bec7d"}}' 2023-04-18 14:29:58,025 79801 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/4c47a4f45e06439b9a84d204502bec7d/volumes/8e165f19-26e5-4710-962f-3e432286bc5a 0.045s 2023-04-18 14:29:58,025 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-739ce4ae-e2e3-4ba6-bcab-9d026a6217b1', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-739ce4ae-e2e3-4ba6-bcab-9d026a6217b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4c47a4f45e06439b9a84d204502bec7d/volumes/8e165f19-26e5-4710-962f-3e432286bc5a'} Body: b'{"volume": {"id": "8e165f19-26e5-4710-962f-3e432286bc5a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:57.000000", "updated_at": "2023-04-18T14:29:57.000000", "name": "tempest-VolumesServicesTestJSON-Volume-1696285496", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4c47a4f45e06439b9a84d204502bec7d/volumes/8e165f19-26e5-4710-962f-3e432286bc5a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4c47a4f45e06439b9a84d204502bec7d/volumes/8e165f19-26e5-4710-962f-3e432286bc5a"}], "user_id": "e3dcc0a987a94ba0b2a89a18ff02e2a3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4c47a4f45e06439b9a84d204502bec7d"}}' 2023-04-18 14:29:58,160 79801 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/4c47a4f45e06439b9a84d204502bec7d/volumes/8e165f19-26e5-4710-962f-3e432286bc5a 0.125s 2023-04-18 14:29:58,161 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:58 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-07ab9dc9-1fa9-44c7-b839-e8af5ab0d2dd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4c47a4f45e06439b9a84d204502bec7d/volumes/8e165f19-26e5-4710-962f-3e432286bc5a'} Body: b'' 2023-04-18 14:29:58,183 79801 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/4c47a4f45e06439b9a84d204502bec7d/volumes/8e165f19-26e5-4710-962f-3e432286bc5a 0.021s 2023-04-18 14:29:58,183 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:58 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-371cbe22-64f2-47cb-a1f5-5338bc3fe664', 'x-openstack-request-id': 'req-371cbe22-64f2-47cb-a1f5-5338bc3fe664', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/4c47a4f45e06439b9a84d204502bec7d/volumes/8e165f19-26e5-4710-962f-3e432286bc5a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 8e165f19-26e5-4710-962f-3e432286bc5a could not be found."}}' {7} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services [0.029453s] ... ok {4} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body [0.025014s] ... ok {4} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body [0.020510s] ... ok {4} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id [0.091140s] ... ok {4} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id [0.024547s] ... ok {4} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name [0.031382s] ... ok {4} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id [0.025777s] ... ok {4} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id [0.021381s] ... ok {4} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec [0.015985s] ... ok {4} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body [0.015288s] ... ok {4} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id [0.079251s] ... ok {4} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id [0.053170s] ... ok {4} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_type_id [0.042650s] ... ok {11} 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 8f214c23-d79e-48d7-ad51-a2ae662aa79b failed to build and is in ERROR status {11} tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete [2.377176s] ... 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 98b83d42-bc15-46bc-8921-bf529df324ed failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:30:02,557 79809 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/67bff866792943c484ffcc9308695d9b/types 0.221s 2023-04-18 14:30:02,557 79809 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-580189581"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71d893b5-8e27-43f1-a4ea-b013d0ed9e7a', 'content-length': '215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71d893b5-8e27-43f1-a4ea-b013d0ed9e7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/67bff866792943c484ffcc9308695d9b/types'} Body: b'{"volume_type": {"id": "ad048fe3-2824-499c-b172-33fd277d65b4", "name": "tempest-GroupsTest-volume-type-580189581", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 14:30:02,618 79809 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/67bff866792943c484ffcc9308695d9b/group_types 0.054s 2023-04-18 14:30:02,618 79809 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-27923968"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2ba2366-d64b-4dfc-a925-ac42a74cae37', 'content-length': '171', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2ba2366-d64b-4dfc-a925-ac42a74cae37', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/67bff866792943c484ffcc9308695d9b/group_types'} Body: b'{"group_type": {"id": "5ad11bf4-684a-4bfa-9b3b-ea72b8eaf873", "name": "tempest-GroupsTest-group-type-27923968", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 14:30:03,071 79809 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/e0161f781dc14969a24fc26ba3e48de0/groups 0.449s 2023-04-18 14:30:03,072 79809 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": "5ad11bf4-684a-4bfa-9b3b-ea72b8eaf873", "volume_types": ["ad048fe3-2824-499c-b172-33fd277d65b4"], "name": "tempest-Group1-1839553526"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed88c6f0-2da9-4b6d-b9f2-eef4165fd8b5', 'content-length': '94', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed88c6f0-2da9-4b6d-b9f2-eef4165fd8b5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e0161f781dc14969a24fc26ba3e48de0/groups'} Body: b'{"group": {"id": "98b83d42-bc15-46bc-8921-bf529df324ed", "name": "tempest-Group1-1839553526"}}' 2023-04-18 14:30:03,115 79809 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/e0161f781dc14969a24fc26ba3e48de0/groups/98b83d42-bc15-46bc-8921-bf529df324ed 0.041s 2023-04-18 14:30:03,116 79809 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 14:30:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77787f61-7fdf-423e-8c6d-6b48e75f6b23', 'content-length': '322', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77787f61-7fdf-423e-8c6d-6b48e75f6b23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e0161f781dc14969a24fc26ba3e48de0/groups/98b83d42-bc15-46bc-8921-bf529df324ed'} Body: b'{"group": {"id": "98b83d42-bc15-46bc-8921-bf529df324ed", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-18T14:30:03.000000", "name": "tempest-Group1-1839553526", "description": null, "group_type": "5ad11bf4-684a-4bfa-9b3b-ea72b8eaf873", "volume_types": ["ad048fe3-2824-499c-b172-33fd277d65b4"]}}' 2023-04-18 14:30:04,214 79809 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/e0161f781dc14969a24fc26ba3e48de0/groups/98b83d42-bc15-46bc-8921-bf529df324ed 0.093s 2023-04-18 14:30:04,215 79809 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 14:30:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1346ab9d-8339-4c1b-a37c-f4681f5cb2ec', 'content-length': '319', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1346ab9d-8339-4c1b-a37c-f4681f5cb2ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e0161f781dc14969a24fc26ba3e48de0/groups/98b83d42-bc15-46bc-8921-bf529df324ed'} Body: b'{"group": {"id": "98b83d42-bc15-46bc-8921-bf529df324ed", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T14:30:03.000000", "name": "tempest-Group1-1839553526", "description": null, "group_type": "5ad11bf4-684a-4bfa-9b3b-ea72b8eaf873", "volume_types": ["ad048fe3-2824-499c-b172-33fd277d65b4"]}}' 2023-04-18 14:30:04,283 79809 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/e0161f781dc14969a24fc26ba3e48de0/volumes/detail 0.061s 2023-04-18 14:30:04,283 79809 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 14:30:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6643967a-089d-4239-bc61-d4def941d88c', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6643967a-089d-4239-bc61-d4def941d88c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e0161f781dc14969a24fc26ba3e48de0/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 14:30:04,414 79809 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/e0161f781dc14969a24fc26ba3e48de0/groups/98b83d42-bc15-46bc-8921-bf529df324ed/action 0.119s 2023-04-18 14:30:04,414 79809 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 14:30:04 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-356876ec-610a-4915-b5ab-a0da9921fbd3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e0161f781dc14969a24fc26ba3e48de0/groups/98b83d42-bc15-46bc-8921-bf529df324ed/action'} Body: b'' 2023-04-18 14:30:04,432 79809 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/e0161f781dc14969a24fc26ba3e48de0/groups/98b83d42-bc15-46bc-8921-bf529df324ed 0.017s 2023-04-18 14:30:04,432 79809 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 14:30:04 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-5a954457-6e26-421d-98b0-c26737babbe4', 'x-openstack-request-id': 'req-5a954457-6e26-421d-98b0-c26737babbe4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/e0161f781dc14969a24fc26ba3e48de0/groups/98b83d42-bc15-46bc-8921-bf529df324ed'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 98b83d42-bc15-46bc-8921-bf529df324ed could not be found."}}' 2023-04-18 14:30:04,495 79809 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/67bff866792943c484ffcc9308695d9b/group_types/5ad11bf4-684a-4bfa-9b3b-ea72b8eaf873 0.062s 2023-04-18 14:30:04,495 79809 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 14:30:04 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-743552a5-be9c-4468-bf81-a6705850c3c9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/67bff866792943c484ffcc9308695d9b/group_types/5ad11bf4-684a-4bfa-9b3b-ea72b8eaf873'} Body: b'' 2023-04-18 14:30:04,692 79809 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/67bff866792943c484ffcc9308695d9b/types/ad048fe3-2824-499c-b172-33fd277d65b4 0.196s 2023-04-18 14:30:04,693 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:04 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-407b9cc4-2799-46dc-ac6a-f1650b127a46', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/67bff866792943c484ffcc9308695d9b/types/ad048fe3-2824-499c-b172-33fd277d65b4'} Body: b'' 2023-04-18 14:30:04,710 79809 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/67bff866792943c484ffcc9308695d9b/types/ad048fe3-2824-499c-b172-33fd277d65b4 0.016s 2023-04-18 14:30:04,711 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:04 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-b38455f9-8364-46d2-8736-b56f654bdb33', 'x-openstack-request-id': 'req-b38455f9-8364-46d2-8736-b56 f654bdb33', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/67bff866792943c484ffcc9308695d9b/types/ad048fe3-2824-499c-b172-33fd277d65b4'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type ad048fe3-2824-499c-b172-33fd277d65b4 could not be found."}}' {11} tempest.api.volume.admin.test_groups.GroupsTest.test_group_update [1.583527s] ... 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 5246f842-84a2-4064-bdf8-e1b0caca904d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:30:04,755 79809 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 POST http://10.0.0.210/volume/v3/67bff866792943c484ffcc9308695d9b/types 0.041s 2023-04-18 14:30:04,755 79809 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-393003488"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-175e15be-4a8c-4c69-918d-3c9827dfefde', 'content-length': '215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-175e15be-4a8c-4c69-918d-3c9827dfefde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/67bff866792943c484ffcc9308695d9b/types'} Body: b'{"volume_type": {"id": "bcb12dca-89ca-453a-8e74-1365f8f3478c", "name": "tempest-GroupsTest-volume-type-393003488", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 14:30:04,791 79809 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/67bff866792943c484ffcc9308695d9b/group_types 0.033s 2023-04-18 14:30:04,792 79809 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-809881032"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3cb0dc62-8ce3-47da-b9a3-33db151f930e', 'content-length': '172', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3cb0dc62-8ce3-47da-b9a3-33db151f930e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/67bff866792943c484ffcc9308695d9b/group_types'} Body: b'{"group_type": {"id": "6f5f31ee-5872-4966-986a-646748bd90d0", "name": "tempest-GroupsTest-group-type-809881032", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 14:30:04,910 79809 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/e0161f781dc14969a24fc26ba3e48de0/groups 0.113s 2023-04-18 14:30:04,910 79809 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": "6f5f31ee-5872-4966-986a-646748bd90d0", "volume_types": ["bcb12dca-89ca-453a-8e74-1365f8f3478c"], "name": "tempest-GroupsTest-Group-1384583423"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-469ba445-19b4-4037-8779-b4e8d1de25c6', 'content-length': '104', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-469ba445-19b4-4037-8779-b4e8d1de25c6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e0161f781dc14969a24fc26ba3e48de0/groups'} Body: b'{"group": {"id": "5246f842-84a2-4064-bdf8-e1b0caca904d", "name": "tempest-GroupsTest-Group-1384583423"}}' 2023-04-18 14:30:04,951 79809 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/e0161f781dc14969a24fc26ba3e48de0/groups/5246f842-84a2-4064-bdf8-e1b0caca904d 0.038s 2023-04-18 14:30:04,951 79809 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 14:30:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-132f9e14-457a-4e46-bf00-694f8c9d7a02', 'content-length': '332', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-132f9e14-457a-4e46-bf00-694f8c9d7a02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e0161f781dc14969a24fc26ba3e48de0/groups/5246f842-84a2-4064-bdf8-e1b0caca904d'} Body: b'{"group": {"id": "5246f842-84a2-4064-bdf8-e1b0caca904d", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-18T14:30:05.000000", "name": "tempest-GroupsTest-Group-1384583423", "description": null, "group_type": "6f5f31ee-5872-4966-986a-646748bd90d0", "volume_types": ["bcb12dca-89ca-453a-8e74-1365f8f3478c"]}}' 2023-04-18 14:30:05,997 79809 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/e0161f781dc14969a24fc26ba3e48de0/groups/5246f842-84a2-4064-bdf8-e1b0caca904d 0.041s 2023-04-18 14:30:05,997 79809 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 14:30:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9d362c0-1ca3-4c24-bac4-bb2485dd8b5b', 'content-length': '329', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9d362c0-1ca3-4c24-bac4-bb2485dd8b5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e0161f781dc14969a24fc26ba3e48de0/groups/5246f842-84a2-4064-bdf8-e1b0caca904d'} Body: b'{"group": {"id": "5246f842-84a2-4064-bdf8-e1b0caca904d", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T14:30:05.000000", "name": "tempest-GroupsTest-Group-1384583423", "description": null, "group_type": "6f5f31ee-5872-4966-986a-646748bd90d0", "volume_types": ["bcb12dca-89ca-453a-8e74-1365f8f3478c"]}}' 2023-04-18 14:30:06,066 79809 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/e0161f781dc14969a24fc26ba3e48de0/volumes/detail 0.064s 2023-04-18 14:30:06,066 79809 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 14:30:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f7b453a-5d91-4476-b12b-ca6330d89ae6', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f7b453a-5d91-4476-b12b-ca6330d89ae6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e0161f781dc14969a24fc26ba3e48de0/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 14:30:06,150 79809 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/e0161f781dc14969a24fc26ba3e48de0/groups/5246f842-84a2-4064-bdf8-e1b0caca904d/action 0.071s 2023-04-18 14:30:06,151 79809 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 14:30:06 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-da46d615-ba25-42d2-a107-de0caeb d421d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e0161f781dc14969a24fc26ba3e48de0/groups/5246f842-84a2-4064-bdf8-e1b0caca904d/action'} Body: b'' 2023-04-18 14:30:06,168 79809 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/e0161f781dc14969a24fc26ba3e48de0/groups/5246f842-84a2-4064-bdf8-e1b0caca904d 0.017s 2023-04-18 14:30:06,169 79809 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 14:30:06 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-60961ed1-cc30-4bc7-b384-0fe535578e45', 'x-openstack-request-id': 'req-60961ed1-cc30-4bc7-b384-0fe535578e45', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/e0161f781dc14969a24fc26ba3e48de0/groups/5246f842-84a2-4064-bdf8-e1b0caca904d'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 5246f842-84a2-4064-bdf8-e1b0caca904d could not be found."}}' 2023-04-18 14:30:06,205 79809 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/67bff866792943c484ffcc9308695d9b/group_types/6f5f31ee-5872-4966-986a-646748bd90d0 0.036s 2023-04-18 14:30:06,206 79809 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 14:30:06 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-387a6440-2730-4e58-b02f-2a6d78c650f2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/67bff866792943c484ffcc9308695d9b/group_types/6f5f31ee-5872-4966-986a-646748bd90d0'} Body: b'' 2023-04-18 14:30:06,273 79809 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/67bff866792943c484ffcc9308695d9b/types/bcb12dca-89ca-453a-8e74-1365f8f3478c 0.067s 2023-04-18 14:30:06,274 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30: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-0cbf6562-80cb-455b-b010-115590e483b7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/67bff866792943c484ffcc9308695d9b/types/bcb12dca-89ca-453a-8e74-1365f8f3478c'} Body: b'' 2023-04-18 14:30:06,296 79809 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/67bff866792943c484ffcc9308695d9b/types/bcb12dca-89ca-453a-8e74-1365f8f3478c 0.022s 2023-04-18 14:30:06,296 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:06 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-34707243-66df-490b-ad4f-194ee587ac0a', 'x-openstack-request-id': 'req-34707243-66df-490b-ad4f-194ee587ac0a', 'connection': 'close', 'status ': '404', 'content-location': 'http://10.0.0.210/volume/v3/67bff866792943c484ffcc9308695d9b/types/bcb12dca-89ca-453a-8e74-1365f8f3478c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type bcb12dca-89ca-453a-8e74-1365f8f3478c could not be found."}}' {4} 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 2aca0489-4da7-4763-8da6-6288c944c0e8 failed to build and is in ERROR status {9} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern [3.778354s] ... 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 697acbe2-a5ca-4999-abd3-2a07cf09ff80 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:30:04,874 79805 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.427s 2023-04-18 14:30:04,874 79805 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestStampPattern-1346172718", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDfii9wWC5lkO+8XdtL/fvIApOGHn8oU5CR42uTiy74X5xThFOyOr6k54PEvopVBq9FyK7qnq1AQjgegx3ywHGp5CnPUcNv870Xlmcd5Zp6Ngkr+6Jovx2LjZqm5bn129w=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '395', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3d6f4c93-fa5d-4277-abe2-e2836044b7a7', 'x-compute-request-id': 'req-3d6f4c93-fa5d-4277-abe2-e2836044b7a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestStampPattern-1346172718", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDfii9wWC5lkO+8XdtL/fvIApOGHn8oU5CR42uTiy74X5xThFOyOr6k54PEvopVBq9FyK7qnq1AQjgegx3ywHGp5CnPUcNv870Xlmcd5Zp6Ngkr+6Jovx2LjZqm5bn129w==", "fingerprint": "1e:97:1b:95:68:99:ee:d8:1a:16:37:29:d3:1e:96:2f", "user_id": "f1369c31a7e44a5e9fc458283f1fc377"}}' 2023-04-18 14:30:05,062 79805 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.185s 2023-04-18 14:30:05,062 79805 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-1397179113", "description": "tempest-secgroup-smoke-1397179113 description", "project_id": "d968da29136f49d5aed98824bfd99ad9"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-c5e0f73b-7548-4b0a-b762-ee5572140e65', 'date': 'Tue, 18 Apr 2023 14:30:05 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "6d4bfa44-e62d-4ee1-959c-48d4a2416cf5", "name": "tempest-secgroup-smoke-1397179113", "stateful": true, "tenant_id": "d968da29136f49d5aed98824bfd99ad9", "description": "tempest-secgroup-smoke-1397179113 description", "shared": false, "security_group_rules": [{"id": "20c7b588-c886-4b86-b503-4d03ae71bd25", "tenant_id": "d968da29136f49d5aed98824bfd99ad9", "security_group_id": "6d4bfa44-e62d-4ee1-959c-48d4a2416cf5", "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": 481, "description": null, "tags": [], "created_at": "2023-04-18T14:30:04Z", "updated_at": "2023-04-18T14:30:04Z", "revision_number": 0, "project_id": "d968da29136f49d5aed98824bfd99ad9"}, {"id": "ccd52456-53ab-4d93-b0b7-084df0f4891e", "tenant_id": "d968da29136f49d5aed98824bfd99ad9", "security_group_id": "6d4bfa44-e62d-4ee1-959c-48d4a2416cf5", "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": 480, "description": null, "tags": [], "created_at": "2023-04-18T14:30:04Z", "updated_at": "2023-04-18T14:30:04Z", "revision_number": 0, "project_id": "d968da29136f49d5aed98824bfd99ad9"}], "tags": [], "created_at": "2023-04-18T14:30:04Z", "updated_at": "2023-04-18T14:30:04Z", "revision_number": 1, "project_ id": "d968da29136f49d5aed98824bfd99ad9"}}' 2023-04-18 14:30:05,261 79805 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.198s 2023-04-18 14:30:05,262 79805 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": "6d4bfa44-e62d-4ee1-959c-48d4a2416cf5", "project_id": "d968da29136f49d5aed98824bfd99ad9", "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-697f5627-f442-4452-8fad-40593830ce53', 'date': 'Tue, 18 Apr 2023 14:30: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": "3d64f090-29e7-44af-8024-f2c93f72a513", "tenant_id": "d968da29136f49d5aed98824bfd99ad9", "security_group_id": "6d4bfa44-e62d-4ee1-959c-48d4a2416cf5", "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-18T14:30:05Z", "updated_at": "2023-04-18T14:30:05Z", "revision_number": 0, "project_id": "d968da29136f49d5aed98824bfd99ad9"}}' 2023-04-18 14:30:05,461 79805 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.199s 2023-04-18 14:30:05,461 79805 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": "6d4bfa44-e62d-4ee1-959c-48d4a2416cf5", "project_id": "d968da29136f49d5aed98824bfd99ad9", "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-d3d96ec9-00ad-42ca-a026-b61f0e286d86', 'date': 'Tue, 18 Apr 2023 14:30: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": "cb70b9d5-8552-4e6d-b4b7-94a30e08c3be", "tenant_id": "d968da29136f49d5aed98824bfd99ad9", "security_group_id": "6d4bfa44-e62d-4ee1-959c-48d4a2416cf5", "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-18T14:30:05Z", "updated_at": "2023-04-18T14:30:05Z", "revision_number": 0, "project_id": "d968da29136f49d5aed98824bfd99ad9"}}' 2023-04-18 14:30:05,634 79805 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.172s 2023-04-18 14:30:05,634 79805 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": "6d4bfa44-e62d-4ee1-959c-48d4a2416cf5", "project_id": "d968da29136f49d5aed98824bfd99ad9", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-49f8e0c3-f4b1-4253-be46-04596b0f5c00', 'date': 'Tue, 18 Apr 2023 14:30: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": "85c13b0e-a348-4336-bd5b-8eb59eba0c79", "tenant_id": "d968da29136 f49d5aed98824bfd99ad9", "security_group_id": "6d4bfa44-e62d-4ee1-959c-48d4a2416cf5", "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-18T14:30:05Z", "updated_at": "2023-04-18T14:30:05Z", "revision_number": 0, "project_id": "d968da29136f49d5aed98824bfd99ad9"}}' 2023-04-18 14:30:05,905 79805 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.270s 2023-04-18 14:30:05,906 79805 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": "6d4bfa44-e62d-4ee1-959c-48d4a2416cf5", "project_id": "d968da29136f49d5aed98824bfd99ad9", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-602016ad-faa4-46ca-9b96-32de62fc5322', 'date': 'Tue, 18 Apr 2023 14:30: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": "8666b454-10e5-4c2c-aa6b-334afb789630", "tenant_id": "d968da29136f49d5aed98824bfd99ad9", "security_group_id": "6d4bfa44-e62d-4ee1-959c-48d4a2416cf5", "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-18T14:30:05Z", "updated_at": "2023-04-18T14:30:05Z", "revision_number": 0, "project_id": "d968da29136f49d5aed98824bfd99ad9"}}' 2023-04-18 14:30:06,114 79805 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.208s 2023-04-18 14:30:06,115 79805 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": "6d4bfa44-e62d-4ee1-959c-48d4a2416cf5", "project_id": "d968da29136f49d5aed98824bfd99ad9", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-4a1bd607-6d09-4981-b3e3-efef9898490f', 'date': 'Tue, 18 Apr 2023 14:30:06 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": "5f0dd1b9-458e-486a-b771-46a0f5c30c77", "tenant_id": "d968da29136f49d5aed98824bfd99ad9", "security_group_id": "6d4bfa44-e62d-4ee1-959c-48d4a2416cf5", "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-18T14:30:06Z", "updated_at": "2023-04-18T14:30:06Z", "revision_number": 0, "project_id": "d968da29136f49d5aed98824bfd99ad9"}}' 2023-04-18 14:30:06,299 79805 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.184s 2023-04-18 14:30:06,299 79805 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": "6d4bfa44-e62d-4ee1-959c-48d4a2416cf5", "project_id": "d968da29136f49d5aed98824bfd99ad9", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'con tent-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-177e6d54-113a-46c0-b6c5-6ecf86df823b', 'date': 'Tue, 18 Apr 2023 14:30:06 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": "04b444a2-a5d5-4200-b08f-2147688fa154", "tenant_id": "d968da29136f49d5aed98824bfd99ad9", "security_group_id": "6d4bfa44-e62d-4ee1-959c-48d4a2416cf5", "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-18T14:30:06Z", "updated_at": "2023-04-18T14:30:06Z", "revision_number": 0, "project_id": "d968da29136f49d5aed98824bfd99ad9"}}' 2023-04-18 14:30:06,561 79805 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/volume/v3/d968da29136f49d5aed98824bfd99ad9/volumes 0.261s 2023-04-18 14:30:06,562 79805 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestStampPattern-volume-669761136", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c44b579-e3d9-4a7b-933e-69621aabb585', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c44b579-e3d9-4a7b-933e-69621aabb585', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d968da29136f49d5aed98824bfd99ad9/volumes'} Body: b'{"volume": {"id": "697acbe2-a5ca-4999-abd3-2a07cf09ff80", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:30:06.488720", "updated_at": null, "name": "tempest-TestStampPattern-volume-669761136", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d968da29136f49d5aed98824bfd99ad9/volumes/697acbe2-a5ca-4999-abd3-2a07cf09ff80"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d968da29136f49d5aed98824bfd99ad9/volumes/697acbe2-a5ca-4999-abd3-2a07cf09ff80"}], "user_id": "f1369c31a7e44a5e9fc458283f1fc377", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:30:06,622 79805 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/d968da29136f49d5aed98824bfd99ad9/volumes/697acbe2-a5ca-4999-abd3-2a07cf09ff80 0.051s 2023-04-18 14:30:06,622 79805 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa9cb533-0548-45f0-948b-02321f4d9a35', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa9cb533-0548-45f0-948b-02321f4d9a35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d968da29136f49d5aed98824bfd99ad9/volumes/697acbe2-a5ca-4999-abd3-2a07cf09ff80'} Body: b'{"volume": {"id": "697acbe2-a5ca-4999-abd3-2a07cf09ff80", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:30:06.000000", "updated_at": null, "name": "tempest-TestStampPattern-volume-669761136", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d968da29136f49d5aed98824bfd99ad9/volumes/697acbe2-a5ca-4999-abd3-2a07cf09ff80"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d968da29136f49d5aed98824bfd99ad9/volumes/697acbe2-a5ca-4999-abd3-2a07cf09ff80"}], "user_id": "f1369c31a7e44a5e9fc458283f1fc377", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d968da29136f49d5aed98824bfd99ad9"}}' 2023-04-18 14:30:07,677 79805 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/d968da29136f49d5aed98824bfd99ad9/volumes/697acbe2-a5ca-4999-abd3-2a07cf09ff80 0.043s 2023-04-18 14:30:07,677 79805 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f770c409-f9db-48d0-acf1-d5509641eef3', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f770c409-f9db-48d0-acf1-d5509641eef3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d968da29136f49d5aed98824bfd99ad9/volumes/697acbe2-a5ca-4999-abd3-2a07cf09ff80'} Body: b'{"volume": {"id": "697acbe2-a5ca-4999-abd3-2a07cf09ff80", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:30:06.000000", "updated_at": "2023-04-18T14:30:07.000000", "name": "tempest-TestStampPattern-volume-669761136", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d968da29136f49d5aed98824bfd99ad9/volumes/697acbe2-a5ca-4999-abd3-2a07cf09ff80"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d968da29136f49d5aed98824bfd99ad9/volumes/697acbe2-a5ca-4999-abd3-2a07cf09ff80"}], "user_id": "f1369c31a7e44a5e9fc458283f1fc377", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d968da29136f49d5aed98824bfd99ad9"}}' 2023-04-18 14:30:07,823 79805 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d968da29136f49d5aed98824bfd99ad9/volumes/697acbe2-a5ca-4999-abd3-2a07cf09ff80 0.134s 2023-04-18 14:30:07,823 79805 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:07 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-618700e1-fbb9-4136-9645-317aae18e01c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d968da29136f49d5aed98824bfd99ad9/volumes/697acbe2-a5ca-4999-abd3-2a07cf09ff80'} Body: b'' 2023-04-18 14:30:07,851 79805 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d968da29136f49d5aed98824bfd99ad9/volumes/697acbe2-a5ca-4999-abd3-2a07cf09ff80 0.027s 2023-04-18 14:30:07,851 79805 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:07 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-e7805191-7178-4749-8935-553e7e59da1a', 'x-openstack-request-id': 'req-e7805191-7178-4749-8935-553e7e59da1a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d968da29136f49d5aed98824bfd99ad9/volumes/697acbe2-a5ca-4999-abd3-2a07cf09ff80'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 697acbe2-a5ca-4999-abd3-2a07cf09ff80 could not be found."}}' 2023-04-18 14:30:08,186 79805 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/6d4bfa44-e62d-4ee1-959c-48d4a2416cf5 0.334s 2023-04-18 14:30:08,186 79805 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-756a73e5-b0c1-4702-9a04-d89376788fde', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 14:30:08 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/6d4bfa44-e62d-4ee1-959c-48d4a2416cf5'} Body: b'' 2023-04-18 14:30:08,221 79805 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1346172718 0.034s 2023-04-18 14:30:08,221 79805 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:08 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-8a8a57a5-bd91-497e-a4d9-5b50992e5a29', 'x-compute-request-id': 'req-8a8a57a5-bd91-497e-a4d9-5b50992e5a29', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1346172718'} Body: b'' {11} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota [0.235669s] ... ok {4} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume [2.012901s] ... 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 5ffbbabe-2a01-45af-9e21-3f9d9ae20d38 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:30:08,905 79795 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/image/v2/images/e440225d-a438-40cc-be07-38db2a963dd0 0.228s 2023-04-18 14:30:08,906 79795 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ca400209-7a57-49a9-9ce3-b02cabf05e2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/e440225d-a438-40cc-be07-38db2a963dd0'} 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": "e839ed9d641847bc91c3b533e75d2a93", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "e440225d-a438-40cc-be07-38db2a963dd0", "created_at": "2023-04-18T14:25:28Z", "updated_at": "2023-04-18T14:25:30Z", "tags": [], "self": "/v2/images/e440225d-a438-40cc-be07-38db2a963dd0", "file": "/v2/images/e440225d-a438-40cc-be07-38db2a963dd0/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:30:09,319 79795 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 202 POST http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes 0.412s 2023-04-18 14:30:09,319 79795 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "size": 1, "name": "tempest-VolumesCloneTest-Volume-736481206"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bae0a2e-d054-4a74-a026-5b4ff5effaac', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bae0a2e-d054-4a74-a026-5b4ff5effaac', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes'} Body: b'{"volume": {"id": "5ffbbabe-2a01-45af-9e21-3f9d9ae20d38", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:30:09.248718", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-736481206", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes/5ffbbabe-2a01-45af-9e21-3f9d9ae20d38"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d749cebe86754777861f70a5e184278e/volumes/5ffbbabe-2a01-45af-9e21-3f9d9ae20d38"}], "user_id": "729827c0460e448091029ae89710eb21", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:30:09,390 79795 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes/5ffbbabe-2a01-45af-9e21-3f9d9ae20d38 0.052s 2023-04-18 14:30:09,391 79795 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token' : ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-814ace9a-3fbf-4eb7-a2ec-94f9dbeb9b1a', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-814ace9a-3fbf-4eb7-a2ec-94f9dbeb9b1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes/5ffbbabe-2a01-45af-9e21-3f9d9ae20d38'} Body: b'{"volume": {"id": "5ffbbabe-2a01-45af-9e21-3f9d9ae20d38", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:30:09.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-736481206", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes/5ffbbabe-2a01-45af-9e21-3f9d9ae20d38"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d749cebe86754777861f70a5e184278e/volumes/5ffbbabe-2a01-45af-9e21-3f9d9ae20d38"}], "user_id": "729827c0460e448091029ae89710eb21", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d749cebe86754777861f70a5e184278e"}}' 2023-04-18 14:30:10,451 79795 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes/5ffbbabe-2a01-45af-9e21-3f9d9ae20d38 0.046s 2023-04-18 14:30:10,451 79795 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4112fd0f-9fa8-4079-82ac-62b1dd8c49a2', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4112fd0f-9fa8-4079-82ac-62b1dd8c49a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes/5ffbbabe-2a01-45af-9e21-3f9d9ae20d38'} Body: b'{"volume": {"id": "5ffbbabe-2a01-45af-9e21-3f9d9ae20d38", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:30:09.000000", "updated_at": "2023-04-18T14:30:09.000000", "name": "tempest-VolumesCloneTest-Volume-736481206", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes/5ffbbabe-2a01-45af-9e21-3f9d9ae20d38"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d749cebe86754777861f70a5e184278e/volumes/5ffbbabe-2a01-45af-9e21-3f9d9ae20d38"}], "user_id": "729827c0460e448091029ae89710eb21", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d749cebe86754777861f70a5e184278e"}}' 2023-04-18 14:30:10,517 79795 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes/5ffbbabe-2a01-45af-9e21-3f9d9ae20d38 0.053s 2023-04-18 14:30:10,517 79795 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11d4bfd9-9cf4-439b-a298-feb080c5f9df', 'content-length': '902', 'openstack-api-version': 'v olume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11d4bfd9-9cf4-439b-a298-feb080c5f9df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes/5ffbbabe-2a01-45af-9e21-3f9d9ae20d38'} Body: b'{"volume": {"id": "5ffbbabe-2a01-45af-9e21-3f9d9ae20d38", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:30:09.000000", "updated_at": "2023-04-18T14:30:09.000000", "name": "tempest-VolumesCloneTest-Volume-736481206", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes/5ffbbabe-2a01-45af-9e21-3f9d9ae20d38"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d749cebe86754777861f70a5e184278e/volumes/5ffbbabe-2a01-45af-9e21-3f9d9ae20d38"}], "user_id": "729827c0460e448091029ae89710eb21", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d749cebe86754777861f70a5e184278e"}}' 2023-04-18 14:30:10,666 79795 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes/5ffbbabe-2a01-45af-9e21-3f9d9ae20d38 0.138s 2023-04-18 14:30:10,666 79795 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:10 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-780bad19-785e-46f1-abf1-f2688dc7717d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes/5ffbbabe-2a01-45af-9e21-3f9d9ae20d38'} Body: b'' 2023-04-18 14:30:10,687 79795 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes/5ffbbabe-2a01-45af-9e21-3f9d9ae20d38 0.021s 2023-04-18 14:30:10,688 79795 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:10 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-1ce2983f-2461-4fe7-aeb0-8ed696b059e5', 'x-openstack-request-id': 'req-1ce2983f-2461-4fe7-aeb0-8ed696b059e5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes/5ffbbabe-2a01-45af-9e21-3f9d9ae20d38'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 5ffbbabe-2a01-45af-9e21-3f9d9ae20d38 could not be found."}}' {11} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota [1.182206s] ... ok {4} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume [1.643539s] ... 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 f8f93f1d-820d-4f06-9a03-55f00ecb1304 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:30:10,982 79795 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 202 POST http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes 0.291s 2023-04-18 14:30:10,982 79795 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-2125584853"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15a47d8b-a3bf-45fa-be58-480e47be942a', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15a47d8b-a3bf-45fa-be58-480e47be942a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes'} Body: b'{"volume": {"id": "f8f93f1d-820d-4f06-9a03-55f00ecb1304", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:30:10.905034", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-2125584853", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes/f8f93f1d-820d-4f06-9a03-55f00ecb1304"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d749cebe86754777861f70a5e184278e/volumes/f8f93f1d-820d-4f06-9a03-55f00ecb1304"}], "user_id": "729827c0460e448091029ae89710eb21", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:30:11,047 79795 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes/f8f93f1d-820d-4f06-9a03-55f00ecb1304 0.054s 2023-04-18 14:30:11,048 79795 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f434a07-f276-4ed9-ac5a-dab174085666', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f434a07-f276-4ed9-ac5a-dab174085666', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes/f8f93f1d-820d-4f06-9a03-55f00ecb1304'} Body: b'{"volume": {"id": "f8f93f1d-820d-4f06-9a03-55f00ecb1304", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:30:11.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-2125584853", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes/f8f93f1d-820d-4f06-9a03-55f00ecb1304"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d749cebe86754777861f70a5e184278e/volumes/f8f93f1d-820d-4f06-9a03-55f00ecb1304"}], "user_id": "729827c0460e448091029ae89710eb21", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d749cebe86754777861f70a5e184278e"}}' 2023-04-18 14:30:12,121 79795 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes/f8f93f1d-820d-4f06-9a03-55f00ecb1304 0.055s 2023-04-18 14:30:12,122 79795 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Acce pt': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-528873d4-e8e6-42fc-8a6b-efe5dca7f271', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-528873d4-e8e6-42fc-8a6b-efe5dca7f271', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes/f8f93f1d-820d-4f06-9a03-55f00ecb1304'} Body: b'{"volume": {"id": "f8f93f1d-820d-4f06-9a03-55f00ecb1304", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:30:11.000000", "updated_at": "2023-04-18T14:30:11.000000", "name": "tempest-VolumesCloneTest-Volume-2125584853", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes/f8f93f1d-820d-4f06-9a03-55f00ecb1304"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d749cebe86754777861f70a5e184278e/volumes/f8f93f1d-820d-4f06-9a03-55f00ecb1304"}], "user_id": "729827c0460e448091029ae89710eb21", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d749cebe86754777861f70a5e184278e"}}' 2023-04-18 14:30:12,186 79795 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes/f8f93f1d-820d-4f06-9a03-55f00ecb1304 0.054s 2023-04-18 14:30:12,187 79795 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab2452f5-ddcd-47a5-b9e2-2f7ab2c9bd56', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab2452f5-ddcd-47a5-b9e2-2f7ab2c9bd56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes/f8f93f1d-820d-4f06-9a03-55f00ecb1304'} Body: b'{"volume": {"id": "f8f93f1d-820d-4f06-9a03-55f00ecb1304", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:30:11.000000", "updated_at": "2023-04-18T14:30:11.000000", "name": "tempest-VolumesCloneTest-Volume-2125584853", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes/f8f93f1d-820d-4f06-9a03-55f00ecb1304"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d749cebe86754777861f70a5e184278e/volumes/f8f93f1d-820d-4f06-9a03-55f00ecb1304"}], "user_id": "729827c0460e448091029ae89710eb21", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d749cebe86754777861f70a5e184278e"}}' 2023-04-18 14:30:12,312 79795 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes/f8f93f1d-820d-4f06-9a03-55f00ecb1304 0.115s 2023-04-18 14:30:12,312 79795 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'var y': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e496dc1-7161-4b4c-a55f-17b91ef981b7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes/f8f93f1d-820d-4f06-9a03-55f00ecb1304'} Body: b'' 2023-04-18 14:30:12,333 79795 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes/f8f93f1d-820d-4f06-9a03-55f00ecb1304 0.020s 2023-04-18 14:30:12,333 79795 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:12 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-eb827788-0ec7-4e9f-9f46-b6761e31f7af', 'x-openstack-request-id': 'req-eb827788-0ec7-4e9f-9f46-b6761e31f7af', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes/f8f93f1d-820d-4f06-9a03-55f00ecb1304'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f8f93f1d-820d-4f06-9a03-55f00ecb1304 could not be found."}}' {11} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend [1.967129s] ... 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 81aa24a4-c1ea-4a05-84c9-5cded9060e48 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:30:14,226 79809 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/image/v2/images/e440225d-a438-40cc-be07-38db2a963dd0 0.134s 2023-04-18 14:30:14,227 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-2d2f037e-bfd5-4f6d-b282-2fbcfb9bac17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/e440225d-a438-40cc-be07-38db2a963dd0'} 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": "e839ed9d641847bc91c3b533e75d2a93", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "e440225d-a438-40cc-be07-38db2a963dd0", "created_at": "2023-04-18T14:25:28Z", "updated_at": "2023-04-18T14:25:30Z", "tags": [], "self": "/v2/images/e440225d-a438-40cc-be07-38db2a963dd0", "file": "/v2/images/e440225d-a438-40cc-be07-38db2a963dd0/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:30:14,735 79809 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 202 POST http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes 0.508s 2023-04-18 14:30:14,736 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "size": 1, "name": "tempest-VolumesExtendTest-Volume-920730893"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22727720-0acb-47e6-a572-6c7e382e2fee', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22727720-0acb-47e6-a572-6c7e382e2fee', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes'} Body: b'{"volume": {"id": "81aa24a4-c1ea-4a05-84c9-5cded9060e48", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:30:14.671949", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-920730893", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes/81aa24a4-c1ea-4a05-84c9-5cded9060e48"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d5a22256feb045a4bdeddc491e9c003f/volumes/81aa24a4-c1ea-4a05-84c9-5cded9060e48"}], "user_id": "e35bc0ee18ac46208c9656b4a42ed9a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:30:14,786 79809 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes/81aa24a4-c1ea-4a05-84c9-5cded9060e48 0.040s 2023-04-18 14:30:14,786 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8cede34-0d28-4828-a04c-fceb02818703', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8cede34-0d28-4828-a04c-fceb02818703', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes/81aa24a4-c1ea-4a05-84c9-5cded9060e48'} Body: b'{"volume": {"id": "81aa24a4-c1ea-4a05-84c9-5cded9060e48", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:30:15.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-920730893", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes/81aa24a4-c1ea-4a05-84c9-5cded9060e48"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d5a22256feb045a4bdeddc491e9c003f/volumes/81aa24a4-c1ea-4a05-84c9-5cded9060e48"}], "user_id": "e35bc0ee18ac46208c9656b4a42ed9a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d5a22256feb045a4bdeddc491e9c003f"}}' 2023-04-18 14:30:15,844 79809 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes/81aa24a4-c1ea-4a05-84c9-5cded9060e48 0.045s 2023-04-18 14:30:15,844 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c2e2303-ffe1-43bb-a5de-41163ea42099', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c2e2303-ffe1-43bb-a5de-41163ea42099', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes/81aa24a4-c1ea-4a05-84c9-5cded9060e48'} Body: b'{"volume": {"id": "81aa24a4-c1ea-4a05-84c9-5cded9060e48", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:30:15.000000", "updated_at": "2023-04-18T14:30:15.000000", "name": "tempest-VolumesExtendTest-Volume-920730893", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes/81aa24a4-c1ea-4a05-84c9-5cded9060e48"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d5a22256feb045a4bdeddc491e9c003f/volumes/81aa24a4-c1ea-4a05-84c9-5cded9060e48"}], "user_id": "e35bc0ee18ac46208c9656b4a42ed9a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d5a22256feb045a4bdeddc491e9c003f"}}' 2023-04-18 14:30:15,915 79809 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes/81aa24a4-c1ea-4a05-84c9-5cded9060e48 0.059s 2023-04-18 14:30:15,915 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af24a512-06f1-49db-9d2b-5d3d990b5b1d', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x -openstack-request-id': 'req-af24a512-06f1-49db-9d2b-5d3d990b5b1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes/81aa24a4-c1ea-4a05-84c9-5cded9060e48'} Body: b'{"volume": {"id": "81aa24a4-c1ea-4a05-84c9-5cded9060e48", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:30:15.000000", "updated_at": "2023-04-18T14:30:15.000000", "name": "tempest-VolumesExtendTest-Volume-920730893", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes/81aa24a4-c1ea-4a05-84c9-5cded9060e48"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d5a22256feb045a4bdeddc491e9c003f/volumes/81aa24a4-c1ea-4a05-84c9-5cded9060e48"}], "user_id": "e35bc0ee18ac46208c9656b4a42ed9a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d5a22256feb045a4bdeddc491e9c003f"}}' 2023-04-18 14:30:16,029 79809 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes/81aa24a4-c1ea-4a05-84c9-5cded9060e48 0.101s 2023-04-18 14:30:16,029 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30: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-35870f7e-9d48-41ae-97d5-7ec05d70946e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes/81aa24a4-c1ea-4a05-84c9-5cded9060e48'} Body: b'' 2023-04-18 14:30:16,057 79809 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes/81aa24a4-c1ea-4a05-84c9-5cded9060e48 0.027s 2023-04-18 14:30:16,057 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:16 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-feedbade-e85c-49ff-b439-d3fd53ca06af', 'x-openstack-request-id': 'req-feedbade-e85c-49ff-b439-d3fd53ca06af', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes/81aa24a4-c1ea-4a05-84c9-5cded9060e48'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 81aa24a4-c1ea-4a05-84c9-5cded9060e48 could not be found."}}' {4} tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest.test_extend_attached_volume ... SKIPPED: Attached volume extend is disabled. {11} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot [1.550626s] ... 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 2d0500e0-4af2-4242-ad94-6d3c7f5b8f1f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:30:16,303 79809 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 202 POST http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes 0.241s 2023-04-18 14:30:16,304 79809 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-1036153974"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42055db4-08ef-4e02-a097-8cf1eab9fb3a', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42055db4-08ef-4e02-a097-8cf1eab9fb3a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes'} Body: b'{"volume": {"id": "2d0500e0-4af2-4242-ad94-6d3c7f5b8f1f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:30:16.235273", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1036153974", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes/2d0500e0-4af2-4242-ad94-6d3c7f5b8f1f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d5a22256feb045a4bdeddc491e9c003f/volumes/2d0500e0-4af2-4242-ad94-6d3c7f5b8f1f"}], "user_id": "e35bc0ee18ac46208c9656b4a42ed9a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:30:16,352 79809 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes/2d0500e0-4af2-4242-ad94-6d3c7f5b8f1f 0.038s 2023-04-18 14:30:16,353 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02e94cd0-3b13-4c73-b1d9-c64629c16890', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02e94cd0-3b13-4c73-b1d9-c64629c16890', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes/2d0500e0-4af2-4242-ad94-6d3c7f5b8f1f'} Body: b'{"volume": {"id": "2d0500e0-4af2-4242-ad94-6d3c7f5b8f1f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:30:16.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1036153974", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes/2d0500e0-4af2-4242-ad94-6d3c7f5b8f1f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d5a22256feb045a4bdeddc491e9c003f/volumes/2d0500e0-4af2-4242-ad94-6d3c7f5b8f1f"}], "user_id": "e35bc0ee18ac46208c9656b4a42ed9a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d5a22256feb045a4bdeddc491e9c003f"}}' 2023-04-18 14:30:17,410 79809 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes/2d0500e0-4af2-4242-ad94-6d3c7f5b8f1f 0.045s 2023-04-18 14:30:17,411 79809 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 14:30:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3dc9ad10-2dd5-4852-bbec-840ac98dd35c', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3dc9ad10-2dd5-4852-bbec-840ac98dd35c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes/2d0500e0-4af2-4242-ad94-6d3c7f5b8f1f'} Body: b'{"volume": {"id": "2d0500e0-4af2-4242-ad94-6d3c7f5b8f1f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:30:16.000000", "updated_at": "2023-04-18T14:30:16.000000", "name": "tempest-VolumesExtendTest-Volume-1036153974", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes/2d0500e0-4af2-4242-ad94-6d3c7f5b8f1f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d5a22256feb045a4bdeddc491e9c003f/volumes/2d0500e0-4af2-4242-ad94-6d3c7f5b8f1f"}], "user_id": "e35bc0ee18ac46208c9656b4a42ed9a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d5a22256feb045a4bdeddc491e9c003f"}}' 2023-04-18 14:30:17,464 79809 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes/2d0500e0-4af2-4242-ad94-6d3c7f5b8f1f 0.042s 2023-04-18 14:30:17,465 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-128f3096-b485-4f57-b85e-21c34b76fcf8', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-128f3096-b485-4f57-b85e-21c34b76fcf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes/2d0500e0-4af2-4242-ad94-6d3c7f5b8f1f'} Body: b'{"volume": {"id": "2d0500e0-4af2-4242-ad94-6d3c7f5b8f1f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:30:16.000000", "updated_at": "2023-04-18T14:30:16.000000", "name": "tempest-VolumesExtendTest-Volume-1036153974", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes/2d0500e0-4af2-4242-ad94-6d3c7f5b8f1f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d5a22256feb045a4bdeddc491e9c003f/volumes/2d0500e0-4af2-4242-ad94-6d3c7f5b8f1f"}], "user_id": "e35bc0ee18ac46208c9656b4a42ed9a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d5a22256feb045a4bdeddc491e9c003f"}}' 2023-04-18 14:30:17,585 79809 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes/2d0500e0-4af2-4242-ad94-6d3c7f5b8f1f 0.109s 2023-04-18 14:30:17,586 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:17 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-8668de3f-df75-4556-9c32-d4156ee86496', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes/2d0500e0-4af2-4242-ad94-6d3c7f5b8f1f'} Body: b'' 2023-04-18 14:30:17,612 79809 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes/2d0500e0-4af2-4242-ad94-6d3c7f5b8f1f 0.025s 2023-04-18 14:30:17,612 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:17 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-3b743508-9381-4bcd-ab38-c3daf496bbc0', 'x-openstack-request-id': 'req-3b743508-9381-4bcd-ab38-c3daf496bbc0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes/2d0500e0-4af2-4242-ad94-6d3c7f5b8f1f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2d0500e0-4af2-4242-ad94-6d3c7f5b8f1f could not be found."}}' {4} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot [1.584097s] ... 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 3b58391d-8bc5-4b78-99ec-a421366c518a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:30:20,990 79795 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/bc5a840d4e6247e4b3e9b3f57ed84c69/volumes 0.458s 2023-04-18 14:30:20,990 79795 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-304692277"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0b18ac0-ac05-40d5-a8c9-219ab22d3e66', 'content-length': '832', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0b18ac0-ac05-40d5-a8c9-219ab22d3e66', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/bc5a840d4e6247e4b3e9b3f57ed84c69/volumes'} Body: b'{"volume": {"id": "3b58391d-8bc5-4b78-99ec-a421366c518a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:30:20.858499", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-304692277", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bc5a840d4e6247e4b3e9b3f57ed84c69/volumes/3b58391d-8bc5-4b78-99ec-a421366c518a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bc5a840d4e6247e4b3e9b3f57ed84c69/volumes/3b58391d-8bc5-4b78-99ec-a421366c518a"}], "user_id": "b234551eb8f14223aa2b770eec0c3e78", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2023-04-18 14:30:21,051 79795 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/bc5a840d4e6247e4b3e9b3f57ed84c69/volumes/3b58391d-8bc5-4b78-99ec-a421366c518a 0.041s 2023-04-18 14:30:21,051 79795 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 14:30:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c93a70f4-bc0c-4390-9228-4078b60344d1', 'content-length': '900', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c93a70f4-bc0c-4390-9228-4078b60344d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bc5a840d4e6247e4b3e9b3f57ed84c69/volumes/3b58391d-8bc5-4b78-99ec-a421366c518a'} Body: b'{"volume": {"id": "3b58391d-8bc5-4b78-99ec-a421366c518a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:30:21.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-304692277", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bc5a840d4e6247e4b3e9b3f57ed84c69/volumes/3b58391d-8bc5-4b78-99ec-a421366c518a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bc5a840d4e6247e4b3e9b3f57ed84c69/volumes/3b58391d-8bc5-4b78-99ec-a421366c518a"}], "user_id": "b234551eb8f14223aa2b770eec0c3e78", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "bc5a840d4e6247e4b3e9b3f57ed84c69"}}' 2023-04-18 14:30:22,102 79795 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/bc5a840d4e6247e4b3e9b3f57ed84c69/volumes/3b58391d-8bc5-4b78-99ec-a421366c518a 0.038s 2023-04-18 14:30:22,102 79795 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 14:30:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5f3168c-b343-408e-944d-6c95169e69cc', 'content-length': '921', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5f3168c-b343-408e-944d-6c95169e69cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bc5a840d4e6247e4b3e9b3f57ed84c69/volumes/3b58391d-8bc5-4b78-99ec-a421366c518a'} Body: b'{"volume": {"id": "3b58391d-8bc5-4b78-99ec-a421366c518a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:30:21.000000", "updated_at": "2023-04-18T14:30:21.000000", "name": "tempest-VolumeRevertTests-Volume-304692277", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bc5a840d4e6247e4b3e9b3f57ed84c69/volumes/3b58391d-8bc5-4b78-99ec-a421366c518a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bc5a840d4e6247e4b3e9b3f57ed84c69/volumes/3b58391d-8bc5-4b78-99ec-a421366c518a"}], "user_id": "b234551eb8f14223aa2b770eec0c3e78", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "bc5a840d4e6247e4b3e9b3f57ed84c69"}}' {4} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative [1.387992s] ... 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 c3a301b1-4b3f-4c90-94f7-565a1914fbe1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:30:22,363 79795 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/bc5a840d4e6247e4b3e9b3f57ed84c69/volumes 0.247s 2023-04-18 14:30:22,364 79795 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-435046435"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01b77d26-9298-49d2-96fd-1e21f74438c4', 'content-length': '832', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01b77d26-9298-49d2-96fd-1e21f74438c4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/bc5a840d4e6247e4b3e9b3f57ed84c69/volumes'} Body: b'{"volume": {"id": "c3a301b1-4b3f-4c90-94f7-565a1914fbe1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:30:22.297702", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-435046435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bc5a840d4e6247e4b3e9b3f57ed84c69/volumes/c3a301b1-4b3f-4c90-94f7-565a1914fbe1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bc5a840d4e6247e4b3e9b3f57ed84c69/volumes/c3a301b1-4b3f-4c90-94f7-565a1914fbe1"}], "user_id": "b234551eb8f14223aa2b770eec0c3e78", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2023-04-18 14:30:22,426 79795 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/bc5a840d4e6247e4b3e9b3f57ed84c69/volumes/c3a301b1-4b3f-4c90-94f7-565a1914fbe1 0.053s 2023-04-18 14:30:22,426 79795 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 14:30:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36870c85-005f-4648-b5a4-af3f8656d1f3', 'content-length': '900', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36870c85-005f-4648-b5a4-af3f8656d1f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bc5a840d4e6247e4b3e9b3f57ed84c69/volumes/c3a301b1-4b3f-4c90-94f7-565a1914fbe1'} Body: b'{"volume": {"id": "c3a301b1-4b3f-4c90-94f7-565a1914fbe1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:30:22.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-435046435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bc5a840d4e6247e4b3e9b3f57ed84c69/volumes/c3a301b1-4b3f-4c90-94f7-565a1914fbe1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bc5a840d4e6247e4b3e9b3f57ed84c69/volumes/c3a301b1-4b3f-4c90-94f7-565a1914fbe1"}], "user_id": "b234551eb8f14223aa2b770eec0c3e78", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "bc5a840d4e6247e4b3e9b3f57ed84c69"}}' 2023-04-18 14:30:23,493 79795 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/bc5a840d4e6247e4b3e9b3f57ed84c69/volumes/c3a301b1-4b3f-4c90-94f7-565a1914fbe1 0.055s 2023-04-18 14:30:23,494 79795 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 14:30:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c13bd084-00f9-4b3b-b078-8ced7bee35b2', 'content-length': '921', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c13bd084-00f9-4b3b-b078-8ced7bee35b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bc5a840d4e6247e4b3e9b3f57ed84c69/volumes/c3a301b1-4b3f-4c90-94f7-565a1914fbe1'} Body: b'{"volume": {"id": "c3a301b1-4b3f-4c90-94f7-565a1914fbe1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:30:22.000000", "updated_at": "2023-04-18T14:30:22.000000", "name": "tempest-VolumeRevertTests-Volume-435046435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bc5a840d4e6247e4b3e9b3f57ed84c69/volumes/c3a301b1-4b3f-4c90-94f7-565a1914fbe1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bc5a840d4e6247e4b3e9b3f57ed84c69/volumes/c3a301b1-4b3f-4c90-94f7-565a1914fbe1"}], "user_id": "b234551eb8f14223aa2b770eec0c3e78", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "bc5a840d4e6247e4b3e9b3f57ed84c69"}}' {0} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body [120.528983s] ... 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 93f61457-4925-40a4-930e-faab8212229e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:29:37,106 79787 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 14:29:37,621 79787 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.513s 2023-04-18 14:29:37,622 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-443542451", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBK0CEt3c/NwvRaSeTffMLzOx56InCNaz7V9Vij4e62ibIGj5r13yGcbXNM8jSZXHQhtG1FcsWCrF0XRz0t1ajqq9ycF5T7fDS4z2KWMKpP1rkf7mAgL6FlRR8Pl1phiSGQ=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:37 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-8c728873-91be-41aa-9b19-c1fbf53e6965', 'x-compute-request-id': 'req-8c728873-91be-41aa-9b19-c1fbf53e6965', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-443542451", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBK0CEt3c/NwvRaSeTffMLzOx56InCNaz7V9Vij4e62ibIGj5r13yGcbXNM8jSZXHQhtG1FcsWCrF0XRz0t1ajqq9ycF5T7fDS4z2KWMKpP1rkf7mAgL6FlRR8Pl1phiSGQ==", "fingerprint": "8a:0f:18:2d:44:4a:fa:72:64:a4:06:b3:87:48:d7:b2", "user_id": "2039b3016f884a42abcb58054d649cee"}}' 2023-04-18 14:29:37,627 79787 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-443542451 created 2023-04-18 14:29:38,582 79787 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.954s 2023-04-18 14:29:38,582 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--870063037", "description": "tempest-description--1212913570"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-5f210ba6-6bd4-41e1-8021-3fc2d5c6afca', 'date': 'Tue, 18 Apr 2023 14:29:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "9fae1117-d3cb-463b-ba8c-00e401504594", "name": "tempest-securitygroup--870063037", "stateful": true, "tenant_id": "2d1e17fb95d64cae9c6c210d143d115b", "description": "tempest-description--1212913570", "shared": false, "security_group_rules": [{"id": "16971136-423c-4a73-bfe4-cb4f8c3d6d83", "tenant_id": "2d1e17fb95d64cae9c6c210d143d115b", "security_group_id": "9fae1117-d3cb-463b-ba8c-00e401504594", "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": 362, "description": null, "tags": [], "created_at": "2023-04-18T14:29:38Z", "updated_at": "2023-04-18T14:29:38Z", "revision_number": 0, "project_id": "2d1e17fb95d64cae9c6c210d143d115b"}, {"id": "25a5d2ea-5136-4346-ba63-e00a45455134", "tenant_id": "2d1e17fb95d64cae9c6c210d143d115b", "security_group_id": "9fae1117-d3cb-463b-ba8c-00e401504594", "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": 363, " description": null, "tags": [], "created_at": "2023-04-18T14:29:38Z", "updated_at": "2023-04-18T14:29:38Z", "revision_number": 0, "project_id": "2d1e17fb95d64cae9c6c210d143d115b"}], "tags": [], "created_at": "2023-04-18T14:29:38Z", "updated_at": "2023-04-18T14:29:38Z", "revision_number": 1, "project_id": "2d1e17fb95d64cae9c6c210d143d115b"}}' 2023-04-18 14:29:39,297 79787 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.714s 2023-04-18 14:29:39,297 79787 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": "9fae1117-d3cb-463b-ba8c-00e401504594", "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-22e94e4e-ef37-4a77-89a9-ae888a5024ce', 'date': 'Tue, 18 Apr 2023 14:29: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": "d963079d-f25f-4b08-bdd7-bf9df5054f89", "tenant_id": "2d1e17fb95d64cae9c6c210d143d115b", "security_group_id": "9fae1117-d3cb-463b-ba8c-00e401504594", "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-18T14:29:38Z", "updated_at": "2023-04-18T14:29:38Z", "revision_number": 0, "project_id": "2d1e17fb95d64cae9c6c210d143d115b"}}' 2023-04-18 14:29:39,776 79787 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.477s 2023-04-18 14:29:39,776 79787 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": "9fae1117-d3cb-463b-ba8c-00e401504594", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-3219e06f-ead5-4af4-b84e-1a6965c52273', 'date': 'Tue, 18 Apr 2023 14:29: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": "cc434d88-8df2-4a62-89e6-0d562d66188d", "tenant_id": "2d1e17fb95d64cae9c6c210d143d115b", "security_group_id": "9fae1117-d3cb-463b-ba8c-00e401504594", "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-18T14:29:39Z", "updated_at": "2023-04-18T14:29:39Z", "revision_number": 0, "project_id": "2d1e17fb95d64cae9c6c210d143d115b"}}' 2023-04-18 14:29:39,777 79787 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--870063037 created 2023-04-18 14:29:42,102 79787 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 2.324s 2023-04-18 14:29:42,102 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "bfbf9c15-045f-401e-b79e-fba95e5a0430"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-8cb46dda-717d-4562-bf5a-6e87ae63d451', 'date': 'Tue, 18 Apr 2023 14:29:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "02b1b4f8-ae15-44d9-9a2c-ff2e409fdbab", "tenant_id": "2d1e17fb95d64cae9c6c210d143d115b", "floating_ip_address": "172.24.4.73", "floating_network_id": "bfbf9c15-045f-401e-b79e-fba95e5a0430", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "2d1e17fb95d64cae9c6c210d143d115b", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T14:29:40Z", "updated_at": "2023-04-18T14:29:40Z", "revision_number": 0}}' 2023-04-18 14:29:42,102 79787 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '02b1b4f8-ae15-44d9-9a2c-ff2e409fdbab', 'tenant_id': '2d1e17fb95d64cae9c6c210d143d115b', 'floating_ip_address': '172.24.4.73', 'floating_network_id': 'bfbf9c15-045f-401e-b79e-fba95e5a0430', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2d1e17fb95d64cae9c6c210d143d115b', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T14:29:40Z', 'updated_at': '2023-04-18T14:29:40Z', 'revision_number': 0, 'ip': '172.24.4.73'} created 2023-04-18 14:29:42,233 79787 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.125s 2023-04-18 14:29:42,234 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:42 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-4302e362-feec-4d43-ba34-e02b31ba1946', '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": "2039b3016f884a42abcb58054d649cee", "name": "tempest-VolumesAdminNegativeTest-2075024961-project-member", "password_expires_at": null}, "audit_ids": ["9PKwWV9hS0azbdxOOLUkyw"], "expires_at": "2023-04-18T15:29:42.000000Z", "issued_at": "2023-04-18T14:29:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2d1e17fb95d64cae9c6c210d143d115b", "name": "tempest-VolumesAdminNegativeTest-2075024961"}, "is_domain": false, "roles": [{"id": "0385370a4e0841d8b36ccb710ecbbb7f", "name": "reader"}, {"id": "4e14878c038343709e6c1a4b1c9b9b3c", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba3e4f0604614d5cbe532cc36d623cd0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "077962f5889e4dc5b1df7317cb3104c1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d5a2290495040dd9cc776d460990be5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "36bb6b6348e44e578468f7cf12ee6657", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dad492a01e614a8a8914690c07ebad0a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2d1e17fb95d64cae9c6c210d143d115b", "region": "RegionOne"}], "id": "3fc212b920c3401e85def1124172e916", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "cf3bc891281f458db82d1181bcf74100", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "627889b053b346adb8ce9b1ba8efb774", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "066c5b55b9574 d78975bbbb61c530bad", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2d1e17fb95d64cae9c6c210d143d115b", "region": "RegionOne"}], "id": "abe9a7d894f740b1943da54d0c46ff7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a19a55206f6f49c9916ef45abbdb3141", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "afe69c9d4c0445c18ac07b7dd26c92ee", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b9742eaa6b4c43b48cde80e15563fd79", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2d1e17fb95d64cae9c6c210d143d115b", "region": "RegionOne"}], "id": "b81eaa96c4e5426dab17a1d0acda7740", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0b96ff58903940ffa3fe3bb3c1bebe24", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "bc2f14763262433a9f02c157a34e208f", "type": "network", "name": "neutron"}]}}' 2023-04-18 14:29:42,234 79787 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body) Found network {'id': '8d05425b-4ecd-432b-b6c7-ca9f78114449', 'name': 'tempest-VolumesAdminNegativeTest-1351941187-network', 'tenant_id': '2d1e17fb95d64cae9c6c210d143d115b', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2d1e17fb95d64cae9c6c210d143d115b', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 51828, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T14:28:49Z', 'updated_at': '2023-04-18T14:28:49Z', 'revision_number': 1} available for tenant 2023-04-18 14:29:42,235 79787 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-443542451', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBK0CEt3c/NwvRaSeTffMLzOx56InCNaz7V9Vij4e62ibIGj5r13yGcbXNM8jSZXHQhtG1FcsWCrF0XRz0t1ajqq9ycF5T7fDS4z2KWMKpP1rkf7mAgL6FlRR8Pl1phiSGQ==', 'fingerprint': '8a:0f:18:2d:44:4a:fa:72:64:a4:06:b3:87:48:d7:b2', 'user_id': '2039b3016f884a42abcb58054d649cee', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCWXkmh9MeK92mRqB8RUqL9bsr2j4uu5gmtOkoIzPT5KfbvvCdDMbyA\n8M07/j/JbCWgBwYFK4EEACKhZANiAAStAhLd3PzcL0Wknk33zC8zseeiJwjWs+1f\nVYo+HutomyBo+a9d8hnG1zTPI0mVx0IbRtRXLFgqxdF0c9LdWo6qvcnBeU+3w0uM\n9iljCqT9a5H+5gIC+hZUUfD5daYYkhk=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '9fae1117-d3cb-463b-ba8c-00e401504594', 'name': 'tempest-securitygroup--870063037', 'stateful': True, 'tenant_id': '2d1e17fb95d64cae9c6c210d143d115b', 'description': 'tempest-description--1212913570', 'shared': False, 'security_group_rules': [{'id': '16971136-423c-4a73-bfe4-cb4f8c3d6d83', 'tenant_id': '2d1e17fb95d64cae9c6c210d143d115b', 'security_group_id': '9fae1117-d3cb-463b-ba8c-00e401504594', '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': 362, 'description': None, 'tags': [], 'created_at': '2023-04-18T14:29:38Z', 'updated_at': '2023-04-18T14:29:38Z', 'revision_number': 0, 'project_id': '2d1e17fb95d64cae9c6c210d143d115b'}, {'id': '25a5d2ea-5136-4346-ba63-e00a45455134', 'tenant_id': '2d1e17fb95d64cae9c6c210d143d115b', 'security_group_id': '9fae1117-d3cb-463b-ba8c-00e401504594', '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': 363, 'description': None, 'tags': [], 'created_at': '2023-04-18 T14:29:38Z', 'updated_at': '2023-04-18T14:29:38Z', 'revision_number': 0, 'project_id': '2d1e17fb95d64cae9c6c210d143d115b'}], 'tags': [], 'created_at': '2023-04-18T14:29:38Z', 'updated_at': '2023-04-18T14:29:38Z', 'revision_number': 1, 'project_id': '2d1e17fb95d64cae9c6c210d143d115b'}, 'floating_ip': {'id': '02b1b4f8-ae15-44d9-9a2c-ff2e409fdbab', 'tenant_id': '2d1e17fb95d64cae9c6c210d143d115b', 'floating_ip_address': '172.24.4.73', 'floating_network_id': 'bfbf9c15-045f-401e-b79e-fba95e5a0430', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2d1e17fb95d64cae9c6c210d143d115b', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T14:29:40Z', 'updated_at': '2023-04-18T14:29:40Z', 'revision_number': 0, 'ip': '172.24.4.73'}} 2023-04-18 14:29:44,804 79787 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 2.568s 2023-04-18 14:29:44,805 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-379039108", "imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "flavorRef": "42", "networks": [{"uuid": "8d05425b-4ecd-432b-b6c7-ca9f78114449"}], "security_groups": [{"name": "tempest-securitygroup--870063037"}], "key_name": "tempest-keypair-443542451", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/6d6793c2-2b28-4337-baf2-9fd9b4e70a36', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e17d1976-fb4a-437a-9202-f140fed2741b', 'x-compute-request-id': 'req-e17d1976-fb4a-437a-9202-f140fed2741b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "6d6793c2-2b28-4337-baf2-9fd9b4e70a36", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6d6793c2-2b28-4337-baf2-9fd9b4e70a36"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6d6793c2-2b28-4337-baf2-9fd9b4e70a36"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--870063037"}], "adminPass": "MJPuxnLJ5H62"}}' 2023-04-18 14:29:44,969 79787 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/6d6793c2-2b28-4337-baf2-9fd9b4e70a36 0.161s 2023-04-18 14:29:44,970 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:44 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-64d4ff19-b730-417a-97a4-87218f201226', 'x-compute-request-id': 'req-64d4ff19-b730-417a-97a4-87218f201226', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6d6793c2-2b28-4337-baf2-9fd9b4e70a36'} Body: b'{"server": {"id": "6d6793c2-2b28-4337-baf2-9fd9b4e70a36", "name": "tempest-VolumesAdminNegativeTest-server-379039108", "status": "BUILD", "tenant_id": "2d1e17fb95d64cae9c6c210d143d115b", "user_id": "2039b3016f884a42abcb58054d649cee", "metadata": {}, "hostI d": "", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:29:45Z", "updated": "2023-04-18T14:29:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6d6793c2-2b28-4337-baf2-9fd9b4e70a36"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6d6793c2-2b28-4337-baf2-9fd9b4e70a36"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-443542451", "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 14:30:35,259 79787 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/6d6793c2-2b28-4337-baf2-9fd9b4e70a36 0.230s 2023-04-18 14:30:35,259 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:35 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-b28f5fcc-5565-4213-8161-90889cd09ebc', 'x-compute-request-id': 'req-b28f5fcc-5565-4213-8161-90889cd09ebc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6d6793c2-2b28-4337-baf2-9fd9b4e70a36'} Body: b'{"server": {"id": "6d6793c2-2b28-4337-baf2-9fd9b4e70a36", "name": "tempest-VolumesAdminNegativeTest-server-379039108", "status": "ACTIVE", "tenant_id": "2d1e17fb95d64cae9c6c210d143d115b", "user_id": "2039b3016f884a42abcb58054d649cee", "metadata": {}, "hostId": "aa806bf8b252a0d5e18c9f8e661e23f97dfb8d3ef7999c2389fec537", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:29:44Z", "updated": "2023-04-18T14:29:53Z", "addresses": {"tempest-VolumesAdminNegativeTest-1351941187-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:5d:63"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6d6793c2-2b28-4337-baf2-9fd9b4e70a36"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6d6793c2-2b28-4337-baf2-9fd9b4e70a36"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-443542451", "OS-SRV-USG:launched_at": "2023-04-18T14:29:53.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--870063037"}], "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 14:30:35,271 79787 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-18 14:31:35,498 79787 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/6d6793c2-2b28-4337-baf2-9fd9b4e70a36/os-interface 0.169s 2023-04-18 14:31:35,499 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Cont ent-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:35 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-e7e22b64-ea4c-4af3-a6d7-598a1615a055', 'x-compute-request-id': 'req-e7e22b64-ea4c-4af3-a6d7-598a1615a055', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6d6793c2-2b28-4337-baf2-9fd9b4e70a36/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "8d05425b-4ecd-432b-b6c7-ca9f78114449", "port_id": "5d2983d3-2e25-4dfd-9dd0-28dbe2111d62", "mac_addr": "fa:16:3e:58:5d:63", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "2e7c32bd-6f68-401d-9350-221ae8bb900d", "ip_address": "10.0.0.7"}]}]}' 2023-04-18 14:31:36,234 79787 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/02b1b4f8-ae15-44d9-9a2c-ff2e409fdbab 0.731s 2023-04-18 14:31:36,234 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "5d2983d3-2e25-4dfd-9dd0-28dbe2111d62"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-ad229fb5-836b-4098-aa7e-a87a8ad887fb', 'date': 'Tue, 18 Apr 2023 14:31:36 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/02b1b4f8-ae15-44d9-9a2c-ff2e409fdbab'} Body: b'{"floatingip": {"id": "02b1b4f8-ae15-44d9-9a2c-ff2e409fdbab", "tenant_id": "2d1e17fb95d64cae9c6c210d143d115b", "floating_ip_address": "172.24.4.73", "floating_network_id": "bfbf9c15-045f-401e-b79e-fba95e5a0430", "router_id": "fb955bca-03d2-466b-a175-426ff05cc5dc", "port_id": "5d2983d3-2e25-4dfd-9dd0-28dbe2111d62", "fixed_ip_address": "10.0.0.7", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "8d05425b-4ecd-432b-b6c7-ca9f78114449", "mac_address": "fa:16:3e:58:5d:63", "admin_state_up": true, "status": "ACTIVE", "device_id": "6d6793c2-2b28-4337-baf2-9fd9b4e70a36", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T14:29:40Z", "updated_at": "2023-04-18T14:31:35Z", "revision_number": 1, "project_id": "2d1e17fb95d64cae9c6c210d143d115b"}}' 2023-04-18 14:31:36,236 79787 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.73:22' as 'cirros' with public key authentication 2023-04-18 14:31:36,274 79787 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 14:31:36,301 79787 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 14:31:36,302 79787 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.73 successfully created 2023-04-18 14:31:36,526 79787 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/2d1e17fb95d64cae9c6c210d143d115b/volumes 0.223s 2023-04-18 14:31:36,526 79787 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-24330481"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3dd76d47-1c36-430f-b1ab-969117a50067', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 're q-3dd76d47-1c36-430f-b1ab-969117a50067', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2d1e17fb95d64cae9c6c210d143d115b/volumes'} Body: b'{"volume": {"id": "93f61457-4925-40a4-930e-faab8212229e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:31:36.463233", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-24330481", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2d1e17fb95d64cae9c6c210d143d115b/volumes/93f61457-4925-40a4-930e-faab8212229e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2d1e17fb95d64cae9c6c210d143d115b/volumes/93f61457-4925-40a4-930e-faab8212229e"}], "user_id": "2039b3016f884a42abcb58054d649cee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:31:36,573 79787 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/2d1e17fb95d64cae9c6c210d143d115b/volumes/93f61457-4925-40a4-930e-faab8212229e 0.037s 2023-04-18 14:31:36,573 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce444782-f55b-4624-9f1c-773ca321a388', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce444782-f55b-4624-9f1c-773ca321a388', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2d1e17fb95d64cae9c6c210d143d115b/volumes/93f61457-4925-40a4-930e-faab8212229e'} Body: b'{"volume": {"id": "93f61457-4925-40a4-930e-faab8212229e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:31:36.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-24330481", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2d1e17fb95d64cae9c6c210d143d115b/volumes/93f61457-4925-40a4-930e-faab8212229e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2d1e17fb95d64cae9c6c210d143d115b/volumes/93f61457-4925-40a4-930e-faab8212229e"}], "user_id": "2039b3016f884a42abcb58054d649cee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2d1e17fb95d64cae9c6c210d143d115b"}}' 2023-04-18 14:31:37,622 79787 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/2d1e17fb95d64cae9c6c210d143d115b/volumes/93f61457-4925-40a4-930e-faab8212229e 0.037s 2023-04-18 14:31:37,623 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0c369a0-5d05-48a8-986f-50db79eef61a', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0c369a0-5d05-48a8-986f-50db79eef61a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2d1e17fb95d64cae9c6c210d143d115b/volumes/93f61457-4925-40a4-930e-faab8212229e'} Body: b'{"volume": {"id": "93f61457-4925-40a4-930e-faab8212229e", "status": "error", "size": 1, " availability_zone": "nova", "created_at": "2023-04-18T14:31:36.000000", "updated_at": "2023-04-18T14:31:37.000000", "name": "tempest-VolumesAdminNegativeTest-volume-24330481", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2d1e17fb95d64cae9c6c210d143d115b/volumes/93f61457-4925-40a4-930e-faab8212229e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2d1e17fb95d64cae9c6c210d143d115b/volumes/93f61457-4925-40a4-930e-faab8212229e"}], "user_id": "2039b3016f884a42abcb58054d649cee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2d1e17fb95d64cae9c6c210d143d115b"}}' {8} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume [175.767489s] ... 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 5addcdb6-58b7-44b8-b3f7-8f906131b4ef failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:29:08,679 79803 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 14:29:08,679 79803 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 14:29:08,811 79803 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.129s 2023-04-18 14:29:08,812 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-791769318", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJc3QPBXQ4nVx2JCRWrT6JCIt2SgbFlb+QMEXEnEKTjVVtZBfYfS8KCkAaHpbD2VfvLXrZ4CG2ft+VpkRcBGVlwqPbUWTJg9Sp/HKQP21J43CDOfCL4ajx/wVQ2XVgQM7A=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:08 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-8ab3cf25-32e5-4b4c-abad-4a3babf856f3', 'x-compute-request-id': 'req-8ab3cf25-32e5-4b4c-abad-4a3babf856f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-791769318", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJc3QPBXQ4nVx2JCRWrT6JCIt2SgbFlb+QMEXEnEKTjVVtZBfYfS8KCkAaHpbD2VfvLXrZ4CG2ft+VpkRcBGVlwqPbUWTJg9Sp/HKQP21J43CDOfCL4ajx/wVQ2XVgQM7A==", "fingerprint": "45:d5:e3:6f:68:90:0d:40:a4:08:b1:48:51:b5:67:b5", "user_id": "36b9b392cafe4b58b429be8e010baa08"}}' 2023-04-18 14:29:08,816 79803 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-791769318 created 2023-04-18 14:29:09,448 79803 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.631s 2023-04-18 14:29:09,449 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--743095294", "description": "tempest-description--2060225042"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-87ff1a48-345d-4791-8c18-eb7d4692c1ce', 'date': 'Tue, 18 Apr 2023 14:29:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "cc5ae103-a320-4982-b4e2-645372e6a84f", "name": "tempest-securitygroup--743095294", "stateful": true, "tenant_id": "88dd648f400c48f384c828c3933baa5a", "description": "tempest-description--2060225042", "shared": false, "security_group_rules": [{"id": "4aefe4fe-3f2c-444e-bb1f-dbca08bab0e7", "tenant_id": "88dd648f400c48f384c828c3933baa5a", "security_group_id": "cc5ae103-a320-4982-b4e2-645372e6a84f", "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": 220, "description": null, "tags": [], "created_at": "2023-04-18T14:29:09Z", "updated_at": "2023-04-18T14:29:09Z", "revision_number": 0, "project_id": "88dd648f400c48f384c828c3933baa5a"}, {"id": "834cd140-5cbf-4060-8889-d698d89db2c7", "tenant_id": "88dd648f400c48f384c828c3933baa5a", "security_group_id": "cc5ae103-a320-4982-b4e2-645372e6a84f", "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": 223, "description": null, "tags": [], "created_at": "2023-04-18T14:29:09Z", "updated_at": "2023-04-18T14:29:09Z", "revision_number": 0, "project_id": "88dd648f400c48f384c828c3933baa5a"}], "tags": [], "created_at": "2023-04-18T14:29:09Z", "updated_at": "2023-04-18T14:29:09Z", "revision_number": 1, "project_id": "88dd648f400c48f384c828c3933baa5a"}}' 2023-04-18 14:29:11,315 79803 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.866s 2023-04-18 14:29:11,316 79803 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": "cc5ae103-a320-4982-b4e2-645372e6a84f", "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-b4502cf7-3dba-4f46-ad7a-9fbe2750672c', 'date': 'Tue, 18 Apr 2023 14:29: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": "102d9dd6-ec5d-4f53-bea8-4cdea493fd1e", "tenant_id": "88dd648f400c48f384c828c3933baa5a", "security_group_id": "cc5ae103-a320-4982-b4e2-645372e6a84f", "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-18T14:29:10Z", "updated_at": "2023-04-18T14:29:10Z", "revision_number": 0, "project_id": "88dd648f400c48f384c828c3933baa5a"}}' 2023-04-18 14:29:12,092 79803 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.775s 2023-04-18 14:29:12,092 79803 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": "cc5ae103-a320-4982-b4e2-645372e6a84f", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-99cefb55-a803-477c-adba-dbea981c8cd0', 'date': 'Tue, 18 Apr 2023 14:29: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": "66328572-4e14-4b73-8b43-e9ed69cadf87", "tenant_id": "88dd648f400c48f384c828c3933baa5a", "security_group_id": "cc5ae103-a320-4982-b4e2-645372e6a84f", "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-18T14:29:11Z", "updated_at": "2023-04-18T14:29:11Z", "revision_number": 0, "project_id": "88dd648f400c48f384c828c3933baa5a"}}' 2023-04-18 14:29:12,092 79803 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--743095294 created 2023-04-18 14:29:14,863 79803 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.770s 2023-04-18 14:29:14,863 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "bfbf9c15-045f-401e-b79e-fba95e5a0430"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-op enstack-request-id': 'req-9ecaeeea-970a-4355-85cf-5ad181b045c5', 'date': 'Tue, 18 Apr 2023 14:29:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "8ae941de-6098-40c9-8cd7-f93eee2a91bf", "tenant_id": "88dd648f400c48f384c828c3933baa5a", "floating_ip_address": "172.24.4.234", "floating_network_id": "bfbf9c15-045f-401e-b79e-fba95e5a0430", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "88dd648f400c48f384c828c3933baa5a", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T14:29:13Z", "updated_at": "2023-04-18T14:29:13Z", "revision_number": 0}}' 2023-04-18 14:29:14,863 79803 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '8ae941de-6098-40c9-8cd7-f93eee2a91bf', 'tenant_id': '88dd648f400c48f384c828c3933baa5a', 'floating_ip_address': '172.24.4.234', 'floating_network_id': 'bfbf9c15-045f-401e-b79e-fba95e5a0430', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '88dd648f400c48f384c828c3933baa5a', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T14:29:13Z', 'updated_at': '2023-04-18T14:29:13Z', 'revision_number': 0, 'ip': '172.24.4.234'} created 2023-04-18 14:29:14,968 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.099s 2023-04-18 14:29:14,969 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:14 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-4f4ad923-d8dc-4857-bed0-73555fd54a35', '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": "36b9b392cafe4b58b429be8e010baa08", "name": "tempest-AttachVolumeTestJSON-1067811846-project-member", "password_expires_at": null}, "audit_ids": ["YCcb040hQHKUWaeDlUGumw"], "expires_at": "2023-04-18T15:29:14.000000Z", "issued_at": "2023-04-18T14:29:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88dd648f400c48f384c828c3933baa5a", "name": "tempest-AttachVolumeTestJSON-1067811846"}, "is_domain": false, "roles": [{"id": "0385370a4e0841d8b36ccb710ecbbb7f", "name": "reader"}, {"id": "4e14878c038343709e6c1a4b1c9b9b3c", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba3e4f0604614d5cbe532cc36d623cd0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "077962f5889e4dc5b1df7317cb3104c1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d5a2290495040dd9cc776d460990be5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "36bb6b6348e44e578468f7cf12ee6657", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dad492a01e614a8a8914690c07ebad0a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/88dd648f400c48f384c828c3933baa5a", "region": "RegionOne"}], "id": "3fc212b920c3401e85def1124172e916", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "cf3bc891281f458db82d1181bcf74100", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "627889b053b346adb8ce9b1ba8efb774", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "066c5b55b9574d78975bbbb61c530bad", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/88dd648f400c48f384c828c 3933baa5a", "region": "RegionOne"}], "id": "abe9a7d894f740b1943da54d0c46ff7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a19a55206f6f49c9916ef45abbdb3141", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "afe69c9d4c0445c18ac07b7dd26c92ee", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b9742eaa6b4c43b48cde80e15563fd79", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/88dd648f400c48f384c828c3933baa5a", "region": "RegionOne"}], "id": "b81eaa96c4e5426dab17a1d0acda7740", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0b96ff58903940ffa3fe3bb3c1bebe24", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "bc2f14763262433a9f02c157a34e208f", "type": "network", "name": "neutron"}]}}' 2023-04-18 14:29:14,969 79803 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': 'd3e19e74-bda1-4d28-b7e4-e98675072612', 'name': 'tempest-AttachVolumeTestJSON-553010721-network', 'tenant_id': '88dd648f400c48f384c828c3933baa5a', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '88dd648f400c48f384c828c3933baa5a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 2479, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T14:28:48Z', 'updated_at': '2023-04-18T14:28:48Z', 'revision_number': 1} available for tenant 2023-04-18 14:29:14,970 79803 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-791769318', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJc3QPBXQ4nVx2JCRWrT6JCIt2SgbFlb+QMEXEnEKTjVVtZBfYfS8KCkAaHpbD2VfvLXrZ4CG2ft+VpkRcBGVlwqPbUWTJg9Sp/HKQP21J43CDOfCL4ajx/wVQ2XVgQM7A==', 'fingerprint': '45:d5:e3:6f:68:90:0d:40:a4:08:b1:48:51:b5:67:b5', 'user_id': '36b9b392cafe4b58b429be8e010baa08', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDC9xAQVQcIU0VCOvQt6APrwDGRMzz8sVyepyD6lSuloCoEu+LjDFSw9\nj+IWqlUYccigBwYFK4EEACKhZANiAASXN0DwV0OJ1cdiQkVq0+iQiLdkoGxZW/kD\nBFxJxCk41VbWQX2H0vCgpAGh6Ww9lX7y162eAhtn7flaZEXARlZcKj21FkyYPUqf\nxykD9tSeNwgznwi+Go8f8FUNl1YEDOw=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'cc5ae103-a320-4982-b4e2-645372e6a84f', 'name': 'tempest-securitygroup--743095294', 'stateful': True, 'tenant_id': '88dd648f400c48f384c828c3933baa5a', 'description': 'tempest-description--2060225042', 'shared': False, 'security_group_rules': [{'id': '4aefe4fe-3f2c-444e-bb1f-dbca08bab0e7', 'tenant_id': '88dd648f400c48f384c828c3933baa5a', 'security_group_id': 'cc5ae103-a320-4982-b4e2-645372e6a84f', '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': 220, 'description': None, 'tags': [], 'created_at': '2023-04-18T14:29:09Z', 'updated_at': '2023-04-18T14:29:09Z', 'revision_number': 0, 'project_id': '88dd648f400c48f384c828c3933baa5a'}, {'id': '834cd140-5cbf-4060-8889-d698d89db2c7', 'tenant_id': '88dd648f400c48f384c828c3933baa5a', 'security_group_id': 'cc5ae103-a320-4982-b4e2-645372e6a84f', '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': 223, 'description': None, 'tags': [], 'created_at': '2023-04-18T14:29:09Z', 'updated_at': '2023-04-18T14:29:09Z', 'revision_number': 0, 'project_id': '88dd648f400c48f384c828c3933baa5a'}], 'tags': [], 'created_at': '2023-04-18T14:29:09Z', 'updated_at': '2023-04-18T14:29:09Z', 'revision_number': 1, 'project_id': '88dd648f400c48f384c828c3933baa5a'}, 'floating_ip': {'id': '8ae941de-6098-40c9-8cd7-f93eee2a91bf', 'tenant_id': '88dd648f400c48f384c828c3933baa5a', 'floating_ip_address': '172.24.4.234', 'floating_network_id': 'bfbf9c15-045f-401e-b79e-fba95e5a0430', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '88dd648f400c48f384c828c3933baa5a', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T14:29:13Z', 'updated_at': '2023-04-18T14:29:13Z', 'revision_number': 0, 'ip': '172.24.4.234'}} 2023-04-18 14:29:17,613 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 2.642s 2023-04-18 14:29:17,613 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-1758402667", "imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "d3e19e74-bda1-4d28-b7e4-e98675072612"}], "security_groups": [{"name": "tempest-securitygroup--743095294"}], "key_name": "tempest-keypair-791769318", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/6dcffb71-055a-4ae6-bf65-df885c035e5a', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7451cfe0-7074-4a00-aedc-565daa7e94ab', 'x-compute-request-id': 'req-7451cfe0-7074-4a00-aedc-565daa7e94ab', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "6dcffb71-055a-4ae6-bf65-df885c035e5a", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6dcffb71-055a-4ae6-bf65-df885c035e5a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6dcffb71-055a-4ae6-bf65-df885c035e5a"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--743095294"}], "adminPass": "password"}}' 2023-04-18 14:29:17,965 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/6dcffb71-055a-4ae6-bf65-df885c035e5a 0.348s 2023-04-18 14:29:17,965 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:17 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-056c924b-72c6-423e-8637-9b576f444e25', 'x-compute-request-id': 'req-056c924b-72c6-423e-8637-9b576f444e25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6dcffb71-055a-4ae6-bf65-df885c035e5a'} Body: b'{"server": {"id": "6dcffb71-055a-4ae6-bf65-df885c035e5a", "name": "tempest-AttachVolumeTestJSON-server-1758402667", "status": "BUILD", "tenant_id": "88dd648f400c48f384c828c3933baa5a", "user_id": "36b9b392cafe4b58b429be8e010baa08", "metadata": {}, "hostId": "", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "hr ef": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:29:18Z", "updated": "2023-04-18T14:29:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6dcffb71-055a-4ae6-bf65-df885c035e5a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6dcffb71-055a-4ae6-bf65-df885c035e5a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-791769318", "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 14:30:09,029 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/6dcffb71-055a-4ae6-bf65-df885c035e5a 0.993s 2023-04-18 14:30:09,030 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30: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-7fd50856-ec8a-4b8e-ade1-507dc180130b', 'x-compute-request-id': 'req-7fd50856-ec8a-4b8e-ade1-507dc180130b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6dcffb71-055a-4ae6-bf65-df885c035e5a'} Body: b'{"server": {"id": "6dcffb71-055a-4ae6-bf65-df885c035e5a", "name": "tempest-AttachVolumeTestJSON-server-1758402667", "status": "ACTIVE", "tenant_id": "88dd648f400c48f384c828c3933baa5a", "user_id": "36b9b392cafe4b58b429be8e010baa08", "metadata": {}, "hostId": "43bc6bfb06764f8021125bfe676e409bafe803e91c9d640473454d2b", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:29:17Z", "updated": "2023-04-18T14:29:31Z", "addresses": {"tempest-AttachVolumeTestJSON-553010721-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:1f:b0"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6dcffb71-055a-4ae6-bf65-df885c035e5a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6dcffb71-055a-4ae6-bf65-df885c035e5a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-791769318", "OS-SRV-USG:launched_at": "2023-04-18T14:29:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--743095294"}], "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 14:30:09,043 79803 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 52 second wait 2023-04-18 14:31:09,406 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/6dcffb71-055a-4ae6-bf65-df885c035e5a/os-interface 0.302s 2023-04-18 14:31:09,406 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-ope nstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ab7aec10-835b-447e-9dab-760a5c6a5223', 'x-compute-request-id': 'req-ab7aec10-835b-447e-9dab-760a5c6a5223', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6dcffb71-055a-4ae6-bf65-df885c035e5a/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "d3e19e74-bda1-4d28-b7e4-e98675072612", "port_id": "598909ff-6d80-4f39-91d5-a53ca08f248d", "mac_addr": "fa:16:3e:9c:1f:b0", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "61b72842-da76-4789-b2a9-de9f3654466e", "ip_address": "10.0.0.7"}]}]}' 2023-04-18 14:31:11,073 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/8ae941de-6098-40c9-8cd7-f93eee2a91bf 1.663s 2023-04-18 14:31:11,074 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "598909ff-6d80-4f39-91d5-a53ca08f248d"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-2ea864e1-84c0-46d1-af62-3fd6cfb146b5', 'date': 'Tue, 18 Apr 2023 14:31:11 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/8ae941de-6098-40c9-8cd7-f93eee2a91bf'} Body: b'{"floatingip": {"id": "8ae941de-6098-40c9-8cd7-f93eee2a91bf", "tenant_id": "88dd648f400c48f384c828c3933baa5a", "floating_ip_address": "172.24.4.234", "floating_network_id": "bfbf9c15-045f-401e-b79e-fba95e5a0430", "router_id": "0ebec123-a2ed-420b-8e57-6b218b1da538", "port_id": "598909ff-6d80-4f39-91d5-a53ca08f248d", "fixed_ip_address": "10.0.0.7", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "d3e19e74-bda1-4d28-b7e4-e98675072612", "mac_address": "fa:16:3e:9c:1f:b0", "admin_state_up": true, "status": "ACTIVE", "device_id": "6dcffb71-055a-4ae6-bf65-df885c035e5a", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T14:29:13Z", "updated_at": "2023-04-18T14:31:10Z", "revision_number": 1, "project_id": "88dd648f400c48f384c828c3933baa5a"}}' 2023-04-18 14:31:11,075 79803 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.234:22' as 'cirros' with public key authentication 2023-04-18 14:31:11,110 79803 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 14:31:11,132 79803 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 14:31:11,132 79803 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.234 successfully created 2023-04-18 14:31:11,209 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/6dcffb71-055a-4ae6-bf65-df885c035e5a/ips 0.076s 2023-04-18 14:31:11,209 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '103', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea3ff805-6369-47de-a306-0638464929fc', 'x-compute-request-id': 'req-ea3ff805-6369-47de-a306-0638464929fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6dcffb71-055a-4ae6-bf65-df885c035e5a/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-553010721-network": [{"version": 4, "addr": "10.0.0.7"}]}}' 2023-04-18 14:31:11,213 79803 INFO [tempest.lib.common.ssh] Creating ssh connection to '17 2.24.4.234:22' as 'cirros' with public key authentication 2023-04-18 14:31:11,219 79803 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 14:31:11,239 79803 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 14:31:11,239 79803 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.234 successfully created 2023-04-18 14:31:11,239 79803 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 14:31:11,240 79803 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.234:22' as 'cirros' with public key authentication 2023-04-18 14:31:11,242 79803 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 14:31:11,265 79803 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 14:31:11,265 79803 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.234 successfully created 2023-04-18 14:31:11,552 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/volume/v3/88dd648f400c48f384c828c3933baa5a/volumes 0.260s 2023-04-18 14:31:11,552 79803 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-2066327378"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6aa04e6a-16a3-4710-85ed-2514e3c6abff', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6aa04e6a-16a3-4710-85ed-2514e3c6abff', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/88dd648f400c48f384c828c3933baa5a/volumes'} Body: b'{"volume": {"id": "5addcdb6-58b7-44b8-b3f7-8f906131b4ef", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:31:11.466867", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-2066327378", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/88dd648f400c48f384c828c3933baa5a/volumes/5addcdb6-58b7-44b8-b3f7-8f906131b4ef"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/88dd648f400c48f384c828c3933baa5a/volumes/5addcdb6-58b7-44b8-b3f7-8f906131b4ef"}], "user_id": "36b9b392cafe4b58b429be8e010baa08", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:31:11,611 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/88dd648f400c48f384c828c3933baa5a/volumes/5addcdb6-58b7-44b8-b3f7-8f906131b4ef 0.048s 2023-04-18 14:31:11,611 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf53f605-6d91-416e-a0b4-b2539c394888', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf53f605-6d91-416e-a0b4-b2539c394888', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/88dd648f400c48f384c828c3933baa5a/volumes/5addcdb6-58b7-44b8-b3f7-8f906131b4ef'} Body: b'{"volume": {"id": "5addcdb6-58b7-44b8-b3f7-8f906131b4ef", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:31:11.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-2066327378", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/88dd648f400c48f384c828c3933baa5a/volumes/5addcdb6-58b7-44b8-b3f7-8f906131b4ef"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/88dd648f400c48f384c828c3933baa5a/volumes/5addcdb6-58b7-44b8-b3f7-8f906131b4ef"}], "user_id": "36b9b392cafe4b58b429be8e010baa08", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "88dd648f400c48f384c828c3933baa5a"}}' 2023-04-18 14:31:12,665 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/88dd648f400c48f384c828c3933baa5a/volumes/5addcdb6-58b7-44b8-b3f7-8f906131b4ef 0.041s 2023-04-18 14:31:12,665 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-649f30b8-e791-4a7a-897f-e25c55de2277', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-649f30b8-e791-4a7a-897f-e25c55de2277', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/88dd648f400c48f384c828c3933baa5a/volumes/5addcdb6-58b7-44b8-b3f7-8f906131b4ef'} Body: b'{"volume": {"id": "5addcdb6-58b7-44b8-b3f7-8f906131b4ef", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:31:11.000000", "updated_at": "2023-04-18T14:31:12.000000", "name": "tempest-AttachVolumeTestJSON-volume-2066327378", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/88dd648f400c48f384c828c3933baa5a/volumes/5addcdb6-58b7-44b8-b3f7-8f906131b4ef"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/88dd648f400c48f384c828c3933baa5a/volumes/5addcdb6-58b7-44b8-b3f7-8f906131b4ef"}], "user_id": "36b9b392cafe4b58b429be8e010baa08", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "88dd648f400c48f384c828c3933baa5a"}}' 2023-04-18 14:31:12,823 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/6dcffb71-055a-4ae6-bf65-df885c035e5a 0.146s 2023-04-18 14:31:12,824 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:12 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-639830ca-4f7d-4e66-8b1e-3739a124f7a0', 'x-compute-request-id': 'req-639830ca-4f7d-4e66-8b1e-3739a124f7a0', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6dcffb71-055a-4ae6-bf65-df885c035e5a'} Body: b'' 2023-04-18 14:31:13,131 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/6dcffb71-055a-4ae6-bf65-df885c035e5a 0.306s 2023-04-18 14:31:13,131 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:12 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-8dd8558c-b486-4e1e-8ed4-876536bb7282', 'x-compute-request-id': 'req-8dd8558c-b486-4e1e-8ed4-876536bb7282', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6dcffb71-055a-4ae6-bf65-df885c035e5a'} Body: b'{"server": {"id": "6dcffb71-055a-4ae6-bf65-df885c035e5a", "name": "tempest-AttachVolumeTestJSON-server-1758402667", "status": "ACTIVE", "tenant_id": "88dd648f400c48f384c828c3933baa5a", "user_id": "36b9b392cafe4b58b429be8e010baa08", "metadata": {}, "hostId": "43bc6bfb06764f8021125bfe676e409bafe803e91c9d640473454d2b", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:29:17Z", "updated": "2023-04-18T14:31:13Z", "addresses": {"tempest-AttachVolumeTestJSON-553010721-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:1f:b0"}, {"version": 4, "addr": "172.24.4.234", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:1f:b0"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6dcffb71-055a-4ae6-bf65-df885c035e5a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6dcffb71-055a-4ae6-bf65-df885c035e5a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-791769318", "OS-SRV-USG:launched_at": "2023-04-18T14:29:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--743095294"}], "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 14:32:03,226 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/6dcffb71-055a-4ae6-bf65-df885c035e5a 0.043s 2023-04-18 14:32:03,226 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:03 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-d5366fd3-8b22-40a6-b8c4-33ed829d1b59', 'x-compute-request-id': 'req-d5366fd3-8b22-40a6-b8c4-33ed829d1b59', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6dcffb71-055a-4ae6-bf65-df885c035e5a'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 6dcffb71-055a-4ae6-bf65-df885c035e5a could not be found."}}' 2023-04-18 14:32:03,257 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-791769318 0.029s 2023-04-18 14:32:03,257 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:03 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-88ab53e8-bf75-4786-bb 07-f236287f2ae7', 'x-compute-request-id': 'req-88ab53e8-bf75-4786-bb07-f236287f2ae7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-791769318'} Body: b'' 2023-04-18 14:32:03,399 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/cc5ae103-a320-4982-b4e2-645372e6a84f 0.142s 2023-04-18 14:32:03,400 79803 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-62e1df01-b380-4ea9-97b3-fd991b777ab6', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 14:32:03 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/cc5ae103-a320-4982-b4e2-645372e6a84f'} Body: b'' 2023-04-18 14:32:03,425 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/cc5ae103-a320-4982-b4e2-645372e6a84f 0.024s 2023-04-18 14:32:03,425 79803 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-0ea3f7bd-52f7-426e-9ee0-cf2dad264bf3', 'date': 'Tue, 18 Apr 2023 14:32:03 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/cc5ae103-a320-4982-b4e2-645372e6a84f'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group cc5ae103-a320-4982-b4e2-645372e6a84f does not exist", "detail": ""}}' 2023-04-18 14:32:04,444 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/8ae941de-6098-40c9-8cd7-f93eee2a91bf 1.018s 2023-04-18 14:32:04,445 79803 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-030a7af3-87dd-4dfb-8792-30c2ffd26800', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 14:32:04 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/8ae941de-6098-40c9-8cd7-f93eee2a91bf'} Body: b'' {3} tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive [176.104887s] ... 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 89e9adde-3164-4a5b-90b9-8de65edaad9f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:29:35,828 79793 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/e440225d-a438-40cc-be07-38db2a963dd0 0.441s 2023-04-18 14:29:35,829 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-68256e5b-64b0-43ff-b3fe-996ea0ae0722', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/e440225d-a438-40cc-be07-38db2a963dd0'} 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": "e839ed9d641847bc91c3b533e75d2a93", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "e440225d-a438-40cc-be07-38db2a963dd0", "created_at": "2023-04-18T14:25:28Z", "updated_at": "2023-04-18T14:25:30Z", "tags": [], "self": "/v2/images/e440225d-a438-40cc-be07-38db2a963dd0", "file": "/v2/images/e440225d-a438-40cc-be07-38db2a963dd0/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:29:37,290 79793 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 1.424s 2023-04-18 14:29:37,290 79793 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 14:29:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '690', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/676a92ee-abbd-4bdd-b113-00b8dca91436', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-6fc0725a-8d0f-40d2-9b42-4c4fdb703ed7', '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": "4cb5aa23ad634ebdbf9576d3e4af6ccc", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "676a92ee-abbd-4bdd-b113-00b8dca91436", "created_at": "2023-04-18T14:29:37Z", "updated_at": "2023-04-18T14:29:37Z", "tags": [], "self": "/v2/images/676a92ee-abbd-4bdd-b113-00b8dca91436", "file": "/v2/images/676a92ee-abbd-4bdd-b113-00b8dca91436/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:29:40,457 79793 WARNING [urllib3.connectionpool] Connection pool is full, discarding connection: 10.0.0.210. Connection pool size: 1 2023-04-18 14:29:40,458 79793 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/676a92ee-abbd-4bdd-b113-00b8dca91436/file 3.167s 2023-04-18 14:29:40,458 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet -stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-d0f60d07-800a-4fd7-99e6-50149e3857e8', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/676a92ee-abbd-4bdd-b113-00b8dca91436/file'} Body: b'' 2023-04-18 14:29:40,459 79793 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 14:29:40,459 79793 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 14:29:40,969 79793 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.507s 2023-04-18 14:29:40,971 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-998303201", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBP2bHkODKFfnb6J3zSzgra9BqnzYuT4DB5EK+mUJc38K8eFOd6fuhc5SXEx2FAlo1KQZQPcq62Djy4XT7gAVKQymi9nFGrXlwGdElS8oymqTE+1k/4xGT9iP2cEJkYHNSQ=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:40 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-59d1db11-bc8a-443c-84e5-af3637d90ee0', 'x-compute-request-id': 'req-59d1db11-bc8a-443c-84e5-af3637d90ee0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-998303201", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBP2bHkODKFfnb6J3zSzgra9BqnzYuT4DB5EK+mUJc38K8eFOd6fuhc5SXEx2FAlo1KQZQPcq62Djy4XT7gAVKQymi9nFGrXlwGdElS8oymqTE+1k/4xGT9iP2cEJkYHNSQ==", "fingerprint": "53:c0:eb:e6:38:e6:96:f9:2a:0f:73:e5:da:c5:9c:6e", "user_id": "6b50d25047934c9fad65b69209730a0e"}}' 2023-04-18 14:29:40,981 79793 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-998303201 created 2023-04-18 14:29:41,736 79793 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.754s 2023-04-18 14:29:41,737 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1880025038", "description": "tempest-description--1322643907"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-bc23eed4-f616-4412-baf0-9473fd68e3c9', 'date': 'Tue, 18 Apr 2023 14:29:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "76da6c6d-8bdf-4cb2-a2dc-d21c59c130f0", "name": "tempest-securitygroup--1880025038", "stateful": true, "tenant_id": "7cb471110565402aa21064786951ab00", "description": "tempest-description--1322643907", "shared": false, "security_group_rules": [{"id": "c3c22e8c-88be-47ef-9795-cba3a5adfbc9", "tenant_id": "7cb471110565402aa21064786951ab00", "security_group_id": "76da6c6d-8bdf-4cb2-a2dc-d21c59c130f0", "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": 378, "description": null, "tags": [], "created_a t": "2023-04-18T14:29:41Z", "updated_at": "2023-04-18T14:29:41Z", "revision_number": 0, "project_id": "7cb471110565402aa21064786951ab00"}, {"id": "de49ff58-acb5-477c-969c-aacbd0ee48dc", "tenant_id": "7cb471110565402aa21064786951ab00", "security_group_id": "76da6c6d-8bdf-4cb2-a2dc-d21c59c130f0", "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": 379, "description": null, "tags": [], "created_at": "2023-04-18T14:29:41Z", "updated_at": "2023-04-18T14:29:41Z", "revision_number": 0, "project_id": "7cb471110565402aa21064786951ab00"}], "tags": [], "created_at": "2023-04-18T14:29:41Z", "updated_at": "2023-04-18T14:29:41Z", "revision_number": 1, "project_id": "7cb471110565402aa21064786951ab00"}}' 2023-04-18 14:29:42,503 79793 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.765s 2023-04-18 14:29:42,503 79793 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": "76da6c6d-8bdf-4cb2-a2dc-d21c59c130f0", "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-633789a7-9d89-4c71-8100-576b95417f86', 'date': 'Tue, 18 Apr 2023 14:29: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": "339300bc-6bff-42f2-b485-db1492b43a72", "tenant_id": "7cb471110565402aa21064786951ab00", "security_group_id": "76da6c6d-8bdf-4cb2-a2dc-d21c59c130f0", "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-18T14:29:42Z", "updated_at": "2023-04-18T14:29:42Z", "revision_number": 0, "project_id": "7cb471110565402aa21064786951ab00"}}' 2023-04-18 14:29:43,234 79793 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.730s 2023-04-18 14:29:43,234 79793 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": "76da6c6d-8bdf-4cb2-a2dc-d21c59c130f0", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-7a87e43b-201d-4aa8-b922-5d64ece2217b', 'date': 'Tue, 18 Apr 2023 14:29:43 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": "aa52100a-e765-4279-a573-fdd838313f0a", "tenant_id": "7cb471110565402aa21064786951ab00", "security_group_id": "76da6c6d-8bdf-4cb2-a2dc-d21c59c130f0", "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-18T14:29:42Z", "updated_at": "2023-04-18T14:29:42Z", "revision_number": 0, "project_id": "7cb471110565402aa21064786951ab00"}}' 2023-04-18 14:29:43,235 79793 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1880025038 created 2023-04-18 14:29:44,470 79793 INFO [tempest.lib.common.rest_client] Request ( ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.235s 2023-04-18 14:29:44,470 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "bfbf9c15-045f-401e-b79e-fba95e5a0430"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-2fd3c205-3d9b-4cf2-9d0a-03749c145a62', 'date': 'Tue, 18 Apr 2023 14:29:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "24d52538-fbbc-475f-ad88-8de396b90604", "tenant_id": "7cb471110565402aa21064786951ab00", "floating_ip_address": "172.24.4.148", "floating_network_id": "bfbf9c15-045f-401e-b79e-fba95e5a0430", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "7cb471110565402aa21064786951ab00", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T14:29:43Z", "updated_at": "2023-04-18T14:29:43Z", "revision_number": 0}}' 2023-04-18 14:29:44,471 79793 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '24d52538-fbbc-475f-ad88-8de396b90604', 'tenant_id': '7cb471110565402aa21064786951ab00', 'floating_ip_address': '172.24.4.148', 'floating_network_id': 'bfbf9c15-045f-401e-b79e-fba95e5a0430', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7cb471110565402aa21064786951ab00', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T14:29:43Z', 'updated_at': '2023-04-18T14:29:43Z', 'revision_number': 0, 'ip': '172.24.4.148'} created 2023-04-18 14:29:44,600 79793 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.124s 2023-04-18 14:29:44,600 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:44 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-6096fe48-e7fb-4929-819e-631dd8a64b6a', '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": "6b50d25047934c9fad65b69209730a0e", "name": "tempest-AttachSCSIVolumeTestJSON-484453651-project-member", "password_expires_at": null}, "audit_ids": ["Axrw37z4T1Ksb5LpKDJ-Dw"], "expires_at": "2023-04-18T15:29:44.000000Z", "issued_at": "2023-04-18T14:29:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7cb471110565402aa21064786951ab00", "name": "tempest-AttachSCSIVolumeTestJSON-484453651"}, "is_domain": false, "roles": [{"id": "0385370a4e0841d8b36ccb710ecbbb7f", "name": "reader"}, {"id": "4e14878c038343709e6c1a4b1c9b9b3c", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba3e4f0604614d5cbe532cc36d623cd0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "077962f5889e4dc5b1df7317cb3104c1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d5a2290495040dd9cc776d460990be5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "36bb6b6348e44e578468f7cf12ee6657", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dad492a01e614a8a8914690c07ebad0a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7cb471110565402aa21064786951ab00", "region": "RegionOne"}], "id ": "3fc212b920c3401e85def1124172e916", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "cf3bc891281f458db82d1181bcf74100", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "627889b053b346adb8ce9b1ba8efb774", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "066c5b55b9574d78975bbbb61c530bad", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/7cb471110565402aa21064786951ab00", "region": "RegionOne"}], "id": "abe9a7d894f740b1943da54d0c46ff7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a19a55206f6f49c9916ef45abbdb3141", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "afe69c9d4c0445c18ac07b7dd26c92ee", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b9742eaa6b4c43b48cde80e15563fd79", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7cb471110565402aa21064786951ab00", "region": "RegionOne"}], "id": "b81eaa96c4e5426dab17a1d0acda7740", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0b96ff58903940ffa3fe3bb3c1bebe24", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "bc2f14763262433a9f02c157a34e208f", "type": "network", "name": "neutron"}]}}' 2023-04-18 14:29:44,601 79793 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': '9fccc2aa-a9be-48a0-b60b-f5ecaa90b02f', 'name': 'tempest-AttachSCSIVolumeTestJSON-131754582-network', 'tenant_id': '7cb471110565402aa21064786951ab00', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7cb471110565402aa21064786951ab00', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 9534, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T14:28:49Z', 'updated_at': '2023-04-18T14:28:49Z', 'revision_number': 1} available for tenant 2023-04-18 14:29:44,602 79793 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-998303201', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBP2bHkODKFfnb6J3zSzgra9BqnzYuT4DB5EK+mUJc38K8eFOd6fuhc5SXEx2FAlo1KQZQPcq62Djy4XT7gAVKQymi9nFGrXlwGdElS8oymqTE+1k/4xGT9iP2cEJkYHNSQ==', 'fingerprint': '53:c0:eb:e6:38:e6:96:f9:2a:0f:73:e5:da:c5:9c:6e', 'user_id': '6b50d25047934c9fad65b69209730a0e', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAuyHcmD9cQERRXRksn90eR/ua2YY836BWELW12eaggzhNBQnwUPcAi\njxtkmV3X/3OgBwYFK4EEACKhZANiAAT9mx5DgyhX52+id80s4K2vQap82Lk+AweR\nCvplCXN/CvHhTnen7oXOUlxMdhQJaNSkGUD3Kutg48uF0+4AFSkMpovZxRq15cBn\nRJUvKMpqkxPtZP+MRk/Yj9nBCZGBzUk=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '76da6c6d-8bdf-4cb2-a2dc-d21c59c130f0', 'name': 'tempest-securitygroup--1880025038', 'stateful': True, 'tenant_id': '7cb471110565402aa21064786951ab00', 'description': 'tempest-description--1322643907', 'shared': False, 'security_group_rules': [{'id': 'c3c22e8c-88be-47ef-9795-cba3a5adfbc9', 'tenant_id': '7cb471110565402aa21064786951ab00', 'security_group_id': '76da6c6d-8bdf-4cb2-a2dc-d21c59c130f0', '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': 378, 'description': None, 'tags': [], 'created_at': '2023-04-18T14:29:41Z', 'updated_at': '2023-04-18T14:29:41Z', 'revision_number': 0, 'project_id': '7cb471110565402aa21064786951ab00'}, {'id': 'de49ff58-acb5-477c-969c-aacbd0ee48dc', 'tenant_id': '7cb471110565402aa21064786951ab00', 'security_group_i d': '76da6c6d-8bdf-4cb2-a2dc-d21c59c130f0', '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': 379, 'description': None, 'tags': [], 'created_at': '2023-04-18T14:29:41Z', 'updated_at': '2023-04-18T14:29:41Z', 'revision_number': 0, 'project_id': '7cb471110565402aa21064786951ab00'}], 'tags': [], 'created_at': '2023-04-18T14:29:41Z', 'updated_at': '2023-04-18T14:29:41Z', 'revision_number': 1, 'project_id': '7cb471110565402aa21064786951ab00'}, 'floating_ip': {'id': '24d52538-fbbc-475f-ad88-8de396b90604', 'tenant_id': '7cb471110565402aa21064786951ab00', 'floating_ip_address': '172.24.4.148', 'floating_network_id': 'bfbf9c15-045f-401e-b79e-fba95e5a0430', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7cb471110565402aa21064786951ab00', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T14:29:43Z', 'updated_at': '2023-04-18T14:29:43Z', 'revision_number': 0, 'ip': '172.24.4.148'}} 2023-04-18 14:29:46,692 79793 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.089s 2023-04-18 14:29:46,692 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachSCSIVolumeTestJSON-server-2134284850", "imageRef": "676a92ee-abbd-4bdd-b113-00b8dca91436", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "9fccc2aa-a9be-48a0-b60b-f5ecaa90b02f"}], "security_groups": [{"name": "tempest-securitygroup--1880025038"}], "key_name": "tempest-keypair-998303201", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/51b6bf0a-d424-43fe-b5fd-3a6843bb1672', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a400f82-484c-4581-a0ff-7cd475c4b6cc', 'x-compute-request-id': 'req-9a400f82-484c-4581-a0ff-7cd475c4b6cc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "51b6bf0a-d424-43fe-b5fd-3a6843bb1672", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/51b6bf0a-d424-43fe-b5fd-3a6843bb1672"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/51b6bf0a-d424-43fe-b5fd-3a6843bb1672"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1880025038"}], "adminPass": "7FcTvAzALX3p"}}' 2023-04-18 14:29:47,343 79793 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/51b6bf0a-d424-43fe-b5fd-3a6843bb1672 0.647s 2023-04-18 14:29:47,343 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:46 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-6192142f-9cfe-40ca-bc7a-caf63d09c130', 'x-compute-request-id': 'req-6192142f-9cfe-40ca-bc7a-caf63d09c130', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210 /compute/v2.1/servers/51b6bf0a-d424-43fe-b5fd-3a6843bb1672'} Body: b'{"server": {"id": "51b6bf0a-d424-43fe-b5fd-3a6843bb1672", "name": "tempest-AttachSCSIVolumeTestJSON-server-2134284850", "status": "BUILD", "tenant_id": "7cb471110565402aa21064786951ab00", "user_id": "6b50d25047934c9fad65b69209730a0e", "metadata": {}, "hostId": "", "image": {"id": "676a92ee-abbd-4bdd-b113-00b8dca91436", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/676a92ee-abbd-4bdd-b113-00b8dca91436"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:29:47Z", "updated": "2023-04-18T14:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/51b6bf0a-d424-43fe-b5fd-3a6843bb1672"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/51b6bf0a-d424-43fe-b5fd-3a6843bb1672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-998303201", "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 14:30:37,636 79793 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/51b6bf0a-d424-43fe-b5fd-3a6843bb1672 0.231s 2023-04-18 14:30:37,637 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1549', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-155ce677-e269-448e-8bf0-39b37c88aa72', 'x-compute-request-id': 'req-155ce677-e269-448e-8bf0-39b37c88aa72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/51b6bf0a-d424-43fe-b5fd-3a6843bb1672'} Body: b'{"server": {"id": "51b6bf0a-d424-43fe-b5fd-3a6843bb1672", "name": "tempest-AttachSCSIVolumeTestJSON-server-2134284850", "status": "ACTIVE", "tenant_id": "7cb471110565402aa21064786951ab00", "user_id": "6b50d25047934c9fad65b69209730a0e", "metadata": {}, "hostId": "1a8253e5af63474b101982bed89ca1e1c12e62ddace53ee4ff75a248", "image": {"id": "676a92ee-abbd-4bdd-b113-00b8dca91436", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/676a92ee-abbd-4bdd-b113-00b8dca91436"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:29:46Z", "updated": "2023-04-18T14:29:58Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-131754582-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:31:99"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/51b6bf0a-d424-43fe-b5fd-3a6843bb1672"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/51b6bf0a-d424-43fe-b5fd-3a6843bb1672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-998303201", "OS-SRV-USG:launched_at": "2023-04-18T14:29:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1880025038"}], "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 14:30:37,649 79793 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 14:31:37,866 79793 INFO [tempe st.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/compute/v2.1/servers/51b6bf0a-d424-43fe-b5fd-3a6843bb1672/os-interface 0.157s 2023-04-18 14:31:37,866 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:37 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-cddde92d-8f4c-4785-bbff-3989c30354e3', 'x-compute-request-id': 'req-cddde92d-8f4c-4785-bbff-3989c30354e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/51b6bf0a-d424-43fe-b5fd-3a6843bb1672/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "9fccc2aa-a9be-48a0-b60b-f5ecaa90b02f", "port_id": "9e209b67-100e-4779-abbd-38cfc3b4568a", "mac_addr": "fa:16:3e:ec:31:99", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "712f056d-9e39-4d33-9e57-b5e73366ee37", "ip_address": "10.0.0.13"}]}]}' 2023-04-18 14:31:38,564 79793 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/24d52538-fbbc-475f-ad88-8de396b90604 0.694s 2023-04-18 14:31:38,564 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "9e209b67-100e-4779-abbd-38cfc3b4568a"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-fdd61f2a-ea55-41e4-b385-a8d2bcae0ac1', 'date': 'Tue, 18 Apr 2023 14:31:38 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/24d52538-fbbc-475f-ad88-8de396b90604'} Body: b'{"floatingip": {"id": "24d52538-fbbc-475f-ad88-8de396b90604", "tenant_id": "7cb471110565402aa21064786951ab00", "floating_ip_address": "172.24.4.148", "floating_network_id": "bfbf9c15-045f-401e-b79e-fba95e5a0430", "router_id": "a495a937-c866-4886-aab0-7b9d1e45fc56", "port_id": "9e209b67-100e-4779-abbd-38cfc3b4568a", "fixed_ip_address": "10.0.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "9fccc2aa-a9be-48a0-b60b-f5ecaa90b02f", "mac_address": "fa:16:3e:ec:31:99", "admin_state_up": true, "status": "ACTIVE", "device_id": "51b6bf0a-d424-43fe-b5fd-3a6843bb1672", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T14:29:43Z", "updated_at": "2023-04-18T14:31:38Z", "revision_number": 1, "project_id": "7cb471110565402aa21064786951ab00"}}' 2023-04-18 14:31:38,566 79793 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.148:22' as 'cirros' with public key authentication 2023-04-18 14:31:38,610 79793 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 14:31:38,632 79793 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 14:31:38,633 79793 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.148 successfully created 2023-04-18 14:31:38,918 79793 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 202 POST http://10.0.0.210/volume/v3/7cb471110565402aa21064786951ab00/volumes 0.284s 2023-04-18 14:31:38,918 79793 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-635663501"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:38 GM T', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f782202-2009-4c96-a856-2b399a0e6642', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f782202-2009-4c96-a856-2b399a0e6642', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7cb471110565402aa21064786951ab00/volumes'} Body: b'{"volume": {"id": "89e9adde-3164-4a5b-90b9-8de65edaad9f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:31:38.846059", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-635663501", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7cb471110565402aa21064786951ab00/volumes/89e9adde-3164-4a5b-90b9-8de65edaad9f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7cb471110565402aa21064786951ab00/volumes/89e9adde-3164-4a5b-90b9-8de65edaad9f"}], "user_id": "6b50d25047934c9fad65b69209730a0e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:31:38,971 79793 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/volume/v3/7cb471110565402aa21064786951ab00/volumes/89e9adde-3164-4a5b-90b9-8de65edaad9f 0.043s 2023-04-18 14:31:38,972 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a1788e6-cf1a-490c-aeae-ddabe64cfb24', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a1788e6-cf1a-490c-aeae-ddabe64cfb24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7cb471110565402aa21064786951ab00/volumes/89e9adde-3164-4a5b-90b9-8de65edaad9f'} Body: b'{"volume": {"id": "89e9adde-3164-4a5b-90b9-8de65edaad9f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:31:39.000000", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-635663501", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7cb471110565402aa21064786951ab00/volumes/89e9adde-3164-4a5b-90b9-8de65edaad9f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7cb471110565402aa21064786951ab00/volumes/89e9adde-3164-4a5b-90b9-8de65edaad9f"}], "user_id": "6b50d25047934c9fad65b69209730a0e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7cb471110565402aa21064786951ab00"}}' 2023-04-18 14:31:40,036 79793 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/volume/v3/7cb471110565402aa21064786951ab00/volumes/89e9adde-3164-4a5b-90b9-8de65edaad9f 0.053s 2023-04-18 14:31:40,037 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f5fbff3-03c8-4d7a-a561-22ecba3ffff5', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f5fbff3-03c8-4d7a-a561-22ecba3ffff5', 'connection': 'close', 'status': '200', 'c ontent-location': 'http://10.0.0.210/volume/v3/7cb471110565402aa21064786951ab00/volumes/89e9adde-3164-4a5b-90b9-8de65edaad9f'} Body: b'{"volume": {"id": "89e9adde-3164-4a5b-90b9-8de65edaad9f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:31:39.000000", "updated_at": "2023-04-18T14:31:39.000000", "name": "tempest-AttachSCSIVolumeTestJSON-volume-635663501", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7cb471110565402aa21064786951ab00/volumes/89e9adde-3164-4a5b-90b9-8de65edaad9f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7cb471110565402aa21064786951ab00/volumes/89e9adde-3164-4a5b-90b9-8de65edaad9f"}], "user_id": "6b50d25047934c9fad65b69209730a0e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7cb471110565402aa21064786951ab00"}}' 2023-04-18 14:31:40,182 79793 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/51b6bf0a-d424-43fe-b5fd-3a6843bb1672 0.134s 2023-04-18 14:31:40,182 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:40 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-83728aa0-c7ce-4052-b26e-7e2e95a3d18e', 'x-compute-request-id': 'req-83728aa0-c7ce-4052-b26e-7e2e95a3d18e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/51b6bf0a-d424-43fe-b5fd-3a6843bb1672'} Body: b'' 2023-04-18 14:31:40,582 79793 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/51b6bf0a-d424-43fe-b5fd-3a6843bb1672 0.399s 2023-04-18 14:31:40,582 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1674', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-98ad9454-16ce-45d3-8872-0fcee9c13a2c', 'x-compute-request-id': 'req-98ad9454-16ce-45d3-8872-0fcee9c13a2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/51b6bf0a-d424-43fe-b5fd-3a6843bb1672'} Body: b'{"server": {"id": "51b6bf0a-d424-43fe-b5fd-3a6843bb1672", "name": "tempest-AttachSCSIVolumeTestJSON-server-2134284850", "status": "ACTIVE", "tenant_id": "7cb471110565402aa21064786951ab00", "user_id": "6b50d25047934c9fad65b69209730a0e", "metadata": {}, "hostId": "1a8253e5af63474b101982bed89ca1e1c12e62ddace53ee4ff75a248", "image": {"id": "676a92ee-abbd-4bdd-b113-00b8dca91436", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/676a92ee-abbd-4bdd-b113-00b8dca91436"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:29:46Z", "updated": "2023-04-18T14:31:40Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-131754582-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:31:99"}, {"version": 4, "addr": "172.24.4.148", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:31:99"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self ", "href": "http://10.0.0.210/compute/v2.1/servers/51b6bf0a-d424-43fe-b5fd-3a6843bb1672"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/51b6bf0a-d424-43fe-b5fd-3a6843bb1672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-998303201", "OS-SRV-USG:launched_at": "2023-04-18T14:29:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1880025038"}], "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 14:32:30,674 79793 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/51b6bf0a-d424-43fe-b5fd-3a6843bb1672 0.033s 2023-04-18 14:32:30,674 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:30 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-4f62a9a7-17ae-488b-8d1c-cc0e6b72622a', 'x-compute-request-id': 'req-4f62a9a7-17ae-488b-8d1c-cc0e6b72622a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/51b6bf0a-d424-43fe-b5fd-3a6843bb1672'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 51b6bf0a-d424-43fe-b5fd-3a6843bb1672 could not be found."}}' 2023-04-18 14:32:30,699 79793 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-998303201 0.024s 2023-04-18 14:32:30,699 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:30 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-bb69e757-cb0d-41d0-968d-fa58bee4e749', 'x-compute-request-id': 'req-bb69e757-cb0d-41d0-968d-fa58bee4e749', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-998303201'} Body: b'' 2023-04-18 14:32:30,849 79793 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/76da6c6d-8bdf-4cb2-a2dc-d21c59c130f0 0.149s 2023-04-18 14:32:30,849 79793 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-d9d16852-a08a-4b55-800d-8da6ee0b2ea3', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 14:32:30 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/76da6c6d-8bdf-4cb2-a2dc-d21c59c130f0'} Body: b'' 2023-04-18 14:32:30,866 79793 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/76da6c6d-8bdf-4cb2-a2dc-d21c59c130f0 0.016s 2023-04-18 14:32:30,866 79793 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-opens tack-request-id': 'req-af9ca074-1684-46c6-8580-46f34fe265f9', 'date': 'Tue, 18 Apr 2023 14:32:30 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/76da6c6d-8bdf-4cb2-a2dc-d21c59c130f0'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 76da6c6d-8bdf-4cb2-a2dc-d21c59c130f0 does not exist", "detail": ""}}' 2023-04-18 14:32:31,326 79793 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/24d52538-fbbc-475f-ad88-8de396b90604 0.459s 2023-04-18 14:32:31,327 79793 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-79d654b3-e98a-4385-996d-9f229461ce56', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 14:32:31 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/24d52538-fbbc-475f-ad88-8de396b90604'} Body: b'' 2023-04-18 14:32:31,473 79793 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/676a92ee-abbd-4bdd-b113-00b8dca91436 0.146s 2023-04-18 14:32:31,474 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-b4ffafcd-3141-41b0-aa1e-d90e65d5ee34', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/676a92ee-abbd-4bdd-b113-00b8dca91436'} Body: b'' 2023-04-18 14:32:31,490 79793 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/image/v2/images/676a92ee-abbd-4bdd-b113-00b8dca91436 0.015s 2023-04-18 14:32:31,490 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-bbcb5835-c007-4cc4-9477-ef1f6df33e71', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/image/v2/images/676a92ee-abbd-4bdd-b113-00b8dca91436'} Body: b'{"message": "No image found with ID 676a92ee-abbd-4bdd-b113-00b8dca91436

\\n\\n\\n", "code": "404 Not Found", "title": "Not Found"}' {7} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume [163.417648s] ... 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 f35e26bb-0289-4b7c-8828-c01d3cf98306 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:30:04,854 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.105s 2023-04-18 14:30:04,854 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:04 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-eca94e16-14ee-41c1-8ee3-943580eac5ae', '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": "b2a910fffabb433b9378b8a3e487bbd4", "name": "tempest-VolumesActionsTest-1056057753-project-member", "password_expires_at": null}, "audit_ids": ["L81MGCGWTReRk0Jmzhx9AQ"], "expires_at": "2023-04-18T15:30:04.000000Z", "issued_at": "2023-04-18T14:30:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d819b77200604437b32f3f6037b31b93", "name": "tempest-VolumesActionsTest-1056057753"}, "is_domain": false, "roles": [{"id": "0385370a4e0841d8b36ccb710ecbbb7f", "name": "reader"}, {"id": "4e14878c038343709e6c1a4b1c9b9b3c", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba3e4f0604614d5cbe532cc36d623cd0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "077962f5889e4dc5b1df7317cb3104c1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d5a2290495040dd9cc776d460990be5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "36bb6b6348e44e578468f7cf12ee6657", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dad492a01e614a8a8914690c07ebad0a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93", "region": "RegionOne"}], "id": "3fc212b920c3401e85def1124172e916", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "cf3bc891281f458db82d1181bcf74100", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "627889b053b346adb8ce9b1ba8efb774", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "066c5b55b9574d78975bbbb61c530bad", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/d819b77200604437b32f3f6037b31b93", "region": "RegionOne"}], "id": "abe9a7d894f740b1943da54d0c46ff7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a19a55206f6f49c9916ef45abbdb3141", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "afe69c9d4c0445c18ac07b7dd26c92ee", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b9742eaa6b4c43b48cde80e15563fd79", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93", "region": "RegionOne"}], "id": "b81eaa96c4e5426dab17a1d0acda7740", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0b96ff58903940ffa3fe3bb3c1bebe24", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "bc2f14763262433a9f02c157a34e208f", "type": "network", "name": "neutron"}]}}' 2023-04-18 14:30:04,855 79801 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': '16d9d915-1511-40be-b89a-45839db8d12c', 'name': 'tempest-VolumesActionsTest-1597592057-network', 'tenant_id': 'd819b77200604437b32f3f6037b31b93', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd819b77200604437b32f3f6037b31b93', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 4269, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T14:30:00Z', 'updated_at': '2023-04-18T14:30:00Z', 'revision_number': 1} available for tenant 2023-04-18 14:30:05,633 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.777s 2023-04-18 14:30:05,633 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-1089634820", "imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "flavorRef": "42", "networks": [{"uuid": "16d9d915-1511-40be-b89a-45839db8d12c"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/0942f138-80f9-44d8-acc5-56e60098b8e9', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-29ecd645-2e1f-4573-b9d0-3d8707812c90', 'x-compute-request-id': 'req-29ecd645-2e1f-4573-b9d0-3d8707812c90', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "0942f138-80f9-44d8-acc5-56e60098b8e9", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0942f138-80f9-44d8-acc5-56e60098b8e9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0942f138-80f9-44d8-acc5-56e60098b8e9"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "K4pqCu4zJTfi"}}' 2023-04-18 14:30:05,706 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/0942f138-80f9-44d8-acc5-56e60098b8e9 0.070s 2023-04-18 14:30:05,706 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:05 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-c4c78d60-bd03-4782-80a4-a58721389dc5', 'x-compute-request-id': 'req-c4c78d60-bd03-4782-80a4-a58721389dc5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0942f138-80f9-44d8-acc5-56e60098b8e9'} Body: b'{"server": {"id": "0942f138-80f9-44d8-acc5-56e60098b8e9", "name": "tempest-VolumesActionsTest-instance-1089634820", "status": "BUILD", "tenant_id": "d819b77200604437b32f3f6037b31b93", "user_id": "b2a910fffabb433b9378b8a3e487bbd4", "metadata": {}, "hostId": "", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:30:06Z", "updated": "2023-04-18T14:30:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0942f138-80f9-44d8-acc5-56e60098b8e9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0942f138-80f9-44d8-acc5-56e60098b8e9"}], "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 14:30:56,071 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/0942f138-80f9-44d8-acc5-56e60098b8e9 0.301s 2023-04-18 14:30:56,071 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1486', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c38e5d2f-4918-4c26-855a-7eb1bcf8e8fa', 'x-compute-request-id': 'req-c38e5d2f-4918-4c26-855a-7eb1bcf8e8fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0942f138-80f9-44d8-acc5-56e60098b8e9'} Body: b'{"server": {"id": "0942f138-80f9-44d8-acc5-56e60098b8e9", "name": "tempest-VolumesActionsTest-instance-1089634820", "status": "ACTIVE", "tenant_id": "d819b77200604437b32f3f6037b31b93", "user_id": "b2a910fffabb433b9378b8a3e487bbd4", "metadata": {}, "hostId": "ccfc573eb7551ef4b0b93f0b7a7cbb61acfd6dd2511960daf081423b", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:30:05Z", "updated": "2023-04-18T14:30:14Z", "addresses": {"tempest-VolumesActionsTest-1597592057-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:55:42:c9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0942f138-80f9-44d8-acc5-56e60098b8e9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0942f138-80f9-44d8-acc5-56e60098b8e9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T14:30:14.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 14:30:56,085 79801 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-18 14:31:56,350 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes 0.227s 2023-04-18 14:31:56,350 79801 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-1604880062"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1eb6308d-13a9-4a98-a168-336e52bfe59a', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1eb6308d-13a9-4a98-a168-336e52bfe59a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes'} Body: b'{"volume": {"id": "f35e26bb-0289-4b7c-8828-c01d3cf98306", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:31:56.286153", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1604880062", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, " source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/f35e26bb-0289-4b7c-8828-c01d3cf98306"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d819b77200604437b32f3f6037b31b93/volumes/f35e26bb-0289-4b7c-8828-c01d3cf98306"}], "user_id": "b2a910fffabb433b9378b8a3e487bbd4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:31:56,399 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/f35e26bb-0289-4b7c-8828-c01d3cf98306 0.039s 2023-04-18 14:31:56,399 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e0e4b6c-dc43-401b-a428-a2092e190506', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e0e4b6c-dc43-401b-a428-a2092e190506', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/f35e26bb-0289-4b7c-8828-c01d3cf98306'} Body: b'{"volume": {"id": "f35e26bb-0289-4b7c-8828-c01d3cf98306", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:31:56.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1604880062", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/f35e26bb-0289-4b7c-8828-c01d3cf98306"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d819b77200604437b32f3f6037b31b93/volumes/f35e26bb-0289-4b7c-8828-c01d3cf98306"}], "user_id": "b2a910fffabb433b9378b8a3e487bbd4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d819b77200604437b32f3f6037b31b93"}}' 2023-04-18 14:31:57,457 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/f35e26bb-0289-4b7c-8828-c01d3cf98306 0.046s 2023-04-18 14:31:57,457 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dce88502-e8f4-4c16-8e6c-e1d184735913', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dce88502-e8f4-4c16-8e6c-e1d184735913', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/f35e26bb-0289-4b7c-8828-c01d3cf98306'} Body: b'{"volume": {"id": "f35e26bb-0289-4b7c-8828-c01d3cf98306", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:31:56.000000", "updated_at": "2023-04-18T14:31:56.000000", "name": "tempest-VolumesActionsTest-Volume-1604880062", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/f35e26bb-0289-4b7c-8828-c01d3cf98306"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d819b77200604437b32f3f6037b31b93/volumes/f35e26bb-0289-4b7c-8828-c01d3cf98306"}], "user_id": "b2a910fffabb433b93 78b8a3e487bbd4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d819b77200604437b32f3f6037b31b93"}}' 2023-04-18 14:31:57,507 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/f35e26bb-0289-4b7c-8828-c01d3cf98306 0.038s 2023-04-18 14:31:57,508 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37839c5e-bec9-4101-9c06-8fcfbe6d1b93', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37839c5e-bec9-4101-9c06-8fcfbe6d1b93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/f35e26bb-0289-4b7c-8828-c01d3cf98306'} Body: b'{"volume": {"id": "f35e26bb-0289-4b7c-8828-c01d3cf98306", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:31:56.000000", "updated_at": "2023-04-18T14:31:56.000000", "name": "tempest-VolumesActionsTest-Volume-1604880062", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/f35e26bb-0289-4b7c-8828-c01d3cf98306"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d819b77200604437b32f3f6037b31b93/volumes/f35e26bb-0289-4b7c-8828-c01d3cf98306"}], "user_id": "b2a910fffabb433b9378b8a3e487bbd4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d819b77200604437b32f3f6037b31b93"}}' 2023-04-18 14:31:57,620 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/f35e26bb-0289-4b7c-8828-c01d3cf98306 0.101s 2023-04-18 14:31:57,620 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:57 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-eeedcda7-add7-4a37-b62c-30eb79291b42', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/f35e26bb-0289-4b7c-8828-c01d3cf98306'} Body: b'' 2023-04-18 14:31:57,646 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/f35e26bb-0289-4b7c-8828-c01d3cf98306 0.025s 2023-04-18 14:31:57,646 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:57 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-611d4ebd-dc76-4299-932d-760a4526a527', 'x-openstack-request-id': 'req-611d4ebd-dc76-4299-932d-760a4526a527', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/f35e26bb-0289-4b7c-8828-c01d3cf98306'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f35e26bb-0289-4b7c-8828-c01d3cf98306 could not be found."}}' 2023-04-18 14:31:57,787 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/0942f138-80f9-44d8-acc5-56e60098b8e9 0.139s 2023-04-18 14:31:57,787 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:57 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-a96e3ea4-74f6-4f19-937e-cd57297ce574', 'x-compute-request-id': 'req-a96e3ea4-74f6-4f19-937e-cd57297ce574', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0942f138-80f9-44d8-acc5-56e60098b8e9'} Body: b'' 2023-04-18 14:31:58,046 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/0942f138-80f9-44d8-acc5-56e60098b8e9 0.258s 2023-04-18 14:31:58,046 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1492', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49b54e1e-1294-4194-b8c9-cd13ebffbfa5', 'x-compute-request-id': 'req-49b54e1e-1294-4194-b8c9-cd13ebffbfa5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0942f138-80f9-44d8-acc5-56e60098b8e9'} Body: b'{"server": {"id": "0942f138-80f9-44d8-acc5-56e60098b8e9", "name": "tempest-VolumesActionsTest-instance-1089634820", "status": "ACTIVE", "tenant_id": "d819b77200604437b32f3f6037b31b93", "user_id": "b2a910fffabb433b9378b8a3e487bbd4", "metadata": {}, "hostId": "ccfc573eb7551ef4b0b93f0b7a7cbb61acfd6dd2511960daf081423b", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:30:05Z", "updated": "2023-04-18T14:31:58Z", "addresses": {"tempest-VolumesActionsTest-1597592057-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:55:42:c9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0942f138-80f9-44d8-acc5-56e60098b8e9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0942f138-80f9-44d8-acc5-56e60098b8e9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T14:30:14.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 14:32:48,159 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/0942f138-80f9-44d8-acc5-56e60098b8e9 0.050s 2023-04-18 14:32:48,160 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:48 GMT', 'server': 'Apache/2.4.52 (Ub untu)', '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-cce0f036-24b4-40c0-badb-52cb18395b4a', 'x-compute-request-id': 'req-cce0f036-24b4-40c0-badb-52cb18395b4a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0942f138-80f9-44d8-acc5-56e60098b8e9'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 0942f138-80f9-44d8-acc5-56e60098b8e9 could not be found."}}' {7} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching [1.484837s] ... 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 18bc7aa8-ed81-4348-9abd-288177713506 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:32:48,358 79801 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/d819b77200604437b32f3f6037b31b93/volumes 0.194s 2023-04-18 14:32:48,358 79801 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-818248231"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b6ffb56-42d6-4de0-801c-1a5fc951958a', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b6ffb56-42d6-4de0-801c-1a5fc951958a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes'} Body: b'{"volume": {"id": "18bc7aa8-ed81-4348-9abd-288177713506", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:32:48.292639", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-818248231", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/18bc7aa8-ed81-4348-9abd-288177713506"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d819b77200604437b32f3f6037b31b93/volumes/18bc7aa8-ed81-4348-9abd-288177713506"}], "user_id": "b2a910fffabb433b9378b8a3e487bbd4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:32:48,410 79801 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/d819b77200604437b32f3f6037b31b93/volumes/18bc7aa8-ed81-4348-9abd-288177713506 0.042s 2023-04-18 14:32:48,410 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf0a4ac8-62a1-4aa1-848e-0a6ce216287f', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf0a4ac8-62a1-4aa1-848e-0a6ce216287f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/18bc7aa8-ed81-4348-9abd-288177713506'} Body: b'{"volume": {"id": "18bc7aa8-ed81-4348-9abd-288177713506", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:32:48.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-818248231", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/18bc7aa8-ed81-4348-9abd-288177713506"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d819b77200604437b32f3f6037b31b93/volumes/18bc7aa8-ed81-4348-9abd-288177713506"}], "user_id": "b2a910fffabb433b9378b8a3e487bbd4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d819b77200604437b32f3f6037b31b93"}}' 2023-04-18 14:32:49,458 79801 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/d819b77200604437b32f3f6037b31b93/volumes/18bc7aa8-ed81-4348-9abd-288177713506 0.037s 2023-04-18 14:32:49,459 79801 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 14:32:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abf4bc42-74e0-4aac-8506-b94c9af67c0e', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abf4bc42-74e0-4aac-8506-b94c9af67c0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/18bc7aa8-ed81-4348-9abd-288177713506'} Body: b'{"volume": {"id": "18bc7aa8-ed81-4348-9abd-288177713506", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:32:48.000000", "updated_at": "2023-04-18T14:32:48.000000", "name": "tempest-VolumesActionsTest-Volume-818248231", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/18bc7aa8-ed81-4348-9abd-288177713506"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d819b77200604437b32f3f6037b31b93/volumes/18bc7aa8-ed81-4348-9abd-288177713506"}], "user_id": "b2a910fffabb433b9378b8a3e487bbd4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d819b77200604437b32f3f6037b31b93"}}' 2023-04-18 14:32:49,514 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/18bc7aa8-ed81-4348-9abd-288177713506 0.045s 2023-04-18 14:32:49,515 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-709b50d4-40f1-4dd6-a8ee-dcce4024b1c8', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-709b50d4-40f1-4dd6-a8ee-dcce4024b1c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/18bc7aa8-ed81-4348-9abd-288177713506'} Body: b'{"volume": {"id": "18bc7aa8-ed81-4348-9abd-288177713506", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:32:48.000000", "updated_at": "2023-04-18T14:32:48.000000", "name": "tempest-VolumesActionsTest-Volume-818248231", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/18bc7aa8-ed81-4348-9abd-288177713506"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d819b77200604437b32f3f6037b31b93/volumes/18bc7aa8-ed81-4348-9abd-288177713506"}], "user_id": "b2a910fffabb433b9378b8a3e487bbd4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d819b77200604437b32f3f6037b31b93"}}' 2023-04-18 14:32:49,626 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/18bc7aa8-ed81-4348-9abd-288177713506 0.101s 2023-04-18 14:32:49,627 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:49 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-dc636b48-ddb2-4e6d-8c15-24c7c2d6e37b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/18bc7aa8-ed81-4348-9abd-288177713506'} Body: b'' 2023-04-18 14:32:49,647 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/18bc7aa8-ed81-4348-9abd-288177713506 0.020s 2023-04-18 14:32:49,648 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:49 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-e40bb314-04d9-4340-820f-db52b82413ed', 'x-openstack-request-id': 'req-e40bb314-04d9-4340-820f-db52b82413ed', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/18bc7aa8-ed81-4348-9abd-288177713506'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 18bc7aa8-ed81-4348-9abd-288177713506 could not be found."}}' {7} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating [1.631255s] ... 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 a9de6dc2-12c5-4c4a-b155-7110b2d3fb29 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:32:49,911 79801 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/d819b77200604437b32f3f6037b31b93/volumes 0.261s 2023-04-18 14:32:49,912 79801 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-363536007"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b47946e-3c1c-408b-b2e1-639415b62cb3', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b47946e-3c1c-408b-b2e1-639415b62cb3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes'} Body: b'{"volume": {"id": "a9de6dc2-12c5-4c4a-b155-7110b2d3fb29", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:32:49.825744", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-363536007", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/a9de6dc2-12c5-4c4a-b155-7110b2d3fb29"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d819b77200604437b32f3f6037b31b93/volumes/a9de6dc2-12c5-4c4a-b155-7110b2d3fb29"}], "user_id": "b2a910fffabb433b9378b8a3e487bbd4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:32:49,977 79801 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/d819b77200604437b32f3f6037b31b93/volumes/a9de6dc2-12c5-4c4a-b155-7110b2d3fb29 0.046s 2023-04-18 14:32:49,977 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c02e9371-eccb-434e-8833-5bd5a0a383b5', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c02e9371-eccb-434e-8833-5bd5a0a383b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/a9de6dc2-12c5-4c4a-b155-7110b2d3fb29'} Body: b'{"volume": {"id": "a9de6dc2-12c5-4c4a-b155-7110b2d3fb29", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:32:50.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-363536007", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/a9de6dc2-12c5-4c4a-b155-7110b2d3fb29"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d819b77200604437b32f3f6037b31b93/volumes/a9de6dc2-12c5-4c4a-b155-7110b2d3fb29"}], "user_id": "b2a910fffabb433b9378b8a3e487bbd4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d819b77200604437b32f3f6037b31b93"}}' 2023-04-18 14:32:51,053 79801 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/d819b77200604437b32f3f6037b31b93/volumes/a9de6dc2-12c5-4c4a-b155-7110b2d3fb29 0.062s 2023-04-18 14:32:51,053 79801 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 14:32:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b481b3ec-875a-4a90-bffa-195c244735ae', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b481b3ec-875a-4a90-bffa-195c244735ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/a9de6dc2-12c5-4c4a-b155-7110b2d3fb29'} Body: b'{"volume": {"id": "a9de6dc2-12c5-4c4a-b155-7110b2d3fb29", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:32:50.000000", "updated_at": "2023-04-18T14:32:50.000000", "name": "tempest-VolumesActionsTest-Volume-363536007", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/a9de6dc2-12c5-4c4a-b155-7110b2d3fb29"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d819b77200604437b32f3f6037b31b93/volumes/a9de6dc2-12c5-4c4a-b155-7110b2d3fb29"}], "user_id": "b2a910fffabb433b9378b8a3e487bbd4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d819b77200604437b32f3f6037b31b93"}}' 2023-04-18 14:32:51,126 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/a9de6dc2-12c5-4c4a-b155-7110b2d3fb29 0.062s 2023-04-18 14:32:51,126 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96a591f1-1377-4c40-a5b7-ce7d98dd63a9', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96a591f1-1377-4c40-a5b7-ce7d98dd63a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/a9de6dc2-12c5-4c4a-b155-7110b2d3fb29'} Body: b'{"volume": {"id": "a9de6dc2-12c5-4c4a-b155-7110b2d3fb29", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:32:50.000000", "updated_at": "2023-04-18T14:32:50.000000", "name": "tempest-VolumesActionsTest-Volume-363536007", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/a9de6dc2-12c5-4c4a-b155-7110b2d3fb29"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d819b77200604437b32f3f6037b31b93/volumes/a9de6dc2-12c5-4c4a-b155-7110b2d3fb29"}], "user_id": "b2a910fffabb433b9378b8a3e487bbd4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d819b77200604437b32f3f6037b31b93"}}' 2023-04-18 14:32:51,259 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/a9de6dc2-12c5-4c4a-b155-7110b2d3fb29 0.122s 2023-04-18 14:32:51,259 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:51 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-89213784-15cd-42d6-ac41-08b7c74e6c5b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/a9de6dc2-12c5-4c4a-b155-7110b2d3fb29'} Body: b'' 2023-04-18 14:32:51,280 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/a9de6dc2-12c5-4c4a-b155-7110b2d3fb29 0.021s 2023-04-18 14:32:51,281 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32: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-111e7ff7-944d-40d0-afdc-13e400ad551a', 'x-openstack-request-id': 'req-111e7ff7-944d-40d0-afdc-13e400ad551a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/a9de6dc2-12c5-4c4a-b155-7110b2d3fb29'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a9de6dc2-12c5-4c4a-b155-7110b2d3fb29 could not be found."}}' {7} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error [1.724733s] ... 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 4282e8ed-1e4d-4b60-8dca-9b0032f1d843 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:32:51,500 79801 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/d819b77200604437b32f3f6037b31b93/volumes 0.217s 2023-04-18 14:32:51,500 79801 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-2002171226"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd88f63d-01cd-485a-8fb4-d5698302f6e7', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd88f63d-01cd-485a-8fb4-d5698302f6e7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes'} Body: b'{"volume": {"id": "4282e8ed-1e4d-4b60-8dca-9b0032f1d843", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:32:51.436506", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-2002171226", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/4282e8ed-1e4d-4b60-8dca-9b0032f1d843"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d819b77200604437b32f3f6037b31b93/volumes/4282e8ed-1e4d-4b60-8dca-9b0032f1d843"}], "user_id": "b2a910fffabb433b9378b8a3e487bbd4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:32:51,624 79801 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/d819b77200604437b32f3f6037b31b93/volumes/4282e8ed-1e4d-4b60-8dca-9b0032f1d843 0.114s 2023-04-18 14:32:51,624 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64074f02-f17f-4f2a-ab45-5f4446c62c6c', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64074f02-f17f-4f2a-ab45-5f4446c62c6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/4282e8ed-1e4d-4b60-8dca-9b0032f1d843'} Body: b'{"volume": {"id": "4282e8ed-1e4d-4b60-8dca-9b0032f1d843", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:32:51.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-2002171226", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/4282e8ed-1e4d-4b60-8dca-9b0032f1d843"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d819b77200604437b32f3f6037b31b93/volumes/4282e8ed-1e4d-4b60-8dca-9b0032f1d843"}], "user_id": "b2a910fffabb433b9378b8a3e487bbd4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d819b77200604437b32f3f6037b31b93"}}' 2023-04-18 14:32:52,680 79801 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/d819b77200604437b32f3f6037b31b93/volumes/4282e8ed-1e4d-4b60-8dca-9b0032f1d843 0.044s 2023-04-18 14:32:52,680 79801 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 14:32:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0153d51d-def8-4178-a01a-2ee64de838a9', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0153d51d-def8-4178-a01a-2ee64de838a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/4282e8ed-1e4d-4b60-8dca-9b0032f1d843'} Body: b'{"volume": {"id": "4282e8ed-1e4d-4b60-8dca-9b0032f1d843", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:32:51.000000", "updated_at": "2023-04-18T14:32:52.000000", "name": "tempest-VolumesActionsTest-Volume-2002171226", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/4282e8ed-1e4d-4b60-8dca-9b0032f1d843"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d819b77200604437b32f3f6037b31b93/volumes/4282e8ed-1e4d-4b60-8dca-9b0032f1d843"}], "user_id": "b2a910fffabb433b9378b8a3e487bbd4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d819b77200604437b32f3f6037b31b93"}}' 2023-04-18 14:32:52,729 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/4282e8ed-1e4d-4b60-8dca-9b0032f1d843 0.038s 2023-04-18 14:32:52,729 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-220df99d-d5bd-42a3-94e5-dab0a5f74dcc', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-220df99d-d5bd-42a3-94e5-dab0a5f74dcc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/4282e8ed-1e4d-4b60-8dca-9b0032f1d843'} Body: b'{"volume": {"id": "4282e8ed-1e4d-4b60-8dca-9b0032f1d843", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:32:51.000000", "updated_at": "2023-04-18T14:32:52.000000", "name": "tempest-VolumesActionsTest-Volume-2002171226", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/4282e8ed-1e4d-4b60-8dca-9b0032f1d843"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d819b77200604437b32f3f6037b31b93/volumes/4282e8ed-1e4d-4b60-8dca-9b0032f1d843"}], "user_id": "b2a910fffabb433b9378b8a3e487bbd4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d819b77200604437b32f3f6037b31b93"}}' 2023-04-18 14:32:52,984 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/4282e8ed-1e4d-4b60-8dca-9b0032f1d843 0.244s 2023-04-18 14:32:52,984 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32: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-2e3d7993-b0ac-49f2-888d-dc9767dce2b5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/4282e8ed-1e4d-4b60-8dca-9b0032f1d843'} Body: b'' 2023-04-18 14:32:53,007 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/4282e8ed-1e4d-4b60-8dca-9b0032f1d843 0.021s 2023-04-18 14:32:53,007 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32: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-ee863178-e8ba-42b5-81df-9191f9ac80b9', 'x-openstack-request-id': 'req-ee863178-e8ba-42b5-81df-9191f9ac80b9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/4282e8ed-1e4d-4b60-8dca-9b0032f1d843'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4282e8ed-1e4d-4b60-8dca-9b0032f1d843 could not be found."}}' {7} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance [1.515777s] ... 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 06c784cc-074b-4fb4-9460-ae23d9c85113 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:32:53,225 79801 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/d819b77200604437b32f3f6037b31b93/volumes 0.216s 2023-04-18 14:32:53,226 79801 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-157799878"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91436b26-5ae2-4940-9ddd-72eeea50be57', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91436b26-5ae2-4940-9ddd-72eeea50be57', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes'} Body: b'{"volume": {"id": "06c784cc-074b-4fb4-9460-ae23d9c85113", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:32:53.168350", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-157799878", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/06c784cc-074b-4fb4-9460-ae23d9c85113"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d819b77200604437b32f3f6037b31b93/volumes/06c784cc-074b-4fb4-9460-ae23d9c85113"}], "user_id": "b2a910fffabb433b9378b8a3e487bbd4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:32:53,285 79801 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/d819b77200604437b32f3f6037b31b93/volumes/06c784cc-074b-4fb4-9460-ae23d9c85113 0.041s 2023-04-18 14:32:53,286 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34d379dd-1d72-4b64-aabe-1bbc16f064db', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34d379dd-1d72-4b64-aabe-1bbc16f064db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/06c784cc-074b-4fb4-9460-ae23d9c85113'} Body: b'{"volume": {"id": "06c784cc-074b-4fb4-9460-ae23d9c85113", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:32:53.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-157799878", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/06c784cc-074b-4fb4-9460-ae23d9c85113"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d819b77200604437b32f3f6037b31b93/volumes/06c784cc-074b-4fb4-9460-ae23d9c85113"}], "user_id": "b2a910fffabb433b9378b8a3e487bbd4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d819b77200604437b32f3f6037b31b93"}}' 2023-04-18 14:32:54,342 79801 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/d819b77200604437b32f3f6037b31b93/volumes/06c784cc-074b-4fb4-9460-ae23d9c85113 0.045s 2023-04-18 14:32:54,343 79801 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2cbac6e-5158-4136-b3b5-48499496c301', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2cbac6e-5158-4136-b3b5-48499496c301', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/06c784cc-074b-4fb4-9460-ae23d9c85113'} Body: b'{"volume": {"id": "06c784cc-074b-4fb4-9460-ae23d9c85113", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:32:53.000000", "updated_at": "2023-04-18T14:32:53.000000", "name": "tempest-VolumesActionsTest-Volume-157799878", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/06c784cc-074b-4fb4-9460-ae23d9c85113"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d819b77200604437b32f3f6037b31b93/volumes/06c784cc-074b-4fb4-9460-ae23d9c85113"}], "user_id": "b2a910fffabb433b9378b8a3e487bbd4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d819b77200604437b32f3f6037b31b93"}}' 2023-04-18 14:32:54,395 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/06c784cc-074b-4fb4-9460-ae23d9c85113 0.040s 2023-04-18 14:32:54,395 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78aa691a-4efe-4148-8909-b5fa17257b7f', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78aa691a-4efe-4148-8909-b5fa17257b7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/06c784cc-074b-4fb4-9460-ae23d9c85113'} Body: b'{"volume": {"id": "06c784cc-074b-4fb4-9460-ae23d9c85113", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:32:53.000000", "updated_at": "2023-04-18T14:32:53.000000", "name": "tempest-VolumesActionsTest-Volume-157799878", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/06c784cc-074b-4fb4-9460-ae23d9c85113"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d819b77200604437b32f3f6037b31b93/volumes/06c784cc-074b-4fb4-9460-ae23d9c85113"}], "user_id": "b2a910fffabb433b9378b8a3e487bbd4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d819b77200604437b32f3f6037b31b93"}}' 2023-04-18 14:32:54,498 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/06c784cc-074b-4fb4-9460-ae23d9c85113 0.092s 2023-04-18 14:32:54,498 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-le ngth': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fbf63cb-6e0b-4977-ba89-33a4796595dc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/06c784cc-074b-4fb4-9460-ae23d9c85113'} Body: b'' 2023-04-18 14:32:54,524 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/06c784cc-074b-4fb4-9460-ae23d9c85113 0.025s 2023-04-18 14:32:54,524 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:54 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-2338d90b-059f-41bd-aade-d6da5b6428fe', 'x-openstack-request-id': 'req-2338d90b-059f-41bd-aade-d6da5b6428fe', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/06c784cc-074b-4fb4-9460-ae23d9c85113'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 06c784cc-074b-4fb4-9460-ae23d9c85113 could not be found."}}' {7} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status [1.499991s] ... 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 3fcb1b99-2362-4693-ae3e-16251028c241 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:32:54,721 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 202 POST http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes 0.194s 2023-04-18 14:32:54,721 79801 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-34709477"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de9fdbe8-0f17-4f74-8199-d8a4838afcad', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de9fdbe8-0f17-4f74-8199-d8a4838afcad', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes'} Body: b'{"volume": {"id": "3fcb1b99-2362-4693-ae3e-16251028c241", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:32:54.652351", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-34709477", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/3fcb1b99-2362-4693-ae3e-16251028c241"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d819b77200604437b32f3f6037b31b93/volumes/3fcb1b99-2362-4693-ae3e-16251028c241"}], "user_id": "b2a910fffabb433b9378b8a3e487bbd4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:32:54,774 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/3fcb1b99-2362-4693-ae3e-16251028c241 0.043s 2023-04-18 14:32:54,775 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9967986c-91e5-436e-8ce6-fb4ff09fd2f0', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9967986c-91e5-436e-8ce6-fb4ff09fd2f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/3fcb1b99-2362-4693-ae3e-16251028c241'} Body: b'{"volume": {"id": "3fcb1b99-2362-4693-ae3e-16251028c241", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:32:55.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-34709477", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/3fcb1b99-2362-4693-ae3e-16251028c241"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d819b77200604437b32f3f6037b31b93/volumes/3fcb1b99-2362-4693-ae3e-16251028c241"}], "user_id": "b2a910fffabb433b9378b8a3e487bbd4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d819b77200604437b32f3f6037b31b93"}}' 2023-04-18 14:32:55,828 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/3fcb1b99-2362-4693-ae3e-16251028c241 0.041s 2023-04-18 14:32:55,828 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/jso n', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c990418f-3427-42af-b08e-5ef5e824ed49', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c990418f-3427-42af-b08e-5ef5e824ed49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/3fcb1b99-2362-4693-ae3e-16251028c241'} Body: b'{"volume": {"id": "3fcb1b99-2362-4693-ae3e-16251028c241", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:32:55.000000", "updated_at": "2023-04-18T14:32:55.000000", "name": "tempest-VolumesActionsTest-Volume-34709477", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/3fcb1b99-2362-4693-ae3e-16251028c241"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d819b77200604437b32f3f6037b31b93/volumes/3fcb1b99-2362-4693-ae3e-16251028c241"}], "user_id": "b2a910fffabb433b9378b8a3e487bbd4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d819b77200604437b32f3f6037b31b93"}}' 2023-04-18 14:32:55,881 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/3fcb1b99-2362-4693-ae3e-16251028c241 0.042s 2023-04-18 14:32:55,881 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f8cac02-151f-486c-93c9-12084eb90138', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f8cac02-151f-486c-93c9-12084eb90138', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/3fcb1b99-2362-4693-ae3e-16251028c241'} Body: b'{"volume": {"id": "3fcb1b99-2362-4693-ae3e-16251028c241", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:32:55.000000", "updated_at": "2023-04-18T14:32:55.000000", "name": "tempest-VolumesActionsTest-Volume-34709477", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/3fcb1b99-2362-4693-ae3e-16251028c241"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d819b77200604437b32f3f6037b31b93/volumes/3fcb1b99-2362-4693-ae3e-16251028c241"}], "user_id": "b2a910fffabb433b9378b8a3e487bbd4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d819b77200604437b32f3f6037b31b93"}}' 2023-04-18 14:32:55,999 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/3fcb1b99-2362-4693-ae3e-16251028c241 0.107s 2023-04-18 14:32:56,000 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volu me 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a74834c-9de1-44b1-89c1-85669b002f10', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/3fcb1b99-2362-4693-ae3e-16251028c241'} Body: b'' 2023-04-18 14:32:56,025 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/3fcb1b99-2362-4693-ae3e-16251028c241 0.025s 2023-04-18 14:32:56,026 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:56 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-9424eab3-9010-4e01-b87e-a407a1584c3f', 'x-openstack-request-id': 'req-9424eab3-9010-4e01-b87e-a407a1584c3f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/3fcb1b99-2362-4693-ae3e-16251028c241'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3fcb1b99-2362-4693-ae3e-16251028c241 could not be found."}}' {3} tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment [4.953955s] ... 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 d19e5d47-6909-4a15-9b5b-e020ac5f126d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:32:54,031 79793 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 1.084s 2023-04-18 14:32:54,032 79793 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-1338075289"}} Response - Headers: {'content-type': 'application/json', 'content-length': '583', 'x-openstack-request-id': 'req-42c9e10f-ae61-40ae-b26f-399feee105e7', 'date': 'Tue, 18 Apr 2023 14:32:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"34bede4c-8604-4180-92b8-a2f8942468e1","name":"tempest-tagged-attachments-test-net-1338075289","tenant_id":"b0e8bf10d92c4067a97c65e119568f6e","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"b0e8bf10d92c4067a97c65e119568f6e","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-18T14:32:53Z","updated_at":"2023-04-18T14:32:53Z","revision_number":1}}' 2023-04-18 14:32:54,968 79793 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 0.935s 2023-04-18 14:32:54,968 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "34bede4c-8604-4180-92b8-a2f8942468e1", "cidr": "10.10.10.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '603', 'x-openstack-request-id': 'req-eb7fd0ea-ed4a-43b7-82c3-49adca6120ca', 'date': 'Tue, 18 Apr 2023 14:32:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"6b8806b4-ad61-4874-be82-a45d360cd20b","name":"","tenant_id":"b0e8bf10d92c4067a97c65e119568f6e","network_id":"34bede4c-8604-4180-92b8-a2f8942468e1","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-18T14:32:54Z","updated_at":"2023-04-18T14:32:54Z","revision_number":0,"project_id":"b0e8bf10d92c4067a97c65e119568f6e"}}' 2023-04-18 14:32:55,272 79793 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 202 POST http://10.0.0.210/volume/v3/b0e8bf10d92c4067a97c65e119568f6e/volumes 0.302s 2023-04-18 14:32:55,272 79793 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-535569817"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f46931da-93c8-4923-b569-e19e170cb02c', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f46931da-93c8-4923-b569-e19e170cb02c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b0e8bf10d92c4067a97c65e119568f6e/volumes'} Body: b'{"volume": {"id": "d19e5d47-6909-4a15-9b5b-e020ac5f126d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:32:55.200218", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-535569817", "description": null, "volu me_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b0e8bf10d92c4067a97c65e119568f6e/volumes/d19e5d47-6909-4a15-9b5b-e020ac5f126d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b0e8bf10d92c4067a97c65e119568f6e/volumes/d19e5d47-6909-4a15-9b5b-e020ac5f126d"}], "user_id": "552f1b6ce3f14f41a67da2668c2ea59d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:32:55,330 79793 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/b0e8bf10d92c4067a97c65e119568f6e/volumes/d19e5d47-6909-4a15-9b5b-e020ac5f126d 0.048s 2023-04-18 14:32:55,331 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a91d65dd-21e5-436a-be64-08e327075118', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a91d65dd-21e5-436a-be64-08e327075118', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b0e8bf10d92c4067a97c65e119568f6e/volumes/d19e5d47-6909-4a15-9b5b-e020ac5f126d'} Body: b'{"volume": {"id": "d19e5d47-6909-4a15-9b5b-e020ac5f126d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:32:55.000000", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-535569817", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b0e8bf10d92c4067a97c65e119568f6e/volumes/d19e5d47-6909-4a15-9b5b-e020ac5f126d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b0e8bf10d92c4067a97c65e119568f6e/volumes/d19e5d47-6909-4a15-9b5b-e020ac5f126d"}], "user_id": "552f1b6ce3f14f41a67da2668c2ea59d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b0e8bf10d92c4067a97c65e119568f6e"}}' 2023-04-18 14:32:56,382 79793 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/b0e8bf10d92c4067a97c65e119568f6e/volumes/d19e5d47-6909-4a15-9b5b-e020ac5f126d 0.040s 2023-04-18 14:32:56,383 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77c1f333-6a42-47c2-80ec-6c32ff4cdb15', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77c1f333-6a42-47c2-80ec-6c32ff4cdb15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b0e8bf10d92c4067a97c65e119568f6e/volumes/d19e5d47-6909-4a15-9b5b-e020ac5f126d'} Body: b'{"volume": {"id": "d19e5d47-6909-4a15-9b5b-e020ac5f126d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:32:55.000000", "updated_at": "2023-04-18T14:32:55.000000", "name": "tempest-TaggedAttachmentsTest-volume-535569817", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b0e8bf10d92c4067a97c65e119568f6e/volumes/d19e5d47-6909-4a15-9b5b-e020ac5f126d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b0e8bf10d92c4067a97c65e119568f6e/volumes/d19e5d47-6909-4a15 -9b5b-e020ac5f126d"}], "user_id": "552f1b6ce3f14f41a67da2668c2ea59d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b0e8bf10d92c4067a97c65e119568f6e"}}' 2023-04-18 14:32:57,398 79793 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/6b8806b4-ad61-4874-be82-a45d360cd20b 1.004s 2023-04-18 14:32:57,398 79793 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-669f3d7b-0f06-4d57-8138-f11c122b9d97', 'date': 'Tue, 18 Apr 2023 14:32:57 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/6b8806b4-ad61-4874-be82-a45d360cd20b'} Body: b'' 2023-04-18 14:32:57,900 79793 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/34bede4c-8604-4180-92b8-a2f8942468e1 0.500s 2023-04-18 14:32:57,900 79793 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-f463d9f6-4ef1-46f1-b218-27b6e429d873', 'date': 'Tue, 18 Apr 2023 14:32:57 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/34bede4c-8604-4180-92b8-a2f8942468e1'} Body: b'' {7} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {7} tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary [0.175486s] ... ok {7} 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 2221dcfb-ee57-4031-a8b8-a014d6ddd913 failed to build and is in ERROR status {7} setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {11} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion [166.543991s] ... 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 6a0c946d-3f1d-4cc9-bb2a-391908b9f9cc failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:30:34,106 79809 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 14:30:35,076 79809 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 0.969s 2023-04-18 14:30:35,077 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--963256950", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/32214c53-3ceb-4468-bfc5-21ef3b7ffdba', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-a31d5add-a772-44d1-8bf6-3df70727e1f8', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--963256950", "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": "37b30ff7e42a496fa0abfb7102e9c0b8", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "32214c53-3ceb-4468-bfc5-21ef3b7ffdba", "created_at": "2023-04-18T14:30:35Z", "updated_at": "2023-04-18T14:30:35Z", "tags": [], "self": "/v2/images/32214c53-3ceb-4468-bfc5-21ef3b7ffdba", "file": "/v2/images/32214c53-3ceb-4468-bfc5-21ef3b7ffdba/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:30:36,540 79809 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/32214c53-3ceb-4468-bfc5-21ef3b7ffdba/file 1.462s 2023-04-18 14:30:36,540 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-a4213e04-78c1-4b55-a3a9-3155d5bf519f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/32214c53-3ceb-4468-bfc5-21ef3b7ffdba/file'} Body: b'' 2023-04-18 14:30:36,541 79809 DEBUG [tempest.scenario.manager] image:32214c53-3ceb-4468-bfc5-21ef3b7ffdba 2023-04-18 14:30:36,599 79809 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.056s 2023-04-18 14:30:36,600 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1401672297", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOoyMuzdDyiG7Y0yxMIKQSc/kHBDbYOKXcLcCqeGYa5/X5lWC7R2tfYRgejGrAjMTe47zc4EoyO+Q5P/BZJekY3jkSc5W3Ub0RhIRUSDQsOOKPNZ1vGG4j927M/E68WLEA=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:36 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-60499330-c1a9-47e6-8653-d451ae98ab0d', 'x-compute-request-id': 'req-60499330-c1a9-47e6-8653-d451ae98ab0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0 .210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-1401672297", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOoyMuzdDyiG7Y0yxMIKQSc/kHBDbYOKXcLcCqeGYa5/X5lWC7R2tfYRgejGrAjMTe47zc4EoyO+Q5P/BZJekY3jkSc5W3Ub0RhIRUSDQsOOKPNZ1vGG4j927M/E68WLEA==", "fingerprint": "5e:32:f6:56:82:4a:9c:77:2a:75:18:8f:7a:3c:37:01", "user_id": "6ae2d60ff00f4be59827e15aece5d8c4"}}' 2023-04-18 14:30:36,638 79809 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.031s 2023-04-18 14:30:36,639 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:36 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-c050be7c-971f-43dd-b6f6-c13fff098613', '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": "6ae2d60ff00f4be59827e15aece5d8c4", "name": "tempest-TestMinimumBasicScenario-317059403-project-member", "password_expires_at": null}, "audit_ids": ["n5FVE60TTSGUZ8kpLQoeyw"], "expires_at": "2023-04-18T15:30:36.000000Z", "issued_at": "2023-04-18T14:30:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b30ff7e42a496fa0abfb7102e9c0b8", "name": "tempest-TestMinimumBasicScenario-317059403"}, "is_domain": false, "roles": [{"id": "0385370a4e0841d8b36ccb710ecbbb7f", "name": "reader"}, {"id": "4e14878c038343709e6c1a4b1c9b9b3c", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba3e4f0604614d5cbe532cc36d623cd0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "077962f5889e4dc5b1df7317cb3104c1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d5a2290495040dd9cc776d460990be5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "36bb6b6348e44e578468f7cf12ee6657", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dad492a01e614a8a8914690c07ebad0a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/37b30ff7e42a496fa0abfb7102e9c0b8", "region": "RegionOne"}], "id": "3fc212b920c3401e85def1124172e916", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "cf3bc891281f458db82d1181bcf74100", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "627889b053b346adb8ce9b1ba8efb774", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "066c5b55b9574d78975bbbb61c530bad", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/37b30ff7e42a496fa0abfb7102e9c0b8", "region": "RegionOne"}], "id": "abe9a7d894f740b1943da54d0c46ff7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a19a55206f6f49c9916ef45abbdb3141", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "afe69c9d4c0445c18ac07b7dd26c92ee", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b9742eaa6b4c43b48cde80e15563fd79", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/37b30ff7e42a496fa0abfb7102e9c0b8", "region": "RegionOne"}], "id": "b81eaa96c4e5426dab17a1d0acda7740", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0b96ff58903940ffa3fe3bb3c1bebe24", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "bc2f14763262433a9f02c157a34e208f", "type": "network", "name": "neutron"}]}}' 2023-04-18 14:30:36,639 79809 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion) Found network {'id': '15f69a51-bdb4-419b-ab40-87648b533468', 'name': 'tempest-TestMinimumBasicScenario-502708264-network', 'tenant_id': '37b30ff7e42a496fa0abfb7102e9c0b8', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '37b30ff7e42a496fa0abfb7102e9c0b8', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 53787, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T14:30:19Z', 'updated_at': '2023-04-18T14:30:19Z', 'revision_number': 1} available for tenant 2023-04-18 14:30:37,288 79809 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.648s 2023-04-18 14:30:37,289 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1446900491", "imageRef": "32214c53-3ceb-4468-bfc5-21ef3b7ffdba", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-1401672297", "networks": [{"uuid": "15f69a51-bdb4-419b-ab40-87648b533468"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/2bee7710-8a40-47bc-89b7-f0cf4def19b3', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-617aa23f-a69c-4a12-8167-3d610ed744ca', 'x-compute-request-id': 'req-617aa23f-a69c-4a12-8167-3d610ed744ca', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "2bee7710-8a40-47bc-89b7-f0cf4def19b3", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2bee7710-8a40-47bc-89b7-f0cf4def19b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2bee7710-8a40-47bc-89b7-f0cf4def19b3"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "4EnaU7TgmsFY"}}' 2023-04-18 14:30:37,382 79809 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/2bee7710-8a40-47bc-89b7-f0cf4def19b3 0.090s 2023-04-18 14:30:37,382 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:37 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-b44677e2-d33d-4577-a0ea-7a0d4c20346e', 'x-compute-request-id': 'req-b44677e2-d33d-4577-a0ea-7a0d4c20346e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2bee7710-8a40-47bc-89b7-f0cf4def19b3'} Body: b'{"server": {"id": "2bee7710-8a40-47bc-89b7-f0cf4def19b3", "name": "tempest-TestMinimumBasicScenario-server-1446900491", "status": "BUILD", "tenant_id": "37b30ff7e42a496fa0abfb7102e9c0b8", "user_id": "6ae2d60ff00f4be59827e15aece5d8c4", "metadata": {}, "hostId": "", "image": {"id": "32214c53-3ceb-4468-bfc5-21ef3b7ffdba", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/ compute/images/32214c53-3ceb-4468-bfc5-21ef3b7ffdba"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:30:37Z", "updated": "2023-04-18T14:30:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2bee7710-8a40-47bc-89b7-f0cf4def19b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2bee7710-8a40-47bc-89b7-f0cf4def19b3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1401672297", "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 14:31:27,927 79809 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/2bee7710-8a40-47bc-89b7-f0cf4def19b3 0.526s 2023-04-18 14:31:27,928 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:27 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-c1c467f0-e92d-4c93-af63-046ccc342f29', 'x-compute-request-id': 'req-c1c467f0-e92d-4c93-af63-046ccc342f29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2bee7710-8a40-47bc-89b7-f0cf4def19b3'} Body: b'{"server": {"id": "2bee7710-8a40-47bc-89b7-f0cf4def19b3", "name": "tempest-TestMinimumBasicScenario-server-1446900491", "status": "ACTIVE", "tenant_id": "37b30ff7e42a496fa0abfb7102e9c0b8", "user_id": "6ae2d60ff00f4be59827e15aece5d8c4", "metadata": {}, "hostId": "0fb4b9e062134db432b960484c1a8a9e467a6769184e1e67e17f275a", "image": {"id": "32214c53-3ceb-4468-bfc5-21ef3b7ffdba", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/32214c53-3ceb-4468-bfc5-21ef3b7ffdba"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:30:37Z", "updated": "2023-04-18T14:30:44Z", "addresses": {"tempest-TestMinimumBasicScenario-502708264-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:4c:26"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2bee7710-8a40-47bc-89b7-f0cf4def19b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2bee7710-8a40-47bc-89b7-f0cf4def19b3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1401672297", "OS-SRV-USG:launched_at": "2023-04-18T14:30: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 14:31:27,939 79809 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 14:32:28,228 79809 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/2bee7710-8a40-47bc-89b7-f0cf4def19b3 0.228s 2023-04-18 14:32:28,228 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None R esponse - Headers: {'date': 'Tue, 18 Apr 2023 14:32:28 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-6519a062-00ce-4797-bad5-ba906ec69e60', 'x-compute-request-id': 'req-6519a062-00ce-4797-bad5-ba906ec69e60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2bee7710-8a40-47bc-89b7-f0cf4def19b3'} Body: b'{"server": {"id": "2bee7710-8a40-47bc-89b7-f0cf4def19b3", "name": "tempest-TestMinimumBasicScenario-server-1446900491", "status": "ACTIVE", "tenant_id": "37b30ff7e42a496fa0abfb7102e9c0b8", "user_id": "6ae2d60ff00f4be59827e15aece5d8c4", "metadata": {}, "hostId": "0fb4b9e062134db432b960484c1a8a9e467a6769184e1e67e17f275a", "image": {"id": "32214c53-3ceb-4468-bfc5-21ef3b7ffdba", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/32214c53-3ceb-4468-bfc5-21ef3b7ffdba"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:30:37Z", "updated": "2023-04-18T14:30:44Z", "addresses": {"tempest-TestMinimumBasicScenario-502708264-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:4c:26"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2bee7710-8a40-47bc-89b7-f0cf4def19b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2bee7710-8a40-47bc-89b7-f0cf4def19b3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1401672297", "OS-SRV-USG:launched_at": "2023-04-18T14:30: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 14:32:28,454 79809 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.211s 2023-04-18 14:32:28,454 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:28 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-4a9c6da3-5130-48a1-80ff-bd72828ce945', 'x-compute-request-id': 'req-4a9c6da3-5130-48a1-80ff-bd72828ce945', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "2bee7710-8a40-47bc-89b7-f0cf4def19b3", "name": "tempest-TestMinimumBasicScenario-server-1446900491", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2bee7710-8a40-47bc-89b7-f0cf4def19b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2bee7710-8a40-47bc-89b7-f0cf4def19b3"}]}]}' 2023-04-18 14:32:28,603 79809 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/2bee7710-8a40-47bc-89b7-f0cf4def19b3 0.145s 2023-04-18 14:32:28,604 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1537', 'content-type': 'application/jso n', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c77ba498-2e6c-4d0e-b8da-38ea3b15546b', 'x-compute-request-id': 'req-c77ba498-2e6c-4d0e-b8da-38ea3b15546b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2bee7710-8a40-47bc-89b7-f0cf4def19b3'} Body: b'{"server": {"id": "2bee7710-8a40-47bc-89b7-f0cf4def19b3", "name": "tempest-TestMinimumBasicScenario-server-1446900491", "status": "ACTIVE", "tenant_id": "37b30ff7e42a496fa0abfb7102e9c0b8", "user_id": "6ae2d60ff00f4be59827e15aece5d8c4", "metadata": {}, "hostId": "0fb4b9e062134db432b960484c1a8a9e467a6769184e1e67e17f275a", "image": {"id": "32214c53-3ceb-4468-bfc5-21ef3b7ffdba", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/32214c53-3ceb-4468-bfc5-21ef3b7ffdba"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:30:37Z", "updated": "2023-04-18T14:30:44Z", "addresses": {"tempest-TestMinimumBasicScenario-502708264-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:4c:26"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2bee7710-8a40-47bc-89b7-f0cf4def19b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2bee7710-8a40-47bc-89b7-f0cf4def19b3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1401672297", "OS-SRV-USG:launched_at": "2023-04-18T14:30: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 14:32:28,833 79809 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/37b30ff7e42a496fa0abfb7102e9c0b8/volumes 0.218s 2023-04-18 14:32:28,834 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-1696248025", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5aee8cc8-b09c-43ce-aa34-28f9fcdbb471', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5aee8cc8-b09c-43ce-aa34-28f9fcdbb471', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/37b30ff7e42a496fa0abfb7102e9c0b8/volumes'} Body: b'{"volume": {"id": "6a0c946d-3f1d-4cc9-bb2a-391908b9f9cc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:32:28.772981", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1696248025", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/37b30ff7e42a496fa0abfb7102e9c0b8/volumes/6a0c946d-3f1d-4cc9-bb2a-391908b9f9cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/37b30ff7e42a496fa0abfb7102e9c0b8/volumes/6a0c946d-3f1d-4cc9-bb2a-391908b9f9cc"}], "user_id": "6ae2d60ff00f4be59827e15aece5d8c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:32:28,881 79809 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/37b30ff7e42a496fa0abfb7102e9c0b8/volumes/6a0c946d-3f1d-4cc9-bb2a-391908b9f9cc 0.037s 2023-04-18 14:32:28,881 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9054382-5fdf-4158-b96a-4d94cd0907ea', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9054382-5fdf-4158-b96a-4d94cd0907ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/37b30ff7e42a496fa0abfb7102e9c0b8/volumes/6a0c946d-3f1d-4cc9-bb2a-391908b9f9cc'} Body: b'{"volume": {"id": "6a0c946d-3f1d-4cc9-bb2a-391908b9f9cc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:32:29.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1696248025", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/37b30ff7e42a496fa0abfb7102e9c0b8/volumes/6a0c946d-3f1d-4cc9-bb2a-391908b9f9cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/37b30ff7e42a496fa0abfb7102e9c0b8/volumes/6a0c946d-3f1d-4cc9-bb2a-391908b9f9cc"}], "user_id": "6ae2d60ff00f4be59827e15aece5d8c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "37b30ff7e42a496fa0abfb7102e9c0b8"}}' 2023-04-18 14:32:29,930 79809 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/37b30ff7e42a496fa0abfb7102e9c0b8/volumes/6a0c946d-3f1d-4cc9-bb2a-391908b9f9cc 0.038s 2023-04-18 14:32:29,931 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36bd936e-d0ed-41d9-b59c-492010179fca', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36bd936e-d0ed-41d9-b59c-492010179fca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/37b30ff7e42a496fa0abfb7102e9c0b8/volumes/6a0c946d-3f1d-4cc9-bb2a-391908b9f9cc'} Body: b'{"volume": {"id": "6a0c946d-3f1d-4cc9-bb2a-391908b9f9cc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:32:29.000000", "updated_at": "2023-04-18T14:32:29.000000", "name": "tempest-TestMinimumBasicScenario-volume-1696248025", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/37b30ff7e42a496fa0abfb7102e9c0b8/volumes/6a0c946d-3f1d-4cc9-bb2a-391908b9f9cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/37b30ff7e42a496fa0abfb7102e9c0b8/volumes/6a0c946d-3f1d-4cc9-bb2a-391908b9f9cc"}], "user_id": "6ae2d60ff00f4be59827e15aece5d8c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "37b30ff7e42a496fa0abfb7102e9c0b8"}}' 2023-04-18 14:32:30,065 79809 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/37b30ff7e42a496fa0abfb7102e9c0b8/volumes/6a0c946d-3f1d-4cc9-bb2a-391908b9f9cc 0.123s 2023-04-18 14:32:30,066 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content- Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32: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-8d383246-9642-4f1b-960c-906e6502e5e8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/37b30ff7e42a496fa0abfb7102e9c0b8/volumes/6a0c946d-3f1d-4cc9-bb2a-391908b9f9cc'} Body: b'' 2023-04-18 14:32:30,087 79809 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/37b30ff7e42a496fa0abfb7102e9c0b8/volumes/6a0c946d-3f1d-4cc9-bb2a-391908b9f9cc 0.020s 2023-04-18 14:32:30,087 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:30 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-8614190b-7b0c-4a64-a8ee-7fa0de293ced', 'x-openstack-request-id': 'req-8614190b-7b0c-4a64-a8ee-7fa0de293ced', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/37b30ff7e42a496fa0abfb7102e9c0b8/volumes/6a0c946d-3f1d-4cc9-bb2a-391908b9f9cc'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 6a0c946d-3f1d-4cc9-bb2a-391908b9f9cc could not be found."}}' 2023-04-18 14:32:30,204 79809 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/2bee7710-8a40-47bc-89b7-f0cf4def19b3 0.116s 2023-04-18 14:32:30,204 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:30 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-4a46e789-cc40-4ac8-ab62-a1516137360d', 'x-compute-request-id': 'req-4a46e789-cc40-4ac8-ab62-a1516137360d', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2bee7710-8a40-47bc-89b7-f0cf4def19b3'} Body: b'' 2023-04-18 14:32:30,383 79809 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/2bee7710-8a40-47bc-89b7-f0cf4def19b3 0.178s 2023-04-18 14:32:30,383 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:30 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-3aed1f22-9223-40bd-81ab-4c9d0e9ca47f', 'x-compute-request-id': 'req-3aed1f22-9223-40bd-81ab-4c9d0e9ca47f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2bee7710-8a40-47bc-89b7-f0cf4def19b3'} Body: b'{"server": {"id": "2bee7710-8a40-47bc-89b7-f0cf4def19b3", "name": "tempest-TestMinimumBasicScenario-server-1446900491", "status": "ACTIVE", "tenant_id": "37b30ff7e42a496fa0abfb7102e9c0b8", "user_id": "6ae2d60ff00f4be59827e15aece5d8c4", "metadata": {}, "hostId": "0fb4b9e062134db432b960484c1a8a9e467a6769184e1e67e17f275a", "image": {"id": "32214c53-3ceb-4468-bfc5 -21ef3b7ffdba", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/32214c53-3ceb-4468-bfc5-21ef3b7ffdba"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:30:37Z", "updated": "2023-04-18T14:32:30Z", "addresses": {"tempest-TestMinimumBasicScenario-502708264-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:4c:26"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2bee7710-8a40-47bc-89b7-f0cf4def19b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2bee7710-8a40-47bc-89b7-f0cf4def19b3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1401672297", "OS-SRV-USG:launched_at": "2023-04-18T14:30:44.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 14:33:20,511 79809 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/2bee7710-8a40-47bc-89b7-f0cf4def19b3 0.066s 2023-04-18 14:33:20,511 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:20 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-14340938-af95-456e-9956-1dd5f074e5e6', 'x-compute-request-id': 'req-14340938-af95-456e-9956-1dd5f074e5e6', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2bee7710-8a40-47bc-89b7-f0cf4def19b3'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 2bee7710-8a40-47bc-89b7-f0cf4def19b3 could not be found."}}' 2023-04-18 14:33:20,544 79809 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1401672297 0.032s 2023-04-18 14:33:20,544 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:20 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-a4ee81a4-b774-434f-85d3-d260bfcccade', 'x-compute-request-id': 'req-a4ee81a4-b774-434f-85d3-d260bfcccade', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1401672297'} Body: b'' 2023-04-18 14:33:20,648 79809 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/32214c53-3ceb-4468-bfc5-21ef3b7ffdba 0.103s 2023-04-18 14:33:20,648 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-02907a54-6c7a-40a8-8ea6-a2f17b146aa6', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/ 32214c53-3ceb-4468-bfc5-21ef3b7ffdba'} Body: b'' {0} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri [112.579625s] ... 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 d290104b-a909-4f2e-aea1-5461ce980944 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:31:37,726 79787 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.083s 2023-04-18 14:31:37,727 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:37 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-16c55243-f573-4d9e-ba93-b05f73dd6230', '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": "2039b3016f884a42abcb58054d649cee", "name": "tempest-VolumesAdminNegativeTest-2075024961-project-member", "password_expires_at": null}, "audit_ids": ["n4PCkbHBTl-1f8RONpoK0w"], "expires_at": "2023-04-18T15:31:37.000000Z", "issued_at": "2023-04-18T14:31:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2d1e17fb95d64cae9c6c210d143d115b", "name": "tempest-VolumesAdminNegativeTest-2075024961"}, "is_domain": false, "roles": [{"id": "0385370a4e0841d8b36ccb710ecbbb7f", "name": "reader"}, {"id": "4e14878c038343709e6c1a4b1c9b9b3c", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba3e4f0604614d5cbe532cc36d623cd0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "077962f5889e4dc5b1df7317cb3104c1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d5a2290495040dd9cc776d460990be5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "36bb6b6348e44e578468f7cf12ee6657", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dad492a01e614a8a8914690c07ebad0a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2d1e17fb95d64cae9c6c210d143d115b", "region": "RegionOne"}], "id": "3fc212b920c3401e85def1124172e916", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "cf3bc891281f458db82d1181bcf74100", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "627889b053b346adb8ce9b1ba8efb774", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "066c5b55b9574d78975bbbb61c530bad", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2d1e17fb95d64cae9c6c210d143d115b", "region": "RegionOne"}], "id": "abe9a7d894f740b1943da54d0c46ff7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a19a55206f6f49c9916ef45abbdb3141", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "afe69c9d4c0445c18ac07b7dd26c92ee", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b9742eaa6b4c43b48cde80e15563fd79", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2d1e17fb95d64cae9c6c210d143d115b", "region": "RegionOne"}], "id": "b81eaa96c4e5426dab17a1d0acda7740", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0b96ff58903940ffa3fe3bb3c1bebe24", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "bc2f14763262433a9f02c157a34e208f", "type": "network", "name": "neutron"}]}}' 2023-04-18 14:31:37,727 79787 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': '8d05425b-4ecd-432b-b6c7-ca9f78114449', 'name': 'tempest-VolumesAdminNegativeTest-1351941187-network', 'tenant_id': '2d1e17fb95d64cae9c6c210d143d115b', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2d1e17fb95d64cae9c 6c210d143d115b', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 51828, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T14:28:49Z', 'updated_at': '2023-04-18T14:28:49Z', 'revision_number': 1} available for tenant 2023-04-18 14:31:38,400 79787 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.672s 2023-04-18 14:31:38,400 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-215595290", "imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "flavorRef": "42", "networks": [{"uuid": "8d05425b-4ecd-432b-b6c7-ca9f78114449"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/38b44765-7b1f-449a-bd4d-99d1df340ba4', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0e4bd970-49e2-42dc-b480-14f244a5a77d', 'x-compute-request-id': 'req-0e4bd970-49e2-42dc-b480-14f244a5a77d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "38b44765-7b1f-449a-bd4d-99d1df340ba4", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/38b44765-7b1f-449a-bd4d-99d1df340ba4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/38b44765-7b1f-449a-bd4d-99d1df340ba4"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "G8mpZYErQUcD"}}' 2023-04-18 14:31:38,497 79787 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/38b44765-7b1f-449a-bd4d-99d1df340ba4 0.093s 2023-04-18 14:31:38,498 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1211', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb7c6306-c45b-468d-8b93-bb517c348092', 'x-compute-request-id': 'req-eb7c6306-c45b-468d-8b93-bb517c348092', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/38b44765-7b1f-449a-bd4d-99d1df340ba4'} Body: b'{"server": {"id": "38b44765-7b1f-449a-bd4d-99d1df340ba4", "name": "tempest-VolumesAdminNegativeTest-server-215595290", "status": "BUILD", "tenant_id": "2d1e17fb95d64cae9c6c210d143d115b", "user_id": "2039b3016f884a42abcb58054d649cee", "metadata": {}, "hostId": "", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:31:38Z", "updated": "2023-04-18T14:31:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/38b44765-7b1f-449a-bd4d-99d1df340ba4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/38b44765-7b1f-449a-bd4d-99d1df340ba4"}], "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 14:32:28,780 79787 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/38b44765-7b1f-449a-bd4d-99d1df340ba4 0.214s 2023-04-18 14:32:28,781 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1495', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb48914c-b50e-478c-ac05-d7725dc86cb1', 'x-compute-request-id': 'req-eb48914c-b50e-478c-ac05-d7725dc86cb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/38b44765-7b1f-449a-bd4d-99d1df340ba4'} Body: b'{"server": {"id": "38b44765-7b1f-449a-bd4d-99d1df340ba4", "name": "tempest-VolumesAdminNegativeTest-server-215595290", "status": "ACTIVE", "tenant_id": "2d1e17fb95d64cae9c6c210d143d115b", "user_id": "2039b3016f884a42abcb58054d649cee", "metadata": {}, "hostId": "aa806bf8b252a0d5e18c9f8e661e23f97dfb8d3ef7999c2389fec537", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:31:38Z", "updated": "2023-04-18T14:31:46Z", "addresses": {"tempest-VolumesAdminNegativeTest-1351941187-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:3f:fb"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/38b44765-7b1f-449a-bd4d-99d1df340ba4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/38b44765-7b1f-449a-bd4d-99d1df340ba4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T14:31:45.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 14:32:28,792 79787 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 14:33:29,094 79787 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/2d1e17fb95d64cae9c6c210d143d115b/volumes 0.243s 2023-04-18 14:33:29,095 79787 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-1499684890"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42f817f1-4d2d-4dc1-9b4f-5347e451ad6c', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42f817f1-4d2d-4dc1-9b4f-5347e451ad6c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2d1e17fb95d64cae9c6c210d143d115b/volumes'} Body: b'{"volume": {"id": "d29010 4b-a909-4f2e-aea1-5461ce980944", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:33:29.016019", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1499684890", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2d1e17fb95d64cae9c6c210d143d115b/volumes/d290104b-a909-4f2e-aea1-5461ce980944"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2d1e17fb95d64cae9c6c210d143d115b/volumes/d290104b-a909-4f2e-aea1-5461ce980944"}], "user_id": "2039b3016f884a42abcb58054d649cee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:33:29,151 79787 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/2d1e17fb95d64cae9c6c210d143d115b/volumes/d290104b-a909-4f2e-aea1-5461ce980944 0.047s 2023-04-18 14:33:29,152 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-490d13b1-4538-47a4-8c89-caf0bffc04dc', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-490d13b1-4538-47a4-8c89-caf0bffc04dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2d1e17fb95d64cae9c6c210d143d115b/volumes/d290104b-a909-4f2e-aea1-5461ce980944'} Body: b'{"volume": {"id": "d290104b-a909-4f2e-aea1-5461ce980944", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:33:29.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1499684890", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2d1e17fb95d64cae9c6c210d143d115b/volumes/d290104b-a909-4f2e-aea1-5461ce980944"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2d1e17fb95d64cae9c6c210d143d115b/volumes/d290104b-a909-4f2e-aea1-5461ce980944"}], "user_id": "2039b3016f884a42abcb58054d649cee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2d1e17fb95d64cae9c6c210d143d115b"}}' 2023-04-18 14:33:30,207 79787 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/2d1e17fb95d64cae9c6c210d143d115b/volumes/d290104b-a909-4f2e-aea1-5461ce980944 0.043s 2023-04-18 14:33:30,207 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf22d56d-2a92-4e96-9fad-44b4ade88c2b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf22d56d-2a92-4e96-9fad-44b4ade88c2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2d1e17fb95d64cae9c6c210d143d115b/volumes/d290104b-a909-4f2e-aea1-5461ce980944'} Body: b'{"volume": {"id": "d290104b-a909-4f2e-aea1-5461ce980944", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:33:29.000000", "updated_at": "2023-04-18T14:33:29.000000", "name": "tempest-VolumesAdminNegativeTest-volume-1499684890", "description": null, "volume_type" : "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2d1e17fb95d64cae9c6c210d143d115b/volumes/d290104b-a909-4f2e-aea1-5461ce980944"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2d1e17fb95d64cae9c6c210d143d115b/volumes/d290104b-a909-4f2e-aea1-5461ce980944"}], "user_id": "2039b3016f884a42abcb58054d649cee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2d1e17fb95d64cae9c6c210d143d115b"}}' {2} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume [1.337305s] ... 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 4cd5c1ba-22f3-4623-8e08-94c17b98e980 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:33:53,417 79791 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 202 POST http://10.0.0.210/volume/v3/e4ca11d8beec4410a8a4c8ae7c8e4bed/volumes 0.211s 2023-04-18 14:33:53,418 79791 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-1792157718"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1aaeda0-9686-464f-9e34-f79a58e6daa6', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1aaeda0-9686-464f-9e34-f79a58e6daa6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e4ca11d8beec4410a8a4c8ae7c8e4bed/volumes'} Body: b'{"volume": {"id": "4cd5c1ba-22f3-4623-8e08-94c17b98e980", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:33:53.362069", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1792157718", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e4ca11d8beec4410a8a4c8ae7c8e4bed/volumes/4cd5c1ba-22f3-4623-8e08-94c17b98e980"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e4ca11d8beec4410a8a4c8ae7c8e4bed/volumes/4cd5c1ba-22f3-4623-8e08-94c17b98e980"}], "user_id": "7e284b794c4043768af56fd58fceb837", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:33:53,471 79791 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/e4ca11d8beec4410a8a4c8ae7c8e4bed/volumes/4cd5c1ba-22f3-4623-8e08-94c17b98e980 0.043s 2023-04-18 14:33:53,472 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ca6cafb-0509-45bd-a3de-21a73ae1433e', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ca6cafb-0509-45bd-a3de-21a73ae1433e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e4ca11d8beec4410a8a4c8ae7c8e4bed/volumes/4cd5c1ba-22f3-4623-8e08-94c17b98e980'} Body: b'{"volume": {"id": "4cd5c1ba-22f3-4623-8e08-94c17b98e980", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:33:53.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1792157718", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e4ca11d8beec4410a8a4c8ae7c8e4bed/volumes/4cd5c1ba-22f3-4623-8e08-94c17b98e980"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e4ca11d8beec4410a8a4c8ae7c8e4bed/volumes/4cd5c1ba-22f3-4623-8e08-94c17b98e980"}], "user_id": "7e284b794c4043768af56fd58fceb837", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e4ca11d8beec4410a8a4c8ae7c8e4bed"}}' 2023-04-18 14:33:54,529 79791 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/e4ca11d8beec4410a8a4c8ae7c8e4bed/volumes/4cd5c1ba-22f3-4623-8e08-94c17b98e980 0.046s 2023-04-18 14:33:54,529 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-601f822f-b05f-4872-bb00-787f916cc9ea', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-601f822f-b05f-4872-bb00-787f916cc9ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e4ca11d8beec4410a8a4c8ae7c8e4bed/volumes/4cd5c1ba-22f3-4623-8e08-94c17b98e980'} Body: b'{"volume": {"id": "4cd5c1ba-22f3-4623-8e08-94c17b98e980", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:33:53.000000", "updated_at": "2023-04-18T14:33:53.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1792157718", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e4ca11d8beec4410a8a4c8ae7c8e4bed/volumes/4cd5c1ba-22f3-4623-8e08-94c17b98e980"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e4ca11d8beec4410a8a4c8ae7c8e4bed/volumes/4cd5c1ba-22f3-4623-8e08-94c17b98e980"}], "user_id": "7e284b794c4043768af56fd58fceb837", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e4ca11d8beec4410a8a4c8ae7c8e4bed"}}' {2} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume [1.310803s] ... 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 3256e65c-55a4-4c05-b207-306995950572 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:33:54,737 79791 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://10.0.0.210/volume/v3/e4ca11d8beec4410a8a4c8ae7c8e4bed/volumes 0.192s 2023-04-18 14:33:54,738 79791 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-1947673455"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37960b25-a3d8-4424-b7e5-d45ac322e218', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37960b25-a3d8-4424-b7e5-d45ac322e218', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e4ca11d8beec4410a8a4c8ae7c8e4bed/volumes'} Body: b'{"volume": {"id": "3256e65c-55a4-4c05-b207-306995950572", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:33:54.676952", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1947673455", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e4ca11d8beec4410a8a4c8ae7c8e4bed/volumes/3256e65c-55a4-4c05-b207-306995950572"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e4ca11d8beec4410a8a4c8ae7c8e4bed/volumes/3256e65c-55a4-4c05-b207-306995950572"}], "user_id": "7e284b794c4043768af56fd58fceb837", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:33:54,790 79791 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/e4ca11d8beec4410a8a4c8ae7c8e4bed/volumes/3256e65c-55a4-4c05-b207-306995950572 0.042s 2023-04-18 14:33:54,790 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4347b437-496c-4e15-82c7-c3d4a0a10c9e', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4347b437-496c-4e15-82c7-c3d4a0a10c9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e4ca11d8beec4410a8a4c8ae7c8e4bed/volumes/3256e65c-55a4-4c05-b207-306995950572'} Body: b'{"volume": {"id": "3256e65c-55a4-4c05-b207-306995950572", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:33:55.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1947673455", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e4ca11d8beec4410a8a4c8ae7c8e4bed/volumes/3256e65c-55a4-4c05-b207-306995950572"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e4ca11d8beec4410a8a4c8ae7c8e4bed/volumes/3256e65c-55a4-4c05-b207-306995950572"}], "user_id": "7e284b794c4043768af56fd58fceb837", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e4ca11d8beec4410a8a4c8ae7c8e4bed"}}' 2023-04-18 14:33:55,843 79791 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/e4ca11d8beec4410a8a4c8ae7c8e4bed/volumes/3256e65c-55a4-4c05-b207-306995950572 0.040s 2023-04-18 14:33:55,844 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44a26d83-9018-4ffe-8eb5-48e94c9badbb', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44a26d83-9018-4ffe-8eb5-48e94c9badbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e4ca11d8beec4410a8a4c8ae7c8e4bed/volumes/3256e65c-55a4-4c05-b207-306995950572'} Body: b'{"volume": {"id": "3256e65c-55a4-4c05-b207-306995950572", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:33:55.000000", "updated_at": "2023-04-18T14:33:55.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1947673455", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e4ca11d8beec4410a8a4c8ae7c8e4bed/volumes/3256e65c-55a4-4c05-b207-306995950572"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e4ca11d8beec4410a8a4c8ae7c8e4bed/volumes/3256e65c-55a4-4c05-b207-306995950572"}], "user_id": "7e284b794c4043768af56fd58fceb837", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e4ca11d8beec4410a8a4c8ae7c8e4bed"}}' {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached [172.872500s] ... 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 f52bc214-4971-4a0a-a2f9-dc9a8e25ff46 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:31:15,782 79789 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf 0.160s 2023-04-18 14:31:15,783 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1538', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33adeb5e-a3d2-494e-9650-678d5d92b597', 'x-compute-request-id': 'req-33adeb5e-a3d2-494e-9650-678d5d92b597', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf'} Body: b'{"server": {"id": "1f7c5ef9-09d6-477f-90a8-e6673f75b2cf", "name": "tempest-ServerActionsTestJSON-server-927544894", "status": "ACTIVE", "tenant_id": "279c1fea5cfc423b94ca756ebafb2515", "user_id": "614f7a3a8f3348df9d81f693e733905b", "metadata": {}, "hostId": "1d97c6007be92f7a9548b8855f1efa459953d4b7b8713acfa07de542", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:29:23Z", "updated": "2023-04-18T14:29:38Z", "addresses": {"tempest-ServerActionsTestJSON-1455921873-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:e3:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-962705370", "OS-SRV-USG:launched_at": "2023-04-18T14:29:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1576115659"}], "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 14:31:16,233 79789 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf 0.438s 2023-04-18 14:31:16,234 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1538', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87047e53-0924-438c-8c18-dab7f8f5aa3f', 'x-compute-request-id': 'req-87047e53-0924-438c-8c18-dab7f8f5aa3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf'} Body: b'{"server": {"id": "1f7c5ef9-09d6-477f-90a8-e6673f75b2cf", "name": "tempest-ServerActionsTestJSON-server-927544894", "status": "ACTIVE", "tenant_id": "279c1fea5cfc423b94ca756ebafb2515", "user_id": "614f7a3a8f3348df9d81f693e733905b", "metadata": {}, "hostId": "1d97c6007be92f7a9548b8855f1efa459953d4b7b8713acfa07de542", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "hr ef": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:29:23Z", "updated": "2023-04-18T14:29:38Z", "addresses": {"tempest-ServerActionsTestJSON-1455921873-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:e3:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-962705370", "OS-SRV-USG:launched_at": "2023-04-18T14:29:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1576115659"}], "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 14:32:06,520 79789 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf 0.231s 2023-04-18 14:32:06,521 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1656', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a893a628-a9b9-4a09-886e-d17337a9aa5d', 'x-compute-request-id': 'req-a893a628-a9b9-4a09-886e-d17337a9aa5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf'} Body: b'{"server": {"id": "1f7c5ef9-09d6-477f-90a8-e6673f75b2cf", "name": "tempest-ServerActionsTestJSON-server-927544894", "status": "ACTIVE", "tenant_id": "279c1fea5cfc423b94ca756ebafb2515", "user_id": "614f7a3a8f3348df9d81f693e733905b", "metadata": {}, "hostId": "1d97c6007be92f7a9548b8855f1efa459953d4b7b8713acfa07de542", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:29:23Z", "updated": "2023-04-18T14:29:38Z", "addresses": {"tempest-ServerActionsTestJSON-1455921873-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:e3:8c"}, {"version": 4, "addr": "172.24.4.10", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:e3:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-962705370", "OS-SRV-USG:launched_at": "2023-04-18T14:29:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1576115659"}], "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 14:32:06,697 79789 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf 0.164s 2023-04-18 14:32:06,697 79789 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 14:32:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1656', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da33f1aa-3d99-4c17-882f-60fdc101c03f', 'x-compute-request-id': 'req-da33f1aa-3d99-4c17-882f-60fdc101c03f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf'} Body: b'{"server": {"id": "1f7c5ef9-09d6-477f-90a8-e6673f75b2cf", "name": "tempest-ServerActionsTestJSON-server-927544894", "status": "ACTIVE", "tenant_id": "279c1fea5cfc423b94ca756ebafb2515", "user_id": "614f7a3a8f3348df9d81f693e733905b", "metadata": {}, "hostId": "1d97c6007be92f7a9548b8855f1efa459953d4b7b8713acfa07de542", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:29:23Z", "updated": "2023-04-18T14:29:38Z", "addresses": {"tempest-ServerActionsTestJSON-1455921873-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:e3:8c"}, {"version": 4, "addr": "172.24.4.10", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:e3:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-962705370", "OS-SRV-USG:launched_at": "2023-04-18T14:29:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1576115659"}], "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 14:33:07,024 79789 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes 0.254s 2023-04-18 14:33:07,025 79789 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-942779663"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe6e8b85-c5cd-4637-82d0-8f005fe2d0c2', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe6e8b85-c5cd-4637-82d0-8f005fe2d0c2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes'} Body: b'{"volume": {"id": "f52bc214-4971-4a0a-a2f9-dc9a8e25ff46", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:33:06.947266", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-942779663", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes/f52bc214-4971-4a0a-a2f9-dc9a8e25ff46"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/279c1fea5cfc423b94ca756ebafb2515/volumes/f52bc214-4971-4a0a-a2f9-dc9a8e25ff46"}], "user_id": "614f7a3a8f3348df9d81f693e733905b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023- 04-18 14:33:07,080 79789 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes/f52bc214-4971-4a0a-a2f9-dc9a8e25ff46 0.043s 2023-04-18 14:33:07,081 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d76f498-7949-4fe4-9985-faa5cabb9860', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d76f498-7949-4fe4-9985-faa5cabb9860', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes/f52bc214-4971-4a0a-a2f9-dc9a8e25ff46'} Body: b'{"volume": {"id": "f52bc214-4971-4a0a-a2f9-dc9a8e25ff46", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:33:07.000000", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-942779663", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes/f52bc214-4971-4a0a-a2f9-dc9a8e25ff46"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/279c1fea5cfc423b94ca756ebafb2515/volumes/f52bc214-4971-4a0a-a2f9-dc9a8e25ff46"}], "user_id": "614f7a3a8f3348df9d81f693e733905b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "279c1fea5cfc423b94ca756ebafb2515"}}' 2023-04-18 14:33:08,134 79789 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes/f52bc214-4971-4a0a-a2f9-dc9a8e25ff46 0.040s 2023-04-18 14:33:08,134 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7be2797-570b-4cc9-9e42-3cb25adf28fd', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7be2797-570b-4cc9-9e42-3cb25adf28fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes/f52bc214-4971-4a0a-a2f9-dc9a8e25ff46'} Body: b'{"volume": {"id": "f52bc214-4971-4a0a-a2f9-dc9a8e25ff46", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:33:07.000000", "updated_at": "2023-04-18T14:33:07.000000", "name": "tempest-ServerActionsTestJSON-volume-942779663", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes/f52bc214-4971-4a0a-a2f9-dc9a8e25ff46"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/279c1fea5cfc423b94ca756ebafb2515/volumes/f52bc214-4971-4a0a-a2f9-dc9a8e25ff46"}], "user_id": "614f7a3a8f3348df9d81f693e733905b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "279c1fea5cfc423b94ca756ebafb2515"}}' 2023-04-18 14:33:08,421 79789 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf 0.275s 2023-04-18 14:33:08,422 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1656', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b4a5d74b-d411-4726-bcf9-79e05d402359', 'x-compute-request-id': 'req-b4a5d74b-d411-4726-bcf9-79e05d402359', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf'} Body: b'{"server": {"id": "1f7c5ef9-09d6-477f-90a8-e6673f75b2cf", "name": "tempest-ServerActionsTestJSON-server-927544894", "status": "ACTIVE", "tenant_id": "279c1fea5cfc423b94ca756ebafb2515", "user_id": "614f7a3a8f3348df9d81f693e733905b", "metadata": {}, "hostId": "1d97c6007be92f7a9548b8855f1efa459953d4b7b8713acfa07de542", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:29:23Z", "updated": "2023-04-18T14:29:38Z", "addresses": {"tempest-ServerActionsTestJSON-1455921873-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:e3:8c"}, {"version": 4, "addr": "172.24.4.10", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:e3:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-962705370", "OS-SRV-USG:launched_at": "2023-04-18T14:29:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1576115659"}], "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.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments [166.666845s] ... 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 3d9f6ba1-8418-4f13-bd27-17c639aa34ad failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:32:04,449 79803 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 14:32:04,449 79803 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 14:32:04,508 79803 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.056s 2023-04-18 14:32:04,508 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1743159305", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFEl9t0UHIhtcly+kGaj7dwzKb8ZTXw4sa1QxSyAobWK0io8dnjDrCzNW7F/ebIDwgxKblb4WihsDkQ9ffD46u5NqO9shDzXkZ3Rp6yG0tH/Hyiq8dwQ35BcGsmL8kQPyA=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:04 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-3b247436-cbbc-4a27-b40d-2e2624538c07', 'x-compute-request-id': 'req-3b247436-cbbc-4a27-b40d-2e2624538c07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1743159305", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFEl9t0UHIhtcly+kGaj7dwzKb8ZTXw4sa1QxSyAobWK0io8dnjDrCzNW7F/ebIDwgxKblb4WihsDkQ9ffD46u5NqO9shDzXkZ3Rp6yG0tH/Hyiq8dwQ35BcGsmL8kQPyA==", "fingerprint": "5a:12:bc:25:56:e9:41:0f:93:8f:60:c0:9e:60:f6:42", "user_id": "36b9b392cafe4b58b429be8e010baa08"}}' 2023-04-18 14:32:04,511 79803 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1743159305 created 2023-04-18 14:32:04,671 79803 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.159s 2023-04-18 14:32:04,671 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1787253608", "description": "tempest-description--671368642"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-620802a4-962f-446c-aec5-f2999c32747b', 'date': 'Tue, 18 Apr 2023 14:32:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "66431364-592e-4b3f-9183-ad28cfc32af4", "name": "tempest-securitygroup--1787253608", "stateful": true, "tenant_id": "88dd648f400c48f384c828c3933baa5a", "description": "tempest-description--671368642", "shared": false, "security_group_rules": [{"id": "ee71ee4a-1b59-4373-baae-7f9cdb54bd9a", "tenant_id": "88dd648f400c48f384c828c3933baa5a", "security_group_id": "66431364-592e-4b3f-9183-ad28cfc32af4", "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": 580, "description": null, "tags": [], "created_at": "2023-04-18T14:32:04Z", "updated_at": "2023-04-18T14:32:04Z", "revision_number": 0, "project_id": "88dd648f400c48f384c828c3933baa5a"}, {"id": "fd31ed76-b06c-4e25-b0f7-410cea140b26", "tenant_id": "88dd648f400c48f384c828c3933baa5a", "security_group_id": "66431364-592e-4b3f-9183-ad28cfc32af4", "ethertype": "IPv6", "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": 581, "description": null, "tags": [], "created_at": "2023-04-18T14:32:04Z", "updated_at": "2023-04-18T14:32:04Z", "revision_number": 0, "project_id": "88dd648f400c48f384c828c3933baa5a"}], "tags": [], "created_at": "2023-04-18T14:32:04Z", "updated_at": "2023-04-18T14:32:04Z", "revision_number": 1, "project_id": "88dd648f400c48f384c828c3933baa5a"}}' 2023-04-18 14:32:04,853 79803 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.182s 2023-04-18 14:32:04,854 79803 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": "66431364-592e-4b3f-9183-ad28cfc32af4", "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-f5573ee3-bc48-432c-9e1d-61baa7f3cdf1', 'date': 'Tue, 18 Apr 2023 14:32: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": "857c914c-a01d-447e-a5b8-b9678e31a853", "tenant_id": "88dd648f400c48f384c828c3933baa5a", "security_group_id": "66431364-592e-4b3f-9183-ad28cfc32af4", "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-18T14:32:04Z", "updated_at": "2023-04-18T14:32:04Z", "revision_number": 0, "project_id": "88dd648f400c48f384c828c3933baa5a"}}' 2023-04-18 14:32:05,025 79803 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.171s 2023-04-18 14:32:05,025 79803 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": "66431364-592e-4b3f-9183-ad28cfc32af4", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-278c4d34-3d76-4a42-a322-e0cd90dc96ac', 'date': 'Tue, 18 Apr 2023 14:32: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": "09d5240a-719d-4a5d-9ecf-8573cf6f9d70", "tenant_id": "88dd648f400c48f384c828c3933baa5a", "security_group_id": "66431364-592e-4b3f-9183-ad28cfc32af4", "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-18T14:32:04Z", "updated_at": "2023-04-18T14:32:04Z", "revision_number": 0, "project_id": "88dd648f400c48f384c828c3933baa5a"}}' 2023-04-18 14:32:05,026 79803 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1787253608 created 2023-04-18 14:32:05,914 79803 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.888s 2023-04-18 14:32:05,914 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "bfbf9c15-045f-401e-b79e-fba95e5a0430"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', ' x-openstack-request-id': 'req-f45398ad-c855-49f3-944a-510655fe62a5', 'date': 'Tue, 18 Apr 2023 14:32:05 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "c2f9c3cd-3b25-43c2-912b-88b8f74eadb3", "tenant_id": "88dd648f400c48f384c828c3933baa5a", "floating_ip_address": "172.24.4.236", "floating_network_id": "bfbf9c15-045f-401e-b79e-fba95e5a0430", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "88dd648f400c48f384c828c3933baa5a", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T14:32:05Z", "updated_at": "2023-04-18T14:32:05Z", "revision_number": 0}}' 2023-04-18 14:32:05,915 79803 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'c2f9c3cd-3b25-43c2-912b-88b8f74eadb3', 'tenant_id': '88dd648f400c48f384c828c3933baa5a', 'floating_ip_address': '172.24.4.236', 'floating_network_id': 'bfbf9c15-045f-401e-b79e-fba95e5a0430', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '88dd648f400c48f384c828c3933baa5a', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T14:32:05Z', 'updated_at': '2023-04-18T14:32:05Z', 'revision_number': 0, 'ip': '172.24.4.236'} created 2023-04-18 14:32:06,013 79803 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.091s 2023-04-18 14:32:06,013 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:05 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-03ab65ce-0f96-4b97-98d6-d0fab1fafe0d', '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": "36b9b392cafe4b58b429be8e010baa08", "name": "tempest-AttachVolumeTestJSON-1067811846-project-member", "password_expires_at": null}, "audit_ids": ["dk3epV3IQemZapidKIUwRQ"], "expires_at": "2023-04-18T15:32:05.000000Z", "issued_at": "2023-04-18T14:32:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88dd648f400c48f384c828c3933baa5a", "name": "tempest-AttachVolumeTestJSON-1067811846"}, "is_domain": false, "roles": [{"id": "0385370a4e0841d8b36ccb710ecbbb7f", "name": "reader"}, {"id": "4e14878c038343709e6c1a4b1c9b9b3c", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba3e4f0604614d5cbe532cc36d623cd0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "077962f5889e4dc5b1df7317cb3104c1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d5a2290495040dd9cc776d460990be5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "36bb6b6348e44e578468f7cf12ee6657", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dad492a01e614a8a8914690c07ebad0a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/88dd648f400c48f384c828c3933baa5a", "region": "RegionOne"}], "id": "3fc212b920c3401e85def1124172e916", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "cf3bc891281f458db82d1181bcf74100", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "627889b053b346adb8ce9b1ba8efb774", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "066c5b55b9574d78975bbbb61c530bad", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/88dd648f400c 48f384c828c3933baa5a", "region": "RegionOne"}], "id": "abe9a7d894f740b1943da54d0c46ff7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a19a55206f6f49c9916ef45abbdb3141", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "afe69c9d4c0445c18ac07b7dd26c92ee", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b9742eaa6b4c43b48cde80e15563fd79", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/88dd648f400c48f384c828c3933baa5a", "region": "RegionOne"}], "id": "b81eaa96c4e5426dab17a1d0acda7740", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0b96ff58903940ffa3fe3bb3c1bebe24", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "bc2f14763262433a9f02c157a34e208f", "type": "network", "name": "neutron"}]}}' 2023-04-18 14:32:06,013 79803 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': 'd3e19e74-bda1-4d28-b7e4-e98675072612', 'name': 'tempest-AttachVolumeTestJSON-553010721-network', 'tenant_id': '88dd648f400c48f384c828c3933baa5a', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '88dd648f400c48f384c828c3933baa5a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 2479, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T14:28:48Z', 'updated_at': '2023-04-18T14:28:48Z', 'revision_number': 1} available for tenant 2023-04-18 14:32:06,014 79803 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1743159305', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFEl9t0UHIhtcly+kGaj7dwzKb8ZTXw4sa1QxSyAobWK0io8dnjDrCzNW7F/ebIDwgxKblb4WihsDkQ9ffD46u5NqO9shDzXkZ3Rp6yG0tH/Hyiq8dwQ35BcGsmL8kQPyA==', 'fingerprint': '5a:12:bc:25:56:e9:41:0f:93:8f:60:c0:9e:60:f6:42', 'user_id': '36b9b392cafe4b58b429be8e010baa08', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDC1U/4PUTYUcfvFGzmQdPhySolZnfBexJkCOxtcaDn4o1aYOh44UXfn\n2C3Dqc1a3mygBwYFK4EEACKhZANiAARRJfbdFByIbXJcvpBmo+3cMym/GU18OLGt\nUMUsgKG1itIqPHZ4w6wszVuxf3myA8IMSm5W+FoobA5EPX3w+OruTajvbIQ815Gd\n0aeshtLR/x8oqvHcEN+QXBrJi/JED8g=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '66431364-592e-4b3f-9183-ad28cfc32af4', 'name': 'tempest-securitygroup--1787253608', 'stateful': True, 'tenant_id': '88dd648f400c48f384c828c3933baa5a', 'description': 'tempest-description--671368642', 'shared': False, 'security_group_rules': [{'id': 'ee71ee4a-1b59-4373-baae-7f9cdb54bd9a', 'tenant_id': '88dd648f400c48f384c828c3933baa5a', 'security_group_id': '66431364-592e-4b3f-9183-ad28cfc32af4', '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': 580, 'description': None, 'tags': [], 'created_at': '2023-04-18T14:32:04Z', 'updated_at': '2023-04-18T14:32:04Z', 'revision_number': 0, 'project_id': '88dd648f400c48f384c828c3933baa5a'}, {'id': 'fd31ed76-b06c-4e25-b0f7-410cea140b26', 'tenant_id': '88dd648f400c48f384c828c3933baa5a', 'security_group_id': '66431364-592e-4b3f-9183-ad28cfc32af4', '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': 581, 'description': None, 'tags': [], 'created_at': '2023-04-18T14:32:04Z', 'updated_at': '2023-04-18T14:32:04Z', 'revision_number': 0, 'project_id': '88dd648f400c48f384c828c3933baa5a'}], 'tags': [], 'created_at': '2023 -04-18T14:32:04Z', 'updated_at': '2023-04-18T14:32:04Z', 'revision_number': 1, 'project_id': '88dd648f400c48f384c828c3933baa5a'}, 'floating_ip': {'id': 'c2f9c3cd-3b25-43c2-912b-88b8f74eadb3', 'tenant_id': '88dd648f400c48f384c828c3933baa5a', 'floating_ip_address': '172.24.4.236', 'floating_network_id': 'bfbf9c15-045f-401e-b79e-fba95e5a0430', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '88dd648f400c48f384c828c3933baa5a', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T14:32:05Z', 'updated_at': '2023-04-18T14:32:05Z', 'revision_number': 0, 'ip': '172.24.4.236'}} 2023-04-18 14:32:06,813 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://10.0.0.210/compute/v2.1/servers 0.798s 2023-04-18 14:32:06,813 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-112464000", "imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "d3e19e74-bda1-4d28-b7e4-e98675072612"}], "security_groups": [{"name": "tempest-securitygroup--1787253608"}], "key_name": "tempest-keypair-1743159305", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/1fbf9e3f-365b-4749-8591-158ad177793f', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b7b20515-4945-4741-ab3c-9ad85ceb7d95', 'x-compute-request-id': 'req-b7b20515-4945-4741-ab3c-9ad85ceb7d95', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "1fbf9e3f-365b-4749-8591-158ad177793f", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1fbf9e3f-365b-4749-8591-158ad177793f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1fbf9e3f-365b-4749-8591-158ad177793f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1787253608"}], "adminPass": "password"}}' 2023-04-18 14:32:06,889 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/1fbf9e3f-365b-4749-8591-158ad177793f 0.072s 2023-04-18 14:32:06,889 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:06 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-799a7fa5-0063-4568-b4a6-49a4f74b495c', 'x-compute-request-id': 'req-799a7fa5-0063-4568-b4a6-49a4f74b495c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1fbf9e3f-365b-4749-8591-158ad177793f'} Body: b'{"server": {"id": "1fbf9e3f-365b-4749-8591-158ad177793f", "name": "tempest-AttachVolumeTestJSON-server-112464000", "status": "BUILD", "tenant_id": "88dd648f400c48f384c828c3933baa5a", "user_id": "36b9b392cafe4b58b429be8e010baa08", "metadata": {}, "hostId": "", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:32:07Z", "updated": "2023-04-18T14:32:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1fbf9e3f-365b-4749-8591-158ad177793f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1fbf9e3f-365b-4749-8591-158ad177793f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1743159305", "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 14:32:57,250 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/1fbf9e3f-365b-4749-8591-158ad177793f 0.301s 2023-04-18 14:32:57,250 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:56 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-41586b96-4cae-462e-a9e9-fbfc6a93235e', 'x-compute-request-id': 'req-41586b96-4cae-462e-a9e9-fbfc6a93235e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1fbf9e3f-365b-4749-8591-158ad177793f'} Body: b'{"server": {"id": "1fbf9e3f-365b-4749-8591-158ad177793f", "name": "tempest-AttachVolumeTestJSON-server-112464000", "status": "ACTIVE", "tenant_id": "88dd648f400c48f384c828c3933baa5a", "user_id": "36b9b392cafe4b58b429be8e010baa08", "metadata": {}, "hostId": "43bc6bfb06764f8021125bfe676e409bafe803e91c9d640473454d2b", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:32:06Z", "updated": "2023-04-18T14:32:14Z", "addresses": {"tempest-AttachVolumeTestJSON-553010721-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:13:d5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1fbf9e3f-365b-4749-8591-158ad177793f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1fbf9e3f-365b-4749-8591-158ad177793f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1743159305", "OS-SRV-USG:launched_at": "2023-04-18T14:32:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1787253608"}], "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 14:32:57,261 79803 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-18 14:33:57,537 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/1fbf9e3f-365b-4749-8591-158ad177793f/os-interface 0.220s 2023-04-18 14:33:57,537 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'application/js on', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f7a1240-e9b9-4d96-9cf2-2da1c89b40c5', 'x-compute-request-id': 'req-8f7a1240-e9b9-4d96-9cf2-2da1c89b40c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1fbf9e3f-365b-4749-8591-158ad177793f/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "d3e19e74-bda1-4d28-b7e4-e98675072612", "port_id": "0abc5ad0-4c5b-4585-bdb1-88832e4974fd", "mac_addr": "fa:16:3e:23:13:d5", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "61b72842-da76-4789-b2a9-de9f3654466e", "ip_address": "10.0.0.13"}]}]}' 2023-04-18 14:33:58,373 79803 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/c2f9c3cd-3b25-43c2-912b-88b8f74eadb3 0.831s 2023-04-18 14:33:58,374 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "0abc5ad0-4c5b-4585-bdb1-88832e4974fd"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-6b4e7a5d-2db9-4be0-a3f5-0b9865959ae3', 'date': 'Tue, 18 Apr 2023 14:33:58 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/c2f9c3cd-3b25-43c2-912b-88b8f74eadb3'} Body: b'{"floatingip": {"id": "c2f9c3cd-3b25-43c2-912b-88b8f74eadb3", "tenant_id": "88dd648f400c48f384c828c3933baa5a", "floating_ip_address": "172.24.4.236", "floating_network_id": "bfbf9c15-045f-401e-b79e-fba95e5a0430", "router_id": "0ebec123-a2ed-420b-8e57-6b218b1da538", "port_id": "0abc5ad0-4c5b-4585-bdb1-88832e4974fd", "fixed_ip_address": "10.0.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "d3e19e74-bda1-4d28-b7e4-e98675072612", "mac_address": "fa:16:3e:23:13:d5", "admin_state_up": true, "status": "ACTIVE", "device_id": "1fbf9e3f-365b-4749-8591-158ad177793f", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T14:32:05Z", "updated_at": "2023-04-18T14:33:57Z", "revision_number": 1, "project_id": "88dd648f400c48f384c828c3933baa5a"}}' 2023-04-18 14:33:58,375 79803 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.236:22' as 'cirros' with public key authentication 2023-04-18 14:33:58,411 79803 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 14:33:58,431 79803 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 14:33:58,432 79803 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.236 successfully created 2023-04-18 14:33:58,481 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/1fbf9e3f-365b-4749-8591-158ad177793f/ips 0.048s 2023-04-18 14:33:58,481 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33: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-cf32f25a-7bc6-4581-97f2-cac904327630', 'x-compute-request-id': 'req-cf32f25a-7bc6-4581-97f2-cac904327630', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1fbf9e3f-365b-4749-8591-158ad177793f/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-553010721-network": [{"version": 4, "addr": "10.0.0.13"}]}}' 2023-04-18 14:33:58,675 79 803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://10.0.0.210/volume/v3/88dd648f400c48f384c828c3933baa5a/volumes 0.191s 2023-04-18 14:33:58,676 79803 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-1695740238"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66ad990f-d4d1-45be-9350-dd5eab361c77', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66ad990f-d4d1-45be-9350-dd5eab361c77', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/88dd648f400c48f384c828c3933baa5a/volumes'} Body: b'{"volume": {"id": "3d9f6ba1-8418-4f13-bd27-17c639aa34ad", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:33:58.615014", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1695740238", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/88dd648f400c48f384c828c3933baa5a/volumes/3d9f6ba1-8418-4f13-bd27-17c639aa34ad"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/88dd648f400c48f384c828c3933baa5a/volumes/3d9f6ba1-8418-4f13-bd27-17c639aa34ad"}], "user_id": "36b9b392cafe4b58b429be8e010baa08", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:33:58,723 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/88dd648f400c48f384c828c3933baa5a/volumes/3d9f6ba1-8418-4f13-bd27-17c639aa34ad 0.037s 2023-04-18 14:33:58,723 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dac0fc57-8408-4df1-afff-8eb2d7509d87', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dac0fc57-8408-4df1-afff-8eb2d7509d87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/88dd648f400c48f384c828c3933baa5a/volumes/3d9f6ba1-8418-4f13-bd27-17c639aa34ad'} Body: b'{"volume": {"id": "3d9f6ba1-8418-4f13-bd27-17c639aa34ad", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:33:59.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1695740238", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/88dd648f400c48f384c828c3933baa5a/volumes/3d9f6ba1-8418-4f13-bd27-17c639aa34ad"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/88dd648f400c48f384c828c3933baa5a/volumes/3d9f6ba1-8418-4f13-bd27-17c639aa34ad"}], "user_id": "36b9b392cafe4b58b429be8e010baa08", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "88dd648f400c48f384c828c3933baa5a"}}' 2023-04-18 14:33:59,772 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/88dd648f400c48f384c828c3933baa5a/volumes/3d9f6ba1-8418-4f13-bd27-17c639aa34ad 0.036s 2023-04-18 14:33:59,772 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content -Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62464619-3786-4c36-b768-a66fd160d741', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62464619-3786-4c36-b768-a66fd160d741', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/88dd648f400c48f384c828c3933baa5a/volumes/3d9f6ba1-8418-4f13-bd27-17c639aa34ad'} Body: b'{"volume": {"id": "3d9f6ba1-8418-4f13-bd27-17c639aa34ad", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:33:59.000000", "updated_at": "2023-04-18T14:33:59.000000", "name": "tempest-AttachVolumeTestJSON-volume-1695740238", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/88dd648f400c48f384c828c3933baa5a/volumes/3d9f6ba1-8418-4f13-bd27-17c639aa34ad"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/88dd648f400c48f384c828c3933baa5a/volumes/3d9f6ba1-8418-4f13-bd27-17c639aa34ad"}], "user_id": "36b9b392cafe4b58b429be8e010baa08", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "88dd648f400c48f384c828c3933baa5a"}}' 2023-04-18 14:33:59,903 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/1fbf9e3f-365b-4749-8591-158ad177793f 0.120s 2023-04-18 14:33:59,903 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33: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-60ece7f9-64bf-49a8-8655-f613d0f85166', 'x-compute-request-id': 'req-60ece7f9-64bf-49a8-8655-f613d0f85166', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1fbf9e3f-365b-4749-8591-158ad177793f'} Body: b'' 2023-04-18 14:34:00,122 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/1fbf9e3f-365b-4749-8591-158ad177793f 0.218s 2023-04-18 14:34:00,123 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1662', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00d6b2d0-7586-4777-a6da-fb087ae825bd', 'x-compute-request-id': 'req-00d6b2d0-7586-4777-a6da-fb087ae825bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1fbf9e3f-365b-4749-8591-158ad177793f'} Body: b'{"server": {"id": "1fbf9e3f-365b-4749-8591-158ad177793f", "name": "tempest-AttachVolumeTestJSON-server-112464000", "status": "ACTIVE", "tenant_id": "88dd648f400c48f384c828c3933baa5a", "user_id": "36b9b392cafe4b58b429be8e010baa08", "metadata": {}, "hostId": "43bc6bfb06764f8021125bfe676e409bafe803e91c9d640473454d2b", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:32:06Z", "updated": "2023-04-18T14:34:00Z", "addresses": {"tempest-AttachVolumeTestJSON-553010721-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:13:d5"}, {"version": 4, "addr": "172.24.4.236", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:13:d5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1fbf9e3f-365b-4749-8591-158ad177793f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1fbf9e3f-365b-4749-8591-158ad177793f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1743159305", "OS-SRV-USG:launched_at": "2023-04-18T14:32:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1787253608"}], "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 14:34:50,319 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/1fbf9e3f-365b-4749-8591-158ad177793f 0.134s 2023-04-18 14:34:50,320 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:34: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-d82d5ca2-bf2f-4a7b-b2b9-ac62620a8d96', 'x-compute-request-id': 'req-d82d5ca2-bf2f-4a7b-b2b9-ac62620a8d96', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1fbf9e3f-365b-4749-8591-158ad177793f'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 1fbf9e3f-365b-4749-8591-158ad177793f could not be found."}}' 2023-04-18 14:34:50,349 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1743159305 0.028s 2023-04-18 14:34:50,349 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:34: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-65b6ab96-6e92-4c7b-a7fb-7792e21b41f2', 'x-compute-request-id': 'req-65b6ab96-6e92-4c7b-a7fb-7792e21b41f2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1743159305'} Body: b'' 2023-04-18 14:34:50,640 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/66431364-592e-4b3f-9183-ad28cfc32af4 0.290s 2023-04-18 14:34:50,641 79803 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-7ff2b4c3-a543-42c7-a8a4-4635a6c53ba5', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 14:34:50 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/66431364-592e-4b3f-9183-ad28cfc32af4'} Body: b'' 2023-04-18 14:34:50,666 79803 INFO [t empest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/66431364-592e-4b3f-9183-ad28cfc32af4 0.024s 2023-04-18 14:34:50,666 79803 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-677cd563-053c-4f5f-879c-122fddc2d477', 'date': 'Tue, 18 Apr 2023 14:34:50 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/66431364-592e-4b3f-9183-ad28cfc32af4'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 66431364-592e-4b3f-9183-ad28cfc32af4 does not exist", "detail": ""}}' 2023-04-18 14:34:51,115 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/c2f9c3cd-3b25-43c2-912b-88b8f74eadb3 0.448s 2023-04-18 14:34:51,115 79803 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-554586a4-7b3e-44c3-a718-1ce85bcb9706', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 14:34:51 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/c2f9c3cd-3b25-43c2-912b-88b8f74eadb3'} Body: b'' {8} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show_delete [0.397925s] ... ok {8} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_list_by_optional_params [0.263807s] ... ok {8} tempest.api.volume.test_versions.VersionsTest.test_list_versions [0.028265s] ... ok {8} tempest.api.volume.test_versions.VersionsTest.test_show_version [0.171275s] ... ok {8} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test) ... SKIPPED: Cinder backup feature disabled {8} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete [1.688151s] ... 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 aa8cb86c-b251-4ab4-993f-ce4b04b406ed failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:35:01,222 79803 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 202 POST http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes 0.405s 2023-04-18 14:35:01,222 79803 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-1519109727", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03e10abf-4376-469b-88bf-ee00d371f26f', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03e10abf-4376-469b-88bf-ee00d371f26f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes'} Body: b'{"volume": {"id": "aa8cb86c-b251-4ab4-993f-ce4b04b406ed", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:35:01.152469", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1519109727", "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/1b1f90cede364b54a3c92a410bebfd09/volumes/aa8cb86c-b251-4ab4-993f-ce4b04b406ed"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1b1f90cede364b54a3c92a410bebfd09/volumes/aa8cb86c-b251-4ab4-993f-ce4b04b406ed"}], "user_id": "4cd4ddb7f34f43608ea377f3591096de", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:35:01,287 79803 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes/aa8cb86c-b251-4ab4-993f-ce4b04b406ed 0.053s 2023-04-18 14:35:01,287 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d3a4927-1abf-4ec7-8e62-15bb8609feb9', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d3a4927-1abf-4ec7-8e62-15bb8609feb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes/aa8cb86c-b251-4ab4-993f-ce4b04b406ed'} Body: b'{"volume": {"id": "aa8cb86c-b251-4ab4-993f-ce4b04b406ed", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:35:01.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1519109727", "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/1b1f90cede364b54a3c92a410bebfd09/volumes/aa8cb86c-b251-4ab4-993f-ce4b04b406ed"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1b1f90cede364b54a3c92a410bebfd09/volumes/aa8cb86c-b251-4ab4-993f-ce4b04b406ed"}], "user_id": "4cd4ddb7f34f43608ea377f3591096de", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b1f90cede364b54a3c92a410bebfd09"}}' 2023-04-18 14:35:02,356 79803 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes/aa8cb86c-b251-4ab4-993f-ce4b04b406ed 0.052s 2023-04-18 14:35:02,357 79803 DEBUG [tempest. lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e7a40c2-8ab6-48ec-a4de-c0947af3b0d4', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e7a40c2-8ab6-48ec-a4de-c0947af3b0d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes/aa8cb86c-b251-4ab4-993f-ce4b04b406ed'} Body: b'{"volume": {"id": "aa8cb86c-b251-4ab4-993f-ce4b04b406ed", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:35:01.000000", "updated_at": "2023-04-18T14:35:01.000000", "name": "tempest-VolumesGetTest-Volume-1519109727", "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/1b1f90cede364b54a3c92a410bebfd09/volumes/aa8cb86c-b251-4ab4-993f-ce4b04b406ed"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1b1f90cede364b54a3c92a410bebfd09/volumes/aa8cb86c-b251-4ab4-993f-ce4b04b406ed"}], "user_id": "4cd4ddb7f34f43608ea377f3591096de", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b1f90cede364b54a3c92a410bebfd09"}}' 2023-04-18 14:35:02,476 79803 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes/aa8cb86c-b251-4ab4-993f-ce4b04b406ed 0.107s 2023-04-18 14:35:02,477 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:02 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-d10d0420-de23-4fd5-99dd-c3bc28efd5bc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes/aa8cb86c-b251-4ab4-993f-ce4b04b406ed'} Body: b'' 2023-04-18 14:35:02,502 79803 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes/aa8cb86c-b251-4ab4-993f-ce4b04b406ed 0.024s 2023-04-18 14:35:02,503 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:02 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-33bdb93a-85d7-4957-8436-b415953a4adc', 'x-openstack-request-id': 'req-33bdb93a-85d7-4957-8436-b415953a4adc', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes/aa8cb86c-b251-4ab4-993f-ce4b04b406ed'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume aa8cb86c-b251-4ab4-993f-ce4b04b406ed could not be found."}}' {8} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone [1.505738s] ... 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 ae202cdc-6839-44ff-8873-4eaa5acfb0e0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:35:02,716 79803 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/1b1f90cede364b54a3c92a410bebfd09/volumes 0.208s 2023-04-18 14:35:02,717 79803 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-1081417428"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95e6bc36-cb31-4bd9-a707-a62f0227be5e', 'content-length': '812', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95e6bc36-cb31-4bd9-a707-a62f0227be5e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes'} Body: b'{"volume": {"id": "ae202cdc-6839-44ff-8873-4eaa5acfb0e0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:35:02.645841", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1081417428", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes/ae202cdc-6839-44ff-8873-4eaa5acfb0e0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1b1f90cede364b54a3c92a410bebfd09/volumes/ae202cdc-6839-44ff-8873-4eaa5acfb0e0"}], "user_id": "4cd4ddb7f34f43608ea377f3591096de", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:35:02,765 79803 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/1b1f90cede364b54a3c92a410bebfd09/volumes/ae202cdc-6839-44ff-8873-4eaa5acfb0e0 0.039s 2023-04-18 14:35:02,766 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b36a6b6-554d-4ca3-b28a-1b0891cc56b8', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b36a6b6-554d-4ca3-b28a-1b0891cc56b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes/ae202cdc-6839-44ff-8873-4eaa5acfb0e0'} Body: b'{"volume": {"id": "ae202cdc-6839-44ff-8873-4eaa5acfb0e0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:35:03.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1081417428", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes/ae202cdc-6839-44ff-8873-4eaa5acfb0e0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1b1f90cede364b54a3c92a410bebfd09/volumes/ae202cdc-6839-44ff-8873-4eaa5acfb0e0"}], "user_id": "4cd4ddb7f34f43608ea377f3591096de", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b1f90cede364b54a3c92a410bebfd09"}}' 2023-04-18 14:35:03,819 79803 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/1b1f90cede364b54a3c92a410bebfd09/volumes/ae202cdc-6839-44ff-8873-4eaa5acfb0e0 0.042s 2023-04-18 14:35:03,819 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44b2f929-20ff-4e6b-b6df-80a448cbc817', 'content-length': '901', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44b2f929-20ff-4e6b-b6df-80a448cbc817', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes/ae202cdc-6839-44ff-8873-4eaa5acfb0e0'} Body: b'{"volume": {"id": "ae202cdc-6839-44ff-8873-4eaa5acfb0e0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:35:03.000000", "updated_at": "2023-04-18T14:35:03.000000", "name": "tempest-VolumesGetTest-Volume-1081417428", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes/ae202cdc-6839-44ff-8873-4eaa5acfb0e0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1b1f90cede364b54a3c92a410bebfd09/volumes/ae202cdc-6839-44ff-8873-4eaa5acfb0e0"}], "user_id": "4cd4ddb7f34f43608ea377f3591096de", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b1f90cede364b54a3c92a410bebfd09"}}' 2023-04-18 14:35:03,871 79803 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes/ae202cdc-6839-44ff-8873-4eaa5acfb0e0 0.040s 2023-04-18 14:35:03,871 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-439a375e-131e-4799-b46a-6a8a041d8310', 'content-length': '901', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-439a375e-131e-4799-b46a-6a8a041d8310', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes/ae202cdc-6839-44ff-8873-4eaa5acfb0e0'} Body: b'{"volume": {"id": "ae202cdc-6839-44ff-8873-4eaa5acfb0e0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:35:03.000000", "updated_at": "2023-04-18T14:35:03.000000", "name": "tempest-VolumesGetTest-Volume-1081417428", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes/ae202cdc-6839-44ff-8873-4eaa5acfb0e0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1b1f90cede364b54a3c92a410bebfd09/volumes/ae202cdc-6839-44ff-8873-4eaa5acfb0e0"}], "user_id": "4cd4ddb7f34f43608ea377f3591096de", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b1f90cede364b54a3c92a410bebfd09"}}' 2023-04-18 14:35:03,987 79803 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes/ae202cdc-6839-44ff-8873-4eaa5acfb0e0 0.105s 2023-04-18 14:35:03,987 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:03 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-035dc398-83ca-4caa-95d1-ea9829d6549e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes/ae202cdc-6839-44ff-8873-4eaa5acfb0e0'} Body: b'' 2023-04-18 14:35:04,011 79803 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes/ae202cdc-6839-44ff-8873-4eaa5acfb0e0 0.024s 2023-04-18 14:35:04,012 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:03 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-36568378-940e-4375-ad4c-73eb8b203d9a', 'x-openstack-request-id': 'req-36568378-940e-4375-ad4c-73eb8b203d9a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes/ae202cdc-6839-44ff-8873-4eaa5acfb0e0'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume ae202cdc-6839-44ff-8873-4eaa5acfb0e0 could not be found."}}' {8} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image [1.658427s] ... 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 3a5023d9-141e-4bbf-b44f-64e2ae09e6f4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:35:04,042 79803 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/e440225d-a438-40cc-be07-38db2a963dd0 0.026s 2023-04-18 14:35:04,043 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-bc3ec922-5961-4ebc-82bf-89625cc3f3f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/e440225d-a438-40cc-be07-38db2a963dd0'} 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": "e839ed9d641847bc91c3b533e75d2a93", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "e440225d-a438-40cc-be07-38db2a963dd0", "created_at": "2023-04-18T14:25:28Z", "updated_at": "2023-04-18T14:25:30Z", "tags": [], "self": "/v2/images/e440225d-a438-40cc-be07-38db2a963dd0", "file": "/v2/images/e440225d-a438-40cc-be07-38db2a963dd0/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:35:04,398 79803 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/1b1f90cede364b54a3c92a410bebfd09/volumes 0.354s 2023-04-18 14:35:04,398 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "size": 1, "name": "tempest-VolumesGetTest-Volume-1919928458", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba7ad8e1-9b46-4fb3-9db3-ec1708f994b7', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba7ad8e1-9b46-4fb3-9db3-ec1708f994b7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes'} Body: b'{"volume": {"id": "3a5023d9-141e-4bbf-b44f-64e2ae09e6f4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:35:04.335400", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1919928458", "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/1b1f90cede364b54a3c92a410bebfd09/volumes/3a5023d9-141e-4bbf-b44f-64e2ae09e6f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1b1f90cede364b54a3c92a410bebfd09/volumes/3a5023d9-141e-4bbf-b44f-64e2ae09e6f4"}], "user_id": "4cd4ddb7f34f43608ea377f3591096de", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:35:04,478 79803 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/1b1f90cede364b54a3c92a410bebfd09/volumes/3a5023d9-141e-4bbf-b44f-64e2ae09e6f4 0.070s 2023-04-18 14:35:04,478 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cba910d9-34b7-4bea-973a-546958dd03ad', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cba910d9-34b7-4bea-973a-546958dd03ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes/3a5023d9-141e-4bbf-b44f-64e2ae09e6f4'} Body: b'{"volume": {"id": "3a5023d9-141e-4bbf-b44f-64e2ae09e6f4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:35:04.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1919928458", "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/1b1f90cede364b54a3c92a410bebfd09/volumes/3a5023d9-141e-4bbf-b44f-64e2ae09e6f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1b1f90cede364b54a3c92a410bebfd09/volumes/3a5023d9-141e-4bbf-b44f-64e2ae09e6f4"}], "user_id": "4cd4ddb7f34f43608ea377f3591096de", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b1f90cede364b54a3c92a410bebfd09"}}' 2023-04-18 14:35:05,532 79803 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/1b1f90cede364b54a3c92a410bebfd09/volumes/3a5023d9-141e-4bbf-b44f-64e2ae09e6f4 0.041s 2023-04-18 14:35:05,532 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-061969a9-67d7-49f2-aba5-e07a9dc61baa', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-061969a9-67d7-49f2-aba5-e07a9dc61baa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes/3a5023d9-141e-4bbf-b44f-64e2ae09e6f4'} Body: b'{"volume": {"id": "3a5023d9-141e-4bbf-b44f-64e2ae09e6f4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:35:04.000000", "updated_at": "2023-04-18T14:35:04.000000", "name": "tempest-VolumesGetTest-Volume-1919928458", "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/1b1f90cede364b54a3c92a410bebfd09/volumes/3a5023d9-141e-4bbf-b44f-64e2ae09e6f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1b1f90cede364b54a3c92a410bebfd09/volumes/3a5023d9-141e-4bbf-b44f-64e2ae09e6f4"}], "user_id": "4cd4ddb7f34f43608ea377f3591096de", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b1f90cede364b54a3c92a410bebfd09"}}' 2023-04-18 14:35:05,651 79803 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes/3a5023d9-141e-4bbf-b44f-64e2ae09e6f4 0.108s 2023-04-18 14:35:05,652 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:05 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-87a319ff-c05e-4647-b500-11f31745c88d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes/3a5023d9-141e-4bbf-b44f-64e2ae09e6f4'} Body: b'' 2023-04-18 14:35:05,673 79803 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes/3a5023d9-141e-4bbf-b44f-64e2ae09e6f4 0.021s 2023-04-18 14:35:05,673 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35: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-675cd5c9-faf1-415c-b285-627bd8451877', 'x-openstack-request-id': 'req-675cd5c9-faf1-415c-b285-627bd8451877', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes/3a5023d9-141e-4bbf-b44f-64e2ae09e6f4'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3a5023d9-141e-4bbf-b44f-64e2ae09e6f4 could not be found."}}' {8} setUpClass (tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore) ... SKIPPED: Backup is not enable. {8} setUpClass (tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached) ... SKIPPED: Cinder multi-backend feature disabled {8} setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest) ... SKIPPED: Cinder backup feature disabled {2} setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest) ... SKIPPED: Volume multi-attach is not available. {6} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume [122.484698s] ... 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 35085088-d2eb-4c33-a888-b3265931a70c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:33:45,722 79799 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/e5323297-c840-4fd6-9a76-727ed36de870 0.369s 2023-04-18 14:33:45,723 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1493', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-408104ad-f4f0-4322-9ad9-50861bec3709', 'x-compute-request-id': 'req-408104ad-f4f0-4322-9ad9-50861bec3709', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e5323297-c840-4fd6-9a76-727ed36de870'} Body: b'{"server": {"id": "e5323297-c840-4fd6-9a76-727ed36de870", "name": "tempest-ServersNegativeTestJSON-server-736255234", "status": "ACTIVE", "tenant_id": "3312c2b6e41142799cb66dd1377558d8", "user_id": "b209357fca7f40c0b52507a285e054e3", "metadata": {}, "hostId": "eaa951ff83402a0ae8fc9b40afccf9585c7dbf0db99a3b326a2d8553", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:29:12Z", "updated": "2023-04-18T14:29:30Z", "addresses": {"tempest-ServersNegativeTestJSON-130376378-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:73:6f:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e5323297-c840-4fd6-9a76-727ed36de870"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e5323297-c840-4fd6-9a76-727ed36de870"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T14:29: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": []}}' 2023-04-18 14:34:46,233 79799 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 202 POST http://10.0.0.210/volume/v3/3312c2b6e41142799cb66dd1377558d8/volumes 0.439s 2023-04-18 14:34:46,234 79799 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-1495895035"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:34:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ab3803d-e252-4573-a739-4426a3021634', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ab3803d-e252-4573-a739-4426a3021634', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3312c2b6e41142799cb66dd1377558d8/volumes'} Body: b'{"volume": {"id": "35085088-d2eb-4c33-a888-b3265931a70c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:34:46.173686", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1495895035", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3312c2b6e41142799cb66dd1377558d8/volumes/35085088-d2eb-4c33-a888-b3265931a70c"}, {"rel": "bookmark", "href": "http://10.0.0. 210/volume/3312c2b6e41142799cb66dd1377558d8/volumes/35085088-d2eb-4c33-a888-b3265931a70c"}], "user_id": "b209357fca7f40c0b52507a285e054e3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:34:46,354 79799 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 200 GET http://10.0.0.210/volume/v3/3312c2b6e41142799cb66dd1377558d8/volumes/35085088-d2eb-4c33-a888-b3265931a70c 0.101s 2023-04-18 14:34:46,354 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:34:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d087e96-ebd5-432d-92bb-28991fee6657', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d087e96-ebd5-432d-92bb-28991fee6657', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3312c2b6e41142799cb66dd1377558d8/volumes/35085088-d2eb-4c33-a888-b3265931a70c'} Body: b'{"volume": {"id": "35085088-d2eb-4c33-a888-b3265931a70c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:34:46.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1495895035", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3312c2b6e41142799cb66dd1377558d8/volumes/35085088-d2eb-4c33-a888-b3265931a70c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3312c2b6e41142799cb66dd1377558d8/volumes/35085088-d2eb-4c33-a888-b3265931a70c"}], "user_id": "b209357fca7f40c0b52507a285e054e3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3312c2b6e41142799cb66dd1377558d8"}}' 2023-04-18 14:34:47,422 79799 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 200 GET http://10.0.0.210/volume/v3/3312c2b6e41142799cb66dd1377558d8/volumes/35085088-d2eb-4c33-a888-b3265931a70c 0.056s 2023-04-18 14:34:47,422 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:34:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-504603f4-d8a7-4d0f-b72b-76826b830354', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-504603f4-d8a7-4d0f-b72b-76826b830354', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3312c2b6e41142799cb66dd1377558d8/volumes/35085088-d2eb-4c33-a888-b3265931a70c'} Body: b'{"volume": {"id": "35085088-d2eb-4c33-a888-b3265931a70c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:34:46.000000", "updated_at": "2023-04-18T14:34:46.000000", "name": "tempest-ServersNegativeTestJSON-volume-1495895035", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3312c2b6e41142799cb66dd1377558d8/volumes/35085088-d2eb-4c33-a888-b3265931a70c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3312c2b6e41142799cb66dd1377558d8/volumes/35085088-d2eb-4c33-a888-b3265931a70c"}], "user_id": "b209357fca7f40c0b52507a285e054e3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-te nant-attr:tenant_id": "3312c2b6e41142799cb66dd1377558d8"}}' 2023-04-18 14:34:47,754 79799 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/e5323297-c840-4fd6-9a76-727ed36de870 0.315s 2023-04-18 14:34:47,755 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:34:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1493', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0e6c50e0-dae0-47ee-ae0b-cf6cda265dca', 'x-compute-request-id': 'req-0e6c50e0-dae0-47ee-ae0b-cf6cda265dca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e5323297-c840-4fd6-9a76-727ed36de870'} Body: b'{"server": {"id": "e5323297-c840-4fd6-9a76-727ed36de870", "name": "tempest-ServersNegativeTestJSON-server-736255234", "status": "ACTIVE", "tenant_id": "3312c2b6e41142799cb66dd1377558d8", "user_id": "b209357fca7f40c0b52507a285e054e3", "metadata": {}, "hostId": "eaa951ff83402a0ae8fc9b40afccf9585c7dbf0db99a3b326a2d8553", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:29:12Z", "updated": "2023-04-18T14:29:30Z", "addresses": {"tempest-ServersNegativeTestJSON-130376378-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:73:6f:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e5323297-c840-4fd6-9a76-727ed36de870"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e5323297-c840-4fd6-9a76-727ed36de870"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T14:29: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": []}}' {11} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario [166.375984s] ... 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 00659da0-2d27-4793-9042-e1ecbaf3ad73 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:33:20,651 79809 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 14:33:21,314 79809 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/image/v2/images 0.663s 2023-04-18 14:33:21,315 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--903897670", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/6150ed4c-70a5-4d8f-a1a5-8157805c1353', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-003ce9b6-9cac-42bb-9c66-1f81634ee4e1', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--903897670", "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": "37b30ff7e42a496fa0abfb7102e9c0b8", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "6150ed4c-70a5-4d8f-a1a5-8157805c1353", "created_at": "2023-04-18T14:33:21Z", "updated_at": "2023-04-18T14:33:21Z", "tags": [], "self": "/v2/images/6150ed4c-70a5-4d8f-a1a5-8157805c1353", "file": "/v2/images/6150ed4c-70a5-4d8f-a1a5-8157805c1353/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:33:22,835 79809 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.0.0.210/image/v2/images/6150ed4c-70a5-4d8f-a1a5-8157805c1353/file 1.520s 2023-04-18 14:33:22,836 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-69b5af9b-18e5-4c8e-812b-bc7b07fb08c7', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/6150ed4c-70a5-4d8f-a1a5-8157805c1353/file'} Body: b'' 2023-04-18 14:33:22,836 79809 DEBUG [tempest.scenario.manager] image:6150ed4c-70a5-4d8f-a1a5-8157805c1353 2023-04-18 14:33:22,945 79809 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.107s 2023-04-18 14:33:22,946 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-68293471", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOvPVWEVZ3QVvaQ/JloSpOqkmksb3FC8sR9eC5cz+U1/SxlqHa3H2YrWBe53g24/LNx+mMIvupfZjH/XaJkvoxF8NUdL03NvLxNWIJHFgGdUP+lZXI6f9h0iVERt+LLMRA=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '401', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-171e17cf-2d36-4d09-8599-fe53204afffa', 'x-compute-request-id': 'req-171e17cf-2d36-4d09-8599-fe53204afffa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-6829347 1", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOvPVWEVZ3QVvaQ/JloSpOqkmksb3FC8sR9eC5cz+U1/SxlqHa3H2YrWBe53g24/LNx+mMIvupfZjH/XaJkvoxF8NUdL03NvLxNWIJHFgGdUP+lZXI6f9h0iVERt+LLMRA==", "fingerprint": "31:50:37:05:55:28:f8:50:cf:56:48:ad:0e:d0:a1:1e", "user_id": "6ae2d60ff00f4be59827e15aece5d8c4"}}' 2023-04-18 14:33:23,034 79809 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.080s 2023-04-18 14:33:23,035 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:22 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-d1e609b2-ba6c-4bc4-bc1a-88a6988d73ac', '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": "6ae2d60ff00f4be59827e15aece5d8c4", "name": "tempest-TestMinimumBasicScenario-317059403-project-member", "password_expires_at": null}, "audit_ids": ["YfZtUovnQKSImjJkwNB1aQ"], "expires_at": "2023-04-18T15:33:22.000000Z", "issued_at": "2023-04-18T14:33:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b30ff7e42a496fa0abfb7102e9c0b8", "name": "tempest-TestMinimumBasicScenario-317059403"}, "is_domain": false, "roles": [{"id": "0385370a4e0841d8b36ccb710ecbbb7f", "name": "reader"}, {"id": "4e14878c038343709e6c1a4b1c9b9b3c", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba3e4f0604614d5cbe532cc36d623cd0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "077962f5889e4dc5b1df7317cb3104c1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d5a2290495040dd9cc776d460990be5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "36bb6b6348e44e578468f7cf12ee6657", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dad492a01e614a8a8914690c07ebad0a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/37b30ff7e42a496fa0abfb7102e9c0b8", "region": "RegionOne"}], "id": "3fc212b920c3401e85def1124172e916", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "cf3bc891281f458db82d1181bcf74100", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "627889b053b346adb8ce9b1ba8efb774", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "066c5b55b9574d78975bbbb61c530bad", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/37b30ff7e42a496fa0abfb7102e9c0b8", "region": "RegionOne"}], "id": "abe9a7d894f740b1943da54d0c46ff7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a19a55206f6f49c9916ef45abbdb3141", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "afe69c9d4c0445c18ac07b7dd26c92ee", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b9742eaa6b4c43b48cde80e15563fd79", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/37b30ff7e42a496fa0abfb7102e9c0b8", "region": "RegionOne"}], "id": "b81eaa96c4e5426dab17a1d0acda7740", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0b96ff58903940ffa3fe3bb3c1bebe24", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "bc2f14763262433a9f02c157a34e208f", "type": "network", "name": "neutron"}]}}' 2023-04-18 14:33:23,035 79809 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found network {'id ': '15f69a51-bdb4-419b-ab40-87648b533468', 'name': 'tempest-TestMinimumBasicScenario-502708264-network', 'tenant_id': '37b30ff7e42a496fa0abfb7102e9c0b8', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '37b30ff7e42a496fa0abfb7102e9c0b8', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 53787, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T14:30:19Z', 'updated_at': '2023-04-18T14:30:19Z', 'revision_number': 1} available for tenant 2023-04-18 14:33:23,707 79809 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/compute/v2.1/servers 0.671s 2023-04-18 14:33:23,707 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1851182937", "imageRef": "6150ed4c-70a5-4d8f-a1a5-8157805c1353", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-68293471", "networks": [{"uuid": "15f69a51-bdb4-419b-ab40-87648b533468"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/b6a78d1f-313b-4957-8a3f-75244b0b242f', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5848a5c1-8640-4d14-a625-b0a83108b3ad', 'x-compute-request-id': 'req-5848a5c1-8640-4d14-a625-b0a83108b3ad', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "b6a78d1f-313b-4957-8a3f-75244b0b242f", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b6a78d1f-313b-4957-8a3f-75244b0b242f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b6a78d1f-313b-4957-8a3f-75244b0b242f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "hckqAv67TgHV"}}' 2023-04-18 14:33:23,780 79809 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/b6a78d1f-313b-4957-8a3f-75244b0b242f 0.070s 2023-04-18 14:33:23,781 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1251', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-98124e22-57f2-4b29-8b8d-fefaaf4acb81', 'x-compute-request-id': 'req-98124e22-57f2-4b29-8b8d-fefaaf4acb81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b6a78d1f-313b-4957-8a3f-75244b0b242f'} Body: b'{"server": {"id": "b6a78d1f-313b-4957-8a3f-75244b0b242f", "name": "tempest-TestMinimumBasicScenario-server-1851182937", "status": "BUILD", "tenant_id": "37b30ff7e42a496fa0abfb7102e9c0b8", "user_id": "6ae2d60ff00f4be59827e15aece5d8c4", "metadata": {}, "hostId": "", "image": {"id": "6150ed4c-70a5-4d8f-a1a5-8157805c1353", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6150ed4c-70a5-4d8f-a1a5-8157805c1353"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:33:24Z", "updated": "2023-04-18T14:33:23Z", "addresses": {}, "accessIPv 4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b6a78d1f-313b-4957-8a3f-75244b0b242f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b6a78d1f-313b-4957-8a3f-75244b0b242f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-68293471", "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 14:34:14,104 79809 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/b6a78d1f-313b-4957-8a3f-75244b0b242f 0.261s 2023-04-18 14:34:14,105 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:34:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1534', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-494c3c80-722f-4f6f-82dd-22b535f990aa', 'x-compute-request-id': 'req-494c3c80-722f-4f6f-82dd-22b535f990aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b6a78d1f-313b-4957-8a3f-75244b0b242f'} Body: b'{"server": {"id": "b6a78d1f-313b-4957-8a3f-75244b0b242f", "name": "tempest-TestMinimumBasicScenario-server-1851182937", "status": "ACTIVE", "tenant_id": "37b30ff7e42a496fa0abfb7102e9c0b8", "user_id": "6ae2d60ff00f4be59827e15aece5d8c4", "metadata": {}, "hostId": "0fb4b9e062134db432b960484c1a8a9e467a6769184e1e67e17f275a", "image": {"id": "6150ed4c-70a5-4d8f-a1a5-8157805c1353", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6150ed4c-70a5-4d8f-a1a5-8157805c1353"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:33:23Z", "updated": "2023-04-18T14:33:31Z", "addresses": {"tempest-TestMinimumBasicScenario-502708264-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c8:8a:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b6a78d1f-313b-4957-8a3f-75244b0b242f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b6a78d1f-313b-4957-8a3f-75244b0b242f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-68293471", "OS-SRV-USG:launched_at": "2023-04-18T14:33:31.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 14:34:14,116 79809 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-18 14:35:14,406 79809 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/b6a78d1f-313b-4957-8a3f-75244b0b242f 0.261s 2023-04-18 14:35:14,406 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1534', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d9f c679-90b0-47bf-b197-33f1ab32fe89', 'x-compute-request-id': 'req-4d9fc679-90b0-47bf-b197-33f1ab32fe89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b6a78d1f-313b-4957-8a3f-75244b0b242f'} Body: b'{"server": {"id": "b6a78d1f-313b-4957-8a3f-75244b0b242f", "name": "tempest-TestMinimumBasicScenario-server-1851182937", "status": "ACTIVE", "tenant_id": "37b30ff7e42a496fa0abfb7102e9c0b8", "user_id": "6ae2d60ff00f4be59827e15aece5d8c4", "metadata": {}, "hostId": "0fb4b9e062134db432b960484c1a8a9e467a6769184e1e67e17f275a", "image": {"id": "6150ed4c-70a5-4d8f-a1a5-8157805c1353", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6150ed4c-70a5-4d8f-a1a5-8157805c1353"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:33:23Z", "updated": "2023-04-18T14:33:31Z", "addresses": {"tempest-TestMinimumBasicScenario-502708264-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c8:8a:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b6a78d1f-313b-4957-8a3f-75244b0b242f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b6a78d1f-313b-4957-8a3f-75244b0b242f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-68293471", "OS-SRV-USG:launched_at": "2023-04-18T14:33:31.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 14:35:14,502 79809 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers 0.084s 2023-04-18 14:35:14,502 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:14 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-9c0d47a7-0b2e-4b8c-b329-b84fd8d31a11', 'x-compute-request-id': 'req-9c0d47a7-0b2e-4b8c-b329-b84fd8d31a11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "b6a78d1f-313b-4957-8a3f-75244b0b242f", "name": "tempest-TestMinimumBasicScenario-server-1851182937", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b6a78d1f-313b-4957-8a3f-75244b0b242f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b6a78d1f-313b-4957-8a3f-75244b0b242f"}]}]}' 2023-04-18 14:35:14,666 79809 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/b6a78d1f-313b-4957-8a3f-75244b0b242f 0.159s 2023-04-18 14:35:14,666 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1534', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2cfaec0b-8b4b-471f-94f6-7ca73e1e09ea', 'x-compute-request-id': 'req-2cfaec0b-8b4b-471f-94f6-7ca73e1e09ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b6a78d1f-313b-4957-8a3f-752 44b0b242f'} Body: b'{"server": {"id": "b6a78d1f-313b-4957-8a3f-75244b0b242f", "name": "tempest-TestMinimumBasicScenario-server-1851182937", "status": "ACTIVE", "tenant_id": "37b30ff7e42a496fa0abfb7102e9c0b8", "user_id": "6ae2d60ff00f4be59827e15aece5d8c4", "metadata": {}, "hostId": "0fb4b9e062134db432b960484c1a8a9e467a6769184e1e67e17f275a", "image": {"id": "6150ed4c-70a5-4d8f-a1a5-8157805c1353", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6150ed4c-70a5-4d8f-a1a5-8157805c1353"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:33:23Z", "updated": "2023-04-18T14:33:31Z", "addresses": {"tempest-TestMinimumBasicScenario-502708264-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c8:8a:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b6a78d1f-313b-4957-8a3f-75244b0b242f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b6a78d1f-313b-4957-8a3f-75244b0b242f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-68293471", "OS-SRV-USG:launched_at": "2023-04-18T14:33:31.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 14:35:14,882 79809 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/volume/v3/37b30ff7e42a496fa0abfb7102e9c0b8/volumes 0.204s 2023-04-18 14:35:14,883 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-2144626519", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d87f18b4-163e-4bf2-b5c0-94943c880466', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d87f18b4-163e-4bf2-b5c0-94943c880466', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/37b30ff7e42a496fa0abfb7102e9c0b8/volumes'} Body: b'{"volume": {"id": "00659da0-2d27-4793-9042-e1ecbaf3ad73", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:35:14.820238", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-2144626519", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/37b30ff7e42a496fa0abfb7102e9c0b8/volumes/00659da0-2d27-4793-9042-e1ecbaf3ad73"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/37b30ff7e42a496fa0abfb7102e9c0b8/volumes/00659da0-2d27-4793-9042-e1ecbaf3ad73"}], "user_id": "6ae2d60ff00f4be59827e15aece5d8c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:35:14,954 79809 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/37b30ff7e42a496fa0abfb7102e9c0b8/volumes/00659da0-2d27-4793-9042-e1ecbaf3ad73 0.062s 2023-04-18 14:35:14,955 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request -id': 'req-a6d922e5-ccb6-4473-bc5a-03e6406b42f4', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6d922e5-ccb6-4473-bc5a-03e6406b42f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/37b30ff7e42a496fa0abfb7102e9c0b8/volumes/00659da0-2d27-4793-9042-e1ecbaf3ad73'} Body: b'{"volume": {"id": "00659da0-2d27-4793-9042-e1ecbaf3ad73", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:35:15.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-2144626519", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/37b30ff7e42a496fa0abfb7102e9c0b8/volumes/00659da0-2d27-4793-9042-e1ecbaf3ad73"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/37b30ff7e42a496fa0abfb7102e9c0b8/volumes/00659da0-2d27-4793-9042-e1ecbaf3ad73"}], "user_id": "6ae2d60ff00f4be59827e15aece5d8c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "37b30ff7e42a496fa0abfb7102e9c0b8"}}' 2023-04-18 14:35:16,009 79809 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/37b30ff7e42a496fa0abfb7102e9c0b8/volumes/00659da0-2d27-4793-9042-e1ecbaf3ad73 0.041s 2023-04-18 14:35:16,009 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d1428c0-4ae0-4f01-8d81-ed97cb5de7bf', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d1428c0-4ae0-4f01-8d81-ed97cb5de7bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/37b30ff7e42a496fa0abfb7102e9c0b8/volumes/00659da0-2d27-4793-9042-e1ecbaf3ad73'} Body: b'{"volume": {"id": "00659da0-2d27-4793-9042-e1ecbaf3ad73", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:35:15.000000", "updated_at": "2023-04-18T14:35:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-2144626519", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/37b30ff7e42a496fa0abfb7102e9c0b8/volumes/00659da0-2d27-4793-9042-e1ecbaf3ad73"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/37b30ff7e42a496fa0abfb7102e9c0b8/volumes/00659da0-2d27-4793-9042-e1ecbaf3ad73"}], "user_id": "6ae2d60ff00f4be59827e15aece5d8c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "37b30ff7e42a496fa0abfb7102e9c0b8"}}' 2023-04-18 14:35:16,128 79809 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/37b30ff7e42a496fa0abfb7102e9c0b8/volumes/00659da0-2d27-4793-9042-e1ecbaf3ad73 0.106s 2023-04-18 14:35:16,128 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:16 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-a6929653-4db0-4b17-9553-61595600977b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/37b30ff7e42a496f a0abfb7102e9c0b8/volumes/00659da0-2d27-4793-9042-e1ecbaf3ad73'} Body: b'' 2023-04-18 14:35:16,149 79809 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/37b30ff7e42a496fa0abfb7102e9c0b8/volumes/00659da0-2d27-4793-9042-e1ecbaf3ad73 0.020s 2023-04-18 14:35:16,150 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:16 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-c69d5220-e646-4228-a79d-ed68655c423c', 'x-openstack-request-id': 'req-c69d5220-e646-4228-a79d-ed68655c423c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/37b30ff7e42a496fa0abfb7102e9c0b8/volumes/00659da0-2d27-4793-9042-e1ecbaf3ad73'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 00659da0-2d27-4793-9042-e1ecbaf3ad73 could not be found."}}' 2023-04-18 14:35:16,266 79809 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/b6a78d1f-313b-4957-8a3f-75244b0b242f 0.115s 2023-04-18 14:35:16,266 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:16 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-d819d637-8bb9-4066-bb66-081ba6055b8d', 'x-compute-request-id': 'req-d819d637-8bb9-4066-bb66-081ba6055b8d', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b6a78d1f-313b-4957-8a3f-75244b0b242f'} Body: b'' 2023-04-18 14:35:16,675 79809 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/b6a78d1f-313b-4957-8a3f-75244b0b242f 0.408s 2023-04-18 14:35:16,676 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1540', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1d05ceb-2c3a-4541-bce6-19c3979a60f0', 'x-compute-request-id': 'req-f1d05ceb-2c3a-4541-bce6-19c3979a60f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b6a78d1f-313b-4957-8a3f-75244b0b242f'} Body: b'{"server": {"id": "b6a78d1f-313b-4957-8a3f-75244b0b242f", "name": "tempest-TestMinimumBasicScenario-server-1851182937", "status": "ACTIVE", "tenant_id": "37b30ff7e42a496fa0abfb7102e9c0b8", "user_id": "6ae2d60ff00f4be59827e15aece5d8c4", "metadata": {}, "hostId": "0fb4b9e062134db432b960484c1a8a9e467a6769184e1e67e17f275a", "image": {"id": "6150ed4c-70a5-4d8f-a1a5-8157805c1353", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6150ed4c-70a5-4d8f-a1a5-8157805c1353"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:33:23Z", "updated": "2023-04-18T14:35:16Z", "addresses": {"tempest-TestMinimumBasicScenario-502708264-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c8:8a:2d"}]}, "accessIPv4": "", "accessIPv6": "" , "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b6a78d1f-313b-4957-8a3f-75244b0b242f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b6a78d1f-313b-4957-8a3f-75244b0b242f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-68293471", "OS-SRV-USG:launched_at": "2023-04-18T14:33:31.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 14:36:06,898 79809 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/b6a78d1f-313b-4957-8a3f-75244b0b242f 0.169s 2023-04-18 14:36:06,899 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:06 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-5d5e3316-d883-4c2e-a785-515d5cd2dd8c', 'x-compute-request-id': 'req-5d5e3316-d883-4c2e-a785-515d5cd2dd8c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b6a78d1f-313b-4957-8a3f-75244b0b242f'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance b6a78d1f-313b-4957-8a3f-75244b0b242f could not be found."}}' 2023-04-18 14:36:06,935 79809 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-68293471 0.036s 2023-04-18 14:36:06,936 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:06 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-4ba754df-f5b2-4a73-9b0a-a6fa54907131', 'x-compute-request-id': 'req-4ba754df-f5b2-4a73-9b0a-a6fa54907131', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-68293471'} Body: b'' 2023-04-18 14:36:07,026 79809 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/6150ed4c-70a5-4d8f-a1a5-8157805c1353 0.090s 2023-04-18 14:36:07,026 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-5cd1faeb-d08d-4f06-ac7d-ac7db45cac26', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/6150ed4c-70a5-4d8f-a1a5-8157805c1353'} Body: b'' {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert_with_volume_attached [123.311458s] ... 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 80dd65ab-cee3-442d-bfe8-77db7dfb0379 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:34:08,766 79789 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf 0.266s 2023-04-18 14:34:08,766 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:34:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1656', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-03eac9f4-05f5-4c68-b7be-c96ac159253d', 'x-compute-request-id': 'req-03eac9f4-05f5-4c68-b7be-c96ac159253d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf'} Body: b'{"server": {"id": "1f7c5ef9-09d6-477f-90a8-e6673f75b2cf", "name": "tempest-ServerActionsTestJSON-server-927544894", "status": "ACTIVE", "tenant_id": "279c1fea5cfc423b94ca756ebafb2515", "user_id": "614f7a3a8f3348df9d81f693e733905b", "metadata": {}, "hostId": "1d97c6007be92f7a9548b8855f1efa459953d4b7b8713acfa07de542", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:29:23Z", "updated": "2023-04-18T14:29:38Z", "addresses": {"tempest-ServerActionsTestJSON-1455921873-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:e3:8c"}, {"version": 4, "addr": "172.24.4.10", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:e3:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-962705370", "OS-SRV-USG:launched_at": "2023-04-18T14:29:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1576115659"}], "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 14:34:08,977 79789 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf 0.199s 2023-04-18 14:34:08,978 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:34:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1656', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bceb7575-ef1f-4850-b814-d9df6b3d0359', 'x-compute-request-id': 'req-bceb7575-ef1f-4850-b814-d9df6b3d0359', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf'} Body: b'{"server": {"id": "1f7c5ef9-09d6-477f-90a8-e6673f75b2cf", "name": "tempest-ServerActionsTestJSON-server-927544894", "status": "ACTIVE", "tenant_id": "279c1fea5cfc423b94ca756ebafb2515", "user_id": "614f7a3a8f3348df9d81f693e733905b", "metadata": {}, "hostId": "1d97c6007be92f7a9548b8855f1efa459953d4b7b8713acfa07de542", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0 .210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:29:23Z", "updated": "2023-04-18T14:29:38Z", "addresses": {"tempest-ServerActionsTestJSON-1455921873-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:e3:8c"}, {"version": 4, "addr": "172.24.4.10", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:e3:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-962705370", "OS-SRV-USG:launched_at": "2023-04-18T14:29:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1576115659"}], "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 14:34:09,835 79789 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf 0.845s 2023-04-18 14:34:09,836 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:34:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1656', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c08e5a65-da0e-446e-bfe2-0b4a9dd6d891', 'x-compute-request-id': 'req-c08e5a65-da0e-446e-bfe2-0b4a9dd6d891', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf'} Body: b'{"server": {"id": "1f7c5ef9-09d6-477f-90a8-e6673f75b2cf", "name": "tempest-ServerActionsTestJSON-server-927544894", "status": "ACTIVE", "tenant_id": "279c1fea5cfc423b94ca756ebafb2515", "user_id": "614f7a3a8f3348df9d81f693e733905b", "metadata": {}, "hostId": "1d97c6007be92f7a9548b8855f1efa459953d4b7b8713acfa07de542", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:29:23Z", "updated": "2023-04-18T14:29:38Z", "addresses": {"tempest-ServerActionsTestJSON-1455921873-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:e3:8c"}, {"version": 4, "addr": "172.24.4.10", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:e3:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-962705370", "OS-SRV-USG:launched_at": "2023-04-18T14:29:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1576115659"}], "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 14:35:10,267 79789 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/279c1fea5cf c423b94ca756ebafb2515/volumes 0.358s 2023-04-18 14:35:10,267 79789 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-824185397"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-670381cf-c8c7-48bf-a9f3-cd1c3bdfce9f', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-670381cf-c8c7-48bf-a9f3-cd1c3bdfce9f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes'} Body: b'{"volume": {"id": "80dd65ab-cee3-442d-bfe8-77db7dfb0379", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:35:10.195387", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-824185397", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes/80dd65ab-cee3-442d-bfe8-77db7dfb0379"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/279c1fea5cfc423b94ca756ebafb2515/volumes/80dd65ab-cee3-442d-bfe8-77db7dfb0379"}], "user_id": "614f7a3a8f3348df9d81f693e733905b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:35:10,322 79789 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes/80dd65ab-cee3-442d-bfe8-77db7dfb0379 0.046s 2023-04-18 14:35:10,323 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f003fae-160d-45af-a946-2a1c82d85090', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f003fae-160d-45af-a946-2a1c82d85090', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes/80dd65ab-cee3-442d-bfe8-77db7dfb0379'} Body: b'{"volume": {"id": "80dd65ab-cee3-442d-bfe8-77db7dfb0379", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:35:10.000000", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-824185397", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes/80dd65ab-cee3-442d-bfe8-77db7dfb0379"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/279c1fea5cfc423b94ca756ebafb2515/volumes/80dd65ab-cee3-442d-bfe8-77db7dfb0379"}], "user_id": "614f7a3a8f3348df9d81f693e733905b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "279c1fea5cfc423b94ca756ebafb2515"}}' 2023-04-18 14:35:11,376 79789 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes/80dd65ab-cee3-442d-bfe8-77db7dfb0379 0.042s 2023-04-18 14:35:11,377 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05fcef87-bea2-4d62-be52-dcde996a82e4', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05fcef87-bea2-4d62-be52-dcde996a82e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes/80dd65ab-cee3-442d-bfe8-77db7dfb0379'} Body: b'{"volume": {"id": "80dd65ab-cee3-442d-bfe8-77db7dfb0379", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:35:10.000000", "updated_at": "2023-04-18T14:35:10.000000", "name": "tempest-ServerActionsTestJSON-volume-824185397", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes/80dd65ab-cee3-442d-bfe8-77db7dfb0379"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/279c1fea5cfc423b94ca756ebafb2515/volumes/80dd65ab-cee3-442d-bfe8-77db7dfb0379"}], "user_id": "614f7a3a8f3348df9d81f693e733905b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "279c1fea5cfc423b94ca756ebafb2515"}}' 2023-04-18 14:35:11,387 79789 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 14:35:11,737 79789 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf 0.349s 2023-04-18 14:35:11,738 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1656', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cbfc2e4b-23ed-4bac-a176-1fd669e779b9', 'x-compute-request-id': 'req-cbfc2e4b-23ed-4bac-a176-1fd669e779b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf'} Body: b'{"server": {"id": "1f7c5ef9-09d6-477f-90a8-e6673f75b2cf", "name": "tempest-ServerActionsTestJSON-server-927544894", "status": "ACTIVE", "tenant_id": "279c1fea5cfc423b94ca756ebafb2515", "user_id": "614f7a3a8f3348df9d81f693e733905b", "metadata": {}, "hostId": "1d97c6007be92f7a9548b8855f1efa459953d4b7b8713acfa07de542", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:29:23Z", "updated": "2023-04-18T14:29:38Z", "addresses": {"tempest-ServerActionsTestJSON-1455921873-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:e3:8c"}, {"version": 4, "addr": "172.24.4.10", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:e3:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-962705370", "OS-SRV-USG:launched_at": "2023-04-18T14:29:37.000000", "OS-SRV-USG:terminated_at": null, "security _groups": [{"name": "tempest-securitygroup--1576115659"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {11} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks ... SKIPPED: Encrypted volume attach is not supported {11} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luksv2 ... SKIPPED: Encrypted volume attach is not supported {11} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot [1.913588s] ... 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 ac22976b-1048-4795-9995-7bebcba0d346 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:36:28,714 79809 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/image/v2/images/e440225d-a438-40cc-be07-38db2a963dd0 0.208s 2023-04-18 14:36:28,715 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-f743ecb3-400e-49fa-ab9c-d96a40905d8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/e440225d-a438-40cc-be07-38db2a963dd0'} 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": "e839ed9d641847bc91c3b533e75d2a93", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "e440225d-a438-40cc-be07-38db2a963dd0", "created_at": "2023-04-18T14:25:28Z", "updated_at": "2023-04-18T14:25:30Z", "tags": [], "self": "/v2/images/e440225d-a438-40cc-be07-38db2a963dd0", "file": "/v2/images/e440225d-a438-40cc-be07-38db2a963dd0/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:36:29,107 79809 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes 0.391s 2023-04-18 14:36:29,108 79809 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-1403350840", "snapshot_id": null, "imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69248699-07b4-4bf5-b882-87820064df9c', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69248699-07b4-4bf5-b882-87820064df9c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes'} Body: b'{"volume": {"id": "ac22976b-1048-4795-9995-7bebcba0d346", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:36:29.049914", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1403350840", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/ac22976b-1048-4795-9995-7bebcba0d346"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/484efe667f124e1ebf74b72df194f027/volumes/ac22976b-1048-4795-9995-7bebcba0d346"}], "user_id": "2143465bd1944b78bb4915c5178bb43d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:36:29,163 79809 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/ac22976b-1048-4795-9995-7bebcba0d346 0.045s 2023-04-18 14:36:29,163 79809 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 14:36:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82024dda-af60-4784-92f9-a6f7cb0a1c4c', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82024dda-af60-4784-92f9-a6f7cb0a1c4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/ac22976b-1048-4795-9995-7bebcba0d346'} Body: b'{"volume": {"id": "ac22976b-1048-4795-9995-7bebcba0d346", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:36:29.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1403350840", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/ac22976b-1048-4795-9995-7bebcba0d346"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/484efe667f124e1ebf74b72df194f027/volumes/ac22976b-1048-4795-9995-7bebcba0d346"}], "user_id": "2143465bd1944b78bb4915c5178bb43d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "484efe667f124e1ebf74b72df194f027"}}' 2023-04-18 14:36:30,278 79809 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/ac22976b-1048-4795-9995-7bebcba0d346 0.103s 2023-04-18 14:36:30,278 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b4ab2cc-848f-45f2-99ce-4afe79122e6e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b4ab2cc-848f-45f2-99ce-4afe79122e6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/ac22976b-1048-4795-9995-7bebcba0d346'} Body: b'{"volume": {"id": "ac22976b-1048-4795-9995-7bebcba0d346", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:36:29.000000", "updated_at": "2023-04-18T14:36:29.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1403350840", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/ac22976b-1048-4795-9995-7bebcba0d346"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/484efe667f124e1ebf74b72df194f027/volumes/ac22976b-1048-4795-9995-7bebcba0d346"}], "user_id": "2143465bd1944b78bb4915c5178bb43d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "484efe667f124e1ebf74b72df194f027"}}' 2023-04-18 14:36:30,394 79809 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/ac22976b-1048-4795-9995-7bebcba0d346 0.104s 2023-04-18 14:36:30,395 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:30 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-df8b1d86-cb54-4b81-a07a-80d293657796', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/ac22976b-1048-4795-9995-7bebcba0d346'} Body: b'' 2023-04-18 14:36:30,418 79809 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/ac22976b-1048-4795-9995-7bebcba0d346 0.022s 2023-04-18 14:36:30,418 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:30 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-b8214e70-3074-4cdf-8b61-880aac23edf2', 'x-openstack-request-id': 'req-b8214e70-3074-4cdf-8b61-880aac23edf2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/ac22976b-1048-4795-9995-7bebcba0d346'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume ac22976b-1048-4795-9995-7bebcba0d346 could not be found."}}' {11} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume [1.603917s] ... 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 3d64c963-c3ff-447b-8b2e-1d8354285256 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:36:30,442 79809 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/image/v2/images/e440225d-a438-40cc-be07-38db2a963dd0 0.021s 2023-04-18 14:36:30,442 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-966912ac-a14a-4e8d-882a-260595b07886', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/e440225d-a438-40cc-be07-38db2a963dd0'} 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": "e839ed9d641847bc91c3b533e75d2a93", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "e440225d-a438-40cc-be07-38db2a963dd0", "created_at": "2023-04-18T14:25:28Z", "updated_at": "2023-04-18T14:25:30Z", "tags": [], "self": "/v2/images/e440225d-a438-40cc-be07-38db2a963dd0", "file": "/v2/images/e440225d-a438-40cc-be07-38db2a963dd0/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:36:30,733 79809 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 202 POST http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes 0.290s 2023-04-18 14:36:30,733 79809 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-2127029880", "snapshot_id": null, "imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1ca73de-f9a6-4370-80e7-c71f5a90858e', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1ca73de-f9a6-4370-80e7-c71f5a90858e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes'} Body: b'{"volume": {"id": "3d64c963-c3ff-447b-8b2e-1d8354285256", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:36:30.677330", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-2127029880", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/3d64c963-c3ff-447b-8b2e-1d8354285256"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/484efe667f124e1ebf74b72df194f027/volumes/3d64c963-c3ff-447b-8b2e-1d8354285256"}], "user_id": "2143465bd1944b78bb4915c5178bb43d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:36:30,825 79809 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/3d64c963-c3ff-447b-8b2e-1d8354285256 0.081s 2023-04-18 14:36:30,825 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d3082b6-9f85-471a-9161-154ba3a8d0b7', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d3082b6-9f85-471a-9161-154ba3a8d0b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/3d64c963-c3ff-447b-8b2e-1d8354285256'} Body: b'{"volume": {"id": "3d64c963-c3ff-447b-8b2e-1d8354285256", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:36:31.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-2127029880", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/3d64c963-c3ff-447b-8b2e-1d8354285256"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/484efe667f124e1ebf74b72df194f027/volumes/3d64c963-c3ff-447b-8b2e-1d8354285256"}], "user_id": "2143465bd1944b78bb4915c5178bb43d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "484efe667f124e1ebf74b72df194f027"}}' 2023-04-18 14:36:31,878 79809 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/3d64c963-c3ff-447b-8b2e-1d8354285256 0.041s 2023-04-18 14:36:31,879 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9340987-65eb-43e2-a9be-e0e542d3f6a9', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9340987-65eb-43e2-a9be-e0e542d3f6a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/3d64c963-c3ff-447b-8b2e-1d8354285256'} Body: b'{"volume": {"id": "3d64c963-c3ff-447b-8b2e-1d8354285256", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:36:31.000000", "updated_at": "2023-04-18T14:36:31.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-2127029880", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/3d64c963-c3ff-447b-8b2e-1d8354285256"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/484efe667f124e1ebf74b72df194f027/volumes/3d64c963-c3ff-447b-8b2e-1d8354285256"}], "user_id": "2143465bd1944b78bb4915c5178bb43d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "484efe667f124e1ebf74b72df194f027"}}' 2023-04-18 14:36:31,995 79809 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/3d64c963-c3ff-447b-8b2e-1d8354285256 0.104s 2023-04-18 14:36:31,995 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36: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-582a1726-24ca-4611-ae5f-3be31e311a43', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/3d64c963-c3ff-447b-8b2e-1d8354285256'} Body: b'' 2023-04-18 14:36:32,023 79809 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/3d64c963-c3ff-447b-8b2e-1d8354285256 0.027s 2023-04-18 14:36:32,023 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36: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-36527a8e-d6ed-4166-9c77-dd8b1bca5730', 'x-openstack-request-id': 'req-36527a8e-d6ed-4166-9c77-dd8b1bca5730', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/3d64c963-c3ff-447b-8b2e-1d8354285256'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3d64c963-c3ff-447b-8b2e-1d8354285256 could not be found."}}' {11} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern [3.278575s] ... 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 b6ea1488-6df0-4e62-8b6b-bfab531480b1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:36:32,027 79809 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2023-04-18 14:36:32,086 79809 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.056s 2023-04-18 14:36:32,086 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-596647979", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAGRCxrmSUBRWPIAKbbhF1XOBWHdI4h7q8kZEfNDhQwmzOI8szx5aC5Dz6f1cJ8MlvXTmrhkYxVxgIjMU1VdRQRO4yKFA3UFhJYB4U0GvAKcqpGhFK9nQ1JcEPaPJWTpeg=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:32 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-cac0c993-774d-48a9-85c2-b921cc5629ca', 'x-compute-request-id': 'req-cac0c993-774d-48a9-85c2-b921cc5629ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-596647979", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAGRCxrmSUBRWPIAKbbhF1XOBWHdI4h7q8kZEfNDhQwmzOI8szx5aC5Dz6f1cJ8MlvXTmrhkYxVxgIjMU1VdRQRO4yKFA3UFhJYB4U0GvAKcqpGhFK9nQ1JcEPaPJWTpeg==", "fingerprint": "4d:9f:14:d4:40:85:33:73:2f:89:7f:49:59:3c:8c:1f", "user_id": "2143465bd1944b78bb4915c5178bb43d"}}' 2023-04-18 14:36:32,243 79809 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.154s 2023-04-18 14:36:32,244 79809 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-1108314232", "description": "tempest-secgroup-smoke-1108314232 description", "project_id": "484efe667f124e1ebf74b72df194f027"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-8a27179e-2831-448b-9409-0dbf29ade14b', 'date': 'Tue, 18 Apr 2023 14:36:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "bdbe2f3a-e60e-4f62-aef8-4d7a57a5854f", "name": "tempest-secgroup-smoke-1108314232", "stateful": true, "tenant_id": "484efe667f124e1ebf74b72df194f027", "description": "tempest-secgroup-smoke-1108314232 description", "shared": false, "security_group_rules": [{"id": "4b23e60f-04d4-418d-bd15-315acb419921", "tenant_id": "484efe667f124e1ebf74b72df194f027", "security_group_id": "bdbe2f3a-e60e-4f62-aef8-4d7a57a5854f", "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": 728, "description": null, "tags": [], "created_at": "2023-04-18T14:36:32Z", "updated_at": "2023-04-18T14:36:32Z", "revision_number": 0, "project_id": "484efe667f124e1ebf74b72df194f027"}, {"id": "a5894f35-45f7-42d0-98b0-06de5e51a5ca", "tenant_id": "484efe667f124e1ebf74b72df194f027", "security_group_id": "bdbe2f3a-e60e-4f62-aef8-4d7a57a5854f", "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": 729, "description": null, "tags": [], "created_at": "2023-04-18T14:36:32Z", "updated_at": "2023-04-18T14:36:32Z", "revision_number": 0, "project_id": "484efe6 67f124e1ebf74b72df194f027"}], "tags": [], "created_at": "2023-04-18T14:36:32Z", "updated_at": "2023-04-18T14:36:32Z", "revision_number": 1, "project_id": "484efe667f124e1ebf74b72df194f027"}}' 2023-04-18 14:36:32,441 79809 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.196s 2023-04-18 14:36:32,441 79809 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": "bdbe2f3a-e60e-4f62-aef8-4d7a57a5854f", "project_id": "484efe667f124e1ebf74b72df194f027", "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-9098a266-0850-47c8-9708-5b2dc17d5f28', 'date': 'Tue, 18 Apr 2023 14:36:32 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": "7d268425-d946-4089-95d6-abc852c0571d", "tenant_id": "484efe667f124e1ebf74b72df194f027", "security_group_id": "bdbe2f3a-e60e-4f62-aef8-4d7a57a5854f", "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-18T14:36:32Z", "updated_at": "2023-04-18T14:36:32Z", "revision_number": 0, "project_id": "484efe667f124e1ebf74b72df194f027"}}' 2023-04-18 14:36:32,657 79809 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.215s 2023-04-18 14:36:32,657 79809 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": "bdbe2f3a-e60e-4f62-aef8-4d7a57a5854f", "project_id": "484efe667f124e1ebf74b72df194f027", "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-6dbb6a0d-8594-4235-8c50-ae83c95c7f9a', 'date': 'Tue, 18 Apr 2023 14:36:32 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": "9823431a-7948-42d3-9d4a-f53d10dd4cf5", "tenant_id": "484efe667f124e1ebf74b72df194f027", "security_group_id": "bdbe2f3a-e60e-4f62-aef8-4d7a57a5854f", "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-18T14:36:32Z", "updated_at": "2023-04-18T14:36:32Z", "revision_number": 0, "project_id": "484efe667f124e1ebf74b72df194f027"}}' 2023-04-18 14:36:32,911 79809 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.253s 2023-04-18 14:36:32,911 79809 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": "bdbe2f3a-e60e-4f62-aef8-4d7a57a5854f", "project_id": "484efe667f124e1ebf74b72df194f027", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-b8eadf73-273a-4a4e-8d14-e3d5e51b40d1', 'date': 'Tue, 18 Apr 2023 14:36:32 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": "4a15550d-4d9a-4038-a7d2-164acf88e142", "tenant_id": "484efe667f124e1ebf74b72df194f027", "security_group_id": "bdbe2f3a-e60e-4f62-aef8-4d7a57a5854f", "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-18T14:36:32Z", "updated_at": "2023-04-18T14:36:32Z", "revision_number": 0, "project_id": "484efe667f124e1ebf74b72df194f027"}}' 2023-04-18 14:36:33,077 79809 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.165s 2023-04-18 14:36:33,078 79809 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": "bdbe2f3a-e60e-4f62-aef8-4d7a57a5854f", "project_id": "484efe667f124e1ebf74b72df194f027", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-3f01cf47-dba2-427e-88cc-b75029d7a601', 'date': 'Tue, 18 Apr 2023 14:36:33 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": "64688ff1-d79e-4d79-a96b-aec1d290ecea", "tenant_id": "484efe667f124e1ebf74b72df194f027", "security_group_id": "bdbe2f3a-e60e-4f62-aef8-4d7a57a5854f", "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-18T14:36:32Z", "updated_at": "2023-04-18T14:36:32Z", "revision_number": 0, "project_id": "484efe667f124e1ebf74b72df194f027"}}' 2023-04-18 14:36:33,241 79809 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.162s 2023-04-18 14:36:33,241 79809 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": "bdbe2f3a-e60e-4f62-aef8-4d7a57a5854f", "project_id": "484efe667f124e1ebf74b72df194f027", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-bbd1a9a8-c648-4f1d-9508-3afe99ae19c7', 'date': 'Tue, 18 Apr 2023 14:36:33 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": "ae868fbb-2869-46b4-abf6-c720077a2dfd", "tenant_id": "484efe667f124e1ebf74b72df194f027", "security_group_id": "bdbe2f3a-e60e-4f62-aef8-4d7a57a5854f", "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-18T14:36:33Z", "updated_at": "2023-04-18T14:36:33Z", "revision_number": 0, "project_id": "484efe667f124e1ebf74b72df194f027"}}' 2023-04-18 14:36:33,422 79809 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.180s 2023-04-18 14:36:33,422 79809 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": "bdbe2f3a-e60e-4f62-aef8-4d7a57a5854f", "project_id": "484efe667f124e1ebf74b72df194f027", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-473b80ad-da2f-42ac-8a04-00e73aeafcbc', 'date': 'Tue, 18 Apr 2023 14:36:33 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": "c1cc3b15-5956-43c4-b27d-97a9f9884369", "tenant_id": "484efe667f124e1ebf74b72df194f027", "security_group_id": "bdbe2f3a-e60e-4f62-aef8-4d7a57a5854f", "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-18T14:36:33Z", "updated_at": "2023-04-18T14:36:33Z", "revision_number": 0, "project_id": "484efe667f124e1ebf74b72df194f027"}}' 2023-04-18 14:36:33,423 79809 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2023-04-18 14:36:33,452 79809 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/image/v2/images/e440225d-a438-40cc-be07-38db2a963dd0 0.029s 2023-04-18 14:36:33,453 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-f3725b3d-f1d8-4372-ae48-954753e79cae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/e440225d-a438-40cc-be07-38db2a963dd0'} 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": "e839ed9d641847bc91c3b533e75d2a93", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "e440225d-a438-40cc-be07-38db2a963dd0", "created_at": "2023-04-18T14:25:28Z", "updated_at": "2023-04-18T14:25:30Z", "tags": [], "self": "/v2/images/e440225d-a438-40cc-be07-38db2a963dd0", "file": "/v2/images/e440225d-a438-40cc-be07-38db2a963dd0/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:36:33,853 79809 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes 0.399s 2023-04-18 14:36:33,853 79809 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-220652931", "snapshot_id": null, "imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-642be77f-a9e5-4e06-8417-051e769354a5', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-642be77f-a9e5-4e06-8417-051e769354a5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes '} Body: b'{"volume": {"id": "b6ea1488-6df0-4e62-8b6b-bfab531480b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:36:33.772815", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-220652931", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/b6ea1488-6df0-4e62-8b6b-bfab531480b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/484efe667f124e1ebf74b72df194f027/volumes/b6ea1488-6df0-4e62-8b6b-bfab531480b1"}], "user_id": "2143465bd1944b78bb4915c5178bb43d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:36:33,904 79809 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/b6ea1488-6df0-4e62-8b6b-bfab531480b1 0.041s 2023-04-18 14:36:33,904 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b4ac615-8cfd-4a98-9bda-397e03fee511', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b4ac615-8cfd-4a98-9bda-397e03fee511', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/b6ea1488-6df0-4e62-8b6b-bfab531480b1'} Body: b'{"volume": {"id": "b6ea1488-6df0-4e62-8b6b-bfab531480b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:36:34.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-220652931", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/b6ea1488-6df0-4e62-8b6b-bfab531480b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/484efe667f124e1ebf74b72df194f027/volumes/b6ea1488-6df0-4e62-8b6b-bfab531480b1"}], "user_id": "2143465bd1944b78bb4915c5178bb43d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "484efe667f124e1ebf74b72df194f027"}}' 2023-04-18 14:36:34,959 79809 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/b6ea1488-6df0-4e62-8b6b-bfab531480b1 0.043s 2023-04-18 14:36:34,959 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67d5af79-1812-428f-8626-dd7f2e54af8e', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67d5af79-1812-428f-8626-dd7f2e54af8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/b6ea1488-6df0-4e62-8b6b-bfab531480b1'} Body: b'{"volume": {"id": "b6ea1488-6df0-4e62-8b6b-bfab531480b1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:36:34.000000", "updated_at": "2023-04-18T14:36:34.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-220652931", "description": null, "volume_type": "joviandss-2", "sna pshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/b6ea1488-6df0-4e62-8b6b-bfab531480b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/484efe667f124e1ebf74b72df194f027/volumes/b6ea1488-6df0-4e62-8b6b-bfab531480b1"}], "user_id": "2143465bd1944b78bb4915c5178bb43d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "484efe667f124e1ebf74b72df194f027"}}' 2023-04-18 14:36:35,086 79809 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/b6ea1488-6df0-4e62-8b6b-bfab531480b1 0.112s 2023-04-18 14:36:35,086 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36: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-f1f2f218-d0f3-4e9c-96cd-dc7d28be9ce2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/b6ea1488-6df0-4e62-8b6b-bfab531480b1'} Body: b'' 2023-04-18 14:36:35,109 79809 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/b6ea1488-6df0-4e62-8b6b-bfab531480b1 0.022s 2023-04-18 14:36:35,110 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36: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-e205b8f4-670e-4e74-8656-44886584ac61', 'x-openstack-request-id': 'req-e205b8f4-670e-4e74-8656-44886584ac61', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/b6ea1488-6df0-4e62-8b6b-bfab531480b1'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b6ea1488-6df0-4e62-8b6b-bfab531480b1 could not be found."}}' 2023-04-18 14:36:35,275 79809 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/bdbe2f3a-e60e-4f62-aef8-4d7a57a5854f 0.164s 2023-04-18 14:36:35,275 79809 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-050d4661-8705-4653-9926-220e714bf525', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 14:36:35 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/bdbe2f3a-e60e-4f62-aef8-4d7a57a5854f'} Body: b'' 2023-04-18 14:36:35,304 79809 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-596647979 0.028s 2023-04-18 14:36:35,304 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:35 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': 'O penStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9662dd0c-646e-4acd-9c44-775a2915ff1f', 'x-compute-request-id': 'req-9662dd0c-646e-4acd-9c44-775a2915ff1f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-596647979'} Body: b'' {3} tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached [227.221289s] ... 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 748866dd-5b68-45d7-afac-27c7c7135b4a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:33:13,420 79793 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 14:33:13,579 79793 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.156s 2023-04-18 14:33:13,580 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-2010940465", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBD+sUJ0sokjz4Sl0bs67hRf8YuQ5lg+QPDbjZhNZknJMWma5VCyBcNu4sv41MyDB3U8wR9cn/dX4EpRGCs4ez9xN468gvhdW3vK4VcThferOXsExR25Cn9dkZEI3oXOmw=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:13 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-2c4b33b3-b47e-49ff-a5b3-a9e097dc2379', 'x-compute-request-id': 'req-2c4b33b3-b47e-49ff-a5b3-a9e097dc2379', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-2010940465", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBD+sUJ0sokjz4Sl0bs67hRf8YuQ5lg+QPDbjZhNZknJMWma5VCyBcNu4sv41MyDB3U8wR9cn/dX4EpRGCs4ez9xN468gvhdW3vK4VcThferOXsExR25Cn9dkZEI3oXOmw==", "fingerprint": "73:75:ca:e4:ef:7e:55:5a:24:dc:b9:bb:a0:94:87:b8", "user_id": "53a60dd2a8ca42b391d4584accb60b4f"}}' 2023-04-18 14:33:13,583 79793 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2010940465 created 2023-04-18 14:33:13,759 79793 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 0.175s 2023-04-18 14:33:13,760 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1914962106", "description": "tempest-description--367334969"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-1b5f8dc2-a245-49d2-9f54-0d53a77a6a9c', 'date': 'Tue, 18 Apr 2023 14:33:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "79d3f2dd-9e7b-4582-ae4a-80bf237f7e0a", "name": "tempest-securitygroup--1914962106", "stateful": true, "tenant_id": "e5667da319fd405e96f277368203a72b", "description": "tempest-description--367334969", "shared": false, "security_group_rules": [{"id": "b0d76dd7-24b2-4c6f-bcec-203a1f00ab1b", "tenant_id": "e5667da319fd405e96f277368203a72b", "security_group_id": "79d3f2dd-9e7b-4582-ae4a-80bf237f7e0a", "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": 643, "description": null, "tags": [], "created_at": "2023-04-18T14:33:13Z", "updated_at": "2023-04-18T14:33:13Z", "revision_number": 0, "project_id": "e5667da319fd405e96f277368203a72b"}, {"id": "cb356d95-57cd-4700-bbcc-c7bc79b03a6b", "tenant_id": "e5667da319fd405e96f277368203a72b", "security_group_id": "79d3f2dd-9e7b-4582-ae4a-80bf237f7e0a", "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 ": 642, "description": null, "tags": [], "created_at": "2023-04-18T14:33:13Z", "updated_at": "2023-04-18T14:33:13Z", "revision_number": 0, "project_id": "e5667da319fd405e96f277368203a72b"}], "tags": [], "created_at": "2023-04-18T14:33:13Z", "updated_at": "2023-04-18T14:33:13Z", "revision_number": 1, "project_id": "e5667da319fd405e96f277368203a72b"}}' 2023-04-18 14:33:13,951 79793 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.191s 2023-04-18 14:33:13,952 79793 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": "79d3f2dd-9e7b-4582-ae4a-80bf237f7e0a", "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-5dc61198-6e46-4c1c-adf8-ff8a89a97cc7', 'date': 'Tue, 18 Apr 2023 14:33: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": "b28e16f8-0ba9-415f-90c6-38f67eda805a", "tenant_id": "e5667da319fd405e96f277368203a72b", "security_group_id": "79d3f2dd-9e7b-4582-ae4a-80bf237f7e0a", "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-18T14:33:13Z", "updated_at": "2023-04-18T14:33:13Z", "revision_number": 0, "project_id": "e5667da319fd405e96f277368203a72b"}}' 2023-04-18 14:33:14,131 79793 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.179s 2023-04-18 14:33:14,132 79793 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": "79d3f2dd-9e7b-4582-ae4a-80bf237f7e0a", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-38b69763-9562-4411-949a-a5146db0009b', 'date': 'Tue, 18 Apr 2023 14:33:14 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": "43b35938-8b5a-4625-8727-844ff08277de", "tenant_id": "e5667da319fd405e96f277368203a72b", "security_group_id": "79d3f2dd-9e7b-4582-ae4a-80bf237f7e0a", "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-18T14:33:14Z", "updated_at": "2023-04-18T14:33:14Z", "revision_number": 0, "project_id": "e5667da319fd405e96f277368203a72b"}}' 2023-04-18 14:33:14,132 79793 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1914962106 created 2023-04-18 14:33:15,131 79793 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 0.998s 2023-04-18 14:33:15,131 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "bfbf9c15-045f-401e-b79e- fba95e5a0430"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-9a8284bd-3344-4dbb-8fe9-9e07e22a4c31', 'date': 'Tue, 18 Apr 2023 14:33:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "cb4150dd-9145-4db8-8fcd-85298d0ea2bc", "tenant_id": "e5667da319fd405e96f277368203a72b", "floating_ip_address": "172.24.4.63", "floating_network_id": "bfbf9c15-045f-401e-b79e-fba95e5a0430", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "e5667da319fd405e96f277368203a72b", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T14:33:14Z", "updated_at": "2023-04-18T14:33:14Z", "revision_number": 0}}' 2023-04-18 14:33:15,132 79793 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'cb4150dd-9145-4db8-8fcd-85298d0ea2bc', 'tenant_id': 'e5667da319fd405e96f277368203a72b', 'floating_ip_address': '172.24.4.63', 'floating_network_id': 'bfbf9c15-045f-401e-b79e-fba95e5a0430', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e5667da319fd405e96f277368203a72b', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T14:33:14Z', 'updated_at': '2023-04-18T14:33:14Z', 'revision_number': 0, 'ip': '172.24.4.63'} created 2023-04-18 14:33:15,170 79793 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.032s 2023-04-18 14:33:15,170 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:15 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-284ec00f-c49b-4edb-9576-186d1b009f68', '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": "53a60dd2a8ca42b391d4584accb60b4f", "name": "tempest-ServerStableDeviceRescueTest-52897700-project-member", "password_expires_at": null}, "audit_ids": ["xAA9SbLOSLurPEf4hu3wuA"], "expires_at": "2023-04-18T15:33:15.000000Z", "issued_at": "2023-04-18T14:33:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e5667da319fd405e96f277368203a72b", "name": "tempest-ServerStableDeviceRescueTest-52897700"}, "is_domain": false, "roles": [{"id": "0385370a4e0841d8b36ccb710ecbbb7f", "name": "reader"}, {"id": "4e14878c038343709e6c1a4b1c9b9b3c", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba3e4f0604614d5cbe532cc36d623cd0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "077962f5889e4dc5b1df7317cb3104c1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d5a2290495040dd9cc776d460990be5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "36bb6b6348e44e578468f7cf12ee6657", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dad492a01e614a8a8914690c07ebad0a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e5667da319fd405e96f277368203a72b", "region": "RegionOne"}], "id": "3fc212b920c3401e85def1124172e916", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "cf3bc891281f458db82d1181bcf74100", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "627889b053b346adb8ce9b1ba8efb774", "type": "compute", "name": "nova"}, {"endpoint s": [{"id": "066c5b55b9574d78975bbbb61c530bad", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/e5667da319fd405e96f277368203a72b", "region": "RegionOne"}], "id": "abe9a7d894f740b1943da54d0c46ff7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a19a55206f6f49c9916ef45abbdb3141", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "afe69c9d4c0445c18ac07b7dd26c92ee", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b9742eaa6b4c43b48cde80e15563fd79", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e5667da319fd405e96f277368203a72b", "region": "RegionOne"}], "id": "b81eaa96c4e5426dab17a1d0acda7740", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0b96ff58903940ffa3fe3bb3c1bebe24", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "bc2f14763262433a9f02c157a34e208f", "type": "network", "name": "neutron"}]}}' 2023-04-18 14:33:15,171 79793 INFO [tempest.lib.common.fixed_network] (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached) Found network {'id': 'f0359a19-919f-4ba1-a5a0-dc0779c0a773', 'name': 'tempest-ServerStableDeviceRescueTest-1098958874-network', 'tenant_id': 'e5667da319fd405e96f277368203a72b', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e5667da319fd405e96f277368203a72b', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 11101, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T14:33:06Z', 'updated_at': '2023-04-18T14:33:06Z', 'revision_number': 1} available for tenant 2023-04-18 14:33:15,171 79793 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-2010940465', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBD+sUJ0sokjz4Sl0bs67hRf8YuQ5lg+QPDbjZhNZknJMWma5VCyBcNu4sv41MyDB3U8wR9cn/dX4EpRGCs4ez9xN468gvhdW3vK4VcThferOXsExR25Cn9dkZEI3oXOmw==', 'fingerprint': '73:75:ca:e4:ef:7e:55:5a:24:dc:b9:bb:a0:94:87:b8', 'user_id': '53a60dd2a8ca42b391d4584accb60b4f', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBaAp8WXzeYR2DwKJyKmpiNameu41D57sM9Dilf8GfD589+mtOyyxtq\nQ0T2KaakViKgBwYFK4EEACKhZANiAAQQ/rFCdLKJI8+EpdG7Ou4UX/GLkOZYPkDw\n242YTWZJyTFpmuVQsgXDbuLL+NTMgwd1PMEfXJ/3V+BKURgrOHs/cTeOvIL4XVt7\nyuFXE4X3qzl7BMUduQp/XZGRCN6Fzps=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '79d3f2dd-9e7b-4582-ae4a-80bf237f7e0a', 'name': 'tempest-securitygroup--1914962106', 'stateful': True, 'tenant_id': 'e5667da319fd405e96f277368203a72b', 'description': 'tempest-description--367334969', 'shared': False, 'security_group_rules': [{'id': 'b0d76dd7-24b2-4c6f-bcec-203a1f00ab1b', 'tenant_id': 'e5667da319fd405e96f277368203a72b', 'security_group_id': '79d3f2dd-9e7b-4582-ae4a-80bf237f7e0a', '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': 643, 'description': None, 'tags': [], 'created_at': '2023-04-18T14:33:13Z', 'updated_at': '2023-04-18T14:33:13Z', 'revision_number': 0, 'project_id': 'e5667da319fd405e96f277368203a72b'}, {'id': 'cb356d95-57cd-4700-bbcc-c7bc79b03a6b', 'tenant_id': 'e5667da319fd405e96f277368203a72b', 'security_group_id': '79d3f2dd-9e7b-4582-ae4a-80bf237f7e0a', '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': 642, 'description': None, 'ta gs': [], 'created_at': '2023-04-18T14:33:13Z', 'updated_at': '2023-04-18T14:33:13Z', 'revision_number': 0, 'project_id': 'e5667da319fd405e96f277368203a72b'}], 'tags': [], 'created_at': '2023-04-18T14:33:13Z', 'updated_at': '2023-04-18T14:33:13Z', 'revision_number': 1, 'project_id': 'e5667da319fd405e96f277368203a72b'}, 'floating_ip': {'id': 'cb4150dd-9145-4db8-8fcd-85298d0ea2bc', 'tenant_id': 'e5667da319fd405e96f277368203a72b', 'floating_ip_address': '172.24.4.63', 'floating_network_id': 'bfbf9c15-045f-401e-b79e-fba95e5a0430', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e5667da319fd405e96f277368203a72b', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T14:33:14Z', 'updated_at': '2023-04-18T14:33:14Z', 'revision_number': 0, 'ip': '172.24.4.63'}} 2023-04-18 14:33:15,792 79793 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 0.619s 2023-04-18 14:33:15,792 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerStableDeviceRescueTest-server-1644080869", "imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "flavorRef": "42", "networks": [{"uuid": "f0359a19-919f-4ba1-a5a0-dc0779c0a773"}], "security_groups": [{"name": "tempest-securitygroup--1914962106"}], "key_name": "tempest-keypair-2010940465", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/6795fad9-3f0a-430b-8319-a3c6025122c3', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7177c8ae-1335-4c6a-bf0c-e5f4d1cb2902', 'x-compute-request-id': 'req-7177c8ae-1335-4c6a-bf0c-e5f4d1cb2902', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "6795fad9-3f0a-430b-8319-a3c6025122c3", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6795fad9-3f0a-430b-8319-a3c6025122c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6795fad9-3f0a-430b-8319-a3c6025122c3"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1914962106"}], "adminPass": "6stmQFj6iJRL"}}' 2023-04-18 14:33:15,868 79793 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/6795fad9-3f0a-430b-8319-a3c6025122c3 0.072s 2023-04-18 14:33:15,868 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1240', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb31788e-cf77-47b0-a5a9-e921367cd123', 'x-compute-request-id': 'req-cb31788e-cf77-47b0-a5a9-e921367cd123', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6795fad9-3f0a-430b-8319-a3c6025122c3'} Body: b'{"server": {"id": "6795fad9-3f0a-430b-8319-a3c6025122c3", "name": "tempest-ServerStableDeviceRescueTest-server-1644080869", "status": "BUILD", "tenant_id": "e5667da319fd405e96f277368203a72b", "user_id": "53a6 0dd2a8ca42b391d4584accb60b4f", "metadata": {}, "hostId": "", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:33:16Z", "updated": "2023-04-18T14:33:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6795fad9-3f0a-430b-8319-a3c6025122c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6795fad9-3f0a-430b-8319-a3c6025122c3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-2010940465", "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 14:34:06,385 79793 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/6795fad9-3f0a-430b-8319-a3c6025122c3 0.455s 2023-04-18 14:34:06,385 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:34:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1554', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0be9b9a2-e812-4e76-923b-f6cc5502c4f3', 'x-compute-request-id': 'req-0be9b9a2-e812-4e76-923b-f6cc5502c4f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6795fad9-3f0a-430b-8319-a3c6025122c3'} Body: b'{"server": {"id": "6795fad9-3f0a-430b-8319-a3c6025122c3", "name": "tempest-ServerStableDeviceRescueTest-server-1644080869", "status": "ACTIVE", "tenant_id": "e5667da319fd405e96f277368203a72b", "user_id": "53a60dd2a8ca42b391d4584accb60b4f", "metadata": {}, "hostId": "b26c7810fb680716812b31ea14194471e1fd21020fd860c388b76784", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:33:15Z", "updated": "2023-04-18T14:33:22Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1098958874-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:fe:19"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6795fad9-3f0a-430b-8319-a3c6025122c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6795fad9-3f0a-430b-8319-a3c6025122c3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2010940465", "OS-SRV-USG:launched_at": "2023-04-18T14:33:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1914962106"}], "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 14:34:06,396 79793 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-18 14:35:06,645 79793 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/6795fad9-3f0a-430b-8319-a3c6025122c3/os-interface 0.192s 2023-04-18 14:35:06,646 79 793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:06 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-62f01449-448b-4a84-bf0e-56521214e91d', 'x-compute-request-id': 'req-62f01449-448b-4a84-bf0e-56521214e91d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6795fad9-3f0a-430b-8319-a3c6025122c3/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "f0359a19-919f-4ba1-a5a0-dc0779c0a773", "port_id": "e4cf6c2e-5f7f-4c1d-9b5b-fc2c786fbe9d", "mac_addr": "fa:16:3e:be:fe:19", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "12de15fd-0086-428e-9600-5d821558ba92", "ip_address": "10.0.0.4"}]}]}' 2023-04-18 14:35:07,373 79793 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/cb4150dd-9145-4db8-8fcd-85298d0ea2bc 0.724s 2023-04-18 14:35:07,374 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "e4cf6c2e-5f7f-4c1d-9b5b-fc2c786fbe9d"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-c91c81c3-dec6-4b26-bbd8-7d9c9cb75b78', 'date': 'Tue, 18 Apr 2023 14:35:07 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/cb4150dd-9145-4db8-8fcd-85298d0ea2bc'} Body: b'{"floatingip": {"id": "cb4150dd-9145-4db8-8fcd-85298d0ea2bc", "tenant_id": "e5667da319fd405e96f277368203a72b", "floating_ip_address": "172.24.4.63", "floating_network_id": "bfbf9c15-045f-401e-b79e-fba95e5a0430", "router_id": "e4eee814-05bd-41a4-9b21-2ba34cb2503c", "port_id": "e4cf6c2e-5f7f-4c1d-9b5b-fc2c786fbe9d", "fixed_ip_address": "10.0.0.4", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "f0359a19-919f-4ba1-a5a0-dc0779c0a773", "mac_address": "fa:16:3e:be:fe:19", "admin_state_up": true, "status": "ACTIVE", "device_id": "6795fad9-3f0a-430b-8319-a3c6025122c3", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T14:33:14Z", "updated_at": "2023-04-18T14:35:06Z", "revision_number": 1, "project_id": "e5667da319fd405e96f277368203a72b"}}' 2023-04-18 14:35:07,376 79793 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.63:22' as 'cirros' with public key authentication 2023-04-18 14:35:07,410 79793 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 14:35:07,431 79793 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 14:35:07,431 79793 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.63 successfully created 2023-04-18 14:35:08,235 79793 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/6795fad9-3f0a-430b-8319-a3c6025122c3/action 0.803s 2023-04-18 14:35:08,235 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerStableDeviceRescueTest-image-350164652"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:07 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/a0410ede-d99d-41ed-b0a2-292d19cd7f10' , 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf797325-5062-49f4-ad3c-6c3f425a4fe6', 'x-compute-request-id': 'req-cf797325-5062-49f4-ad3c-6c3f425a4fe6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6795fad9-3f0a-430b-8319-a3c6025122c3/action'} Body: b'' 2023-04-18 14:35:08,294 79793 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/a0410ede-d99d-41ed-b0a2-292d19cd7f10 0.056s 2023-04-18 14:35:08,295 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1606', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-002bd865-f070-4f0b-9fd1-9d19377bc6cd', 'x-compute-request-id': 'req-002bd865-f070-4f0b-9fd1-9d19377bc6cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/a0410ede-d99d-41ed-b0a2-292d19cd7f10'} Body: b'{"image": {"id": "a0410ede-d99d-41ed-b0a2-292d19cd7f10", "name": "tempest-ServerStableDeviceRescueTest-image-350164652", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "e440225d-a438-40cc-be07-38db2a963dd0", "boot_roles": "reader,member", "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": "6795fad9-3f0a-430b-8319-a3c6025122c3", "owner_project_name": "tempest-ServerStableDeviceRescueTest-52897700", "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-52897700-project-member", "user_id": "53a60dd2a8ca42b391d4584accb60b4f"}, "created": "2023-04-18T14:35:08Z", "updated": "2023-04-18T14:35:08Z", "status": "SAVING", "progress": 25, "OS-EXT-IMG-SIZE:size": 0, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/a0410ede-d99d-41ed-b0a2-292d19cd7f10"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/a0410ede-d99d-41ed-b0a2-292d19cd7f10"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/a0410ede-d99d-41ed-b0a2-292d19cd7f10"}], "server": {"id": "6795fad9-3f0a-430b-8319-a3c6025122c3", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6795fad9-3f0a-430b-8319-a3c6025122c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6795fad9-3f0a-430b-8319-a3c6025122c3"}]}}}' 2023-04-18 14:35:58,405 79793 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/a0410ede-d99d-41ed-b0a2-292d19cd7f10 0.055s 2023-04-18 14:35:58,406 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1720', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2dbc93ac-aa4a-42b7-aa81-6c2fd25409fc', 'x-compute-request-id': 'req-2dbc93ac-aa4a-42b7-aa81-6c2fd25409fc', 'connection': 'close', 'status': '200', 'content-location': 'http://1 0.0.0.210/compute/v2.1/images/a0410ede-d99d-41ed-b0a2-292d19cd7f10'} Body: b'{"image": {"id": "a0410ede-d99d-41ed-b0a2-292d19cd7f10", "name": "tempest-ServerStableDeviceRescueTest-image-350164652", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "e440225d-a438-40cc-be07-38db2a963dd0", "boot_roles": "reader,member", "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": "6795fad9-3f0a-430b-8319-a3c6025122c3", "owner_id": "e5667da319fd405e96f277368203a72b", "owner_project_name": "tempest-ServerStableDeviceRescueTest-52897700", "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-52897700-project-member", "user_id": "53a60dd2a8ca42b391d4584accb60b4f"}, "created": "2023-04-18T14:35:08Z", "updated": "2023-04-18T14:35:13Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 38600704, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/a0410ede-d99d-41ed-b0a2-292d19cd7f10"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/a0410ede-d99d-41ed-b0a2-292d19cd7f10"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/a0410ede-d99d-41ed-b0a2-292d19cd7f10"}], "server": {"id": "6795fad9-3f0a-430b-8319-a3c6025122c3", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6795fad9-3f0a-430b-8319-a3c6025122c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6795fad9-3f0a-430b-8319-a3c6025122c3"}]}}}' 2023-04-18 14:35:58,481 79793 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/a0410ede-d99d-41ed-b0a2-292d19cd7f10 0.069s 2023-04-18 14:35:58,481 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1720', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee40931a-c16d-49b0-b58d-d89466ec52bd', 'x-compute-request-id': 'req-ee40931a-c16d-49b0-b58d-d89466ec52bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/a0410ede-d99d-41ed-b0a2-292d19cd7f10'} Body: b'{"image": {"id": "a0410ede-d99d-41ed-b0a2-292d19cd7f10", "name": "tempest-ServerStableDeviceRescueTest-image-350164652", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "e440225d-a438-40cc-be07-38db2a963dd0", "boot_roles": "reader,member", "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": "6795fad9-3f0a-430b-8319-a3c6025122c3", "owner_id": "e5667da319fd405e96f277368203a72b", "owner_project_name": "tempest-ServerStableDeviceRescueTest-52897700", "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-52897700-project-member", "user_id": "53a60dd2a8ca42b391d4584accb60b4f"}, "created": "2023-04-18T14:35:08Z", "updated": "2023-04-18T14:35:13Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 38600704, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/a0410ede-d99d-41ed-b0a2-292d19cd7f10"}, {"rel": "bookmark", "href": " http://10.0.0.210/compute/images/a0410ede-d99d-41ed-b0a2-292d19cd7f10"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/a0410ede-d99d-41ed-b0a2-292d19cd7f10"}], "server": {"id": "6795fad9-3f0a-430b-8319-a3c6025122c3", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6795fad9-3f0a-430b-8319-a3c6025122c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6795fad9-3f0a-430b-8319-a3c6025122c3"}]}}}' 2023-04-18 14:35:58,723 79793 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/6795fad9-3f0a-430b-8319-a3c6025122c3 0.235s 2023-04-18 14:35:58,723 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:58 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-dce260f2-35e3-49c1-8985-27f7bf62871d', 'x-compute-request-id': 'req-dce260f2-35e3-49c1-8985-27f7bf62871d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6795fad9-3f0a-430b-8319-a3c6025122c3'} Body: b'{"server": {"id": "6795fad9-3f0a-430b-8319-a3c6025122c3", "name": "tempest-ServerStableDeviceRescueTest-server-1644080869", "status": "ACTIVE", "tenant_id": "e5667da319fd405e96f277368203a72b", "user_id": "53a60dd2a8ca42b391d4584accb60b4f", "metadata": {}, "hostId": "b26c7810fb680716812b31ea14194471e1fd21020fd860c388b76784", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:33:15Z", "updated": "2023-04-18T14:35:13Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1098958874-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:fe:19"}, {"version": 4, "addr": "172.24.4.63", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:fe:19"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6795fad9-3f0a-430b-8319-a3c6025122c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6795fad9-3f0a-430b-8319-a3c6025122c3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2010940465", "OS-SRV-USG:launched_at": "2023-04-18T14:33:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1914962106"}], "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 14:36:58,933 79793 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/a0410ede-d99d-41ed-b0a2-292d19cd7f10 0.137s 2023-04-18 14:36:58,933 79793 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 14:36:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1639', 'content-type': 'application/json', 'x-openstack-request-id': 'req-1bf9d354-c237-4afa-a607-c7f6d163c0c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/a0410ede-d99d-41ed-b0a2-2 92d19cd7f10'} Body: b'{"base_image_ref": "e440225d-a438-40cc-be07-38db2a963dd0", "boot_roles": "reader,member", "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": "6795fad9-3f0a-430b-8319-a3c6025122c3", "owner_id": "e5667da319fd405e96f277368203a72b", "owner_project_name": "tempest-ServerStableDeviceRescueTest-52897700", "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-52897700-project-member", "user_id": "53a60dd2a8ca42b391d4584accb60b4f", "hw_rescue_bus": "virtio", "name": "tempest-ServerStableDeviceRescueTest-image-350164652", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "87f78d2db95d00f3cf59e6b9f501dcfb", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "e5667da319fd405e96f277368203a72b", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "536d776f05c88aba0a12a2511b08238ea1abb432e24a4e158f07128173eb7dfe8d578f5d7f67d553525b926083320dadfbf9d9061d60417e2c4a38a9efa558c2", "id": "a0410ede-d99d-41ed-b0a2-292d19cd7f10", "created_at": "2023-04-18T14:35:08Z", "updated_at": "2023-04-18T14:36:59Z", "tags": [], "self": "/v2/images/a0410ede-d99d-41ed-b0a2-292d19cd7f10", "file": "/v2/images/a0410ede-d99d-41ed-b0a2-292d19cd7f10/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:36:59,058 79793 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/a0410ede-d99d-41ed-b0a2-292d19cd7f10 0.124s 2023-04-18 14:36:59,059 79793 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 14:36:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1667', 'content-type': 'application/json', 'x-openstack-request-id': 'req-7384a516-c9f1-45ae-8330-2abcd91e296f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/a0410ede-d99d-41ed-b0a2-292d19cd7f10'} Body: b'{"base_image_ref": "e440225d-a438-40cc-be07-38db2a963dd0", "boot_roles": "reader,member", "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": "6795fad9-3f0a-430b-8319-a3c6025122c3", "owner_id": "e5667da319fd405e96f277368203a72b", "owner_project_name": "tempest-ServerStableDeviceRescueTest-52897700", "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-52897700-project-member", "user_id": "53a60dd2a8ca42b391d4584accb60b4f", "hw_rescue_device": "disk", "name": "tempest-ServerStableDeviceRescueTest-image-350164652", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "87f78d2db95d00f3cf59e6b9f501dcfb", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "e5667da319fd405e96f277368203a72b", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "536d776f05c88aba0a12a2511b08238ea1abb432e24a4e158f07128173eb7dfe8d578f5d7f67d553525b926083320dadfbf9d9061d60417e2c4a38a9efa558c2", "id": "a0410ede-d99d-41ed-b0a2-292d19cd7f10", "created_at": "2023-04-18T14:35:08Z", "updated_at": "2023-04-18T14:36:59Z", "tags": [], "self": "/v2/images/a 0410ede-d99d-41ed-b0a2-292d19cd7f10", "file": "/v2/images/a0410ede-d99d-41ed-b0a2-292d19cd7f10/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:36:59,285 79793 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/6795fad9-3f0a-430b-8319-a3c6025122c3 0.226s 2023-04-18 14:36:59,286 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:59 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-b3e168c1-0edf-4b2b-946e-92dfb007dec4', 'x-compute-request-id': 'req-b3e168c1-0edf-4b2b-946e-92dfb007dec4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6795fad9-3f0a-430b-8319-a3c6025122c3'} Body: b'{"server": {"id": "6795fad9-3f0a-430b-8319-a3c6025122c3", "name": "tempest-ServerStableDeviceRescueTest-server-1644080869", "status": "ACTIVE", "tenant_id": "e5667da319fd405e96f277368203a72b", "user_id": "53a60dd2a8ca42b391d4584accb60b4f", "metadata": {}, "hostId": "b26c7810fb680716812b31ea14194471e1fd21020fd860c388b76784", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:33:15Z", "updated": "2023-04-18T14:35:13Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1098958874-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:fe:19"}, {"version": 4, "addr": "172.24.4.63", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:fe:19"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6795fad9-3f0a-430b-8319-a3c6025122c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6795fad9-3f0a-430b-8319-a3c6025122c3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2010940465", "OS-SRV-USG:launched_at": "2023-04-18T14:33:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1914962106"}], "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 14:36:59,506 79793 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/e5667da319fd405e96f277368203a72b/volumes 0.207s 2023-04-18 14:36:59,507 79793 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-1725360435"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f50ef72b-91d7-413a-9e1a-3d11e629fb4a', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f50ef72b-91d7-413a-9e1a-3d11e629fb4a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e5667da319fd405e96f277368203a72b/volumes'} Body: b'{"volume": {"id": "748866dd-5b68-45d7-afac-27c7c7135b4a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T 14:36:59.447124", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-1725360435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e5667da319fd405e96f277368203a72b/volumes/748866dd-5b68-45d7-afac-27c7c7135b4a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e5667da319fd405e96f277368203a72b/volumes/748866dd-5b68-45d7-afac-27c7c7135b4a"}], "user_id": "53a60dd2a8ca42b391d4584accb60b4f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:36:59,569 79793 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/e5667da319fd405e96f277368203a72b/volumes/748866dd-5b68-45d7-afac-27c7c7135b4a 0.051s 2023-04-18 14:36:59,570 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e17631bf-45b0-48d3-b508-5913ff26ff3e', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e17631bf-45b0-48d3-b508-5913ff26ff3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e5667da319fd405e96f277368203a72b/volumes/748866dd-5b68-45d7-afac-27c7c7135b4a'} Body: b'{"volume": {"id": "748866dd-5b68-45d7-afac-27c7c7135b4a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:36:59.000000", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-1725360435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e5667da319fd405e96f277368203a72b/volumes/748866dd-5b68-45d7-afac-27c7c7135b4a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e5667da319fd405e96f277368203a72b/volumes/748866dd-5b68-45d7-afac-27c7c7135b4a"}], "user_id": "53a60dd2a8ca42b391d4584accb60b4f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e5667da319fd405e96f277368203a72b"}}' 2023-04-18 14:37:00,628 79793 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/e5667da319fd405e96f277368203a72b/volumes/748866dd-5b68-45d7-afac-27c7c7135b4a 0.047s 2023-04-18 14:37:00,629 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:37:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-013174ce-e408-416f-8693-0311621125aa', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-013174ce-e408-416f-8693-0311621125aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e5667da319fd405e96f277368203a72b/volumes/748866dd-5b68-45d7-afac-27c7c7135b4a'} Body: b'{"volume": {"id": "748866dd-5b68-45d7-afac-27c7c7135b4a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:36:59.000000", "updated_at": "2023-04-18T14:37:00.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1725360435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e5667da319fd405e96f277368203a72b/volumes/748866dd-5b68-45d7-afac-27c7c7135b4a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e5667da319fd405e96f277368203a72b/volumes/748866dd-5b68-45d7-afac-27c7c7135b4a"}], "user_id": "53a60dd2a8ca42b391d4584accb60b4f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e5667da319fd405e96f277368203a72b"}}' {0} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume [112.736380s] ... 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 699cf8ab-bf5a-489f-8536-5d8b830f959b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:35:27,682 79787 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.031s 2023-04-18 14:35:27,682 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:27 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-67e2f383-a2ac-4200-b238-3fddf97fb78d', '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": "0953591cb5174b66a333e9740b50c32e", "name": "tempest-DeleteServersTestJSON-1624717819-project-member", "password_expires_at": null}, "audit_ids": ["Yl52aU9RTjKRiIWbgdz2TQ"], "expires_at": "2023-04-18T15:35:27.000000Z", "issued_at": "2023-04-18T14:35:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7a59feb1aea84dbf8baeaa24872f23a5", "name": "tempest-DeleteServersTestJSON-1624717819"}, "is_domain": false, "roles": [{"id": "0385370a4e0841d8b36ccb710ecbbb7f", "name": "reader"}, {"id": "4e14878c038343709e6c1a4b1c9b9b3c", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba3e4f0604614d5cbe532cc36d623cd0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "077962f5889e4dc5b1df7317cb3104c1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d5a2290495040dd9cc776d460990be5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "36bb6b6348e44e578468f7cf12ee6657", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dad492a01e614a8a8914690c07ebad0a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7a59feb1aea84dbf8baeaa24872f23a5", "region": "RegionOne"}], "id": "3fc212b920c3401e85def1124172e916", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "cf3bc891281f458db82d1181bcf74100", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "627889b053b346adb8ce9b1ba8efb774", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "066c5b55b9574d78975bbbb61c530bad", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/7a59feb1aea84dbf8baeaa24872f23a5", "region": "RegionOne"}], "id": "abe9a7d894f740b1943da54d0c46ff7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a19a55206f6f49c9916ef45abbdb3141", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "afe69c9d4c0445c18ac07b7dd26c92ee", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b9742eaa6b4c43b48cde80e15563fd79", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7a59feb1aea84dbf8baeaa24872f23a5", "region": "RegionOne"}], "id": "b81eaa96c4e5426dab17a1d0acda7740", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0b96ff58903940ffa3fe3bb3c1bebe24", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "bc2f14763262433a9f02c157a34e208f", "type": "network", "name": "neutron"}]}}' 2023-04-18 14:35:27,683 79787 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': '88bea57e-6871-4fb1-83dc-1a8f33b7ab4d', 'name': 'tempest-DeleteServersTestJSON-130373401-network', 'tenant_id': '7a59feb1aea84dbf8baeaa24872f23a5', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7a59feb1aea84dbf8baeaa24872f23a5', 'port_security_enabled': True , 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 3694, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T14:35:21Z', 'updated_at': '2023-04-18T14:35:21Z', 'revision_number': 1} available for tenant 2023-04-18 14:35:28,454 79787 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 0.769s 2023-04-18 14:35:28,455 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-1285261546", "imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "flavorRef": "42", "networks": [{"uuid": "88bea57e-6871-4fb1-83dc-1a8f33b7ab4d"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/08df03c8-06e2-487f-811b-32f1a244ab39', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ffab7618-fc45-47ad-8a0c-9445b216044c', 'x-compute-request-id': 'req-ffab7618-fc45-47ad-8a0c-9445b216044c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "08df03c8-06e2-487f-811b-32f1a244ab39", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/08df03c8-06e2-487f-811b-32f1a244ab39"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/08df03c8-06e2-487f-811b-32f1a244ab39"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "KKNx7n5NneeL"}}' 2023-04-18 14:35:28,538 79787 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/08df03c8-06e2-487f-811b-32f1a244ab39 0.080s 2023-04-18 14:35:28,538 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1209', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-65e32fd5-d5fe-4427-a450-a04bdb2e7416', 'x-compute-request-id': 'req-65e32fd5-d5fe-4427-a450-a04bdb2e7416', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/08df03c8-06e2-487f-811b-32f1a244ab39'} Body: b'{"server": {"id": "08df03c8-06e2-487f-811b-32f1a244ab39", "name": "tempest-DeleteServersTestJSON-server-1285261546", "status": "BUILD", "tenant_id": "7a59feb1aea84dbf8baeaa24872f23a5", "user_id": "0953591cb5174b66a333e9740b50c32e", "metadata": {}, "hostId": "", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:35:28Z", "updated": "2023-04-18T14:35:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/08df03c8-06e2-487f-811b-32f1a244ab39"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/08df03c8-06e2-487f-811b-32f1a244ab39"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": nul l, "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 14:36:18,957 79787 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/08df03c8-06e2-487f-811b-32f1a244ab39 0.359s 2023-04-18 14:36:18,957 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1490', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba83ac72-0fd3-4513-924e-6cbb5cced0a3', 'x-compute-request-id': 'req-ba83ac72-0fd3-4513-924e-6cbb5cced0a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/08df03c8-06e2-487f-811b-32f1a244ab39'} Body: b'{"server": {"id": "08df03c8-06e2-487f-811b-32f1a244ab39", "name": "tempest-DeleteServersTestJSON-server-1285261546", "status": "ACTIVE", "tenant_id": "7a59feb1aea84dbf8baeaa24872f23a5", "user_id": "0953591cb5174b66a333e9740b50c32e", "metadata": {}, "hostId": "b257458af4219fa444b7300e915ec94bad9204c1727958e0e4db2ca0", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:35:28Z", "updated": "2023-04-18T14:35:35Z", "addresses": {"tempest-DeleteServersTestJSON-130373401-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:10:1d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/08df03c8-06e2-487f-811b-32f1a244ab39"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/08df03c8-06e2-487f-811b-32f1a244ab39"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T14:35: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 14:36:18,969 79787 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 14:37:19,249 79787 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 202 POST http://10.0.0.210/volume/v3/7a59feb1aea84dbf8baeaa24872f23a5/volumes 0.218s 2023-04-18 14:37:19,249 79787 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-556906355"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:37:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1bdaf546-d351-48f3-b663-82b9d5438b17', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1bdaf546-d351-48f3-b663-82b9d5438b17', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7a59feb1aea84dbf8baeaa24872f23a5/volumes'} Body: b'{"volume": {"id": "699cf8ab-bf5a-489f-8536-5d8b830f959b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:37:19.19 2265", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-556906355", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7a59feb1aea84dbf8baeaa24872f23a5/volumes/699cf8ab-bf5a-489f-8536-5d8b830f959b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7a59feb1aea84dbf8baeaa24872f23a5/volumes/699cf8ab-bf5a-489f-8536-5d8b830f959b"}], "user_id": "0953591cb5174b66a333e9740b50c32e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:37:19,307 79787 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/volume/v3/7a59feb1aea84dbf8baeaa24872f23a5/volumes/699cf8ab-bf5a-489f-8536-5d8b830f959b 0.048s 2023-04-18 14:37:19,307 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:37:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc5b9d4a-9537-40d3-9771-e7902954f34d', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc5b9d4a-9537-40d3-9771-e7902954f34d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7a59feb1aea84dbf8baeaa24872f23a5/volumes/699cf8ab-bf5a-489f-8536-5d8b830f959b'} Body: b'{"volume": {"id": "699cf8ab-bf5a-489f-8536-5d8b830f959b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:37:19.000000", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-556906355", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7a59feb1aea84dbf8baeaa24872f23a5/volumes/699cf8ab-bf5a-489f-8536-5d8b830f959b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7a59feb1aea84dbf8baeaa24872f23a5/volumes/699cf8ab-bf5a-489f-8536-5d8b830f959b"}], "user_id": "0953591cb5174b66a333e9740b50c32e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7a59feb1aea84dbf8baeaa24872f23a5"}}' 2023-04-18 14:37:20,368 79787 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/volume/v3/7a59feb1aea84dbf8baeaa24872f23a5/volumes/699cf8ab-bf5a-489f-8536-5d8b830f959b 0.048s 2023-04-18 14:37:20,368 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:37:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21b27317-357a-4ae0-9286-47374b4e84d2', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21b27317-357a-4ae0-9286-47374b4e84d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7a59feb1aea84dbf8baeaa24872f23a5/volumes/699cf8ab-bf5a-489f-8536-5d8b830f959b'} Body: b'{"volume": {"id": "699cf8ab-bf5a-489f-8536-5d8b830f959b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:37:19.000000", "updated_at": "2023-04-18T14:37:19.000000", "name": "tempest-DeleteServersTestJSON-volume-556906355", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7a59feb1aea84dbf8baeaa24872f23a5/volumes/ 699cf8ab-bf5a-489f-8536-5d8b830f959b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7a59feb1aea84dbf8baeaa24872f23a5/volumes/699cf8ab-bf5a-489f-8536-5d8b830f959b"}], "user_id": "0953591cb5174b66a333e9740b50c32e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7a59feb1aea84dbf8baeaa24872f23a5"}}' {6} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict [122.074109s] ... 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 2e6a971b-6a24-4a0a-a738-332da27d2830 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:35:48,177 79799 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/e5323297-c840-4fd6-9a76-727ed36de870 0.337s 2023-04-18 14:35:48,178 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1493', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd2660f3-7caf-4117-9e61-989ca7f55a19', 'x-compute-request-id': 'req-dd2660f3-7caf-4117-9e61-989ca7f55a19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e5323297-c840-4fd6-9a76-727ed36de870'} Body: b'{"server": {"id": "e5323297-c840-4fd6-9a76-727ed36de870", "name": "tempest-ServersNegativeTestJSON-server-736255234", "status": "ACTIVE", "tenant_id": "3312c2b6e41142799cb66dd1377558d8", "user_id": "b209357fca7f40c0b52507a285e054e3", "metadata": {}, "hostId": "eaa951ff83402a0ae8fc9b40afccf9585c7dbf0db99a3b326a2d8553", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:29:12Z", "updated": "2023-04-18T14:29:30Z", "addresses": {"tempest-ServersNegativeTestJSON-130376378-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:73:6f:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e5323297-c840-4fd6-9a76-727ed36de870"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e5323297-c840-4fd6-9a76-727ed36de870"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T14:29: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": []}}' 2023-04-18 14:36:48,446 79799 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/3312c2b6e41142799cb66dd1377558d8/volumes 0.205s 2023-04-18 14:36:48,446 79799 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-2069445807"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6aab8333-6d8e-4185-a758-bd6b1c996e81', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6aab8333-6d8e-4185-a758-bd6b1c996e81', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3312c2b6e41142799cb66dd1377558d8/volumes'} Body: b'{"volume": {"id": "2e6a971b-6a24-4a0a-a738-332da27d2830", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:36:48.385824", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-2069445807", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3312c2b6e41142799cb66dd1377558d8/volumes/2e6a971b-6a24-4a0a-a738-332da27d2830"}, {"rel": "bookmark", "href": "http://10.0.0.2 10/volume/3312c2b6e41142799cb66dd1377558d8/volumes/2e6a971b-6a24-4a0a-a738-332da27d2830"}], "user_id": "b209357fca7f40c0b52507a285e054e3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:36:48,500 79799 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/3312c2b6e41142799cb66dd1377558d8/volumes/2e6a971b-6a24-4a0a-a738-332da27d2830 0.044s 2023-04-18 14:36:48,500 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a478b0d-8d1a-487e-831f-8724c9360455', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a478b0d-8d1a-487e-831f-8724c9360455', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3312c2b6e41142799cb66dd1377558d8/volumes/2e6a971b-6a24-4a0a-a738-332da27d2830'} Body: b'{"volume": {"id": "2e6a971b-6a24-4a0a-a738-332da27d2830", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:36:48.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-2069445807", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3312c2b6e41142799cb66dd1377558d8/volumes/2e6a971b-6a24-4a0a-a738-332da27d2830"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3312c2b6e41142799cb66dd1377558d8/volumes/2e6a971b-6a24-4a0a-a738-332da27d2830"}], "user_id": "b209357fca7f40c0b52507a285e054e3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3312c2b6e41142799cb66dd1377558d8"}}' 2023-04-18 14:36:49,605 79799 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/3312c2b6e41142799cb66dd1377558d8/volumes/2e6a971b-6a24-4a0a-a738-332da27d2830 0.092s 2023-04-18 14:36:49,605 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c111000d-74d4-4006-9817-3f02a3a2dcbc', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c111000d-74d4-4006-9817-3f02a3a2dcbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3312c2b6e41142799cb66dd1377558d8/volumes/2e6a971b-6a24-4a0a-a738-332da27d2830'} Body: b'{"volume": {"id": "2e6a971b-6a24-4a0a-a738-332da27d2830", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:36:48.000000", "updated_at": "2023-04-18T14:36:49.000000", "name": "tempest-ServersNegativeTestJSON-volume-2069445807", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3312c2b6e41142799cb66dd1377558d8/volumes/2e6a971b-6a24-4a0a-a738-332da27d2830"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3312c2b6e41142799cb66dd1377558d8/volumes/2e6a971b-6a24-4a0a-a738-332da27d2830"}], "user_id": "b209357fca7f40c0b52507a285e054e3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenan t-attr:tenant_id": "3312c2b6e41142799cb66dd1377558d8"}}' 2023-04-18 14:36:49,873 79799 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/e5323297-c840-4fd6-9a76-727ed36de870 0.257s 2023-04-18 14:36:49,873 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1493', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9fb36c7a-cc04-49d8-8252-177b5a5e489c', 'x-compute-request-id': 'req-9fb36c7a-cc04-49d8-8252-177b5a5e489c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e5323297-c840-4fd6-9a76-727ed36de870'} Body: b'{"server": {"id": "e5323297-c840-4fd6-9a76-727ed36de870", "name": "tempest-ServersNegativeTestJSON-server-736255234", "status": "ACTIVE", "tenant_id": "3312c2b6e41142799cb66dd1377558d8", "user_id": "b209357fca7f40c0b52507a285e054e3", "metadata": {}, "hostId": "eaa951ff83402a0ae8fc9b40afccf9585c7dbf0db99a3b326a2d8553", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:29:12Z", "updated": "2023-04-18T14:29:30Z", "addresses": {"tempest-ServersNegativeTestJSON-130376378-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:73:6f:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e5323297-c840-4fd6-9a76-727ed36de870"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e5323297-c840-4fd6-9a76-727ed36de870"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T14:29: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": []}}' {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_volume_backed_server_confirm [123.157882s] ... 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 da2c7edd-f230-4748-a89d-7f0ef7432a73 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:36:12,098 79789 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf 0.285s 2023-04-18 14:36:12,098 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1656', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a20329c4-302c-4c71-9f4f-222845329f0e', 'x-compute-request-id': 'req-a20329c4-302c-4c71-9f4f-222845329f0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf'} Body: b'{"server": {"id": "1f7c5ef9-09d6-477f-90a8-e6673f75b2cf", "name": "tempest-ServerActionsTestJSON-server-927544894", "status": "ACTIVE", "tenant_id": "279c1fea5cfc423b94ca756ebafb2515", "user_id": "614f7a3a8f3348df9d81f693e733905b", "metadata": {}, "hostId": "1d97c6007be92f7a9548b8855f1efa459953d4b7b8713acfa07de542", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:29:23Z", "updated": "2023-04-18T14:29:38Z", "addresses": {"tempest-ServerActionsTestJSON-1455921873-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:e3:8c"}, {"version": 4, "addr": "172.24.4.10", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:e3:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-962705370", "OS-SRV-USG:launched_at": "2023-04-18T14:29:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1576115659"}], "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 14:36:12,532 79789 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf 0.422s 2023-04-18 14:36:12,533 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1656', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0c50851-a203-49e3-a7cb-1fd0a0f2de3b', 'x-compute-request-id': 'req-c0c50851-a203-49e3-a7cb-1fd0a0f2de3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf'} Body: b'{"server": {"id": "1f7c5ef9-09d6-477f-90a8-e6673f75b2cf", "name": "tempest-ServerActionsTestJSON-server-927544894", "status": "ACTIVE", "tenant_id": "279c1fea5cfc423b94ca756ebafb2515", "user_id": "614f7a3a8f3348df9d81f693e733905b", "metadata": {}, "hostId": "1d97c6007be92f7a9548b8855f1efa459953d4b7b8713acfa07de542", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0 .210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:29:23Z", "updated": "2023-04-18T14:29:38Z", "addresses": {"tempest-ServerActionsTestJSON-1455921873-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:e3:8c"}, {"version": 4, "addr": "172.24.4.10", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:e3:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-962705370", "OS-SRV-USG:launched_at": "2023-04-18T14:29:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1576115659"}], "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 14:36:12,837 79789 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf 0.291s 2023-04-18 14:36:12,837 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1656', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c5c0956-6d82-40f8-a219-17804d3458e8', 'x-compute-request-id': 'req-3c5c0956-6d82-40f8-a219-17804d3458e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf'} Body: b'{"server": {"id": "1f7c5ef9-09d6-477f-90a8-e6673f75b2cf", "name": "tempest-ServerActionsTestJSON-server-927544894", "status": "ACTIVE", "tenant_id": "279c1fea5cfc423b94ca756ebafb2515", "user_id": "614f7a3a8f3348df9d81f693e733905b", "metadata": {}, "hostId": "1d97c6007be92f7a9548b8855f1efa459953d4b7b8713acfa07de542", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:29:23Z", "updated": "2023-04-18T14:29:38Z", "addresses": {"tempest-ServerActionsTestJSON-1455921873-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:e3:8c"}, {"version": 4, "addr": "172.24.4.10", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:e3:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-962705370", "OS-SRV-USG:launched_at": "2023-04-18T14:29:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1576115659"}], "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 14:37:12,997 79789 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.0 81s 2023-04-18 14:37:12,997 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 14:37:12 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-e92e177a-460b-4f58-84b7-c2f9e4f54941', '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": "614f7a3a8f3348df9d81f693e733905b", "name": "tempest-ServerActionsTestJSON-378426381-project-member", "password_expires_at": null}, "audit_ids": ["blQ6EFkOQn6I6_J7adbROQ"], "expires_at": "2023-04-18T15:37:12.000000Z", "issued_at": "2023-04-18T14:37:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "279c1fea5cfc423b94ca756ebafb2515", "name": "tempest-ServerActionsTestJSON-378426381"}, "is_domain": false, "roles": [{"id": "0385370a4e0841d8b36ccb710ecbbb7f", "name": "reader"}, {"id": "4e14878c038343709e6c1a4b1c9b9b3c", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba3e4f0604614d5cbe532cc36d623cd0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "077962f5889e4dc5b1df7317cb3104c1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d5a2290495040dd9cc776d460990be5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "36bb6b6348e44e578468f7cf12ee6657", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dad492a01e614a8a8914690c07ebad0a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515", "region": "RegionOne"}], "id": "3fc212b920c3401e85def1124172e916", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "cf3bc891281f458db82d1181bcf74100", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "627889b053b346adb8ce9b1ba8efb774", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "066c5b55b9574d78975bbbb61c530bad", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/279c1fea5cfc423b94ca756ebafb2515", "region": "RegionOne"}], "id": "abe9a7d894f740b1943da54d0c46ff7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a19a55206f6f49c9916ef45abbdb3141", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "afe69c9d4c0445c18ac07b7dd26c92ee", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b9742eaa6b4c43b48cde80e15563fd79", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515", "region": "RegionOne"}], "id": "b81eaa96c4e5426dab17a1d0acda7740", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0b96ff58903940ffa3fe3bb3c1bebe24", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "bc2f14763262433a9f02c157a34e208f", "type": "network", "name": "neutron"}]}}' 2023-04-18 14:37:12,998 79789 INFO [tempest.lib.common.fixed_network] (ServerActionsTestJSON:test_resize_volume_backed_server_confirm) Found network {'id': '39d43ad2-26f1-4ec3-9bdc-0978776b01d2', 'name': 'tempest-ServerActionsTestJSON-1455921873-network', 'tenant_id': '279c1fea5cfc423b94ca756ebafb2515', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '279c1fea5cfc423b94ca756ebafb2515', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 17843, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T14:28:49Z', 'updated_at': '2023-04-18T14:28:49Z', 'revision_number': 1} available for tenant 2023-04-18 14:37:12,998 79789 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-962705370', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGpLS7abpM/EQgVdSDy+gJ6NGYbnPN85cxrtlMsB6zEzxqjqIHAyNdNVcfvxWGfUPKRBnPGbLLZLXKZFiL9l2RtILBDOhGyhMZkyKNxBhZfp4xjE17mHNG7lrfvwNy9Vhg==', 'fingerprint': '2d:6e:23:a6:4b:a6:b8:99:2f:1b:49:99:16:6b:9d:01', 'user_id': '614f7a3a8f3348df9d81f693e733905b', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDTft5u4PzuMFOcG52e/LiOtrxNrzViaSaphpU6vdZ+cVPonsbFcPRe\nC4vcWsFScOKgBwYFK4EEACKhZANiAARqS0u2m6TPxEIFXUg8voCejRmG5zzfOXMa\n7ZTLAesxM8ao6iBwMjXTVXH78Vhn1DykQZzxmyy2S1ymRYi/ZdkbSCwQzoRsoTGZ\nMijcQYWX6eMYxNe5hzRu5a378DcvVYY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '92c3b15c-137a-4543-a9dd-b4d8782496fd', 'name': 'tempest-securitygroup--1576115659', 'stateful': True, 'tenant_id': '279c1fea5cfc423b94ca756ebafb2515', 'description': 'tempest-description--1606993932', 'shared': False, 'security_group_rules': [{'id': '7f674c54-a29d-466f-9984-79e6d0870138', 'tenant_id': '279c1fea5cfc423b94ca756ebafb2515', 'security_group_id': '92c3b15c-137a-4543-a9dd-b4d8782496fd', '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': 243, 'description': None, 'tags': [], 'created_at': '2023-04-18T14:29:12Z', 'updated_at': '2023-04-18T14:29:12Z', 'revision_number': 0, 'project_id': '279c1fea5cfc423b94ca756ebafb2515'}, {'id': 'a76d5033-1d29-4f25-b0bb-416a86a8af70', 'tenant_id': '279c1fea5cfc423b94ca756ebafb2515', 'security_group_id': '92c3b15c-137a-4543-a9dd-b4d8782496fd', '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': 242, 'description': None, 'tags': [], 'created_at': '2023-04-18T14:29:12Z', 'updated_at': '2023-04-18T14:29:12Z', 'revision_number': 0, 'project_id': '279c1fea5cfc423b94ca756ebafb2515'}], 'tags': [], 'created_at': '2023-04-18T14:29:12Z', 'updated_at': '2023-04-18T14:29:12Z', 'revision_number': 1, 'project_id': '279c1fea5cfc423b94ca756ebafb2515'}, 'floating_ip': {'id': '2cb6769a-58c8-497f-b425-28f97dbfe2df', 'tenant_id': '279c1fea5cfc423b94ca756ebafb2515', 'floating_ip_address': '172.24.4.10', 'floating_network_id': 'bfbf9c15-045f-401e-b79e-fba95e5a0430', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '279c1fea5cfc423b94ca756ebafb2515', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T14:29:18Z', 'updated_at': '2023-04-18T14:29:18Z', 'revision_number': 0, 'ip': '172.24.4.10'}} 2023-04-18 14:37:13,369 79789 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 202 POST http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes 0.370s 2023-04-18 14:37:13,370 79789 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-1399495944", "imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:37:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9edee77c-4088-481f-a4d2-f6b7a20c6c8c', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9edee77c-4088-481f-a4d2- f6b7a20c6c8c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes'} Body: b'{"volume": {"id": "da2c7edd-f230-4748-a89d-7f0ef7432a73", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:37:13.297188", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1399495944", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes/da2c7edd-f230-4748-a89d-7f0ef7432a73"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/279c1fea5cfc423b94ca756ebafb2515/volumes/da2c7edd-f230-4748-a89d-7f0ef7432a73"}], "user_id": "614f7a3a8f3348df9d81f693e733905b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:37:13,438 79789 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes/da2c7edd-f230-4748-a89d-7f0ef7432a73 0.058s 2023-04-18 14:37:13,438 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:37:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c77e3af-2fb6-4820-aee0-ce4048c2b9a1', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c77e3af-2fb6-4820-aee0-ce4048c2b9a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes/da2c7edd-f230-4748-a89d-7f0ef7432a73'} Body: b'{"volume": {"id": "da2c7edd-f230-4748-a89d-7f0ef7432a73", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:37:13.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1399495944", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes/da2c7edd-f230-4748-a89d-7f0ef7432a73"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/279c1fea5cfc423b94ca756ebafb2515/volumes/da2c7edd-f230-4748-a89d-7f0ef7432a73"}], "user_id": "614f7a3a8f3348df9d81f693e733905b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "279c1fea5cfc423b94ca756ebafb2515"}}' 2023-04-18 14:37:14,496 79789 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes/da2c7edd-f230-4748-a89d-7f0ef7432a73 0.044s 2023-04-18 14:37:14,496 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:37:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e757d664-325a-405f-8c46-bf9edac73cd0', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e757d664-325a-405f-8c46-bf9edac73cd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes/da2c7edd-f230-4748-a89d-7f0ef7432a73'} Body: b'{"volume": {"id": "da2c7edd-f230-4748-a89d-7f0ef7432a73", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:37:13.000000" , "updated_at": "2023-04-18T14:37:13.000000", "name": "tempest-tempest.common.compute-volume-1399495944", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes/da2c7edd-f230-4748-a89d-7f0ef7432a73"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/279c1fea5cfc423b94ca756ebafb2515/volumes/da2c7edd-f230-4748-a89d-7f0ef7432a73"}], "user_id": "614f7a3a8f3348df9d81f693e733905b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "279c1fea5cfc423b94ca756ebafb2515"}}' 2023-04-18 14:37:14,626 79789 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 202 DELETE http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes/da2c7edd-f230-4748-a89d-7f0ef7432a73 0.119s 2023-04-18 14:37:14,627 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:37:14 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-ba74c089-dc41-4f67-b6a3-aaab1539837c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes/da2c7edd-f230-4748-a89d-7f0ef7432a73'} Body: b'' 2023-04-18 14:37:14,653 79789 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 404 GET http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes/da2c7edd-f230-4748-a89d-7f0ef7432a73 0.025s 2023-04-18 14:37:14,653 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:37:14 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-99c1877d-8b6d-47d6-85a8-bc1f100e7273', 'x-openstack-request-id': 'req-99c1877d-8b6d-47d6-85a8-bc1f100e7273', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes/da2c7edd-f230-4748-a89d-7f0ef7432a73'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume da2c7edd-f230-4748-a89d-7f0ef7432a73 could not be found."}}' 2023-04-18 14:37:14,653 79789 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 14:37:14,899 79789 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf 0.245s 2023-04-18 14:37:14,900 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:37:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1656', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6bd5bbc-16f8-48f0-9735-5af1c2ecfe7b', 'x-compute-request-id': 'req-d6bd5bbc-16f8-48f0-9735-5af1c2ecfe7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf'} Body: b'{"server": {"id": "1f7c5ef9-09d6-477 f-90a8-e6673f75b2cf", "name": "tempest-ServerActionsTestJSON-server-927544894", "status": "ACTIVE", "tenant_id": "279c1fea5cfc423b94ca756ebafb2515", "user_id": "614f7a3a8f3348df9d81f693e733905b", "metadata": {}, "hostId": "1d97c6007be92f7a9548b8855f1efa459953d4b7b8713acfa07de542", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:29:23Z", "updated": "2023-04-18T14:29:38Z", "addresses": {"tempest-ServerActionsTestJSON-1455921873-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:e3:8c"}, {"version": 4, "addr": "172.24.4.10", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:e3:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-962705370", "OS-SRV-USG:launched_at": "2023-04-18T14:29:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1576115659"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {0} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot [2.055033s] ... 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 e1f3e7fb-4296-4ea0-b40a-6fb6b998ec75 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:38:16,677 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 POST http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/types 0.202s 2023-04-18 14:38:16,678 79787 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-149710565"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30754b15-dd5b-4483-bf83-a39301fbada0', 'content-length': '223', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30754b15-dd5b-4483-bf83-a39301fbada0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/types'} Body: b'{"volume_type": {"id": "daa307fe-cc52-407c-b0d3-c9c3935fbcd7", "name": "tempest-GroupSnapshotsTest-volume-type-149710565", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 14:38:16,774 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/group_types 0.090s 2023-04-18 14:38:16,774 79787 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-1467783985"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07c2b5d5-9db7-4f63-a9a0-e9673a8552c0', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07c2b5d5-9db7-4f63-a9a0-e9673a8552c0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/group_types'} Body: b'{"group_type": {"id": "d68edee7-bb28-4706-ac60-5472388a1785", "name": "tempest-GroupSnapshotsTest-group-type-1467783985", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 14:38:17,181 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups 0.403s 2023-04-18 14:38:17,181 79787 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": "d68edee7-bb28-4706-ac60-5472388a1785", "volume_types": ["daa307fe-cc52-407c-b0d3-c9c3935fbcd7"], "name": "tempest-GroupSnapshotsTest-Group-1587058822"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58cca12b-6f99-4d49-a8bd-575232d86e35', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58cca12b-6f99-4d49-a8bd-575232d86e35', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups'} Body: b'{"group": {"id": "e1f3e7fb-4296-4ea0-b40a-6fb6b998ec75", "name": "tempest-GroupSnapshotsTest-Group-1587058822"}}' 2023-04-18 14:38:17,227 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups/e1f3e7fb-4296-4ea0-b40a-6fb6b998ec75 0.041s 2023-04-18 14:38:17,227 79787 DEBUG [tempest.lib.com mon.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 14:38:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43489e86-9e96-4e66-b2ec-d53d3c338a0f', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43489e86-9e96-4e66-b2ec-d53d3c338a0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups/e1f3e7fb-4296-4ea0-b40a-6fb6b998ec75'} Body: b'{"group": {"id": "e1f3e7fb-4296-4ea0-b40a-6fb6b998ec75", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-18T14:38:17.000000", "name": "tempest-GroupSnapshotsTest-Group-1587058822", "description": null, "group_type": "d68edee7-bb28-4706-ac60-5472388a1785", "volume_types": ["daa307fe-cc52-407c-b0d3-c9c3935fbcd7"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 14:38:18,269 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups/e1f3e7fb-4296-4ea0-b40a-6fb6b998ec75 0.036s 2023-04-18 14:38:18,269 79787 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 14:38:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f245d79b-d8d2-4245-ac2f-31807920b95b', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f245d79b-d8d2-4245-ac2f-31807920b95b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups/e1f3e7fb-4296-4ea0-b40a-6fb6b998ec75'} Body: b'{"group": {"id": "e1f3e7fb-4296-4ea0-b40a-6fb6b998ec75", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T14:38:17.000000", "name": "tempest-GroupSnapshotsTest-Group-1587058822", "description": null, "group_type": "d68edee7-bb28-4706-ac60-5472388a1785", "volume_types": ["daa307fe-cc52-407c-b0d3-c9c3935fbcd7"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 14:38:18,340 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/volumes/detail 0.064s 2023-04-18 14:38:18,340 79787 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 14:38:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6acc0098-463e-4e05-84c0-cf93bbbc2b4c', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6acc0098-463e-4e05-84c0-cf93bbbc2b4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 14:38:18,415 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups/e1f3e7fb-4296-4ea0-b40a-6fb6b998ec75/action 0.063s 2023-04-18 14:38:18,415 79787 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": {"de lete-volumes": true}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:18 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-02186e7c-5bc5-4274-809c-2509499e95ec', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups/e1f3e7fb-4296-4ea0-b40a-6fb6b998ec75/action'} Body: b'' 2023-04-18 14:38:18,431 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups/e1f3e7fb-4296-4ea0-b40a-6fb6b998ec75 0.015s 2023-04-18 14:38:18,431 79787 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 14:38:18 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-0e647237-8976-4b36-8f93-4a22d26388dc', 'x-openstack-request-id': 'req-0e647237-8976-4b36-8f93-4a22d26388dc', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups/e1f3e7fb-4296-4ea0-b40a-6fb6b998ec75'} Body: b'{"itemNotFound": {"code": 404, "message": "Group e1f3e7fb-4296-4ea0-b40a-6fb6b998ec75 could not be found."}}' 2023-04-18 14:38:18,459 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/group_types/d68edee7-bb28-4706-ac60-5472388a1785 0.028s 2023-04-18 14:38:18,460 79787 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 14:38:18 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-5243d43a-fb47-42b8-be91-ced97f2007f7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/group_types/d68edee7-bb28-4706-ac60-5472388a1785'} Body: b'' 2023-04-18 14:38:18,510 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/types/daa307fe-cc52-407c-b0d3-c9c3935fbcd7 0.049s 2023-04-18 14:38:18,510 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38: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-3568a4f9-a1e7-4fda-90e8-b612c3da610a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/types/daa307fe-cc52-407c-b0d3-c9c3935fbcd7'} Body: b'' 2023-04-18 14:38:18,526 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/types/daa307fe-cc52-407c-b0d3-c9c3935fbcd7 0.016s 2023-04-18 14:38:18,526 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:18 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-95537f16-940e-4737-9511-4508f4c1d15d', 'x-openstack-request-id': 'req-95537f16-940e-4737-9511-4508f4c1d15d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/types/daa307fe-cc52-407c-b0d3-c9c3935fbcd7'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type daa307fe-cc52-407c-b0d3-c9c3935fbcd7 could not be found."}}' {0} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes [1.557182s] ... 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 ea744fa8-4293-44cc-94af-4d4445e01e86 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:38:18,561 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 POST http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/types 0.030s 2023-04-18 14:38:18,562 79787 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-1952865335"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2d7f45f-732d-4d53-a1ea-2cf33c44f34d', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2d7f45f-732d-4d53-a1ea-2cf33c44f34d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/types'} Body: b'{"volume_type": {"id": "a793f5d4-edd1-4fb8-b780-42838001196a", "name": "tempest-GroupSnapshotsTest-volume-type-1952865335", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 14:38:18,597 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/group_types 0.033s 2023-04-18 14:38:18,598 79787 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-1313759238"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1679b332-0777-4f4a-91f4-b0d308d0756a', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1679b332-0777-4f4a-91f4-b0d308d0756a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/group_types'} Body: b'{"group_type": {"id": "eca5db51-6d14-4df3-9b63-fd5911b4e963", "name": "tempest-GroupSnapshotsTest-group-type-1313759238", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 14:38:18,687 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups 0.087s 2023-04-18 14:38:18,688 79787 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": "eca5db51-6d14-4df3-9b63-fd5911b4e963", "volume_types": ["a793f5d4-edd1-4fb8-b780-42838001196a"], "name": "tempest-GroupSnapshotsTest-Group-1075102654"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3955bf91-6191-4a99-9501-b38c1aa7fb60', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3955bf91-6191-4a99-9501-b38c1aa7fb60', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups'} Body: b'{"group": {"id": "ea744fa8-4293-44cc-94af-4d4445e01e86", "name": "tempest-GroupSnapshotsTest-Group-1075102654"}}' 2023-04-18 14:38:18,749 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups/ea744fa8-4293-44cc-94af-4d4445e01 e86 0.059s 2023-04-18 14:38:18,749 79787 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 14:38:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41618763-21ce-4630-bc23-52d9de438ca8', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41618763-21ce-4630-bc23-52d9de438ca8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups/ea744fa8-4293-44cc-94af-4d4445e01e86'} Body: b'{"group": {"id": "ea744fa8-4293-44cc-94af-4d4445e01e86", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-18T14:38:19.000000", "name": "tempest-GroupSnapshotsTest-Group-1075102654", "description": null, "group_type": "eca5db51-6d14-4df3-9b63-fd5911b4e963", "volume_types": ["a793f5d4-edd1-4fb8-b780-42838001196a"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 14:38:19,784 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups/ea744fa8-4293-44cc-94af-4d4445e01e86 0.030s 2023-04-18 14:38:19,785 79787 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 14:38:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6748c0b-eeb5-4138-9adf-b575b724315a', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6748c0b-eeb5-4138-9adf-b575b724315a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups/ea744fa8-4293-44cc-94af-4d4445e01e86'} Body: b'{"group": {"id": "ea744fa8-4293-44cc-94af-4d4445e01e86", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T14:38:19.000000", "name": "tempest-GroupSnapshotsTest-Group-1075102654", "description": null, "group_type": "eca5db51-6d14-4df3-9b63-fd5911b4e963", "volume_types": ["a793f5d4-edd1-4fb8-b780-42838001196a"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 14:38:19,788 79787 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 14:38:19,861 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/volumes/detail 0.072s 2023-04-18 14:38:19,862 79787 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 14:38:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6e50a57-98f3-4d26-9616-85f107520ac4', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6e50a57-98f3-4d26-9616-85f107520ac4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 14:38:19,961 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups/ea744fa8-4293-44cc-94af-4d4445e01e86/actio n 0.088s 2023-04-18 14:38:19,962 79787 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 14:38:19 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-17add812-29a8-443f-9955-c142d518582c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups/ea744fa8-4293-44cc-94af-4d4445e01e86/action'} Body: b'' 2023-04-18 14:38:19,981 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups/ea744fa8-4293-44cc-94af-4d4445e01e86 0.019s 2023-04-18 14:38:19,982 79787 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 14:38:19 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-240aae14-ad54-4bdb-b9d5-7a26b749b297', 'x-openstack-request-id': 'req-240aae14-ad54-4bdb-b9d5-7a26b749b297', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups/ea744fa8-4293-44cc-94af-4d4445e01e86'} Body: b'{"itemNotFound": {"code": 404, "message": "Group ea744fa8-4293-44cc-94af-4d4445e01e86 could not be found."}}' 2023-04-18 14:38:20,016 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/group_types/eca5db51-6d14-4df3-9b63-fd5911b4e963 0.034s 2023-04-18 14:38:20,017 79787 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 14:38:19 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-67e53a95-5a2b-4c7f-be1c-921d55263f2e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/group_types/eca5db51-6d14-4df3-9b63-fd5911b4e963'} Body: b'' 2023-04-18 14:38:20,070 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/types/a793f5d4-edd1-4fb8-b780-42838001196a 0.052s 2023-04-18 14:38:20,070 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:20 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-89e3a797-d491-4be8-a3f8-9b9b2ca4ec06', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/types/a793f5d4-edd1-4fb8-b780-42838001196a'} Body: b'' 2023-04-18 14:38:20,087 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/types/a793f5d4-edd1-4fb8-b780-428380 01196a 0.016s 2023-04-18 14:38:20,087 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:20 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-95e9ee6f-bd3a-47fd-bae9-da2498b41634', 'x-openstack-request-id': 'req-95e9ee6f-bd3a-47fd-bae9-da2498b41634', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/types/a793f5d4-edd1-4fb8-b780-42838001196a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type a793f5d4-edd1-4fb8-b780-42838001196a could not be found."}}' {0} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete [1.513738s] ... 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 2ef4a5bd-09e6-480b-b159-47e93b038cbb failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:38:20,130 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/types 0.038s 2023-04-18 14:38:20,131 79787 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-631408334"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82af27fd-3144-47cc-ae19-b26aeb0c4c34', 'content-length': '223', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82af27fd-3144-47cc-ae19-b26aeb0c4c34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/types'} Body: b'{"volume_type": {"id": "cfb84804-89d2-48c1-b933-434c794445f4", "name": "tempest-GroupSnapshotsTest-volume-type-631408334", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 14:38:20,164 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/group_types 0.030s 2023-04-18 14:38:20,165 79787 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-1425217970"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea3f80f4-9fbe-4849-9b41-a87508d36d89', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea3f80f4-9fbe-4849-9b41-a87508d36d89', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/group_types'} Body: b'{"group_type": {"id": "7775b5f6-04b1-4635-9784-08dfb2781ddb", "name": "tempest-GroupSnapshotsTest-group-type-1425217970", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 14:38:20,247 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups 0.079s 2023-04-18 14:38:20,247 79787 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": "7775b5f6-04b1-4635-9784-08dfb2781ddb", "volume_types": ["cfb84804-89d2-48c1-b933-434c794445f4"], "name": "tempest-GroupSnapshotsTest-Group-1999414796"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d4b784b-c621-4087-9f34-ab7256e158b1', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d4b784b-c621-4087-9f34-ab7256e158b1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups'} Body: b'{"group": {"id": "2ef4a5bd-09e6-480b-b159-47e93b038cbb", "name": "tempest-GroupSnapshotsTest-Group-1999414796"}}' 2023-04-18 14:38:20,282 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups/2ef4a5bd-09e6-480b-b159-47e93b038cbb 0.033s 2023-04-18 14:38:20,283 79787 D EBUG [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 14:38:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9439780-b629-48c5-990c-1dc3550829a6', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9439780-b629-48c5-990c-1dc3550829a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups/2ef4a5bd-09e6-480b-b159-47e93b038cbb'} Body: b'{"group": {"id": "2ef4a5bd-09e6-480b-b159-47e93b038cbb", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-18T14:38:20.000000", "name": "tempest-GroupSnapshotsTest-Group-1999414796", "description": null, "group_type": "7775b5f6-04b1-4635-9784-08dfb2781ddb", "volume_types": ["cfb84804-89d2-48c1-b933-434c794445f4"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 14:38:21,319 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups/2ef4a5bd-09e6-480b-b159-47e93b038cbb 0.031s 2023-04-18 14:38:21,319 79787 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 14:38:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfb2c6f8-c25b-4fbf-9418-90a3ed66cc43', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfb2c6f8-c25b-4fbf-9418-90a3ed66cc43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups/2ef4a5bd-09e6-480b-b159-47e93b038cbb'} Body: b'{"group": {"id": "2ef4a5bd-09e6-480b-b159-47e93b038cbb", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T14:38:20.000000", "name": "tempest-GroupSnapshotsTest-Group-1999414796", "description": null, "group_type": "7775b5f6-04b1-4635-9784-08dfb2781ddb", "volume_types": ["cfb84804-89d2-48c1-b933-434c794445f4"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 14:38:21,398 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/volumes/detail 0.075s 2023-04-18 14:38:21,399 79787 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 14:38:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d1f934a-6abc-4003-84e1-4b0bd4795e35', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d1f934a-6abc-4003-84e1-4b0bd4795e35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 14:38:21,475 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups/2ef4a5bd-09e6-480b-b159-47e93b038cbb/action 0.066s 2023-04-18 14:38:21,475 79787 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 14:38:21 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-c0b5c6bb-f3fa-4bdd-9d8c-50473285ac9b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups/2ef4a5bd-09e6-480b-b159-47e93b038cbb/action'} Body: b'' 2023-04-18 14:38:21,491 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups/2ef4a5bd-09e6-480b-b159-47e93b038cbb 0.015s 2023-04-18 14:38:21,491 79787 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 14:38:21 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-26963cce-68ed-48b3-9ee0-f401616b52d9', 'x-openstack-request-id': 'req-26963cce-68ed-48b3-9ee0-f401616b52d9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups/2ef4a5bd-09e6-480b-b159-47e93b038cbb'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 2ef4a5bd-09e6-480b-b159-47e93b038cbb could not be found."}}' 2023-04-18 14:38:21,521 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/group_types/7775b5f6-04b1-4635-9784-08dfb2781ddb 0.030s 2023-04-18 14:38:21,522 79787 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 14:38:21 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-1944b281-9147-4685-949a-66f62a631ae3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/group_types/7775b5f6-04b1-4635-9784-08dfb2781ddb'} Body: b'' 2023-04-18 14:38:21,587 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/types/cfb84804-89d2-48c1-b933-434c794445f4 0.064s 2023-04-18 14:38:21,587 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:21 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-e61badf5-e6d6-436a-b6cf-096aafe0eba8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/types/cfb84804-89d2-48c1-b933-434c794445f4'} Body: b'' 2023-04-18 14:38:21,603 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/types/cfb84804-89d2-48c1-b933-434c794445f4 0.015s 2023-04-18 14:38:21,604 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:21 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-c37ac66e-9ee7-4323-b216-2530406e1f1a', 'x-openstack-request-id': 'req-c37ac66e-9ee7-4323-b216-2530406e1f1a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/types/cfb84804-89d2-48c1-b933-434c794445f4'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type cfb84804-89d2-48c1-b933-434c794445f4 could not be found."}}' {0} setUpClass (tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest) ... SKIPPED: Manage volume tests are disabled {0} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_delete_quota [0.302863s] ... ok {0} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_default_quotas [0.034770s] ... ok {0} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_quotas [0.040250s] ... ok {0} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage [1.703898s] ... 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 132639b8-d2d7-44e6-a783-013e4453a4c3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:38:25,336 79787 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/26534c6d26864823aaf3b38970279967/os-quota-sets/c04f251350324b8184a18b0f95332a70?usage=True 0.043s 2023-04-18 14:38:25,337 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e97cc40-7c14-4db1-82a2-9bcb37e924ea', 'content-length': '868', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e97cc40-7c14-4db1-82a2-9bcb37e924ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/26534c6d26864823aaf3b38970279967/os-quota-sets/c04f251350324b8184a18b0f95332a70?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_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": "c04f251350324b8184a18b0f95332a70"}}' 2023-04-18 14:38:25,699 79787 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 202 POST http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes 0.353s 2023-04-18 14:38:25,700 79787 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-1145731276"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3271d13d-8a25-4bcb-a77c-0b6459f56eeb', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3271d13d-8a25-4bcb-a77c-0b6459f56eeb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes'} Body: b'{"volume": {"id": "132639b8-d2d7-44e6-a783-013e4453a4c3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:38:25.633114", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1145731276", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes/132639b8-d2d7-44e6-a783-013e4453a4c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c04f251350324b8184a18b0f95332a70/volumes/132639b8-d2d7-44e6-a783-013e4453a4c3"}], "user_id": "bd0e23bbb25246e8ace8cf1d31719198", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:38:25,754 79787 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes/132639b8-d2d7-44e6-a783-013e4453a4c3 0.044s 2023-04-18 14:38:25,754 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Cont ent-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6959cd8-7d5d-44b8-93d1-72fd41a4f71b', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6959cd8-7d5d-44b8-93d1-72fd41a4f71b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes/132639b8-d2d7-44e6-a783-013e4453a4c3'} Body: b'{"volume": {"id": "132639b8-d2d7-44e6-a783-013e4453a4c3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:38:26.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1145731276", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes/132639b8-d2d7-44e6-a783-013e4453a4c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c04f251350324b8184a18b0f95332a70/volumes/132639b8-d2d7-44e6-a783-013e4453a4c3"}], "user_id": "bd0e23bbb25246e8ace8cf1d31719198", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c04f251350324b8184a18b0f95332a70"}}' 2023-04-18 14:38:26,809 79787 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes/132639b8-d2d7-44e6-a783-013e4453a4c3 0.044s 2023-04-18 14:38:26,810 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2729ae1-a55f-43d2-b22d-2553534cb2be', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2729ae1-a55f-43d2-b22d-2553534cb2be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes/132639b8-d2d7-44e6-a783-013e4453a4c3'} Body: b'{"volume": {"id": "132639b8-d2d7-44e6-a783-013e4453a4c3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:38:26.000000", "updated_at": "2023-04-18T14:38:26.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1145731276", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes/132639b8-d2d7-44e6-a783-013e4453a4c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c04f251350324b8184a18b0f95332a70/volumes/132639b8-d2d7-44e6-a783-013e4453a4c3"}], "user_id": "bd0e23bbb25246e8ace8cf1d31719198", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c04f251350324b8184a18b0f95332a70"}}' 2023-04-18 14:38:26,864 79787 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes/132639b8-d2d7-44e6-a783-013e4453a4c3 0.043s 2023-04-18 14:38:26,865 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12269ab6-c65a-4ed9-9465-99ab6d452336', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12269ab6-c65a-4ed9-9465-99ab6d452336', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes/132639b8-d2d7-44e6-a783-013e4453a4c3'} Body: b'{"volume": {"id": "132639b8-d2d7-44e6-a783-013e4453a4c3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:38:26.000000", "updated_at": "2023-04-18T14:38:26.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1145731276", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes/132639b8-d2d7-44e6-a783-013e4453a4c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c04f251350324b8184a18b0f95332a70/volumes/132639b8-d2d7-44e6-a783-013e4453a4c3"}], "user_id": "bd0e23bbb25246e8ace8cf1d31719198", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c04f251350324b8184a18b0f95332a70"}}' 2023-04-18 14:38:26,973 79787 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes/132639b8-d2d7-44e6-a783-013e4453a4c3 0.098s 2023-04-18 14:38:26,974 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38: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-3a3985df-1a29-42b2-9613-d8270fe7bf7d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes/132639b8-d2d7-44e6-a783-013e4453a4c3'} Body: b'' 2023-04-18 14:38:26,995 79787 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes/132639b8-d2d7-44e6-a783-013e4453a4c3 0.021s 2023-04-18 14:38:26,996 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:26 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-adba5d68-daaa-47b6-9a06-cd6d1ec5f95a', 'x-openstack-request-id': 'req-adba5d68-daaa-47b6-9a06-cd6d1ec5f95a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes/132639b8-d2d7-44e6-a783-013e4453a4c3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 132639b8-d2d7-44e6-a783-013e4453a4c3 could not be found."}}' {0} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer [1.502601s] ... 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 9526542d-0877-4a22-8456-47269f75a57d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:38:27,178 79787 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 202 POST http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes 0.179s 2023-04-18 14:38:27,179 79787 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-547579037"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec48ed54-a106-45c7-95f9-1da2c71f91e1', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec48ed54-a106-45c7-95f9-1da2c71f91e1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes'} Body: b'{"volume": {"id": "9526542d-0877-4a22-8456-47269f75a57d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:38:27.123708", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-547579037", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes/9526542d-0877-4a22-8456-47269f75a57d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c04f251350324b8184a18b0f95332a70/volumes/9526542d-0877-4a22-8456-47269f75a57d"}], "user_id": "bd0e23bbb25246e8ace8cf1d31719198", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:38:27,230 79787 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes/9526542d-0877-4a22-8456-47269f75a57d 0.042s 2023-04-18 14:38:27,230 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13ece275-7441-4a60-9a04-b97059dd538e', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13ece275-7441-4a60-9a04-b97059dd538e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes/9526542d-0877-4a22-8456-47269f75a57d'} Body: b'{"volume": {"id": "9526542d-0877-4a22-8456-47269f75a57d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:38:27.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-547579037", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes/9526542d-0877-4a22-8456-47269f75a57d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c04f251350324b8184a18b0f95332a70/volumes/9526542d-0877-4a22-8456-47269f75a57d"}], "user_id": "bd0e23bbb25246e8ace8cf1d31719198", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c04f251350324b8184a18b0f95332a70"}}' 2023-04-18 14:38:28,286 79787 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes/9526542d-0877-4a22-8456-47269f75a57d 0.045s 2023-04-18 14:38:28,286 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f163e840-0aeb-47a5-9852-b595f3dbee6b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f163e840-0aeb-47a5-9852-b595f3dbee6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes/9526542d-0877-4a22-8456-47269f75a57d'} Body: b'{"volume": {"id": "9526542d-0877-4a22-8456-47269f75a57d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:38:27.000000", "updated_at": "2023-04-18T14:38:27.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-547579037", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes/9526542d-0877-4a22-8456-47269f75a57d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c04f251350324b8184a18b0f95332a70/volumes/9526542d-0877-4a22-8456-47269f75a57d"}], "user_id": "bd0e23bbb25246e8ace8cf1d31719198", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c04f251350324b8184a18b0f95332a70"}}' 2023-04-18 14:38:28,356 79787 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes/9526542d-0877-4a22-8456-47269f75a57d 0.057s 2023-04-18 14:38:28,356 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47cd0b8d-5163-4070-996b-99b76a494da6', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47cd0b8d-5163-4070-996b-99b76a494da6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes/9526542d-0877-4a22-8456-47269f75a57d'} Body: b'{"volume": {"id": "9526542d-0877-4a22-8456-47269f75a57d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:38:27.000000", "updated_at": "2023-04-18T14:38:27.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-547579037", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes/9526542d-0877-4a22-8456-47269f75a57d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c04f251350324b8184a18b0f95332a70/volumes/9526542d-0877-4a22-8456-47269f75a57d"}], "user_id": "bd0e23bbb25246e8ace8cf1d31719198", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c04f251350324b8184a18b0f95332a70"}}' 2023-04-18 14:38:28,466 79787 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes/9526542d-0877-4a22-8456-47269f75a57d 0.098s 2023-04-18 14:38:28,466 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:28 GMT', 'server': 'Apach e/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-7187b844-70ec-4be3-829b-f00e9d6d99de', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes/9526542d-0877-4a22-8456-47269f75a57d'} Body: b'' 2023-04-18 14:38:28,499 79787 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes/9526542d-0877-4a22-8456-47269f75a57d 0.033s 2023-04-18 14:38:28,500 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:28 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-69323408-c9f0-4f36-9b80-d96bc7ee3cc0', 'x-openstack-request-id': 'req-69323408-c9f0-4f36-9b80-d96bc7ee3cc0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes/9526542d-0877-4a22-8456-47269f75a57d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9526542d-0877-4a22-8456-47269f75a57d could not be found."}}' {0} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_show_quota_usage [0.056442s] ... ok {0} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant [0.259511s] ... ok {0} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_log_reason_with_no_reason [0.021991s] ... ok {0} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_service_with_invalid_binary [0.029915s] ... ok {0} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_enable_service_with_invalid_host [0.025852s] ... ok {0} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_freeze_host_with_invalid_host [0.026578s] ... ok {0} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_thaw_host_with_invalid_host [0.024122s] ... ok {2} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server [166.592476s] ... 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 b4efd5dc-8fc9-4010-a21a-e9bb26cd7c2a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:35:47,998 79791 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 14:35:47,998 79791 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 14:35:48,162 79791 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.161s 2023-04-18 14:35:48,163 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-136376707", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOjqqTV+CoRoxtZMs7AKuFCVV3P0fRLdtyeeiSDFd7oDb5FjuLqSpIeiLLYRJJnubjNLUfUvapeRUv0Wq1HK73r4ymV8iU/EsENjrOPxF3az7WYjjSfqjVOvBDcy0j/qbQ=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:48 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-b11fd6e2-a459-4756-8da1-9c75a528e2b3', 'x-compute-request-id': 'req-b11fd6e2-a459-4756-8da1-9c75a528e2b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-136376707", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOjqqTV+CoRoxtZMs7AKuFCVV3P0fRLdtyeeiSDFd7oDb5FjuLqSpIeiLLYRJJnubjNLUfUvapeRUv0Wq1HK73r4ymV8iU/EsENjrOPxF3az7WYjjSfqjVOvBDcy0j/qbQ==", "fingerprint": "d5:f7:63:36:8e:8b:1e:ef:85:21:6f:62:1b:16:08:bf", "user_id": "43dd536529724c41980d5f2fddd8c71d"}}' 2023-04-18 14:35:48,165 79791 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-136376707 created 2023-04-18 14:35:48,340 79791 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 14:35:48,340 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1775621931", "description": "tempest-description--401347487"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-5b809cd2-6bed-4b2f-97aa-79e5801fa80c', 'date': 'Tue, 18 Apr 2023 14:35:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "e2fa94e9-2bda-49b1-b8ba-3a675d9d0651", "name": "tempest-securitygroup--1775621931", "stateful": true, "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "description": "tempest-description--401347487", "shared": false, "security_group_rules": [{"id": "3d6ea2f8-8af1-4a74-9d20-212bcb1a0adb", "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "security_group_id": "e2fa94e9-2bda-49b1-b8ba-3a675d9d0651", "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": 696, "description": null, "tags": [], "created_at": "2023-04-18T14:35:48Z", "updated_at": "2023-04-18T14:35:48Z", "revision_number": 0, "project_id": "e38cf2921e9c49b98933eb439c2ea431"}, {"id": "550056a9-627c-4e60-82af-a0b7dc9c458e", "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "security_group_id": "e2fa94e9-2bda-49b1-b8ba-3a675d9d0651", "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": 697, "description": null, "tags": [], "created_at": "2023-04-18T14:35:48Z", "updated_at": "2023-04-18T14:35:48Z", "revision_number": 0, "project_id": "e38cf2921e9c49b98933eb439c2ea431"}], "tags": [], "created_at": "2023-04-18T14:35:48Z", "updated_at": "2023-04-18T14:35:48Z", "revision_number": 1, "project_id": "e38cf2921e9c49b98933eb439c2ea431"}}' 2023-04-18 14:35:48,545 79791 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.204s 2023-04-18 14:35:48,546 79791 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": "e2fa94e9-2bda-49b1-b8ba-3a675d9d0651", "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-3de030f5-7e6f-42ca-ab5a-06e71e0ff8f3', 'date': 'Tue, 18 Apr 2023 14:35:48 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": "9b59df18-be43-4aa3-831d-cc5d8a526233", "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "security_group_id": "e2fa94e9-2bda-49b1-b8ba-3a675d9d0651", "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-18T14:35:48Z", "updated_at": "2023-04-18T14:35:48Z", "revision_number": 0, "project_id": "e38cf2921e9c49b98933eb439c2ea431"}}' 2023-04-18 14:35:48,734 79791 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.187s 2023-04-18 14:35:48,734 79791 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": "e2fa94e9-2bda-49b1-b8ba-3a675d9d0651", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-4184ee31-a28b-4c75-8915-1a3c437cdf75', 'date': 'Tue, 18 Apr 2023 14:35:48 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": "d6f57126-e638-4667-a3c1-c160c3696f08", "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "security_group_id": "e2fa94e9-2bda-49b1-b8ba-3a675d9d0651", "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-18T14:35:48Z", "updated_at": "2023-04-18T14:35:48Z", "revision_number": 0, "project_id": "e38cf2921e9c49b98933eb439c2ea431"}}' 2023-04-18 14:35:48,734 79791 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1775621931 created 2023-04-18 14:35:49,674 79791 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.939s 2023-04-18 14:35:49,675 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "bfbf9c15-045f-401e-b79e-fba95e5a0430"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-o penstack-request-id': 'req-f2304331-ba5b-47ae-87f0-ce8164136a00', 'date': 'Tue, 18 Apr 2023 14:35:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "ba42a531-2b7a-4354-847b-ba1e316581f0", "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "floating_ip_address": "172.24.4.35", "floating_network_id": "bfbf9c15-045f-401e-b79e-fba95e5a0430", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "e38cf2921e9c49b98933eb439c2ea431", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T14:35:49Z", "updated_at": "2023-04-18T14:35:49Z", "revision_number": 0}}' 2023-04-18 14:35:49,675 79791 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'ba42a531-2b7a-4354-847b-ba1e316581f0', 'tenant_id': 'e38cf2921e9c49b98933eb439c2ea431', 'floating_ip_address': '172.24.4.35', 'floating_network_id': 'bfbf9c15-045f-401e-b79e-fba95e5a0430', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e38cf2921e9c49b98933eb439c2ea431', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T14:35:49Z', 'updated_at': '2023-04-18T14:35:49Z', 'revision_number': 0, 'ip': '172.24.4.35'} created 2023-04-18 14:35:49,716 79791 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.034s 2023-04-18 14:35:49,716 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:49 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-cf1b9abb-e2ee-4eb2-bd93-6a64bfc0125d', '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": "43dd536529724c41980d5f2fddd8c71d", "name": "tempest-AttachVolumeNegativeTest-1144777901-project-member", "password_expires_at": null}, "audit_ids": ["x38zSMCzSpGvUovnstBsRw"], "expires_at": "2023-04-18T15:35:49.000000Z", "issued_at": "2023-04-18T14:35:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e38cf2921e9c49b98933eb439c2ea431", "name": "tempest-AttachVolumeNegativeTest-1144777901"}, "is_domain": false, "roles": [{"id": "0385370a4e0841d8b36ccb710ecbbb7f", "name": "reader"}, {"id": "4e14878c038343709e6c1a4b1c9b9b3c", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba3e4f0604614d5cbe532cc36d623cd0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "077962f5889e4dc5b1df7317cb3104c1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d5a2290495040dd9cc776d460990be5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "36bb6b6348e44e578468f7cf12ee6657", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dad492a01e614a8a8914690c07ebad0a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431", "region": "RegionOne"}], "id": "3fc212b920c3401e85def1124172e916", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "cf3bc891281f458db82d1181bcf74100", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "627889b053b346adb8ce9b1ba8efb774", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "066c5b55b9574d78975bbbb61c530bad", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/co mpute/v2/e38cf2921e9c49b98933eb439c2ea431", "region": "RegionOne"}], "id": "abe9a7d894f740b1943da54d0c46ff7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a19a55206f6f49c9916ef45abbdb3141", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "afe69c9d4c0445c18ac07b7dd26c92ee", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b9742eaa6b4c43b48cde80e15563fd79", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431", "region": "RegionOne"}], "id": "b81eaa96c4e5426dab17a1d0acda7740", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0b96ff58903940ffa3fe3bb3c1bebe24", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "bc2f14763262433a9f02c157a34e208f", "type": "network", "name": "neutron"}]}}' 2023-04-18 14:35:49,717 79791 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': '241eb4cb-7a63-47fa-873a-79cdcab7a582', 'name': 'tempest-AttachVolumeNegativeTest-1314186642-network', 'tenant_id': 'e38cf2921e9c49b98933eb439c2ea431', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e38cf2921e9c49b98933eb439c2ea431', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 4943, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T14:35:42Z', 'updated_at': '2023-04-18T14:35:42Z', 'revision_number': 1} available for tenant 2023-04-18 14:35:49,717 79791 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-136376707', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOjqqTV+CoRoxtZMs7AKuFCVV3P0fRLdtyeeiSDFd7oDb5FjuLqSpIeiLLYRJJnubjNLUfUvapeRUv0Wq1HK73r4ymV8iU/EsENjrOPxF3az7WYjjSfqjVOvBDcy0j/qbQ==', 'fingerprint': 'd5:f7:63:36:8e:8b:1e:ef:85:21:6f:62:1b:16:08:bf', 'user_id': '43dd536529724c41980d5f2fddd8c71d', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDQr5pqQ7mLsobn9TSQnxAVWNzjiCEPDISR8kejpLXh9fO7zR4B0zeP\nj2Rj3W5Y0xKgBwYFK4EEACKhZANiAATo6qk1fgqEaMbWTLOwCrhQlVdz9H0S3bcn\nnokgxXe6A2+RY7i6kqSHoiy2ESSZ7m4zS1H1L2qXkVL9FqtRyu96+MplfIlPxLBD\nY6zj8Rd2s+1mI40n6o1TrwQ3MtI/6m0=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'e2fa94e9-2bda-49b1-b8ba-3a675d9d0651', 'name': 'tempest-securitygroup--1775621931', 'stateful': True, 'tenant_id': 'e38cf2921e9c49b98933eb439c2ea431', 'description': 'tempest-description--401347487', 'shared': False, 'security_group_rules': [{'id': '3d6ea2f8-8af1-4a74-9d20-212bcb1a0adb', 'tenant_id': 'e38cf2921e9c49b98933eb439c2ea431', 'security_group_id': 'e2fa94e9-2bda-49b1-b8ba-3a675d9d0651', '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': 696, 'description': None, 'tags': [], 'created_at': '2023-04-18T14:35:48Z', 'updated_at': '2023-04-18T14:35:48Z', 'revision_number': 0, 'project_id': 'e38cf2921e9c49b98933eb439c2ea431'}, {'id': '550056a9-627c-4e60-82af-a0b7dc9c458e', 'tenant_id': 'e38cf2921e9c49b98933eb439c2ea431', 'security_group_id': 'e2fa94e9-2bda-49b1-b8ba-3a675d9d0651', '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': 697, 'description': None, 'tags': [], 'created_at': '2023-04-18T14:35:48Z', 'updated_at': '2023-04-18T14:35:48Z', 'revision_number': 0, 'project_id': 'e38cf2921e9c49b98933eb43 9c2ea431'}], 'tags': [], 'created_at': '2023-04-18T14:35:48Z', 'updated_at': '2023-04-18T14:35:48Z', 'revision_number': 1, 'project_id': 'e38cf2921e9c49b98933eb439c2ea431'}, 'floating_ip': {'id': 'ba42a531-2b7a-4354-847b-ba1e316581f0', 'tenant_id': 'e38cf2921e9c49b98933eb439c2ea431', 'floating_ip_address': '172.24.4.35', 'floating_network_id': 'bfbf9c15-045f-401e-b79e-fba95e5a0430', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e38cf2921e9c49b98933eb439c2ea431', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T14:35:49Z', 'updated_at': '2023-04-18T14:35:49Z', 'revision_number': 0, 'ip': '172.24.4.35'}} 2023-04-18 14:35:50,428 79791 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 0.709s 2023-04-18 14:35:50,428 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-231547224", "imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "241eb4cb-7a63-47fa-873a-79cdcab7a582"}], "security_groups": [{"name": "tempest-securitygroup--1775621931"}], "key_name": "tempest-keypair-136376707", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/84ecf5bb-f207-4523-bb55-fb147ede0570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50e4fcaf-7cc9-4660-8bb1-6c437afdf697', 'x-compute-request-id': 'req-50e4fcaf-7cc9-4660-8bb1-6c437afdf697', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "84ecf5bb-f207-4523-bb55-fb147ede0570", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/84ecf5bb-f207-4523-bb55-fb147ede0570"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/84ecf5bb-f207-4523-bb55-fb147ede0570"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1775621931"}], "adminPass": "password"}}' 2023-04-18 14:35:50,512 79791 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/84ecf5bb-f207-4523-bb55-fb147ede0570 0.078s 2023-04-18 14:35:50,512 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:50 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-24c2b559-de4c-4a04-ab4b-70a542638a0f', 'x-compute-request-id': 'req-24c2b559-de4c-4a04-ab4b-70a542638a0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/84ecf5bb-f207-4523-bb55-fb147ede0570'} Body: b'{"server": {"id": "84ecf5bb-f207-4523-bb55-fb147ede0570", "name": "tempest-AttachVolumeNegativeTest-server-231547224", "status": "BUILD", "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "user_id": "43dd536529724c41980d5f2fddd8c71d", "metadata": {}, "hostId": "", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10. 0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:35:50Z", "updated": "2023-04-18T14:35:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/84ecf5bb-f207-4523-bb55-fb147ede0570"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/84ecf5bb-f207-4523-bb55-fb147ede0570"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-136376707", "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 14:36:40,882 79791 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/84ecf5bb-f207-4523-bb55-fb147ede0570 0.310s 2023-04-18 14:36:40,883 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1545', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-47d8a059-67f8-45b0-875c-ca95125115df', 'x-compute-request-id': 'req-47d8a059-67f8-45b0-875c-ca95125115df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/84ecf5bb-f207-4523-bb55-fb147ede0570'} Body: b'{"server": {"id": "84ecf5bb-f207-4523-bb55-fb147ede0570", "name": "tempest-AttachVolumeNegativeTest-server-231547224", "status": "ACTIVE", "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "user_id": "43dd536529724c41980d5f2fddd8c71d", "metadata": {}, "hostId": "373296ba74213b79d5a33023152d6649d062b554072281114024c4a6", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:35:50Z", "updated": "2023-04-18T14:35:58Z", "addresses": {"tempest-AttachVolumeNegativeTest-1314186642-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:c2:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/84ecf5bb-f207-4523-bb55-fb147ede0570"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/84ecf5bb-f207-4523-bb55-fb147ede0570"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-136376707", "OS-SRV-USG:launched_at": "2023-04-18T14:35:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1775621931"}], "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 14:36:40,894 79791 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 14:37:41,135 79791 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/84ecf5bb-f207-4523-bb55-fb147ede0570/os-interface 0.182s 2023-04-18 14:37:41,135 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {' date': 'Tue, 18 Apr 2023 14:37:40 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-ed227eb2-0f62-4d5d-b57d-b6593d147944', 'x-compute-request-id': 'req-ed227eb2-0f62-4d5d-b57d-b6593d147944', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/84ecf5bb-f207-4523-bb55-fb147ede0570/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "241eb4cb-7a63-47fa-873a-79cdcab7a582", "port_id": "1cd1d4a7-ab15-4cc6-873a-83d6cde5ab71", "mac_addr": "fa:16:3e:13:c2:81", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "37d56fce-b180-4790-8dae-7f32fb2ffa05", "ip_address": "10.0.0.14"}]}]}' 2023-04-18 14:37:41,934 79791 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/ba42a531-2b7a-4354-847b-ba1e316581f0 0.794s 2023-04-18 14:37:41,934 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "1cd1d4a7-ab15-4cc6-873a-83d6cde5ab71"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-e26b2f14-c779-4bff-bb39-59f2fc89b9a6', 'date': 'Tue, 18 Apr 2023 14:37:41 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/ba42a531-2b7a-4354-847b-ba1e316581f0'} Body: b'{"floatingip": {"id": "ba42a531-2b7a-4354-847b-ba1e316581f0", "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "floating_ip_address": "172.24.4.35", "floating_network_id": "bfbf9c15-045f-401e-b79e-fba95e5a0430", "router_id": "7a5cf62d-c270-4a9a-b5fd-861c2011b896", "port_id": "1cd1d4a7-ab15-4cc6-873a-83d6cde5ab71", "fixed_ip_address": "10.0.0.14", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "241eb4cb-7a63-47fa-873a-79cdcab7a582", "mac_address": "fa:16:3e:13:c2:81", "admin_state_up": true, "status": "ACTIVE", "device_id": "84ecf5bb-f207-4523-bb55-fb147ede0570", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T14:35:49Z", "updated_at": "2023-04-18T14:37:41Z", "revision_number": 1, "project_id": "e38cf2921e9c49b98933eb439c2ea431"}}' 2023-04-18 14:37:41,936 79791 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.35:22' as 'cirros' with public key authentication 2023-04-18 14:37:41,975 79791 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 14:37:41,999 79791 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 14:37:42,000 79791 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.35 successfully created 2023-04-18 14:37:42,047 79791 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/84ecf5bb-f207-4523-bb55-fb147ede0570/ips 0.046s 2023-04-18 14:37:42,047 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:37:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '109', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fca79a0c-a7a3-4af6-9383-8b1cb3d87b30', 'x-compute-request-id': 'req-fca79a0c-a7a3-4af6-9383-8b1cb3d87b30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/84ecf5bb-f207-4523-bb55- fb147ede0570/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-1314186642-network": [{"version": 4, "addr": "10.0.0.14"}]}}' 2023-04-18 14:37:42,285 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431/volumes 0.234s 2023-04-18 14:37:42,285 79791 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-2104676473"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:37:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f63a428-2c34-4788-bf11-9e3fcf733f5b', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f63a428-2c34-4788-bf11-9e3fcf733f5b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431/volumes'} Body: b'{"volume": {"id": "b4efd5dc-8fc9-4010-a21a-e9bb26cd7c2a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:37:42.220899", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-2104676473", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431/volumes/b4efd5dc-8fc9-4010-a21a-e9bb26cd7c2a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e38cf2921e9c49b98933eb439c2ea431/volumes/b4efd5dc-8fc9-4010-a21a-e9bb26cd7c2a"}], "user_id": "43dd536529724c41980d5f2fddd8c71d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:37:42,333 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431/volumes/b4efd5dc-8fc9-4010-a21a-e9bb26cd7c2a 0.038s 2023-04-18 14:37:42,333 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:37:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cf5cea1-8e3f-45a0-b398-fe3eddf43a94', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cf5cea1-8e3f-45a0-b398-fe3eddf43a94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431/volumes/b4efd5dc-8fc9-4010-a21a-e9bb26cd7c2a'} Body: b'{"volume": {"id": "b4efd5dc-8fc9-4010-a21a-e9bb26cd7c2a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:37:42.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-2104676473", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431/volumes/b4efd5dc-8fc9-4010-a21a-e9bb26cd7c2a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e38cf2921e9c49b98933eb439c2ea431/volumes/b4efd5dc-8fc9-4010-a21a-e9bb26cd7c2a"}], "user_id": "43dd536529724c41980d5f2fddd8c71d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e38cf2921e9c49b98933eb439c2ea431"}}' 2023-04-18 14:37:43,385 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to _different_server): 200 GET http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431/volumes/b4efd5dc-8fc9-4010-a21a-e9bb26cd7c2a 0.040s 2023-04-18 14:37:43,385 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:37:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a04b9cf-fe9b-4041-a3f3-2160d132cb6b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a04b9cf-fe9b-4041-a3f3-2160d132cb6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431/volumes/b4efd5dc-8fc9-4010-a21a-e9bb26cd7c2a'} Body: b'{"volume": {"id": "b4efd5dc-8fc9-4010-a21a-e9bb26cd7c2a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:37:42.000000", "updated_at": "2023-04-18T14:37:42.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2104676473", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431/volumes/b4efd5dc-8fc9-4010-a21a-e9bb26cd7c2a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e38cf2921e9c49b98933eb439c2ea431/volumes/b4efd5dc-8fc9-4010-a21a-e9bb26cd7c2a"}], "user_id": "43dd536529724c41980d5f2fddd8c71d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e38cf2921e9c49b98933eb439c2ea431"}}' 2023-04-18 14:37:43,514 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/84ecf5bb-f207-4523-bb55-fb147ede0570 0.118s 2023-04-18 14:37:43,514 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:37:43 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-efc658b6-430e-4aca-9250-4f3d0107d81f', 'x-compute-request-id': 'req-efc658b6-430e-4aca-9250-4f3d0107d81f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/84ecf5bb-f207-4523-bb55-fb147ede0570'} Body: b'' 2023-04-18 14:37:43,780 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/84ecf5bb-f207-4523-bb55-fb147ede0570 0.265s 2023-04-18 14:37:43,781 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:37:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8da6e952-fc17-4e99-a737-7e8e9fbbd54a', 'x-compute-request-id': 'req-8da6e952-fc17-4e99-a737-7e8e9fbbd54a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/84ecf5bb-f207-4523-bb55-fb147ede0570'} Body: b'{"server": {"id": "84ecf5bb-f207-4523-bb55-fb147ede0570", "name": "tempest-AttachVolumeNegativeTest-server-231547224", "status": "ACTIVE", "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "user_id": "43dd536529724c41980d5f2fddd8c71d", "metadata": {}, "hostId": "373 296ba74213b79d5a33023152d6649d062b554072281114024c4a6", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:35:50Z", "updated": "2023-04-18T14:37:43Z", "addresses": {"tempest-AttachVolumeNegativeTest-1314186642-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:c2:81"}, {"version": 4, "addr": "172.24.4.35", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:c2:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/84ecf5bb-f207-4523-bb55-fb147ede0570"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/84ecf5bb-f207-4523-bb55-fb147ede0570"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-136376707", "OS-SRV-USG:launched_at": "2023-04-18T14:35:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1775621931"}], "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 14:38:33,885 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/84ecf5bb-f207-4523-bb55-fb147ede0570 0.044s 2023-04-18 14:38:33,885 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38: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-5cf269c0-6271-4326-811f-aecf5f3724ab', 'x-compute-request-id': 'req-5cf269c0-6271-4326-811f-aecf5f3724ab', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/84ecf5bb-f207-4523-bb55-fb147ede0570'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 84ecf5bb-f207-4523-bb55-fb147ede0570 could not be found."}}' 2023-04-18 14:38:33,918 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-136376707 0.031s 2023-04-18 14:38:33,918 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38: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-749bfef8-4f19-4339-9851-0910f85cab7a', 'x-compute-request-id': 'req-749bfef8-4f19-4339-9851-0910f85cab7a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-136376707'} Body: b'' 2023-04-18 14:38:34,109 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/e2fa94e9-2bda-49b1-b8ba-3a675d9d0651 0.190s 2023-04-18 14:38:34,109 79791 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-8b231012-d627-4c13-99a6-61e5336b5730', 'content -length': '0', 'date': 'Tue, 18 Apr 2023 14:38:34 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/e2fa94e9-2bda-49b1-b8ba-3a675d9d0651'} Body: b'' 2023-04-18 14:38:34,127 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/e2fa94e9-2bda-49b1-b8ba-3a675d9d0651 0.017s 2023-04-18 14:38:34,128 79791 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-20e0dfc1-c6bb-4edc-ac5b-82318e5d9909', 'date': 'Tue, 18 Apr 2023 14:38:34 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/e2fa94e9-2bda-49b1-b8ba-3a675d9d0651'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group e2fa94e9-2bda-49b1-b8ba-3a675d9d0651 does not exist", "detail": ""}}' 2023-04-18 14:38:34,588 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/ba42a531-2b7a-4354-847b-ba1e316581f0 0.460s 2023-04-18 14:38:34,589 79791 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-e4ca0f29-0adc-4ab0-8858-1b73a2bb936a', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 14:38:34 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/ba42a531-2b7a-4354-847b-ba1e316581f0'} Body: b'' {0} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_type_encryption_nonexistent_type_id [0.204608s] ... ok {0} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type [0.227835s] ... ok {0} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name [0.012628s] ... ok {0} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_repeated_name [0.122981s] ... ok {0} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id [0.016170s] ... ok {0} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id [0.016219s] ... ok {0} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer [1.758700s] ... 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 509a655e-d9f1-431a-a04e-bd0c06464152 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:38:39,737 79787 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes 0.392s 2023-04-18 14:38:39,737 79787 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-645525455"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-338f41a1-7aaf-4e31-bf8e-6989249fd8b2', 'content-length': '885', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-338f41a1-7aaf-4e31-bf8e-6989249fd8b2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes'} Body: b'{"volume": {"id": "509a655e-d9f1-431a-a04e-bd0c06464152", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:38:39.678267", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-645525455", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes/509a655e-d9f1-431a-a04e-bd0c06464152"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5513b539aed544c6b808ac15bc9063ed/volumes/509a655e-d9f1-431a-a04e-bd0c06464152"}], "user_id": "c13e57a7d54b437f91526a9375f22013", "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 14:38:39,789 79787 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes/509a655e-d9f1-431a-a04e-bd0c06464152 0.042s 2023-04-18 14:38:39,789 79787 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 14:38:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05a325f7-4572-400c-bef5-1f990dcdd93f', 'content-length': '953', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05a325f7-4572-400c-bef5-1f990dcdd93f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes/509a655e-d9f1-431a-a04e-bd0c06464152'} Body: b'{"volume": {"id": "509a655e-d9f1-431a-a04e-bd0c06464152", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:38:40.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-645525455", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes/509a655e-d9f1-431a-a04e-bd0c06464152"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5513b539aed544c6b808ac15bc9063ed/volumes/509a655e-d9f1-431a-a04e-bd0c06464152"}], "user_id": "c13e57a7d54b437f91526a9375f22013", "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": "5513b539aed544c6b808ac15bc9063ed"}}' 2023-04-18 14:38:40,843 79787 INFO [tempest.lib.common.rest_client] Request (VolumesTra nsfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes/509a655e-d9f1-431a-a04e-bd0c06464152 0.042s 2023-04-18 14:38:40,844 79787 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 14:38:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80342dd3-8daa-4b2a-9673-d9a5d9672e1e', 'content-length': '974', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80342dd3-8daa-4b2a-9673-d9a5d9672e1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes/509a655e-d9f1-431a-a04e-bd0c06464152'} Body: b'{"volume": {"id": "509a655e-d9f1-431a-a04e-bd0c06464152", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:38:40.000000", "updated_at": "2023-04-18T14:38:40.000000", "name": "tempest-VolumesTransfersV355Test-Volume-645525455", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes/509a655e-d9f1-431a-a04e-bd0c06464152"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5513b539aed544c6b808ac15bc9063ed/volumes/509a655e-d9f1-431a-a04e-bd0c06464152"}], "user_id": "c13e57a7d54b437f91526a9375f22013", "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": "5513b539aed544c6b808ac15bc9063ed"}}' 2023-04-18 14:38:40,893 79787 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes/509a655e-d9f1-431a-a04e-bd0c06464152 0.039s 2023-04-18 14:38:40,894 79787 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 14:38:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8a916b8-b1c5-4de7-aff4-9873acaadaf3', 'content-length': '974', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8a916b8-b1c5-4de7-aff4-9873acaadaf3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes/509a655e-d9f1-431a-a04e-bd0c06464152'} Body: b'{"volume": {"id": "509a655e-d9f1-431a-a04e-bd0c06464152", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:38:40.000000", "updated_at": "2023-04-18T14:38:40.000000", "name": "tempest-VolumesTransfersV355Test-Volume-645525455", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes/509a655e-d9f1-431a-a04e-bd0c06464152"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5513b539aed544c6b808ac15bc9063ed/volumes/509a655e-d9f1-431a-a04e-bd0c06464152"}], "user_id": "c13e57a7d54b437f91526a9375f22013", "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": "5513b539aed544c6b808ac15bc9063ed"}}' 2023-04-18 14:38:41,079 79787 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_ru n_cleanups): 202 DELETE http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes/509a655e-d9f1-431a-a04e-bd0c06464152 0.174s 2023-04-18 14:38:41,079 79787 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 14:38:40 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-592c2765-ad3d-4e74-a078-fa8b57b3c8e5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes/509a655e-d9f1-431a-a04e-bd0c06464152'} Body: b'' 2023-04-18 14:38:41,101 79787 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes/509a655e-d9f1-431a-a04e-bd0c06464152 0.021s 2023-04-18 14:38:41,101 79787 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 14:38:41 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-43a46047-1ede-40c2-8a49-e2b916de5999', 'x-openstack-request-id': 'req-43a46047-1ede-40c2-8a49-e2b916de5999', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes/509a655e-d9f1-431a-a04e-bd0c06464152'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 509a655e-d9f1-431a-a04e-bd0c06464152 could not be found."}}' {0} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer [1.617149s] ... 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 19d75642-a020-47a8-b1ac-912f9b5e0cfb failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:38:41,360 79787 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes 0.255s 2023-04-18 14:38:41,360 79787 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-1274845344"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dda7af70-7f15-42e4-895c-a0364b2037a3', 'content-length': '886', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dda7af70-7f15-42e4-895c-a0364b2037a3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes'} Body: b'{"volume": {"id": "19d75642-a020-47a8-b1ac-912f9b5e0cfb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:38:41.258409", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1274845344", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes/19d75642-a020-47a8-b1ac-912f9b5e0cfb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5513b539aed544c6b808ac15bc9063ed/volumes/19d75642-a020-47a8-b1ac-912f9b5e0cfb"}], "user_id": "c13e57a7d54b437f91526a9375f22013", "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 14:38:41,426 79787 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes/19d75642-a020-47a8-b1ac-912f9b5e0cfb 0.056s 2023-04-18 14:38:41,426 79787 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 14:38:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fa170ca-4064-4d74-abb7-f961f93f71d9', 'content-length': '954', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fa170ca-4064-4d74-abb7-f961f93f71d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes/19d75642-a020-47a8-b1ac-912f9b5e0cfb'} Body: b'{"volume": {"id": "19d75642-a020-47a8-b1ac-912f9b5e0cfb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:38:41.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1274845344", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes/19d75642-a020-47a8-b1ac-912f9b5e0cfb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5513b539aed544c6b808ac15bc9063ed/volumes/19d75642-a020-47a8-b1ac-912f9b5e0cfb"}], "user_id": "c13e57a7d54b437f91526a9375f22013", "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": "5513b539aed544c6b808ac15bc9063ed"}}' 2023-04-18 14:38:42,478 79787 INFO [tempest.lib.common.rest_client] Request (VolumesTransfer sV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes/19d75642-a020-47a8-b1ac-912f9b5e0cfb 0.040s 2023-04-18 14:38:42,478 79787 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 14:38:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e8a6c2f-6851-4659-accf-d23bea3f7616', 'content-length': '975', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e8a6c2f-6851-4659-accf-d23bea3f7616', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes/19d75642-a020-47a8-b1ac-912f9b5e0cfb'} Body: b'{"volume": {"id": "19d75642-a020-47a8-b1ac-912f9b5e0cfb", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:38:41.000000", "updated_at": "2023-04-18T14:38:41.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1274845344", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes/19d75642-a020-47a8-b1ac-912f9b5e0cfb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5513b539aed544c6b808ac15bc9063ed/volumes/19d75642-a020-47a8-b1ac-912f9b5e0cfb"}], "user_id": "c13e57a7d54b437f91526a9375f22013", "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": "5513b539aed544c6b808ac15bc9063ed"}}' 2023-04-18 14:38:42,539 79787 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes/19d75642-a020-47a8-b1ac-912f9b5e0cfb 0.050s 2023-04-18 14:38:42,539 79787 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 14:38:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc3f96d2-fdef-4450-b63d-19a94013f21b', 'content-length': '975', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc3f96d2-fdef-4450-b63d-19a94013f21b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes/19d75642-a020-47a8-b1ac-912f9b5e0cfb'} Body: b'{"volume": {"id": "19d75642-a020-47a8-b1ac-912f9b5e0cfb", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:38:41.000000", "updated_at": "2023-04-18T14:38:41.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1274845344", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes/19d75642-a020-47a8-b1ac-912f9b5e0cfb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5513b539aed544c6b808ac15bc9063ed/volumes/19d75642-a020-47a8-b1ac-912f9b5e0cfb"}], "user_id": "c13e57a7d54b437f91526a9375f22013", "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": "5513b539aed544c6b808ac15bc9063ed"}}' 2023-04-18 14:38:42,696 79787 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_clean ups): 202 DELETE http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes/19d75642-a020-47a8-b1ac-912f9b5e0cfb 0.137s 2023-04-18 14:38:42,696 79787 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 14:38:42 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-14a774a6-26d3-4df3-ba76-92d6729531c6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes/19d75642-a020-47a8-b1ac-912f9b5e0cfb'} Body: b'' 2023-04-18 14:38:42,720 79787 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes/19d75642-a020-47a8-b1ac-912f9b5e0cfb 0.023s 2023-04-18 14:38:42,720 79787 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 14:38:42 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-912d47b3-225a-47b4-915d-f36d61519bf7', 'x-openstack-request-id': 'req-912d47b3-225a-47b4-915d-f36d61519bf7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes/19d75642-a020-47a8-b1ac-912f9b5e0cfb'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 19d75642-a020-47a8-b1ac-912f9b5e0cfb could not be found."}}' {0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id [0.081988s] ... ok {0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id [0.062822s] ... ok {0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit [0.012081s] ... ok {0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker [0.062702s] ... ok {0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort [0.015696s] ... ok {6} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status [1.777837s] ... 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 3fbbd6af-e38b-4a0f-92a9-b0eec072caa5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:38:45,967 79799 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 POST http://10.0.0.210/volume/v3/baa2f33788994071b78676771e1d6311/types 0.187s 2023-04-18 14:38:45,968 79799 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-2119266197"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb778b80-498f-43ab-98d2-c74f867947d1', 'content-length': '228', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb778b80-498f-43ab-98d2-c74f867947d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/baa2f33788994071b78676771e1d6311/types'} Body: b'{"volume_type": {"id": "86123652-939a-46b3-9bb8-cc2a19e12790", "name": "tempest-GroupSnapshotsV319Test-volume-type-2119266197", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 14:38:46,011 79799 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/baa2f33788994071b78676771e1d6311/group_types 0.040s 2023-04-18 14:38:46,011 79799 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-613997166"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7148adc-bcf1-447e-96a3-33afa182caff', 'content-length': '184', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7148adc-bcf1-447e-96a3-33afa182caff', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/baa2f33788994071b78676771e1d6311/group_types'} Body: b'{"group_type": {"id": "55b95d1e-18e2-4af5-aac1-ca88f1184803", "name": "tempest-GroupSnapshotsV319Test-group-type-613997166", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 14:38:46,201 79799 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/e1b294225aca4c0b951a6a20f0a02a68/groups 0.187s 2023-04-18 14:38:46,201 79799 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": "55b95d1e-18e2-4af5-aac1-ca88f1184803", "volume_types": ["86123652-939a-46b3-9bb8-cc2a19e12790"], "name": "tempest-GroupSnapshotsV319Test-Group-117542704"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f1c8440-670f-4f72-8eec-16e3b439f2f0', 'content-length': '115', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f1c8440-670f-4f72-8eec-16e3b439f2f0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e1b294225aca4c0b951a6a20f0a02a68/groups'} Body: b'{"group": {"id": "3fbbd6af-e38b-4a0f-92a9-b0eec072caa5", "name": "tempest-GroupSnapshotsV319Test-Group-117542704"}}' 2023-04-18 14:38:46,239 79799 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/e1b294225aca4c0b951a6a20f0a02a68/groups/3fbbd6af-e38b-4a0f-92a9-b0eec072caa5 0.036s 2023-04-18 14:38:46,239 79799 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 14:38:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38e84850-fdf1-4453-bba9-601d0d2eb622', 'content-length': '395', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38e84850-fdf1-4453-bba9-601d0d2eb622', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e1b294225aca4c0b951a6a20f0a02a68/groups/3fbbd6af-e38b-4a0f-92a9-b0eec072caa5'} Body: b'{"group": {"id": "3fbbd6af-e38b-4a0f-92a9-b0eec072caa5", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-18T14:38:46.000000", "name": "tempest-GroupSnapshotsV319Test-Group-117542704", "description": null, "group_type": "55b95d1e-18e2-4af5-aac1-ca88f1184803", "volume_types": ["86123652-939a-46b3-9bb8-cc2a19e12790"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 14:38:47,278 79799 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/e1b294225aca4c0b951a6a20f0a02a68/groups/3fbbd6af-e38b-4a0f-92a9-b0eec072caa5 0.033s 2023-04-18 14:38:47,278 79799 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 14:38:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e869ed7-413f-455b-8037-54f997a22780', 'content-length': '392', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e869ed7-413f-455b-8037-54f997a22780', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e1b294225aca4c0b951a6a20f0a02a68/groups/3fbbd6af-e38b-4a0f-92a9-b0eec072caa5'} Body: b'{"group": {"id": "3fbbd6af-e38b-4a0f-92a9-b0eec072caa5", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T14:38:46.000000", "name": "tempest-GroupSnapshotsV319Test-Group-117542704", "description": null, "group_type": "55b95d1e-18e2-4af5-aac1-ca88f1184803", "volume_types": ["86123652-939a-46b3-9bb8-cc2a19e12790"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 14:38:47,348 79799 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/e1b294225aca4c0b951a6a20f0a02a68/volumes/detail 0.064s 2023-04-18 14:38:47,348 79799 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 14:38:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1c7fd5b-d3e9-460f-b6e6-1c813583d1f5', 'content-length': '15', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1c7fd5b-d3e9-460f-b6e6-1c813583d1f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e1b294225aca4c0b951a6a20f0a02a68/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 14:38:47,439 79799 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/e1b294225aca4c0b951a6a20f0a02a68/groups/3fbbd6af-e38b-4a0f-92a9-b0eec072caa5/action 0.080s 2023-04-18 14:38:47,440 79799 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 14:38:47 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-27308aef-d3a4-48f8-92b6-d7170906d217', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e1b294225aca4c0b951a6a20f0a02a68/groups/3fbbd6af-e38b-4a0f-92a9-b0eec072caa5/action'} Body: b'' 2023-04-18 14:38:47,456 79799 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/e1b294225aca4c0b951a6a20f0a02a68/groups/3fbbd6af-e38b-4a0f-92a9-b0eec072caa5 0.016s 2023-04-18 14:38:47,456 79799 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 14:38:47 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-094f9ea3-ce3c-4242-8c7c-f8e3c1d941c8', 'x-openstack-request-id': 'req-094f9ea3-ce3c-4242-8c7c-f8e3c1d941c8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/e1b294225aca4c0b951a6a20f0a02a68/groups/3fbbd6af-e38b-4a0f-92a9-b0eec072caa5'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 3fbbd6af-e38b-4a0f-92a9-b0eec072caa5 could not be found."}}' 2023-04-18 14:38:47,485 79799 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/baa2f33788994071b78676771e1d6311/group_types/55b95d1e-18e2-4af5-aac1-ca88f1184803 0.028s 2023-04-18 14:38:47,485 79799 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 14:38:47 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-4401374d-741d-412e-abf3-f82d20304263', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/baa2f33788994071b78676771e1d6311/group_types/55b95d1e-18e2-4af5-aac1-ca88f1184803'} Body: b'' 2023-04-18 14:38:47,538 79799 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/baa2f33788994071b78676771e1d6311/types/86123652-939a-46b3-9bb8-cc2a19e12790 0.052s 2023-04-18 14:38:47,538 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38: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-b65db8c2-e587-4026-88c5-0b293bbf8a19', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/baa2f33788994071b78676771e1d6311/types/86123652-939a-46b3-9bb8-cc2a19e12790'} Body: b'' 2023-04-18 14:38:47,556 79799 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/baa2f33788994071b78676771e1d6311/types/86123652-939a-46b3-9bb8-cc2a19e12790 0.017s 2023-04-18 14:38:47,556 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: Non e Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:47 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-b3f2322d-aa2e-455e-8d4b-f7c6318316f5', 'x-openstack-request-id': 'req-b3f2322d-aa2e-455e-8d4b-f7c6318316f5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/baa2f33788994071b78676771e1d6311/types/86123652-939a-46b3-9bb8-cc2a19e12790'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 86123652-939a-46b3-9bb8-cc2a19e12790 could not be found."}}' {0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size [1.539169s] ... 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 e4e532e3-da2d-4883-a1c3-d92c6327a5cc failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:38:46,445 79787 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 202 POST http://10.0.0.210/volume/v3/e4ea8fcca7b14218bc12d686300d459a/volumes 0.225s 2023-04-18 14:38:46,445 79787 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-373245253"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5ae1d69-9c89-4335-823f-d05c9c4d398d', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5ae1d69-9c89-4335-823f-d05c9c4d398d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e4ea8fcca7b14218bc12d686300d459a/volumes'} Body: b'{"volume": {"id": "e4e532e3-da2d-4883-a1c3-d92c6327a5cc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T14:38:46.380111", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-373245253", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e4ea8fcca7b14218bc12d686300d459a/volumes/e4e532e3-da2d-4883-a1c3-d92c6327a5cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e4ea8fcca7b14218bc12d686300d459a/volumes/e4e532e3-da2d-4883-a1c3-d92c6327a5cc"}], "user_id": "5f39b6cee71e41bf906010812f18fa50", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:38:46,498 79787 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/e4ea8fcca7b14218bc12d686300d459a/volumes/e4e532e3-da2d-4883-a1c3-d92c6327a5cc 0.043s 2023-04-18 14:38:46,499 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67f062e6-f2d0-4e50-83e2-24eb804689f5', 'content-length': '896', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67f062e6-f2d0-4e50-83e2-24eb804689f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e4ea8fcca7b14218bc12d686300d459a/volumes/e4e532e3-da2d-4883-a1c3-d92c6327a5cc'} Body: b'{"volume": {"id": "e4e532e3-da2d-4883-a1c3-d92c6327a5cc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T14:38:46.000000", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-373245253", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e4ea8fcca7b14218bc12d686300d459a/volumes/e4e532e3-da2d-4883-a1c3-d92c6327a5cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e4ea8fcca7b14218bc12d686300d459a/volumes/e4e532e3-da2d-4883-a1c3-d92c6327a5cc"}], "user_id": "5f39b6cee71e41bf906010812f18fa50", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e4ea8fcca7b14218bc12d686300d459a"}}' 2023-04-18 14:38:47,556 79787 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/e4ea8fcca7b14218bc12d686300d459a/volumes/e4e532e3-da2d-4883-a1c3-d92c6327a5cc 0.042s 2023-04-18 14:38:47,557 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-789a91d6-a0c6-46eb-90de-e94ff442d305', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-789a91d6-a0c6-46eb-90de-e94ff442d305', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e4ea8fcca7b14218bc12d686300d459a/volumes/e4e532e3-da2d-4883-a1c3-d92c6327a5cc'} Body: b'{"volume": {"id": "e4e532e3-da2d-4883-a1c3-d92c6327a5cc", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T14:38:46.000000", "updated_at": "2023-04-18T14:38:47.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-373245253", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e4ea8fcca7b14218bc12d686300d459a/volumes/e4e532e3-da2d-4883-a1c3-d92c6327a5cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e4ea8fcca7b14218bc12d686300d459a/volumes/e4e532e3-da2d-4883-a1c3-d92c6327a5cc"}], "user_id": "5f39b6cee71e41bf906010812f18fa50", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e4ea8fcca7b14218bc12d686300d459a"}}' 2023-04-18 14:38:47,610 79787 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/e4ea8fcca7b14218bc12d686300d459a/volumes/e4e532e3-da2d-4883-a1c3-d92c6327a5cc 0.041s 2023-04-18 14:38:47,610 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fe51d98-c0dc-46be-9332-38a96bf3652e', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fe51d98-c0dc-46be-9332-38a96bf3652e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e4ea8fcca7b14218bc12d686300d459a/volumes/e4e532e3-da2d-4883-a1c3-d92c6327a5cc'} Body: b'{"volume": {"id": "e4e532e3-da2d-4883-a1c3-d92c6327a5cc", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T14:38:46.000000", "updated_at": "2023-04-18T14:38:47.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-373245253", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e4ea8fcca7b14218bc12d686300d459a/volumes/e4e532e3-da2d-4883-a1c3-d92c6327a5cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e4ea8fcca7b14218bc12d686300d459a/volumes/e4e532e3-da2d-4883-a1c3-d92c6327a5cc"}], "user_id": "5f39b6cee71e41bf906010812f18fa50", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e4ea8fcca7b14218bc12d686300d459a"}}' 2023-04-18 14:38:47,731 79787 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/e4ea8fcca7b14218bc12d686300d459a/volumes/e4e532e3-da2d-4883-a1c3-d92c6327a5cc 0.110s 2023-04-18 14:38:47,732 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38: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-7d8f4a96-91de-4632-9739-366742901001', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e4ea8fcca7b14218bc12d686300d459a/volumes/e4e532e3-da2d-4883-a1c3-d92c6327a5cc'} Body: b'' 2023-04-18 14:38:47,757 79787 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/e4ea8fcca7b14218bc12d686300d459a/volumes/e4e532e3-da2d-4883-a1c3-d92c6327a5cc 0.024s 2023-04-18 14:38:47,758 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38: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-65a364f3-5da7-434d-955f-0c5dba4bb1e6', 'x-openstack-request-id': 'req-65a364f3-5da7-434d-955f-0c5dba4bb1e6', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/e4ea8fcca7b14218bc12d686300d459a/volumes/e4e532e3-da2d-4883-a1c3-d92c6327a5cc'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e4e532e3-da2d-4883-a1c3-d92c6327a5cc could not be found."}}' {6} setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest) ... SKIPPED: Cinder multi-backend feature disabled {6} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete [0.167386s] ... ok {6} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list [0.177566s] ... ok {6} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update [0.276500s] ... ok {6} 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 9b9d822a-82f5-4490-a57f-e92b69eb7266 failed to build and is in ERROR status {6} 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 b6c4bccf-9051-4ff4-894f-5d12f1cd041e failed to build and is in ERROR status {6} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance [3.473073s] ... 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 16077e24-5a40-4c98-a363-c2f4032db61d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:39:15,363 79799 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.227s 2023-04-18 14:39:15,363 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestShelveInstance-265088924", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJoTE+QcYmtWqegAauDG7cKJ7x6ewLdeN45IV2bO0m2MLdEkfzub0LLTk56RK4nlGntKv1RBRPgdFB/Ch8MdCzoVWE+v+gZo3RQox9MGalaptE7IO/3TxMS50dc08JSFaA=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:39:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '396', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ea1d341-13d2-42c7-bb23-224720f68950', 'x-compute-request-id': 'req-3ea1d341-13d2-42c7-bb23-224720f68950', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-265088924", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJoTE+QcYmtWqegAauDG7cKJ7x6ewLdeN45IV2bO0m2MLdEkfzub0LLTk56RK4nlGntKv1RBRPgdFB/Ch8MdCzoVWE+v+gZo3RQox9MGalaptE7IO/3TxMS50dc08JSFaA==", "fingerprint": "bd:98:0a:04:f2:35:6b:ef:46:38:2f:47:b2:c4:d3:f5", "user_id": "1b2f3fb19b2e4f868aacae914e94d1af"}}' 2023-04-18 14:39:15,521 79799 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.155s 2023-04-18 14:39:15,521 79799 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-1875162801", "description": "tempest-secgroup-smoke-1875162801 description", "project_id": "3e9da521b6bc4eccb0bb6da002db3bcf"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-e6ce0ea4-668a-4749-903d-2d3e0842eb3c', 'date': 'Tue, 18 Apr 2023 14:39:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "a4e6927c-dbd7-4422-ac5d-660f50a10b53", "name": "tempest-secgroup-smoke-1875162801", "stateful": true, "tenant_id": "3e9da521b6bc4eccb0bb6da002db3bcf", "description": "tempest-secgroup-smoke-1875162801 description", "shared": false, "security_group_rules": [{"id": "3ff27556-0c90-4458-8fc3-e209c5258c75", "tenant_id": "3e9da521b6bc4eccb0bb6da002db3bcf", "security_group_id": "a4e6927c-dbd7-4422-ac5d-660f50a10b53", "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": 901, "description": null, "tags": [], "created_at": "2023-04-18T14:39:15Z", "updated_at": "2023-04-18T14:39:15Z", "revision_number": 0, "project_id": "3e9da521b6bc4eccb0bb6da002db3bcf"}, {"id": "cf07c529-4e47-4463-b3d7-ac2cad03526a", "tenant_id": "3e9da521b6bc4eccb0bb6da002db3bcf", "security_group_id": "a4e6927c-dbd7-4422-ac5d-660f50a10b53", "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": 900, "description": null, "tags": [], "created_at": "2023-04-18T14:39:15Z", "updated_at": "2023-04-18T14:39:15Z", "revision_number": 0, "project_id": "3e9da521b6bc4eccb0bb6da002db3bcf"}], "tags": [], "created_at": "2023-04-18T14:39:15Z", "updated_at": "2023-04-18T14:39 :15Z", "revision_number": 1, "project_id": "3e9da521b6bc4eccb0bb6da002db3bcf"}}' 2023-04-18 14:39:15,681 79799 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.159s 2023-04-18 14:39:15,682 79799 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": "a4e6927c-dbd7-4422-ac5d-660f50a10b53", "project_id": "3e9da521b6bc4eccb0bb6da002db3bcf", "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-072074af-284c-4e0a-b91f-3c2ae22b70ff', 'date': 'Tue, 18 Apr 2023 14:39: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": "6d7a9cf8-3925-4674-a0c9-7223ade5315b", "tenant_id": "3e9da521b6bc4eccb0bb6da002db3bcf", "security_group_id": "a4e6927c-dbd7-4422-ac5d-660f50a10b53", "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-18T14:39:15Z", "updated_at": "2023-04-18T14:39:15Z", "revision_number": 0, "project_id": "3e9da521b6bc4eccb0bb6da002db3bcf"}}' 2023-04-18 14:39:16,030 79799 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.348s 2023-04-18 14:39:16,031 79799 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": "a4e6927c-dbd7-4422-ac5d-660f50a10b53", "project_id": "3e9da521b6bc4eccb0bb6da002db3bcf", "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-00957de7-238f-4192-8406-bcc006c430ee', 'date': 'Tue, 18 Apr 2023 14:39:16 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": "cdfbf8c3-6ec0-4fac-914c-0cbdd9cac9b9", "tenant_id": "3e9da521b6bc4eccb0bb6da002db3bcf", "security_group_id": "a4e6927c-dbd7-4422-ac5d-660f50a10b53", "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-18T14:39:15Z", "updated_at": "2023-04-18T14:39:15Z", "revision_number": 0, "project_id": "3e9da521b6bc4eccb0bb6da002db3bcf"}}' 2023-04-18 14:39:16,221 79799 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.189s 2023-04-18 14:39:16,221 79799 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": "a4e6927c-dbd7-4422-ac5d-660f50a10b53", "project_id": "3e9da521b6bc4eccb0bb6da002db3bcf", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-bf06d3d2-611e-4006-92fd-3ec71594aae0', 'date': 'Tue, 18 Apr 2023 14:39:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"se curity_group_rule": {"id": "dfd799db-884c-4968-9840-8a23eb99fdfc", "tenant_id": "3e9da521b6bc4eccb0bb6da002db3bcf", "security_group_id": "a4e6927c-dbd7-4422-ac5d-660f50a10b53", "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-18T14:39:16Z", "updated_at": "2023-04-18T14:39:16Z", "revision_number": 0, "project_id": "3e9da521b6bc4eccb0bb6da002db3bcf"}}' 2023-04-18 14:39:16,398 79799 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.177s 2023-04-18 14:39:16,399 79799 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": "a4e6927c-dbd7-4422-ac5d-660f50a10b53", "project_id": "3e9da521b6bc4eccb0bb6da002db3bcf", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-13cda90e-186c-466d-8788-b3765e538dd5', 'date': 'Tue, 18 Apr 2023 14:39:16 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": "1b8eb251-6824-4999-ae14-8d355377c611", "tenant_id": "3e9da521b6bc4eccb0bb6da002db3bcf", "security_group_id": "a4e6927c-dbd7-4422-ac5d-660f50a10b53", "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-18T14:39:16Z", "updated_at": "2023-04-18T14:39:16Z", "revision_number": 0, "project_id": "3e9da521b6bc4eccb0bb6da002db3bcf"}}' 2023-04-18 14:39:16,561 79799 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.162s 2023-04-18 14:39:16,562 79799 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": "a4e6927c-dbd7-4422-ac5d-660f50a10b53", "project_id": "3e9da521b6bc4eccb0bb6da002db3bcf", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-67103b4b-9708-4763-93a2-822ec9029433', 'date': 'Tue, 18 Apr 2023 14:39:16 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": "f7a03905-623a-46f6-b68a-f7a880736bff", "tenant_id": "3e9da521b6bc4eccb0bb6da002db3bcf", "security_group_id": "a4e6927c-dbd7-4422-ac5d-660f50a10b53", "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-18T14:39:16Z", "updated_at": "2023-04-18T14:39:16Z", "revision_number": 0, "project_id": "3e9da521b6bc4eccb0bb6da002db3bcf"}}' 2023-04-18 14:39:16,747 79799 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.184s 2023-04-18 14:39:16,747 79799 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": "a4e6927c-dbd7-4422-ac5d-660f50a10b53" , "project_id": "3e9da521b6bc4eccb0bb6da002db3bcf", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-2aab63a8-6c04-4167-998f-9fbb9a862876', 'date': 'Tue, 18 Apr 2023 14:39:16 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": "3f78361c-22f8-422a-9f0a-56ea2fd75b38", "tenant_id": "3e9da521b6bc4eccb0bb6da002db3bcf", "security_group_id": "a4e6927c-dbd7-4422-ac5d-660f50a10b53", "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-18T14:39:16Z", "updated_at": "2023-04-18T14:39:16Z", "revision_number": 0, "project_id": "3e9da521b6bc4eccb0bb6da002db3bcf"}}' 2023-04-18 14:39:16,791 79799 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.038s 2023-04-18 14:39:16,791 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 14:39:16 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-63cf69e6-16f1-4a03-b3f8-0aec47464aa2', '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": "1b2f3fb19b2e4f868aacae914e94d1af", "name": "tempest-TestShelveInstance-733683598-project-member", "password_expires_at": null}, "audit_ids": ["ap2PvHS8SoCf-mxbM7-uPA"], "expires_at": "2023-04-18T15:39:16.000000Z", "issued_at": "2023-04-18T14:39:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e9da521b6bc4eccb0bb6da002db3bcf", "name": "tempest-TestShelveInstance-733683598"}, "is_domain": false, "roles": [{"id": "0385370a4e0841d8b36ccb710ecbbb7f", "name": "reader"}, {"id": "4e14878c038343709e6c1a4b1c9b9b3c", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba3e4f0604614d5cbe532cc36d623cd0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "077962f5889e4dc5b1df7317cb3104c1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d5a2290495040dd9cc776d460990be5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "36bb6b6348e44e578468f7cf12ee6657", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dad492a01e614a8a8914690c07ebad0a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/3e9da521b6bc4eccb0bb6da002db3bcf", "region": "RegionOne"}], "id": "3fc212b920c3401e85def1124172e916", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "cf3bc891281f458db82d1181bcf74100", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "627889b053b346adb8ce9b1ba8efb774", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "066c5b55b9574d78975bbbb61c530bad", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/3e9da521b6bc4eccb0bb6da002db3bcf", "region": "RegionOne"}], "id": "abe9a7d894f740b1943da54d0c46ff7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a19a55206f6f49c9916ef45abbdb3141", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "afe69c9d4c0445c18ac07b7dd26c92ee", "type": "image", "name": "glance"}, {"endpoints": [{"id ": "b9742eaa6b4c43b48cde80e15563fd79", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/3e9da521b6bc4eccb0bb6da002db3bcf", "region": "RegionOne"}], "id": "b81eaa96c4e5426dab17a1d0acda7740", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0b96ff58903940ffa3fe3bb3c1bebe24", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "bc2f14763262433a9f02c157a34e208f", "type": "network", "name": "neutron"}]}}' 2023-04-18 14:39:16,792 79799 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': '59eb6278-77ad-4035-af3e-48b5f0600fde', 'name': 'tempest-TestShelveInstance-1108641445-network', 'tenant_id': '3e9da521b6bc4eccb0bb6da002db3bcf', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3e9da521b6bc4eccb0bb6da002db3bcf', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 49160, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T14:39:02Z', 'updated_at': '2023-04-18T14:39:02Z', 'revision_number': 1} available for tenant 2023-04-18 14:39:17,172 79799 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.0.0.210/volume/v3/3e9da521b6bc4eccb0bb6da002db3bcf/volumes 0.379s 2023-04-18 14:39:17,172 79799 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-861469811", "imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:39:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55539c9f-95c8-4695-ad05-13a0670589d6', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55539c9f-95c8-4695-ad05-13a0670589d6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3e9da521b6bc4eccb0bb6da002db3bcf/volumes'} Body: b'{"volume": {"id": "16077e24-5a40-4c98-a363-c2f4032db61d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:39:17.113446", "updated_at": null, "name": "tempest-tempest.common.compute-volume-861469811", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3e9da521b6bc4eccb0bb6da002db3bcf/volumes/16077e24-5a40-4c98-a363-c2f4032db61d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3e9da521b6bc4eccb0bb6da002db3bcf/volumes/16077e24-5a40-4c98-a363-c2f4032db61d"}], "user_id": "1b2f3fb19b2e4f868aacae914e94d1af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:39:17,228 79799 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/3e9da521b6bc4eccb0bb6da002db3bcf/volumes/16077e24-5a40-4c98-a363-c2f4032db61d 0.046s 2023-04-18 14:39:17,228 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:39:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e57ed4e-b053-4c5f-8301-6f80eb5cfd9d', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-requ est-id': 'req-3e57ed4e-b053-4c5f-8301-6f80eb5cfd9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3e9da521b6bc4eccb0bb6da002db3bcf/volumes/16077e24-5a40-4c98-a363-c2f4032db61d'} Body: b'{"volume": {"id": "16077e24-5a40-4c98-a363-c2f4032db61d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:39:17.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-861469811", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3e9da521b6bc4eccb0bb6da002db3bcf/volumes/16077e24-5a40-4c98-a363-c2f4032db61d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3e9da521b6bc4eccb0bb6da002db3bcf/volumes/16077e24-5a40-4c98-a363-c2f4032db61d"}], "user_id": "1b2f3fb19b2e4f868aacae914e94d1af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3e9da521b6bc4eccb0bb6da002db3bcf"}}' 2023-04-18 14:39:18,280 79799 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/3e9da521b6bc4eccb0bb6da002db3bcf/volumes/16077e24-5a40-4c98-a363-c2f4032db61d 0.041s 2023-04-18 14:39:18,281 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:39:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf3abfbd-c89f-4e28-8440-ff4c973c8d0f', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf3abfbd-c89f-4e28-8440-ff4c973c8d0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3e9da521b6bc4eccb0bb6da002db3bcf/volumes/16077e24-5a40-4c98-a363-c2f4032db61d'} Body: b'{"volume": {"id": "16077e24-5a40-4c98-a363-c2f4032db61d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:39:17.000000", "updated_at": "2023-04-18T14:39:17.000000", "name": "tempest-tempest.common.compute-volume-861469811", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3e9da521b6bc4eccb0bb6da002db3bcf/volumes/16077e24-5a40-4c98-a363-c2f4032db61d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3e9da521b6bc4eccb0bb6da002db3bcf/volumes/16077e24-5a40-4c98-a363-c2f4032db61d"}], "user_id": "1b2f3fb19b2e4f868aacae914e94d1af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3e9da521b6bc4eccb0bb6da002db3bcf"}}' 2023-04-18 14:39:18,392 79799 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 DELETE http://10.0.0.210/volume/v3/3e9da521b6bc4eccb0bb6da002db3bcf/volumes/16077e24-5a40-4c98-a363-c2f4032db61d 0.101s 2023-04-18 14:39:18,393 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:39: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-98b72f9f-82a3-4930-928e-64122f683806', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3e9da521b6bc4eccb0bb6da002db3bcf/volumes/16077e24-5a40-4c98-a363-c2f4032db61d'} Body: b'' 2023-04-18 14:39:18,415 79799 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 404 GET http://10.0.0.210/volume/v3/3e9da521b6bc4eccb0bb6da002db3bcf/volumes/16077e24-5a40-4c98-a363-c2f4032db61d 0.021s 2023-04-18 14:39:18,415 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:39: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-bc19ed99-f9a5-4eb8-aa9a-1a177f75271c', 'x-openstack-request-id': 'req-bc19ed99-f9a5-4eb8-aa9a-1a177f75271c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/3e9da521b6bc4eccb0bb6da002db3bcf/volumes/16077e24-5a40-4c98-a363-c2f4032db61d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 16077e24-5a40-4c98-a363-c2f4032db61d could not be found."}}' 2023-04-18 14:39:18,574 79799 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/a4e6927c-dbd7-4422-ac5d-660f50a10b53 0.157s 2023-04-18 14:39:18,575 79799 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-dcdb255e-3db6-4b60-8346-8b859d7ac9f1', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 14:39:18 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a4e6927c-dbd7-4422-ac5d-660f50a10b53'} Body: b'' 2023-04-18 14:39:18,604 79799 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-265088924 0.029s 2023-04-18 14:39:18,605 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:39:18 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-25d529eb-22ba-495c-ac7b-b77acb3f0556', 'x-compute-request-id': 'req-25d529eb-22ba-495c-ac7b-b77acb3f0556', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-265088924'} Body: b'' {6} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot [1.556118s] ... 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 61263e84-f492-48ec-9c9f-eeee130bb83c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:39:26,921 79799 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 202 POST http://10.0.0.210/volume/v3/a7393971ef2f4195884313ce4c55c2e1/volumes 0.374s 2023-04-18 14:39:26,922 79799 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-1404298673"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:39:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee7aa8c9-2289-4c88-a18e-a29a9b2860ce', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee7aa8c9-2289-4c88-a18e-a29a9b2860ce', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a7393971ef2f4195884313ce4c55c2e1/volumes'} Body: b'{"volume": {"id": "61263e84-f492-48ec-9c9f-eeee130bb83c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:39:26.864351", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-1404298673", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a7393971ef2f4195884313ce4c55c2e1/volumes/61263e84-f492-48ec-9c9f-eeee130bb83c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a7393971ef2f4195884313ce4c55c2e1/volumes/61263e84-f492-48ec-9c9f-eeee130bb83c"}], "user_id": "c242b8c8707c48e883f7a217587a5e4c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:39:26,972 79799 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/a7393971ef2f4195884313ce4c55c2e1/volumes/61263e84-f492-48ec-9c9f-eeee130bb83c 0.039s 2023-04-18 14:39:26,972 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:39:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ea285ae-8361-4115-b21e-3cc6cac4c1e8', 'content-length': '895', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ea285ae-8361-4115-b21e-3cc6cac4c1e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a7393971ef2f4195884313ce4c55c2e1/volumes/61263e84-f492-48ec-9c9f-eeee130bb83c'} Body: b'{"volume": {"id": "61263e84-f492-48ec-9c9f-eeee130bb83c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:39:27.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-1404298673", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a7393971ef2f4195884313ce4c55c2e1/volumes/61263e84-f492-48ec-9c9f-eeee130bb83c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a7393971ef2f4195884313ce4c55c2e1/volumes/61263e84-f492-48ec-9c9f-eeee130bb83c"}], "user_id": "c242b8c8707c48e883f7a217587a5e4c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a7393971ef2f4195884313ce4c55c2e1"}}' 2023-04-18 14:39:28,090 79799 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/a7393971ef2f4195884313ce4c55c2e1/volumes/61263e84-f492-48ec-9c9f-eeee130bb83c 0.106s 2 023-04-18 14:39:28,090 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:39:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2834ee85-911c-469e-aa6d-af82e8bd20e2', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2834ee85-911c-469e-aa6d-af82e8bd20e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a7393971ef2f4195884313ce4c55c2e1/volumes/61263e84-f492-48ec-9c9f-eeee130bb83c'} Body: b'{"volume": {"id": "61263e84-f492-48ec-9c9f-eeee130bb83c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:39:27.000000", "updated_at": "2023-04-18T14:39:27.000000", "name": "tempest-CreateVolumesFromSnapshotTest-Volume-1404298673", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a7393971ef2f4195884313ce4c55c2e1/volumes/61263e84-f492-48ec-9c9f-eeee130bb83c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a7393971ef2f4195884313ce4c55c2e1/volumes/61263e84-f492-48ec-9c9f-eeee130bb83c"}], "user_id": "c242b8c8707c48e883f7a217587a5e4c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a7393971ef2f4195884313ce4c55c2e1"}}' {3} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server [167.579649s] ... 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 bea0bf08-ad94-47b3-bad5-27b2cef475a4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:38:02,391 79793 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 14:38:02,392 79793 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 14:38:02,552 79793 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.157s 2023-04-18 14:38:02,552 79793 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-755706090", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOfq5Z58u1uSYREY9SKWqKeMpnuTkMbMIBy5CF2rVzPyzYZIrrR6t3lPJnMnil7ZaKjyAyDhgRan3Nf21kceRl/K6c1olxV0dH0qUYjnFgqLLnBE72IibaVMUmTWHWF0Dg=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:02 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-fa97aa01-36d7-4853-a08d-8b019d6a4751', 'x-compute-request-id': 'req-fa97aa01-36d7-4853-a08d-8b019d6a4751', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-755706090", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOfq5Z58u1uSYREY9SKWqKeMpnuTkMbMIBy5CF2rVzPyzYZIrrR6t3lPJnMnil7ZaKjyAyDhgRan3Nf21kceRl/K6c1olxV0dH0qUYjnFgqLLnBE72IibaVMUmTWHWF0Dg==", "fingerprint": "f3:de:c8:09:f3:3d:a5:5a:fd:df:22:e2:65:21:f7:58", "user_id": "8b4ce9342145403c9ba6a9871fbf490e"}}' 2023-04-18 14:38:02,555 79793 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-755706090 created 2023-04-18 14:38:02,802 79793 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.247s 2023-04-18 14:38:02,803 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--655410088", "description": "tempest-description--771473691"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-a549d736-c5f5-430e-b039-ea1ab00fe7a9', 'date': 'Tue, 18 Apr 2023 14:38:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "7204cac7-f445-4484-bbe5-8984f0bc3b07", "name": "tempest-securitygroup--655410088", "stateful": true, "tenant_id": "3549c53be65e4fc2a2bb124109319ca2", "description": "tempest-description--771473691", "shared": false, "security_group_rules": [{"id": "2f5f80d1-2c01-4a9d-8e79-b70afb4b78db", "tenant_id": "3549c53be65e4fc2a2bb124109319ca2", "security_group_id": "7204cac7-f445-4484-bbe5-8984f0bc3b07", "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": 750, "description": null, "tags": [], "created_at": "2023-04-18T14:38:02Z", "updated_at": "2023-04-18T14:38:02Z", "revision_number": 0, "project_id": "3549c53be65e4fc2a2bb124109319ca2"}, {"id": "81a61773-6748-4fe9-bf3d-58dab3b1e145", "tenant_id": "3549c53be65e4fc2a2bb124109319ca2", "security_group_id": "7204cac7-f445-4484-bbe5-8984f0bc3b07", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_p refix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 749, "description": null, "tags": [], "created_at": "2023-04-18T14:38:02Z", "updated_at": "2023-04-18T14:38:02Z", "revision_number": 0, "project_id": "3549c53be65e4fc2a2bb124109319ca2"}], "tags": [], "created_at": "2023-04-18T14:38:02Z", "updated_at": "2023-04-18T14:38:02Z", "revision_number": 1, "project_id": "3549c53be65e4fc2a2bb124109319ca2"}}' 2023-04-18 14:38:02,963 79793 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.159s 2023-04-18 14:38:02,963 79793 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": "7204cac7-f445-4484-bbe5-8984f0bc3b07", "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-de879585-ab15-4810-8075-cf63b1665eac', 'date': 'Tue, 18 Apr 2023 14:38:02 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": "f649e305-0217-4f76-aeb6-cc44c738142b", "tenant_id": "3549c53be65e4fc2a2bb124109319ca2", "security_group_id": "7204cac7-f445-4484-bbe5-8984f0bc3b07", "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-18T14:38:02Z", "updated_at": "2023-04-18T14:38:02Z", "revision_number": 0, "project_id": "3549c53be65e4fc2a2bb124109319ca2"}}' 2023-04-18 14:38:03,122 79793 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.158s 2023-04-18 14:38:03,122 79793 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": "7204cac7-f445-4484-bbe5-8984f0bc3b07", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-5b481e62-18d2-4f33-b2a7-1ddddd628c2d', 'date': 'Tue, 18 Apr 2023 14:38: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": "668d5998-e72c-477f-9bc9-c41fbfe6663c", "tenant_id": "3549c53be65e4fc2a2bb124109319ca2", "security_group_id": "7204cac7-f445-4484-bbe5-8984f0bc3b07", "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-18T14:38:03Z", "updated_at": "2023-04-18T14:38:03Z", "revision_number": 0, "project_id": "3549c53be65e4fc2a2bb124109319ca2"}}' 2023-04-18 14:38:03,123 79793 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--655410088 created 2023-04-18 14:38:03,864 79793 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.740s 2023-04-18 14:38:03,864 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "bfbf9c15-045f-401e-b79e-fba95e5a0430"}} Response - Headers: {'content-ty pe': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-0fe97337-bf46-45c8-b8b3-55113c49e223', 'date': 'Tue, 18 Apr 2023 14:38:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "ea9e0a90-1d5d-4caf-b837-619deb224e04", "tenant_id": "3549c53be65e4fc2a2bb124109319ca2", "floating_ip_address": "172.24.4.104", "floating_network_id": "bfbf9c15-045f-401e-b79e-fba95e5a0430", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "3549c53be65e4fc2a2bb124109319ca2", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T14:38:03Z", "updated_at": "2023-04-18T14:38:03Z", "revision_number": 0}}' 2023-04-18 14:38:03,864 79793 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'ea9e0a90-1d5d-4caf-b837-619deb224e04', 'tenant_id': '3549c53be65e4fc2a2bb124109319ca2', 'floating_ip_address': '172.24.4.104', 'floating_network_id': 'bfbf9c15-045f-401e-b79e-fba95e5a0430', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '3549c53be65e4fc2a2bb124109319ca2', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T14:38:03Z', 'updated_at': '2023-04-18T14:38:03Z', 'revision_number': 0, 'ip': '172.24.4.104'} created 2023-04-18 14:38:03,905 79793 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.035s 2023-04-18 14:38:03,905 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:03 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-974fbf2b-04e1-456a-aabc-f3043f1e66e1', '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": "8b4ce9342145403c9ba6a9871fbf490e", "name": "tempest-AttachVolumeShelveTestJSON-1759405781-project-member", "password_expires_at": null}, "audit_ids": ["ylDzITKnR3O03xB4UnFrSw"], "expires_at": "2023-04-18T15:38:03.000000Z", "issued_at": "2023-04-18T14:38:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3549c53be65e4fc2a2bb124109319ca2", "name": "tempest-AttachVolumeShelveTestJSON-1759405781"}, "is_domain": false, "roles": [{"id": "0385370a4e0841d8b36ccb710ecbbb7f", "name": "reader"}, {"id": "4e14878c038343709e6c1a4b1c9b9b3c", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba3e4f0604614d5cbe532cc36d623cd0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "077962f5889e4dc5b1df7317cb3104c1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d5a2290495040dd9cc776d460990be5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "36bb6b6348e44e578468f7cf12ee6657", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dad492a01e614a8a8914690c07ebad0a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/3549c53be65e4fc2a2bb124109319ca2", "region": "RegionOne"}], "id": "3fc212b920c3401e85def1124172e916", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "cf3bc891281f458db82d1181bcf74100", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "627889b053b346adb8ce9b1ba8efb774", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "066c5b55b9574d78975bbbb61c530bad", "interface": "pub lic", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/3549c53be65e4fc2a2bb124109319ca2", "region": "RegionOne"}], "id": "abe9a7d894f740b1943da54d0c46ff7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a19a55206f6f49c9916ef45abbdb3141", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "afe69c9d4c0445c18ac07b7dd26c92ee", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b9742eaa6b4c43b48cde80e15563fd79", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/3549c53be65e4fc2a2bb124109319ca2", "region": "RegionOne"}], "id": "b81eaa96c4e5426dab17a1d0acda7740", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0b96ff58903940ffa3fe3bb3c1bebe24", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "bc2f14763262433a9f02c157a34e208f", "type": "network", "name": "neutron"}]}}' 2023-04-18 14:38:03,905 79793 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': '624f60ce-989c-4401-bbed-ba6d9b82f01c', 'name': 'tempest-AttachVolumeShelveTestJSON-1014283809-network', 'tenant_id': '3549c53be65e4fc2a2bb124109319ca2', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3549c53be65e4fc2a2bb124109319ca2', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 53066, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T14:37:56Z', 'updated_at': '2023-04-18T14:37:56Z', 'revision_number': 1} available for tenant 2023-04-18 14:38:03,906 79793 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-755706090', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOfq5Z58u1uSYREY9SKWqKeMpnuTkMbMIBy5CF2rVzPyzYZIrrR6t3lPJnMnil7ZaKjyAyDhgRan3Nf21kceRl/K6c1olxV0dH0qUYjnFgqLLnBE72IibaVMUmTWHWF0Dg==', 'fingerprint': 'f3:de:c8:09:f3:3d:a5:5a:fd:df:22:e2:65:21:f7:58', 'user_id': '8b4ce9342145403c9ba6a9871fbf490e', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBuaHlgNSkEIqeQwmdZH4IChbFaKrKHLdG+OMq+fKsLVh5vr/hbe1VU\nyaJq5atzBTqgBwYFK4EEACKhZANiAATn6uWefLtbkmERGPUilqinjKZ7k5DGzCAc\nuQhdq1cz8s2GSK60erd5TyZzJ4pe2Wio8gMg4YEWp9zX9tZHHkZfyunNaJcVdHR9\nKlGI5xYKiy5wRO9iIm2lTFJk1h1hdA4=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '7204cac7-f445-4484-bbe5-8984f0bc3b07', 'name': 'tempest-securitygroup--655410088', 'stateful': True, 'tenant_id': '3549c53be65e4fc2a2bb124109319ca2', 'description': 'tempest-description--771473691', 'shared': False, 'security_group_rules': [{'id': '2f5f80d1-2c01-4a9d-8e79-b70afb4b78db', 'tenant_id': '3549c53be65e4fc2a2bb124109319ca2', 'security_group_id': '7204cac7-f445-4484-bbe5-8984f0bc3b07', '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': 750, 'description': None, 'tags': [], 'created_at': '2023-04-18T14:38:02Z', 'updated_at': '2023-04-18T14:38:02Z', 'revision_number': 0, 'project_id': '3549c53be65e4fc2a2bb124109319ca2'}, {'id': '81a61773-6748-4fe9-bf3d-58dab3b1e145', 'tenant_id': '3549c53be65e4fc2a2bb124109319ca2', 'security_group_id': '7204cac7-f445-4484-bbe5-8984f0bc3b07', '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': 749, 'description': None, 'tags': [], 'created_at': '2023-04-18T14:38:02Z', 'updated_at': '2023-04- 18T14:38:02Z', 'revision_number': 0, 'project_id': '3549c53be65e4fc2a2bb124109319ca2'}], 'tags': [], 'created_at': '2023-04-18T14:38:02Z', 'updated_at': '2023-04-18T14:38:02Z', 'revision_number': 1, 'project_id': '3549c53be65e4fc2a2bb124109319ca2'}, 'floating_ip': {'id': 'ea9e0a90-1d5d-4caf-b837-619deb224e04', 'tenant_id': '3549c53be65e4fc2a2bb124109319ca2', 'floating_ip_address': '172.24.4.104', 'floating_network_id': 'bfbf9c15-045f-401e-b79e-fba95e5a0430', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '3549c53be65e4fc2a2bb124109319ca2', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T14:38:03Z', 'updated_at': '2023-04-18T14:38:03Z', 'revision_number': 0, 'ip': '172.24.4.104'}} 2023-04-18 14:38:04,739 79793 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.832s 2023-04-18 14:38:04,739 79793 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-768362337", "imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "624f60ce-989c-4401-bbed-ba6d9b82f01c"}], "security_groups": [{"name": "tempest-securitygroup--655410088"}], "key_name": "tempest-keypair-755706090", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/b3543651-513e-446d-a15d-563bc0c76e5d', '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-039aeba6-37aa-4577-8aa9-2f453d0fecdd', 'x-compute-request-id': 'req-039aeba6-37aa-4577-8aa9-2f453d0fecdd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "b3543651-513e-446d-a15d-563bc0c76e5d", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b3543651-513e-446d-a15d-563bc0c76e5d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b3543651-513e-446d-a15d-563bc0c76e5d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--655410088"}], "adminPass": "password"}}' 2023-04-18 14:38:04,837 79793 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/b3543651-513e-446d-a15d-563bc0c76e5d 0.095s 2023-04-18 14:38:04,838 79793 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 14:38:04 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-6648774b-9771-485c-bffa-0542044c77b3', 'x-compute-request-id': 'req-6648774b-9771-485c-bffa-0542044c77b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b3543651-513e-446d-a15d-563bc0c76e5d'} Body: b'{"server": {"id": "b3543651-513e-446d-a15d-563bc0c76e5d", "name": "tempest-AttachVolumeShelveTestJSON-server-768362337", "status": "BUILD", "tenant_id": "3549c53be65e4fc2a2bb124109319ca2", "user_id": "8b4ce934 2145403c9ba6a9871fbf490e", "metadata": {}, "hostId": "", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:38:05Z", "updated": "2023-04-18T14:38:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b3543651-513e-446d-a15d-563bc0c76e5d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b3543651-513e-446d-a15d-563bc0c76e5d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-755706090", "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 14:38:55,290 79793 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/b3543651-513e-446d-a15d-563bc0c76e5d 0.393s 2023-04-18 14:38:55,290 79793 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 14:38:54 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-56393164-79ea-406e-bc32-ab3bbb6763a5', 'x-compute-request-id': 'req-56393164-79ea-406e-bc32-ab3bbb6763a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b3543651-513e-446d-a15d-563bc0c76e5d'} Body: b'{"server": {"id": "b3543651-513e-446d-a15d-563bc0c76e5d", "name": "tempest-AttachVolumeShelveTestJSON-server-768362337", "status": "ACTIVE", "tenant_id": "3549c53be65e4fc2a2bb124109319ca2", "user_id": "8b4ce9342145403c9ba6a9871fbf490e", "metadata": {}, "hostId": "4141350bd3c9f70f39079afffb5937d02591c753805500d524e2a6f5", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:38:04Z", "updated": "2023-04-18T14:38:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1014283809-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:9b:51"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b3543651-513e-446d-a15d-563bc0c76e5d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b3543651-513e-446d-a15d-563bc0c76e5d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-755706090", "OS-SRV-USG:launched_at": "2023-04-18T14:38:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--655410088"}], "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 14:38:55,304 79793 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-18 14:39:55,534 79793 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/b3543651 -513e-446d-a15d-563bc0c76e5d/os-interface 0.171s 2023-04-18 14:39:55,534 79793 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 14:39:55 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-6cd9f0cb-bb95-416d-ab40-de6a506462ec', 'x-compute-request-id': 'req-6cd9f0cb-bb95-416d-ab40-de6a506462ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b3543651-513e-446d-a15d-563bc0c76e5d/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "624f60ce-989c-4401-bbed-ba6d9b82f01c", "port_id": "2278d6f2-24ff-4870-9be5-a5fae51c37b1", "mac_addr": "fa:16:3e:28:9b:51", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "000135fd-193d-4a47-a3ad-c6a3f9dccf55", "ip_address": "10.0.0.13"}]}]}' 2023-04-18 14:39:56,777 79793 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/ea9e0a90-1d5d-4caf-b837-619deb224e04 1.239s 2023-04-18 14:39:56,777 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "2278d6f2-24ff-4870-9be5-a5fae51c37b1"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-096bb626-98fd-43d6-829b-ce3daf9432e9', 'date': 'Tue, 18 Apr 2023 14:39:56 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/ea9e0a90-1d5d-4caf-b837-619deb224e04'} Body: b'{"floatingip": {"id": "ea9e0a90-1d5d-4caf-b837-619deb224e04", "tenant_id": "3549c53be65e4fc2a2bb124109319ca2", "floating_ip_address": "172.24.4.104", "floating_network_id": "bfbf9c15-045f-401e-b79e-fba95e5a0430", "router_id": "8c72fd50-2fd7-4601-99d2-714bd0142e3c", "port_id": "2278d6f2-24ff-4870-9be5-a5fae51c37b1", "fixed_ip_address": "10.0.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "624f60ce-989c-4401-bbed-ba6d9b82f01c", "mac_address": "fa:16:3e:28:9b:51", "admin_state_up": true, "status": "ACTIVE", "device_id": "b3543651-513e-446d-a15d-563bc0c76e5d", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T14:38:03Z", "updated_at": "2023-04-18T14:39:55Z", "revision_number": 1, "project_id": "3549c53be65e4fc2a2bb124109319ca2"}}' 2023-04-18 14:39:56,779 79793 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.104:22' as 'cirros' with public key authentication 2023-04-18 14:39:56,816 79793 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 14:39:56,839 79793 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 14:39:56,840 79793 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.104 successfully created 2023-04-18 14:39:56,899 79793 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/b3543651-513e-446d-a15d-563bc0c76e5d/ips 0.058s 2023-04-18 14:39:56,899 79793 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 14:39:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '111', '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-1794555c-f5db-4849-975b-4581897a8d57', 'x-compute-request-id': 'req-1794555c-f5db-4849-975b-4581897a8d57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b3543651-513e-446d-a15d-563bc0c76e5d/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-1014283809-network": [{"version": 4, "addr": "10.0.0.13"}]}}' 2023-04-18 14:39:57,190 79793 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/volume/v3/3549c53be65e4fc2a2bb124109319ca2/volumes 0.287s 2023-04-18 14:39:57,190 79793 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-880958597"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:39:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-959b65e3-ed9e-462e-bf83-c78d7881a2df', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-959b65e3-ed9e-462e-bf83-c78d7881a2df', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3549c53be65e4fc2a2bb124109319ca2/volumes'} Body: b'{"volume": {"id": "bea0bf08-ad94-47b3-bad5-27b2cef475a4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:39:57.116879", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-880958597", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3549c53be65e4fc2a2bb124109319ca2/volumes/bea0bf08-ad94-47b3-bad5-27b2cef475a4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3549c53be65e4fc2a2bb124109319ca2/volumes/bea0bf08-ad94-47b3-bad5-27b2cef475a4"}], "user_id": "8b4ce9342145403c9ba6a9871fbf490e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:39:57,271 79793 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/3549c53be65e4fc2a2bb124109319ca2/volumes/bea0bf08-ad94-47b3-bad5-27b2cef475a4 0.069s 2023-04-18 14:39:57,271 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:39:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc48d1dc-133a-4cad-9f52-77ab43af1cc9', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc48d1dc-133a-4cad-9f52-77ab43af1cc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3549c53be65e4fc2a2bb124109319ca2/volumes/bea0bf08-ad94-47b3-bad5-27b2cef475a4'} Body: b'{"volume": {"id": "bea0bf08-ad94-47b3-bad5-27b2cef475a4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:39:57.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-880958597", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3549c53be65e4fc2a2bb124109319ca2/volumes/bea0bf08-ad94-47b3-bad5-27b2cef475a4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3549c53be65e4fc2a2bb124109319ca2/volumes/bea0bf08-ad94-47b3-bad5-27b2cef475a4"}], "user_id": "8b4ce934214 5403c9ba6a9871fbf490e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3549c53be65e4fc2a2bb124109319ca2"}}' 2023-04-18 14:39:58,323 79793 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/3549c53be65e4fc2a2bb124109319ca2/volumes/bea0bf08-ad94-47b3-bad5-27b2cef475a4 0.039s 2023-04-18 14:39:58,323 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:39:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7db81f5-9f13-45cc-8b7b-a74a2eae3462', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7db81f5-9f13-45cc-8b7b-a74a2eae3462', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3549c53be65e4fc2a2bb124109319ca2/volumes/bea0bf08-ad94-47b3-bad5-27b2cef475a4'} Body: b'{"volume": {"id": "bea0bf08-ad94-47b3-bad5-27b2cef475a4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:39:57.000000", "updated_at": "2023-04-18T14:39:57.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-880958597", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3549c53be65e4fc2a2bb124109319ca2/volumes/bea0bf08-ad94-47b3-bad5-27b2cef475a4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3549c53be65e4fc2a2bb124109319ca2/volumes/bea0bf08-ad94-47b3-bad5-27b2cef475a4"}], "user_id": "8b4ce9342145403c9ba6a9871fbf490e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3549c53be65e4fc2a2bb124109319ca2"}}' 2023-04-18 14:39:58,484 79793 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/b3543651-513e-446d-a15d-563bc0c76e5d 0.150s 2023-04-18 14:39:58,484 79793 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 14:39:58 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-f21b1270-7939-473a-adb7-8492e186a489', 'x-compute-request-id': 'req-f21b1270-7939-473a-adb7-8492e186a489', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b3543651-513e-446d-a15d-563bc0c76e5d'} Body: b'' 2023-04-18 14:39:58,698 79793 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/b3543651-513e-446d-a15d-563bc0c76e5d 0.213s 2023-04-18 14:39:58,698 79793 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 14:39:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1711', '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-e5180daf-02f4-43c4-9d11-180856bc3e4e', 'x-compute-request-id': 'req-e5 180daf-02f4-43c4-9d11-180856bc3e4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b3543651-513e-446d-a15d-563bc0c76e5d'} Body: b'{"server": {"id": "b3543651-513e-446d-a15d-563bc0c76e5d", "name": "tempest-AttachVolumeShelveTestJSON-server-768362337", "status": "ACTIVE", "tenant_id": "3549c53be65e4fc2a2bb124109319ca2", "user_id": "8b4ce9342145403c9ba6a9871fbf490e", "metadata": {}, "hostId": "4141350bd3c9f70f39079afffb5937d02591c753805500d524e2a6f5", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:38:04Z", "updated": "2023-04-18T14:39:58Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1014283809-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:9b:51"}, {"version": 4, "addr": "172.24.4.104", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:9b:51"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b3543651-513e-446d-a15d-563bc0c76e5d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b3543651-513e-446d-a15d-563bc0c76e5d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-755706090", "OS-SRV-USG:launched_at": "2023-04-18T14:38:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--655410088"}], "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 14:40:48,756 79793 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/b3543651-513e-446d-a15d-563bc0c76e5d 0.040s 2023-04-18 14:40:48,757 79793 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 14:40:48 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-cd8ec333-d926-474c-8b46-ad6fbffcdff0', 'x-compute-request-id': 'req-cd8ec333-d926-474c-8b46-ad6fbffcdff0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b3543651-513e-446d-a15d-563bc0c76e5d'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance b3543651-513e-446d-a15d-563bc0c76e5d could not be found."}}' 2023-04-18 14:40:48,791 79793 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-755706090 0.033s 2023-04-18 14:40:48,791 79793 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 14:40:48 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-8f6da247-2543-4b5b-a07e-76ad83a83070', 'x-compute-request-id': 'req-8f6da247-2543-4b5b-a07e-76ad83a83070', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-7557060 90'} Body: b'' 2023-04-18 14:40:48,941 79793 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/7204cac7-f445-4484-bbe5-8984f0bc3b07 0.149s 2023-04-18 14:40:48,941 79793 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-390dc932-17dc-4ea7-bee2-132204fea2b1', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 14:40:48 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/7204cac7-f445-4484-bbe5-8984f0bc3b07'} Body: b'' 2023-04-18 14:40:48,962 79793 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/7204cac7-f445-4484-bbe5-8984f0bc3b07 0.020s 2023-04-18 14:40:48,962 79793 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-5e2a809f-ff69-4d94-bc68-1c0edcda3310', 'date': 'Tue, 18 Apr 2023 14:40:48 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/7204cac7-f445-4484-bbe5-8984f0bc3b07'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 7204cac7-f445-4484-bbe5-8984f0bc3b07 does not exist", "detail": ""}}' 2023-04-18 14:40:49,969 79793 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/ea9e0a90-1d5d-4caf-b837-619deb224e04 1.006s 2023-04-18 14:40:49,970 79793 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-4236a651-f992-4011-9675-13d1085aee6b', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 14:40:49 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/ea9e0a90-1d5d-4caf-b837-619deb224e04'} Body: b'' {2} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server [167.256609s] ... 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 9ac2c3d6-310d-4131-a141-2147e7137d34 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:38:34,594 79791 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 14:38:34,594 79791 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 14:38:34,687 79791 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.087s 2023-04-18 14:38:34,687 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-50073693", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBB+LhzceJo0ZGKpdlufD2xPZSUw8oFwuTliNnK7qZhva8yOtYOFWJMFUGkYlkBB4GfwIFXjhsBSfQryQZ6O/MfuOw5s2Gync1Q5qTsTbyWJ0Uyh76Jw5aBS1qcHwu9XCuw=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '384', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-999a6bad-16f8-4a6c-abd2-3f33b12e2cb6', 'x-compute-request-id': 'req-999a6bad-16f8-4a6c-abd2-3f33b12e2cb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-50073693", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBB+LhzceJo0ZGKpdlufD2xPZSUw8oFwuTliNnK7qZhva8yOtYOFWJMFUGkYlkBB4GfwIFXjhsBSfQryQZ6O/MfuOw5s2Gync1Q5qTsTbyWJ0Uyh76Jw5aBS1qcHwu9XCuw==", "fingerprint": "23:dc:56:92:50:f6:c3:f1:52:81:a6:82:72:b4:9e:1c", "user_id": "43dd536529724c41980d5f2fddd8c71d"}}' 2023-04-18 14:38:34,690 79791 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-50073693 created 2023-04-18 14:38:34,846 79791 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.155s 2023-04-18 14:38:34,846 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--538510966", "description": "tempest-description--1967362271"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-287158bd-1ebe-4cee-b626-603380bf6ef4', 'date': 'Tue, 18 Apr 2023 14:38:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "74a75f92-feeb-418a-9f4f-257630399fed", "name": "tempest-securitygroup--538510966", "stateful": true, "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "description": "tempest-description--1967362271", "shared": false, "security_group_rules": [{"id": "b33554a0-5590-41e4-898d-50d8fc5e2f3e", "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "security_group_id": "74a75f92-feeb-418a-9f4f-257630399fed", "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": 792, "description": null, "tags": [], "created_at": "2023-04-18T14:38:34Z", "updated_at": "2023-04-18T14:38:34Z", "revision_number": 0, "project_id": "e38cf2921e9c49b98933eb439c2ea431"}, {"id": "e34606e5-6f04-4143-9500-98ec5415c489", "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "security_group_id": "74a75f92-feeb-418a-9f4f-257630399fed", "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": 793, "description": null, "tags": [], "created_at": "2023-04-18T14:38:34Z", "updated_at": "2023-04-18T14:38:34Z", "revision_number": 0, "project_id": "e38cf2921e9c49b98933eb439c2ea431"}], "tags": [], "created_at": "2023-04-18T14:38:34Z", "updated_at": "2023-04-18T14:38:34Z", "revision_number": 1, "project_id": "e38cf2921e9c49b98933eb439c2ea431"}}' 2023-04-18 14:38:35,362 79791 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.515s 2023-04-18 14:38:35,362 79791 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": "74a75f92-feeb-418a-9f4f-257630399fed", "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-62e22a2b-60b3-42b1-b5d0-2154d49f8196', 'date': 'Tue, 18 Apr 2023 14:38:35 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": "0af3d111-8bf1-4cbd-8d55-a5a59041fcee", "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "security_group_id": "74a75f92-feeb-418a-9f4f-257630399fed", "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-18T14:38:34Z", "updated_at": "2023-04-18T14:38:34Z", "revision_number": 0, "project_id": "e38cf2921e9c49b98933eb439c2ea431"}}' 2023-04-18 14:38:35,540 79791 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.177s 2023-04-18 14:38:35,540 79791 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": "74a75f92-feeb-418a-9f4f-257630399fed", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-e421ee31-d0db-4eef-a2c8-08dce7381d61', 'date': 'Tue, 18 Apr 2023 14:38:35 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": "7154556c-a631-47a0-8d3f-9f6e360e1b0e", "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "security_group_id": "74a75f92-feeb-418a-9f4f-257630399fed", "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-18T14:38:35Z", "updated_at": "2023-04-18T14:38:35Z", "revision_number": 0, "project_id": "e38cf2921e9c49b98933eb439c2ea431"}}' 2023-04-18 14:38:35,541 79791 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--538510966 created 2023-04-18 14:38:36,362 79791 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.821s 2023-04-18 14:38:36,363 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "bfbf9c15-045f-401e-b79e-fba95e5a0430"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-opens tack-request-id': 'req-0116e975-158e-4409-859c-5852512dbb40', 'date': 'Tue, 18 Apr 2023 14:38:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "bfac7c47-58fb-464a-94f1-383dec0a5fcd", "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "floating_ip_address": "172.24.4.47", "floating_network_id": "bfbf9c15-045f-401e-b79e-fba95e5a0430", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "e38cf2921e9c49b98933eb439c2ea431", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T14:38:36Z", "updated_at": "2023-04-18T14:38:36Z", "revision_number": 0}}' 2023-04-18 14:38:36,363 79791 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'bfac7c47-58fb-464a-94f1-383dec0a5fcd', 'tenant_id': 'e38cf2921e9c49b98933eb439c2ea431', 'floating_ip_address': '172.24.4.47', 'floating_network_id': 'bfbf9c15-045f-401e-b79e-fba95e5a0430', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e38cf2921e9c49b98933eb439c2ea431', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T14:38:36Z', 'updated_at': '2023-04-18T14:38:36Z', 'revision_number': 0, 'ip': '172.24.4.47'} created 2023-04-18 14:38:36,453 79791 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.080s 2023-04-18 14:38:36,454 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:36 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-60138b65-f728-44c3-bfb9-2a5dde32d6e9', '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": "43dd536529724c41980d5f2fddd8c71d", "name": "tempest-AttachVolumeNegativeTest-1144777901-project-member", "password_expires_at": null}, "audit_ids": ["mCOvfbh9SRO6p6FSiw6xwg"], "expires_at": "2023-04-18T15:38:36.000000Z", "issued_at": "2023-04-18T14:38:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e38cf2921e9c49b98933eb439c2ea431", "name": "tempest-AttachVolumeNegativeTest-1144777901"}, "is_domain": false, "roles": [{"id": "0385370a4e0841d8b36ccb710ecbbb7f", "name": "reader"}, {"id": "4e14878c038343709e6c1a4b1c9b9b3c", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba3e4f0604614d5cbe532cc36d623cd0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "077962f5889e4dc5b1df7317cb3104c1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d5a2290495040dd9cc776d460990be5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "36bb6b6348e44e578468f7cf12ee6657", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dad492a01e614a8a8914690c07ebad0a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431", "region": "RegionOne"}], "id": "3fc212b920c3401e85def1124172e916", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "cf3bc891281f458db82d1181bcf74100", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "627889b053b346adb8ce9b1ba8efb774", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "066c5b55b9574d78975bbbb61c530bad", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/ e38cf2921e9c49b98933eb439c2ea431", "region": "RegionOne"}], "id": "abe9a7d894f740b1943da54d0c46ff7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a19a55206f6f49c9916ef45abbdb3141", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "afe69c9d4c0445c18ac07b7dd26c92ee", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b9742eaa6b4c43b48cde80e15563fd79", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431", "region": "RegionOne"}], "id": "b81eaa96c4e5426dab17a1d0acda7740", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0b96ff58903940ffa3fe3bb3c1bebe24", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "bc2f14763262433a9f02c157a34e208f", "type": "network", "name": "neutron"}]}}' 2023-04-18 14:38:36,454 79791 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': '241eb4cb-7a63-47fa-873a-79cdcab7a582', 'name': 'tempest-AttachVolumeNegativeTest-1314186642-network', 'tenant_id': 'e38cf2921e9c49b98933eb439c2ea431', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e38cf2921e9c49b98933eb439c2ea431', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 4943, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T14:35:42Z', 'updated_at': '2023-04-18T14:35:42Z', 'revision_number': 1} available for tenant 2023-04-18 14:38:36,455 79791 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-50073693', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBB+LhzceJo0ZGKpdlufD2xPZSUw8oFwuTliNnK7qZhva8yOtYOFWJMFUGkYlkBB4GfwIFXjhsBSfQryQZ6O/MfuOw5s2Gync1Q5qTsTbyWJ0Uyh76Jw5aBS1qcHwu9XCuw==', 'fingerprint': '23:dc:56:92:50:f6:c3:f1:52:81:a6:82:72:b4:9e:1c', 'user_id': '43dd536529724c41980d5f2fddd8c71d', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBN5rVqtnU4uMiLWoex5FY1sWEYHuDyY7iCnF7b5xjkU7vZK41dPaAG\nVcnKLTPyWpWgBwYFK4EEACKhZANiAAQfi4c3HiaNGRiqXZbnw9sT2UlMPKBcLk5Y\njZyu6mYb2vMjrWDhViTBVBpGJZAQeBn8CBV44bAUn0K8kGejvzH7jsObNhsp3NUO\nak7E28lidFMoe+icOWgUtanB8LvVwrs=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '74a75f92-feeb-418a-9f4f-257630399fed', 'name': 'tempest-securitygroup--538510966', 'stateful': True, 'tenant_id': 'e38cf2921e9c49b98933eb439c2ea431', 'description': 'tempest-description--1967362271', 'shared': False, 'security_group_rules': [{'id': 'b33554a0-5590-41e4-898d-50d8fc5e2f3e', 'tenant_id': 'e38cf2921e9c49b98933eb439c2ea431', 'security_group_id': '74a75f92-feeb-418a-9f4f-257630399fed', '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': 792, 'description': None, 'tags': [], 'created_at': '2023-04-18T14:38:34Z', 'updated_at': '2023-04-18T14:38:34Z', 'revision_number': 0, 'project_id': 'e38cf2921e9c49b98933eb439c2ea431'}, {'id': 'e34606e5-6f04-4143-9500-98ec5415c489', 'tenant_id': 'e38cf2921e9c49b98933eb439c2ea431', 'security_group_id': '74a75f92-feeb-418a-9f4f-257630399fed', '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': 793, 'description': None, 'tags': [], 'created_at': '2023-04-18T14:38:34Z', 'updated_at': '2023-04-18T14:38:34Z', 'revision_number': 0, 'project_id': 'e38cf2921e9c49b98933eb439c2ea431'}], 't ags': [], 'created_at': '2023-04-18T14:38:34Z', 'updated_at': '2023-04-18T14:38:34Z', 'revision_number': 1, 'project_id': 'e38cf2921e9c49b98933eb439c2ea431'}, 'floating_ip': {'id': 'bfac7c47-58fb-464a-94f1-383dec0a5fcd', 'tenant_id': 'e38cf2921e9c49b98933eb439c2ea431', 'floating_ip_address': '172.24.4.47', 'floating_network_id': 'bfbf9c15-045f-401e-b79e-fba95e5a0430', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e38cf2921e9c49b98933eb439c2ea431', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T14:38:36Z', 'updated_at': '2023-04-18T14:38:36Z', 'revision_number': 0, 'ip': '172.24.4.47'}} 2023-04-18 14:38:37,202 79791 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.746s 2023-04-18 14:38:37,202 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1810225734", "imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "241eb4cb-7a63-47fa-873a-79cdcab7a582"}], "security_groups": [{"name": "tempest-securitygroup--538510966"}], "key_name": "tempest-keypair-50073693", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/9f57d6a9-a288-4ff8-95d9-5c4df1d9b5c1', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8c7b2fe-3ca1-4641-801d-82c093bca102', 'x-compute-request-id': 'req-d8c7b2fe-3ca1-4641-801d-82c093bca102', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "9f57d6a9-a288-4ff8-95d9-5c4df1d9b5c1", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9f57d6a9-a288-4ff8-95d9-5c4df1d9b5c1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9f57d6a9-a288-4ff8-95d9-5c4df1d9b5c1"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--538510966"}], "adminPass": "password"}}' 2023-04-18 14:38:37,280 79791 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/9f57d6a9-a288-4ff8-95d9-5c4df1d9b5c1 0.074s 2023-04-18 14:38:37,280 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:37 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-862325db-922c-4dd8-b584-59776cfb0523', 'x-compute-request-id': 'req-862325db-922c-4dd8-b584-59776cfb0523', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9f57d6a9-a288-4ff8-95d9-5c4df1d9b5c1'} Body: b'{"server": {"id": "9f57d6a9-a288-4ff8-95d9-5c4df1d9b5c1", "name": "tempest-AttachVolumeNegativeTest-server-1810225734", "status": "BUILD", "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "user_id": "43dd536529724c41980d5f2fddd8c71d", "metadata": {}, "hostId": "", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e44 0225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:38:37Z", "updated": "2023-04-18T14:38:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9f57d6a9-a288-4ff8-95d9-5c4df1d9b5c1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9f57d6a9-a288-4ff8-95d9-5c4df1d9b5c1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-50073693", "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 14:39:27,746 79791 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/9f57d6a9-a288-4ff8-95d9-5c4df1d9b5c1 0.404s 2023-04-18 14:39:27,746 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:39:27 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-4a53cc69-7978-49d4-8e62-7e1a1c6ae221', 'x-compute-request-id': 'req-4a53cc69-7978-49d4-8e62-7e1a1c6ae221', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9f57d6a9-a288-4ff8-95d9-5c4df1d9b5c1'} Body: b'{"server": {"id": "9f57d6a9-a288-4ff8-95d9-5c4df1d9b5c1", "name": "tempest-AttachVolumeNegativeTest-server-1810225734", "status": "ACTIVE", "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "user_id": "43dd536529724c41980d5f2fddd8c71d", "metadata": {}, "hostId": "373296ba74213b79d5a33023152d6649d062b554072281114024c4a6", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:38:37Z", "updated": "2023-04-18T14:38:44Z", "addresses": {"tempest-AttachVolumeNegativeTest-1314186642-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8b:27:61"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9f57d6a9-a288-4ff8-95d9-5c4df1d9b5c1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9f57d6a9-a288-4ff8-95d9-5c4df1d9b5c1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-50073693", "OS-SRV-USG:launched_at": "2023-04-18T14:38:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--538510966"}], "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 14:39:27,758 79791 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 14:40:28,017 79791 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/9f57d6a9-a288-4ff8-95d9-5c4df1d9b5c1/os-interface 0.200s 2023-04-18 14:40:28,018 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:40:27 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-3f7a8bb9-ed25-44a7-9095-fa2ad6644606', 'x-compute-request-id': 'req-3f7a8bb9-ed25-44a7-9095-fa2ad6644606', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9f57d6a9-a288-4ff8-95d9-5c4df1d9b5c1/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "241eb4cb-7a63-47fa-873a-79cdcab7a582", "port_id": "0340e0f7-d93d-41f2-9047-0d917af7db1c", "mac_addr": "fa:16:3e:8b:27:61", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "37d56fce-b180-4790-8dae-7f32fb2ffa05", "ip_address": "10.0.0.12"}]}]}' 2023-04-18 14:40:29,131 79791 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/bfac7c47-58fb-464a-94f1-383dec0a5fcd 1.107s 2023-04-18 14:40:29,131 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "0340e0f7-d93d-41f2-9047-0d917af7db1c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-4baeedc5-5025-47c0-92f5-2109bb1a2b2e', 'date': 'Tue, 18 Apr 2023 14:40:29 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/bfac7c47-58fb-464a-94f1-383dec0a5fcd'} Body: b'{"floatingip": {"id": "bfac7c47-58fb-464a-94f1-383dec0a5fcd", "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "floating_ip_address": "172.24.4.47", "floating_network_id": "bfbf9c15-045f-401e-b79e-fba95e5a0430", "router_id": "7a5cf62d-c270-4a9a-b5fd-861c2011b896", "port_id": "0340e0f7-d93d-41f2-9047-0d917af7db1c", "fixed_ip_address": "10.0.0.12", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "241eb4cb-7a63-47fa-873a-79cdcab7a582", "mac_address": "fa:16:3e:8b:27:61", "admin_state_up": true, "status": "ACTIVE", "device_id": "9f57d6a9-a288-4ff8-95d9-5c4df1d9b5c1", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T14:38:36Z", "updated_at": "2023-04-18T14:40:28Z", "revision_number": 1, "project_id": "e38cf2921e9c49b98933eb439c2ea431"}}' 2023-04-18 14:40:29,132 79791 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.47:22' as 'cirros' with public key authentication 2023-04-18 14:40:29,171 79791 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 14:40:29,194 79791 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 14:40:29,195 79791 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.47 successfully created 2023-04-18 14:40:29,237 79791 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/9f57d6a9-a288-4ff8-95d9-5c4df1d9b5c1/ips 0.042s 2023-04-18 14:40:29,237 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:40:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '109', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f17246aa-266a-4819-b8b7-e4cba2d22bb7', 'x-compute-request-id': 'req-f17246aa-266a-4819-b8b7-e4cba2d22bb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9f57d6a9-a288-4ff8-95d9-5c4df1d9b5c1/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-1314186642-network": [{"version": 4, "addr": "10.0.0.12"}]}}' 2023-04-18 14:40:29,506 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431/volumes 0.266s 2023-04-18 14:40:29,507 79791 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-1820883353"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:40:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-696283c5-4fb9-45ab-b9c5-8d99c94b0633', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-696283c5-4fb9-45ab-b9c5-8d99c94b0633', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431/volumes'} Body: b'{"volume": {"id": "9ac2c3d6-310d-4131-a141-2147e7137d34", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:40:29.445078", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1820883353", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431/volumes/9ac2c3d6-310d-4131-a141-2147e7137d34"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e38cf2921e9c49b98933eb439c2ea431/volumes/9ac2c3d6-310d-4131-a141-2147e7137d34"}], "user_id": "43dd536529724c41980d5f2fddd8c71d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:40:29,565 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431/volumes/9ac2c3d6-310d-4131-a141-2147e7137d34 0.049s 2023-04-18 14:40:29,566 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:40:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4003705-ebdb-4d5d-8c67-07135ce774e1', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4003705-ebdb-4d5d-8c67-07135ce774e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431/volumes/9ac2c3d6-310d-4131-a141-2147e7137d34'} Body: b'{"volume": {"id": "9ac2c3d6-310d-4131-a141-2147e7137d34", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:40:29.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1820883353", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431/volumes/9ac2c3d6-310d-4131-a141-2147e7137d34"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e38cf2921e9c49b98933eb439c2ea431/volumes/9ac2c3d6-310d-4131-a141-2147e7137d34"}], "user_id": "43dd536529724c41980d5f2fddd8c71d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e38cf2921e9c49b98933eb439c2ea431"}}' 2023-04-18 14:40:30,618 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/e38cf29 21e9c49b98933eb439c2ea431/volumes/9ac2c3d6-310d-4131-a141-2147e7137d34 0.041s 2023-04-18 14:40:30,619 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:40:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58393521-eb2e-4d27-ae1e-2f36657bb8f4', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58393521-eb2e-4d27-ae1e-2f36657bb8f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431/volumes/9ac2c3d6-310d-4131-a141-2147e7137d34'} Body: b'{"volume": {"id": "9ac2c3d6-310d-4131-a141-2147e7137d34", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:40:29.000000", "updated_at": "2023-04-18T14:40:30.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1820883353", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431/volumes/9ac2c3d6-310d-4131-a141-2147e7137d34"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e38cf2921e9c49b98933eb439c2ea431/volumes/9ac2c3d6-310d-4131-a141-2147e7137d34"}], "user_id": "43dd536529724c41980d5f2fddd8c71d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e38cf2921e9c49b98933eb439c2ea431"}}' 2023-04-18 14:40:30,741 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/9f57d6a9-a288-4ff8-95d9-5c4df1d9b5c1 0.111s 2023-04-18 14:40:30,741 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:40:30 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-0af16b84-c272-42aa-ab41-3533f93e002c', 'x-compute-request-id': 'req-0af16b84-c272-42aa-ab41-3533f93e002c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9f57d6a9-a288-4ff8-95d9-5c4df1d9b5c1'} Body: b'' 2023-04-18 14:40:30,950 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/9f57d6a9-a288-4ff8-95d9-5c4df1d9b5c1 0.208s 2023-04-18 14:40:30,951 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:40:30 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-28eb8fcb-3456-49e4-9f54-484d23ddd436', 'x-compute-request-id': 'req-28eb8fcb-3456-49e4-9f54-484d23ddd436', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9f57d6a9-a288-4ff8-95d9-5c4df1d9b5c1'} Body: b'{"server": {"id": "9f57d6a9-a288-4ff8-95d9-5c4df1d9b5c1", "name": "tempest-AttachVolumeNegativeTest-server-1810225734", "status": "ACTIVE", "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "user_id": "43dd536529724c41980d5f2fddd8c71d", "metadata": {}, "hostId": "373296ba74213b79d5a33023152d6649d062b554072281114024c4a6", "image ": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:38:37Z", "updated": "2023-04-18T14:40:31Z", "addresses": {"tempest-AttachVolumeNegativeTest-1314186642-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8b:27:61"}, {"version": 4, "addr": "172.24.4.47", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8b:27:61"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9f57d6a9-a288-4ff8-95d9-5c4df1d9b5c1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9f57d6a9-a288-4ff8-95d9-5c4df1d9b5c1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-50073693", "OS-SRV-USG:launched_at": "2023-04-18T14:38:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--538510966"}], "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 14:41:21,138 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/9f57d6a9-a288-4ff8-95d9-5c4df1d9b5c1 0.145s 2023-04-18 14:41:21,139 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:41:20 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-49a19e54-a627-43c2-b317-22c743dd8f9d', 'x-compute-request-id': 'req-49a19e54-a627-43c2-b317-22c743dd8f9d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9f57d6a9-a288-4ff8-95d9-5c4df1d9b5c1'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 9f57d6a9-a288-4ff8-95d9-5c4df1d9b5c1 could not be found."}}' 2023-04-18 14:41:21,167 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-50073693 0.028s 2023-04-18 14:41:21,168 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:41:21 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-cbc87078-2334-48e1-b12e-94373e86e0d7', 'x-compute-request-id': 'req-cbc87078-2334-48e1-b12e-94373e86e0d7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-50073693'} Body: b'' 2023-04-18 14:41:21,324 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/74a75f92-feeb-418a-9f4f-257630399fed 0.156s 2023-04-18 14:41:21,324 79791 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-e1f52339-df41-4a97-bc9d-23c419c0fd77', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 14:41:21 GMT', 'connectio n': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/74a75f92-feeb-418a-9f4f-257630399fed'} Body: b'' 2023-04-18 14:41:21,351 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/74a75f92-feeb-418a-9f4f-257630399fed 0.026s 2023-04-18 14:41:21,351 79791 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-b840a78d-3b6f-42aa-a653-81e667077f9c', 'date': 'Tue, 18 Apr 2023 14:41:21 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/74a75f92-feeb-418a-9f4f-257630399fed'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 74a75f92-feeb-418a-9f4f-257630399fed does not exist", "detail": ""}}' 2023-04-18 14:41:21,849 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/bfac7c47-58fb-464a-94f1-383dec0a5fcd 0.497s 2023-04-18 14:41:21,849 79791 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-ff60ac87-b262-4753-bc12-e15cae1342f3', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 14:41:21 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/bfac7c47-58fb-464a-94f1-383dec0a5fcd'} Body: b'' {6} cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests.test_snapshot_data_integrity [165.111399s] ... 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 a6544abe-9796-499e-ae78-8e2aea121a7c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:39:44,449 79799 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.264s 2023-04-18 14:39:44,449 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-SnapshotDataIntegrityTests-358630619", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAWhqauAaPzGjkOaH2KsedFwFl1cuK0dFRuTnWHpET+H1mhRkm4A0KSTxq0Si1RnsMG0PuVOKCGbYZefRukvrTLuyGGApFl+xxMcOBZB5z6LHrrkBDFSLzXUFo6zPKrrXQ=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:39:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8333b3d-5c51-489f-b218-2807a2633ff4', 'x-compute-request-id': 'req-b8333b3d-5c51-489f-b218-2807a2633ff4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-SnapshotDataIntegrityTests-358630619", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAWhqauAaPzGjkOaH2KsedFwFl1cuK0dFRuTnWHpET+H1mhRkm4A0KSTxq0Si1RnsMG0PuVOKCGbYZefRukvrTLuyGGApFl+xxMcOBZB5z6LHrrkBDFSLzXUFo6zPKrrXQ==", "fingerprint": "8e:08:20:84:7e:8d:2f:e9:5a:95:76:dc:8e:16:b0:fa", "user_id": "f30bc97702e14959b6510ee0b8855cac"}}' 2023-04-18 14:39:44,609 79799 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.157s 2023-04-18 14:39:44,609 79799 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-1279253006", "description": "tempest-secgroup-smoke-1279253006 description", "project_id": "4668f5858e4246209a2057c984e499dc"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-c769cf3f-64dc-468d-8a38-dcb45b00d6ab', 'date': 'Tue, 18 Apr 2023 14:39:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "9536b34e-2516-495c-b7cf-c5a7e6b4e6f0", "name": "tempest-secgroup-smoke-1279253006", "stateful": true, "tenant_id": "4668f5858e4246209a2057c984e499dc", "description": "tempest-secgroup-smoke-1279253006 description", "shared": false, "security_group_rules": [{"id": "7d16a817-9364-475d-9287-c5e6dee73d65", "tenant_id": "4668f5858e4246209a2057c984e499dc", "security_group_id": "9536b34e-2516-495c-b7cf-c5a7e6b4e6f0", "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": 940, "description": null, "tags": [], "created_at": "2023-04-18T14:39:44Z", "updated_at": "2023-04-18T14:39:44Z", "revision_number": 0, "project_id": "4668f5858e4246209a2057c984e499dc"}, {"id": "b3f38eeb-65fc-4e95-8484-b5141f7a5e84", "tenant_id": "4668f5858e4246209a2057c984e499dc", "security_group_id": "9536b34e-2516-495c-b7cf-c5a7e6b4e6f0", "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": 941, "description": null, "tags": [], "created_at": "2023-04-18T14:39:44Z", "updated_at": "2023-04-18T14:39:44Z", "revision_number": 0, "project_id": "4668f5858e4246209a2057c984e499dc"}], "tags": [], "created_at": "2023-04-18T14:39:44Z", "updated_at": "2023-04-18T14:39:44Z", "revision_number": 1, "project_id": "4668f5858e4246209a2057c984e499dc"}}' 2023-04-18 14:39:44,814 79799 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.204s 2023-04-18 14:39:44,814 79799 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": "9536b34e-2516-495c-b7cf-c5a7e6b4e6f0", "project_id": "4668f5858e4246209a2057c984e499dc", "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-4f25c857-f332-4362-a9f6-86490af4beee', 'date': 'Tue, 18 Apr 2023 14:39: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": "163dfebf-be8d-4ffb-bb5e-df3df011e25f", "tenant_id": "4668f5858e4246209a2057c984e499dc", "security_group_id": "9536b34e-2516-495c-b7cf-c5a7e6b4e6f0", "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-18T14:39:44Z", "updated_at": "2023-04-18T14:39:44Z", "revision_number": 0, "project_id": "4668f5858e4246209a2057c984e499dc"}}' 2023-04-18 14:39:44,990 79799 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.175s 2023-04-18 14:39:44,990 79799 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": "9536b34e-2516-495c-b7cf-c5a7e6b4e6f0", "project_id": "4668f5858e4246209a2057c984e499dc", "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-b9588d45-f942-4fbc-b0be-8c313402c8c8', 'date': 'Tue, 18 Apr 2023 14:39: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": "a5540e33-6448-4919-8187-dc51091a47ec", "tenant_id": "4668f5858e4246209a2057c984e499dc", "security_group_id": "9536b34e-2516-495c-b7cf-c5a7e6b4e6f0", "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-18T14:39:44Z", "updated_at": "2023-04-18T14:39:44Z", "revision_number": 0, "project_id": "4668f5858e4246209a2057c984e499dc"}}' 2023-04-18 14:39:45,160 79799 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.169s 2023-04-18 14:39:45,161 79799 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": "9536b34e-2516-495c-b7cf-c5a7e6b4e6f0", "project_id": "4668f5858e4246209a2057c984e499dc", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-fc6ac60e-9e51-4853-8107-65d1eb6f3d5b', 'date': 'Tue, 18 Apr 2023 14:39:45 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": "12e97753-d618-42ad-abe8-b9e9c03c5a60", "tenant_id": "4668f585 8e4246209a2057c984e499dc", "security_group_id": "9536b34e-2516-495c-b7cf-c5a7e6b4e6f0", "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-18T14:39:45Z", "updated_at": "2023-04-18T14:39:45Z", "revision_number": 0, "project_id": "4668f5858e4246209a2057c984e499dc"}}' 2023-04-18 14:39:45,336 79799 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.175s 2023-04-18 14:39:45,337 79799 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": "9536b34e-2516-495c-b7cf-c5a7e6b4e6f0", "project_id": "4668f5858e4246209a2057c984e499dc", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-07219c9e-ead5-4825-85db-e2e0fbb73c95', 'date': 'Tue, 18 Apr 2023 14:39:45 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": "c522ad21-9595-4a82-8212-3f1e32db097b", "tenant_id": "4668f5858e4246209a2057c984e499dc", "security_group_id": "9536b34e-2516-495c-b7cf-c5a7e6b4e6f0", "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-18T14:39:45Z", "updated_at": "2023-04-18T14:39:45Z", "revision_number": 0, "project_id": "4668f5858e4246209a2057c984e499dc"}}' 2023-04-18 14:39:45,502 79799 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.164s 2023-04-18 14:39:45,502 79799 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": "9536b34e-2516-495c-b7cf-c5a7e6b4e6f0", "project_id": "4668f5858e4246209a2057c984e499dc", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-959f6a65-54f6-4cbb-b4e9-40a0b15da229', 'date': 'Tue, 18 Apr 2023 14:39:45 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": "8674d9c1-6372-4065-9347-10066b541b8a", "tenant_id": "4668f5858e4246209a2057c984e499dc", "security_group_id": "9536b34e-2516-495c-b7cf-c5a7e6b4e6f0", "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-18T14:39:45Z", "updated_at": "2023-04-18T14:39:45Z", "revision_number": 0, "project_id": "4668f5858e4246209a2057c984e499dc"}}' 2023-04-18 14:39:45,666 79799 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.163s 2023-04-18 14:39:45,666 79799 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": "9536b34e-2516-495c-b7cf-c5a7e6b4e6f0", "project_id": "4668f5858e4246209a2057c984e499dc", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-t ype': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-c352f801-1322-4402-9d98-61f6249a65f3', 'date': 'Tue, 18 Apr 2023 14:39:45 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": "174562d7-2caa-445d-8ca2-079f8f836d4d", "tenant_id": "4668f5858e4246209a2057c984e499dc", "security_group_id": "9536b34e-2516-495c-b7cf-c5a7e6b4e6f0", "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-18T14:39:45Z", "updated_at": "2023-04-18T14:39:45Z", "revision_number": 0, "project_id": "4668f5858e4246209a2057c984e499dc"}}' 2023-04-18 14:39:45,708 79799 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.035s 2023-04-18 14:39:45,708 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 14:39:45 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-fc36f73d-f5ae-4931-8dc4-6dfd97b1a695', '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": "f30bc97702e14959b6510ee0b8855cac", "name": "tempest-SnapshotDataIntegrityTests-827394539-project-member", "password_expires_at": null}, "audit_ids": ["hTNTxJB-Tny7kzTMxVFMAQ"], "expires_at": "2023-04-18T15:39:45.000000Z", "issued_at": "2023-04-18T14:39:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4668f5858e4246209a2057c984e499dc", "name": "tempest-SnapshotDataIntegrityTests-827394539"}, "is_domain": false, "roles": [{"id": "0385370a4e0841d8b36ccb710ecbbb7f", "name": "reader"}, {"id": "4e14878c038343709e6c1a4b1c9b9b3c", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba3e4f0604614d5cbe532cc36d623cd0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "077962f5889e4dc5b1df7317cb3104c1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d5a2290495040dd9cc776d460990be5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "36bb6b6348e44e578468f7cf12ee6657", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dad492a01e614a8a8914690c07ebad0a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/4668f5858e4246209a2057c984e499dc", "region": "RegionOne"}], "id": "3fc212b920c3401e85def1124172e916", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "cf3bc891281f458db82d1181bcf74100", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "627889b053b346adb8ce9b1ba8efb774", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "066c5b55b9574d78975bbbb61c530bad", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/4668f5858e4246209a2057c984e499dc", "region": "RegionOne"}], "id": "abe9a7d894f740b1943da54d0c46ff7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a19a55206f6f49c9916ef45abbdb3141", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "afe69c9d4c0445c18ac07b7dd26c92ee", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b9742eaa6b4c43b48cde80e15563fd79", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/4668f5858e 4246209a2057c984e499dc", "region": "RegionOne"}], "id": "b81eaa96c4e5426dab17a1d0acda7740", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0b96ff58903940ffa3fe3bb3c1bebe24", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "bc2f14763262433a9f02c157a34e208f", "type": "network", "name": "neutron"}]}}' 2023-04-18 14:39:45,709 79799 INFO [tempest.lib.common.fixed_network] (SnapshotDataIntegrityTests:test_snapshot_data_integrity) Found network {'id': '35e012ce-98ed-4e71-aec9-4b66f8a6d50d', 'name': 'tempest-SnapshotDataIntegrityTests-1929114400-network', 'tenant_id': '4668f5858e4246209a2057c984e499dc', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '4668f5858e4246209a2057c984e499dc', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 65257, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T14:39:29Z', 'updated_at': '2023-04-18T14:39:29Z', 'revision_number': 1} available for tenant 2023-04-18 14:39:46,437 79799 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/compute/v2.1/servers 0.727s 2023-04-18 14:39:46,437 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-SnapshotDataIntegrityTests-server-781422116", "imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "flavorRef": "42", "key_name": "tempest-SnapshotDataIntegrityTests-358630619", "security_groups": [{"name": "tempest-secgroup-smoke-1279253006"}], "networks": [{"uuid": "35e012ce-98ed-4e71-aec9-4b66f8a6d50d"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:39:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/2da160d0-3fc5-43ef-a864-87c2d356643f', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e1d27645-2fa3-49d7-8202-ed330e66cdff', 'x-compute-request-id': 'req-e1d27645-2fa3-49d7-8202-ed330e66cdff', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "2da160d0-3fc5-43ef-a864-87c2d356643f", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2da160d0-3fc5-43ef-a864-87c2d356643f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2da160d0-3fc5-43ef-a864-87c2d356643f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1279253006"}], "adminPass": "zkB9VcBskAnE"}}' 2023-04-18 14:39:46,519 79799 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/2da160d0-3fc5-43ef-a864-87c2d356643f 0.079s 2023-04-18 14:39:46,519 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:39:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1255', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4348494a-cccc-437e-bb9f-9c28c3934604', 'x-compute-request-id': 'req-4348494a-cccc-437e-bb9f-9c28c3934604', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2da160d0-3fc5-43ef-a864-87c2d356643f'} Body: b'{"server": {"id": "2da160d0-3fc5-43ef-a864-87c2d356643f", "name": "tempest-SnapshotDataIntegrityTests-server-781422116", "status": "BUILD", "tenant_id": "4668f5858e4246209a2057c984e499dc", "user_id": "f30bc97702e14959b6510ee0b8855cac", "metadata": {}, "hostId": "", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:39:46Z", "updated": "2023-04-18T14:39:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2da160d0-3fc5-43ef-a864-87c2d356643f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2da160d0-3fc5-43ef-a864-87c2d356643f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-358630619", "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 14:40:36,840 79799 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/2da160d0-3fc5-43ef-a864-87c2d356643f 0.272s 2023-04-18 14:40:36,841 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:40:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e1f2e517-60eb-420f-8352-e0aa04b08461', 'x-compute-request-id': 'req-e1f2e517-60eb-420f-8352-e0aa04b08461', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2da160d0-3fc5-43ef-a864-87c2d356643f'} Body: b'{"server": {"id": "2da160d0-3fc5-43ef-a864-87c2d356643f", "name": "tempest-SnapshotDataIntegrityTests-server-781422116", "status": "ACTIVE", "tenant_id": "4668f5858e4246209a2057c984e499dc", "user_id": "f30bc97702e14959b6510ee0b8855cac", "metadata": {}, "hostId": "6aa5c872885733a2c33b8a48e39e027ce0d1a9b784f48ea377d17da0", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:39:46Z", "updated": "2023-04-18T14:39:53Z", "addresses": {"tempest-SnapshotDataIntegrityTests-1929114400-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:2d:55"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2da160d0-3fc5-43ef-a864-87c2d356643f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2da160d0-3fc5-43ef-a864-87c2d356643f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-358630619", "OS-SRV-USG:launched_at": "2023-04-18T14:39:53.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1279253006"}], "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 14:40:36,852 79799 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 14:41:37,160 79799 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/2da160d0-3fc5-43ef-a864-87c2d356643f 0.249s 2023-04-18 14:41:37,160 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:41:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bfa2b022-bca0-4233-80ed-09bf273d1cdf', 'x-compute-request-id': 'req-bfa2b022-bca0-4233-80ed-09bf273d1cdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2da160d0-3fc5-43ef-a864-87c2d356643f'} Body: b'{"server": {"id": "2da160d0-3fc5-43ef-a864-87c2d356643f", "name": "tempest-SnapshotDataIntegrityTests-server-781422116", "status": "ACTIVE", "tenant_id": "4668f5858e4246209a2057c984e499dc", "user_id": "f30bc97702e14959b6510ee0b8855cac", "metadata": {}, "hostId": "6aa5c872885733a2c33b8a48e39e027ce0d1a9b784f48ea377d17da0", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:39:46Z", "updated": "2023-04-18T14:39:53Z", "addresses": {"tempest-SnapshotDataIntegrityTests-1929114400-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:2d:55"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2da160d0-3fc5-43ef-a864-87c2d356643f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2da160d0-3fc5-43ef-a864-87c2d356643f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-358630619", "OS-SRV-USG:launched_at": "2023-04-18T14:39:53.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1279253006"}], "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 14:41:37,379 79799 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/volume/v3/4668f5858e4246209a2057c984e499dc/volumes 0.208s 2023-04-18 14:41:37,380 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-SnapshotDataIntegrityTests-volume-1888299430", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:41:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d443fd88-0303-4ab3-9629-e6d8724e02ad', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d443fd88-0303-4ab3-9629-e6d8724e02ad', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4668f5858e4246209a2057c984e499dc/volumes'} Body: b'{"volume": {"id": "a6544abe-9796-499e-ae78-8e2aea121a7c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:41:37.322740", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-1888299430", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4668f5858e4246209a2057c984e499dc/volumes/a6544abe-9796-4 99e-ae78-8e2aea121a7c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4668f5858e4246209a2057c984e499dc/volumes/a6544abe-9796-499e-ae78-8e2aea121a7c"}], "user_id": "f30bc97702e14959b6510ee0b8855cac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:41:37,433 79799 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/4668f5858e4246209a2057c984e499dc/volumes/a6544abe-9796-499e-ae78-8e2aea121a7c 0.044s 2023-04-18 14:41:37,433 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:41:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65c281f1-9ff5-4230-844d-f0bc0ce4b85e', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65c281f1-9ff5-4230-844d-f0bc0ce4b85e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4668f5858e4246209a2057c984e499dc/volumes/a6544abe-9796-499e-ae78-8e2aea121a7c'} Body: b'{"volume": {"id": "a6544abe-9796-499e-ae78-8e2aea121a7c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:41:37.000000", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-1888299430", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4668f5858e4246209a2057c984e499dc/volumes/a6544abe-9796-499e-ae78-8e2aea121a7c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4668f5858e4246209a2057c984e499dc/volumes/a6544abe-9796-499e-ae78-8e2aea121a7c"}], "user_id": "f30bc97702e14959b6510ee0b8855cac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4668f5858e4246209a2057c984e499dc"}}' 2023-04-18 14:41:38,484 79799 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/4668f5858e4246209a2057c984e499dc/volumes/a6544abe-9796-499e-ae78-8e2aea121a7c 0.039s 2023-04-18 14:41:38,484 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:41:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-164f249d-d973-4f28-8c84-6c9837a1de43', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-164f249d-d973-4f28-8c84-6c9837a1de43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4668f5858e4246209a2057c984e499dc/volumes/a6544abe-9796-499e-ae78-8e2aea121a7c'} Body: b'{"volume": {"id": "a6544abe-9796-499e-ae78-8e2aea121a7c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:41:37.000000", "updated_at": "2023-04-18T14:41:37.000000", "name": "tempest-SnapshotDataIntegrityTests-volume-1888299430", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4668f5858e4246209a2057c984e499dc/volumes/a6544abe-9796-499e-ae78-8e2aea121a7c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4668f5858e4246209a2057c984e499dc/volumes/a6544abe-9796-499e-ae78-8e2aea121a7c"}], "user_id": "f30bc97702e14959b6510ee0b8855cac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, " multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4668f5858e4246209a2057c984e499dc"}}' 2023-04-18 14:41:38,614 79799 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/4668f5858e4246209a2057c984e499dc/volumes/a6544abe-9796-499e-ae78-8e2aea121a7c 0.119s 2023-04-18 14:41:38,614 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:41:38 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-263c31de-916e-490b-beb5-03ca8acf06cb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4668f5858e4246209a2057c984e499dc/volumes/a6544abe-9796-499e-ae78-8e2aea121a7c'} Body: b'' 2023-04-18 14:41:38,636 79799 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/4668f5858e4246209a2057c984e499dc/volumes/a6544abe-9796-499e-ae78-8e2aea121a7c 0.021s 2023-04-18 14:41:38,636 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:41: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-dcaa3c74-07ec-474b-aa90-56c51cf25fea', 'x-openstack-request-id': 'req-dcaa3c74-07ec-474b-aa90-56c51cf25fea', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/4668f5858e4246209a2057c984e499dc/volumes/a6544abe-9796-499e-ae78-8e2aea121a7c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a6544abe-9796-499e-ae78-8e2aea121a7c could not be found."}}' 2023-04-18 14:41:38,766 79799 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/2da160d0-3fc5-43ef-a864-87c2d356643f 0.129s 2023-04-18 14:41:38,766 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:41:38 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-2451d29d-93eb-4fab-82bf-8abb7fdb2797', 'x-compute-request-id': 'req-2451d29d-93eb-4fab-82bf-8abb7fdb2797', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2da160d0-3fc5-43ef-a864-87c2d356643f'} Body: b'' 2023-04-18 14:41:39,036 79799 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/2da160d0-3fc5-43ef-a864-87c2d356643f 0.269s 2023-04-18 14:41:39,036 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:41:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1574', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-81317e1a-3f7f-4c7a-bc48-548435f47420', 'x-compute-request-id': 'req-81317e1a-3f7f-4c7a-bc48-548435f47420', 'connection': 'close', 'status': '200', 'content-loc ation': 'http://10.0.0.210/compute/v2.1/servers/2da160d0-3fc5-43ef-a864-87c2d356643f'} Body: b'{"server": {"id": "2da160d0-3fc5-43ef-a864-87c2d356643f", "name": "tempest-SnapshotDataIntegrityTests-server-781422116", "status": "ACTIVE", "tenant_id": "4668f5858e4246209a2057c984e499dc", "user_id": "f30bc97702e14959b6510ee0b8855cac", "metadata": {}, "hostId": "6aa5c872885733a2c33b8a48e39e027ce0d1a9b784f48ea377d17da0", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:39:46Z", "updated": "2023-04-18T14:41:39Z", "addresses": {"tempest-SnapshotDataIntegrityTests-1929114400-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:2d:55"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2da160d0-3fc5-43ef-a864-87c2d356643f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2da160d0-3fc5-43ef-a864-87c2d356643f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-358630619", "OS-SRV-USG:launched_at": "2023-04-18T14:39:53.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1279253006"}], "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 14:42:29,089 79799 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/2da160d0-3fc5-43ef-a864-87c2d356643f 0.038s 2023-04-18 14:42:29,090 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:42:29 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-7280a648-6d4a-4f06-bceb-0f57c7a88c61', 'x-compute-request-id': 'req-7280a648-6d4a-4f06-bceb-0f57c7a88c61', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2da160d0-3fc5-43ef-a864-87c2d356643f'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 2da160d0-3fc5-43ef-a864-87c2d356643f could not be found."}}' 2023-04-18 14:42:29,260 79799 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/9536b34e-2516-495c-b7cf-c5a7e6b4e6f0 0.170s 2023-04-18 14:42:29,261 79799 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-b2141976-3cda-443a-838e-b9a66fde5319', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 14:42:29 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/9536b34e-2516-495c-b7cf-c5a7e6b4e6f0'} Body: b'' 2023-04-18 14:42:29,292 79799 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-SnapshotDataIntegrityTests-358630619 0.030s 2023-04-18 14:42:29,292 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:42:29 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-9792ee5e-b518-438b-a8d7-590ae5fb6bf0', 'x-compute-request-id': 'req-9792ee5e-b518-438b-a8d7-590ae5fb6bf0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-SnapshotDataIntegrityTests-358630619'} Body: b'' {1} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_blank_volume [230.135604s] ... 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 030b1fc9-60bc-46c9-92e1-39fcce32c52e failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2023-04-18T14:42:22Z', 'message': 'Build of instance 030b1fc9-60bc-46c9-92e1-39fcce32c52e aborted: Volume 2f1b7789-6d5c-4068-a506-7f758a6eb59f did not finish being created even after we waited 0 seconds or 1 attempts. And its status is error.'}. Server boot request ID: req-41e6c8a9-5ac6-4755-b9b2-9884fdd99111. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:39:18,364 79789 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.033s 2023-04-18 14:39:18,365 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 14:39:18 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-2fded90b-dd1d-464e-94a1-4cfaafe076b4', '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": "bf32806393ed4030970e1a6e445bc43d", "name": "tempest-ServerBootFromVolumeStableRescueTest-727141871-project-member", "password_expires_at": null}, "audit_ids": ["m6ewv_t-R068ALyKe5Glgw"], "expires_at": "2023-04-18T15:39:18.000000Z", "issued_at": "2023-04-18T14:39:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f1bb3c50254545ff88c6bb55ccd16e7c", "name": "tempest-ServerBootFromVolumeStableRescueTest-727141871"}, "is_domain": false, "roles": [{"id": "0385370a4e0841d8b36ccb710ecbbb7f", "name": "reader"}, {"id": "4e14878c038343709e6c1a4b1c9b9b3c", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba3e4f0604614d5cbe532cc36d623cd0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "077962f5889e4dc5b1df7317cb3104c1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d5a2290495040dd9cc776d460990be5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "36bb6b6348e44e578468f7cf12ee6657", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dad492a01e614a8a8914690c07ebad0a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f1bb3c50254545ff88c6bb55ccd16e7c", "region": "RegionOne"}], "id": "3fc212b920c3401e85def1124172e916", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "cf3bc891281f458db82d1181bcf74100", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "627889b053b346adb8ce9b1ba8efb774", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "066c5b55b9574d78975bbbb61c530bad", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f1bb3c50254545ff88c6bb55ccd16e7c", "region": "RegionOne"}], "id": "abe9a7d894f740b1943da54d0c46ff7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a19a55206f6f49c9916ef45abbdb3141", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "afe69c9d4c0445c18ac07b7dd26c92ee", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b9742eaa6b4c43b48cde80e15563fd79", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f1bb3c50254545ff88c6bb55ccd16e7c", "region": "RegionOne"}], "id": "b81eaa96c4e5426dab17a1d0acda7740", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0b96ff58903940ffa3fe3bb3c1bebe24", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "bc2f14763262433a9f02c157a34e208f", "type": "network", "name": "neutron"}]}}' 2023-04-18 14:39:18,365 79789 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '8edeafd7-9a4e-4c72-b1e3-a40f1a6e70aa', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-1862591439-network', 'tenant_id': 'f1bb3c50254545ff88c6bb55ccd16e7c', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'projec t_id': 'f1bb3c50254545ff88c6bb55ccd16e7c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 28549, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T14:39:11Z', 'updated_at': '2023-04-18T14:39:11Z', 'revision_number': 1} available for tenant 2023-04-18 14:39:19,420 79789 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 1.054s 2023-04-18 14:39:19,421 79789 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-1710360904", "imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "flavorRef": "42", "networks": [{"uuid": "8edeafd7-9a4e-4c72-b1e3-a40f1a6e70aa"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:39:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/149dbe97-118a-4187-b728-f71470c80e98', '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-d606b58c-d0a3-4672-a1ea-526f1353ddab', 'x-compute-request-id': 'req-d606b58c-d0a3-4672-a1ea-526f1353ddab', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "149dbe97-118a-4187-b728-f71470c80e98", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/149dbe97-118a-4187-b728-f71470c80e98"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/149dbe97-118a-4187-b728-f71470c80e98"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "nN9o3aDn7Ky9"}}' 2023-04-18 14:39:19,559 79789 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/149dbe97-118a-4187-b728-f71470c80e98 0.135s 2023-04-18 14:39:19,559 79789 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 14:39:19 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-4e01e0c3-6104-4944-b8ea-60e24036baa4', 'x-compute-request-id': 'req-4e01e0c3-6104-4944-b8ea-60e24036baa4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/149dbe97-118a-4187-b728-f71470c80e98'} Body: b'{"server": {"id": "149dbe97-118a-4187-b728-f71470c80e98", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1710360904", "status": "BUILD", "tenant_id": "f1bb3c50254545ff88c6bb55ccd16e7c", "user_id": "bf32806393ed4030970e1a6e445bc43d", "metadata": {}, "hostId": "", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T14:39:19Z", "updated": "2023-04-18T14:39:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/149d be97-118a-4187-b728-f71470c80e98"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/149dbe97-118a-4187-b728-f71470c80e98"}], "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 14:40:10,091 79789 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/149dbe97-118a-4187-b728-f71470c80e98 0.466s 2023-04-18 14:40:10,091 79789 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 14:40:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1692', '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-247f63cc-cc73-49b7-ac5c-5ca358a082c9', 'x-compute-request-id': 'req-247f63cc-cc73-49b7-ac5c-5ca358a082c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/149dbe97-118a-4187-b728-f71470c80e98'} Body: b'{"server": {"id": "149dbe97-118a-4187-b728-f71470c80e98", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1710360904", "status": "ACTIVE", "tenant_id": "f1bb3c50254545ff88c6bb55ccd16e7c", "user_id": "bf32806393ed4030970e1a6e445bc43d", "metadata": {}, "hostId": "373876672150f84d2821672ce352424f70ea3463b5f4e1c36e162052", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T14:39:19Z", "updated": "2023-04-18T14:39:26Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-1862591439-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:fb:c1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/149dbe97-118a-4187-b728-f71470c80e98"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/149dbe97-118a-4187-b728-f71470c80e98"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T14:39:26.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 14:40:10,106 79789 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-18 14:41:11,075 79789 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/149dbe97-118a-4187-b728-f71470c80e98/action 0.926s 2023-04-18 14:41:11,075 79789 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-ServerBootFromVolumeSt ableRescueTest-image-979284847"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:41:10 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-e1ac3f92-dfbb-494f-ae16-85c9b73e308f', 'x-compute-request-id': 'req-e1ac3f92-dfbb-494f-ae16-85c9b73e308f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/149dbe97-118a-4187-b728-f71470c80e98/action'} Body: b'{"image_id": "56263221-6cf0-4d03-ab48-3fa484d41364"}' 2023-04-18 14:41:11,102 79789 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/56263221-6cf0-4d03-ab48-3fa484d41364 0.023s 2023-04-18 14:41:11,102 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:41:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'x-openstack-request-id': 'req-86f7e857-7206-4986-994e-44a5260a3fd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/56263221-6cf0-4d03-ab48-3fa484d41364'} Body: b'{"base_image_ref": "e440225d-a438-40cc-be07-38db2a963dd0", "boot_roles": "reader,member", "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": "149dbe97-118a-4187-b728-f71470c80e98", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-727141871", "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-727141871-project-member", "user_id": "bf32806393ed4030970e1a6e445bc43d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-979284847", "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": "f1bb3c50254545ff88c6bb55ccd16e7c", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "56263221-6cf0-4d03-ab48-3fa484d41364", "created_at": "2023-04-18T14:41:11Z", "updated_at": "2023-04-18T14:41:11Z", "tags": [], "self": "/v2/images/56263221-6cf0-4d03-ab48-3fa484d41364", "file": "/v2/images/56263221-6cf0-4d03-ab48-3fa484d41364/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:41:12,131 79789 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/56263221-6cf0-4d03-ab48-3fa484d41364 0.027s 2023-04-18 14:41:12,131 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:41:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'x-openstack-request-id': 'req-1a1d41a9-0fb8-48fe-b8eb-34fa494ac97e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/56263221-6cf0-4d03-ab48-3fa484d41364'} Body: b'{"base_image_ref": "e440225d-a438-40cc-be07-38db2a963dd0", "boot_roles": "reader,member", "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": "149dbe97-118a-4187-b728-f71470c80e98", "owner_project_name": "tempest-ServerBoo tFromVolumeStableRescueTest-727141871", "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-727141871-project-member", "user_id": "bf32806393ed4030970e1a6e445bc43d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-979284847", "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": "f1bb3c50254545ff88c6bb55ccd16e7c", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "56263221-6cf0-4d03-ab48-3fa484d41364", "created_at": "2023-04-18T14:41:11Z", "updated_at": "2023-04-18T14:41:11Z", "tags": [], "self": "/v2/images/56263221-6cf0-4d03-ab48-3fa484d41364", "file": "/v2/images/56263221-6cf0-4d03-ab48-3fa484d41364/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:41:13,158 79789 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/56263221-6cf0-4d03-ab48-3fa484d41364 0.025s 2023-04-18 14:41:13,159 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:41:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8e7d3635-a4df-4cfb-8a75-00b25ae3ca71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/56263221-6cf0-4d03-ab48-3fa484d41364'} Body: b'{"base_image_ref": "e440225d-a438-40cc-be07-38db2a963dd0", "boot_roles": "reader,member", "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": "149dbe97-118a-4187-b728-f71470c80e98", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-727141871", "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-727141871-project-member", "user_id": "bf32806393ed4030970e1a6e445bc43d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-979284847", "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": "f1bb3c50254545ff88c6bb55ccd16e7c", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "56263221-6cf0-4d03-ab48-3fa484d41364", "created_at": "2023-04-18T14:41:11Z", "updated_at": "2023-04-18T14:41:11Z", "tags": [], "self": "/v2/images/56263221-6cf0-4d03-ab48-3fa484d41364", "file": "/v2/images/56263221-6cf0-4d03-ab48-3fa484d41364/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:41:14,186 79789 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/56263221-6cf0-4d03-ab48-3fa484d41364 0.024s 2023-04-18 14:41:14,186 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:41:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'x-openstack-request-id': 'req-33fa76dd-7098-4161-a27a-7131270e3641', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/56263221-6cf0-4d03-ab48-3fa484d41364'} Body: b'{"base_image_ref": "e440225d-a438-40cc-be07-38db2a963dd0", "boot_r oles": "reader,member", "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": "149dbe97-118a-4187-b728-f71470c80e98", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-727141871", "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-727141871-project-member", "user_id": "bf32806393ed4030970e1a6e445bc43d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-979284847", "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": "f1bb3c50254545ff88c6bb55ccd16e7c", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "56263221-6cf0-4d03-ab48-3fa484d41364", "created_at": "2023-04-18T14:41:11Z", "updated_at": "2023-04-18T14:41:11Z", "tags": [], "self": "/v2/images/56263221-6cf0-4d03-ab48-3fa484d41364", "file": "/v2/images/56263221-6cf0-4d03-ab48-3fa484d41364/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:41:15,210 79789 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/56263221-6cf0-4d03-ab48-3fa484d41364 0.022s 2023-04-18 14:41:15,211 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:41:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1468', 'content-type': 'application/json', 'x-openstack-request-id': 'req-24b43606-e8d0-4e2a-99be-9e5d33b52da3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/56263221-6cf0-4d03-ab48-3fa484d41364'} Body: b'{"base_image_ref": "e440225d-a438-40cc-be07-38db2a963dd0", "boot_roles": "reader,member", "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": "149dbe97-118a-4187-b728-f71470c80e98", "owner_id": "f1bb3c50254545ff88c6bb55ccd16e7c", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-727141871", "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-727141871-project-member", "user_id": "bf32806393ed4030970e1a6e445bc43d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-979284847", "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": "f1bb3c50254545ff88c6bb55ccd16e7c", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "56263221-6cf0-4d03-ab48-3fa484d41364", "created_at": "2023-04-18T14:41:11Z", "updated_at": "2023-04-18T14:41:15Z", "tags": [], "self": "/v2/images/56263221-6cf0-4d03-ab48-3fa484d41364", "file": "/v2/images/56263221-6cf0-4d03-ab48-3fa484d41364/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:41:16,239 79789 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/56263221-6cf0-4d03-ab48-3fa484d41364 0.026s 2023-04-18 14:41:16,239 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:41:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1638', 'content-type': 'application/json', 'x-openstack-request-id': 'req-52037069-cd85-49f1-afda-fd6137360c5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/56263221-6cf0-4d03-ab48-3fa484d41364'} Body: b'{"base_image_ref": "e440225d-a438-40cc-be07-38db2a963dd0", "boot_roles": "reader,member", "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": "149dbe97-118a-4187-b728-f71470c80e98", "owner_id": "f1bb3c50254545ff88c6bb55ccd16e7c", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-727141871", "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-727141871-project-member", "user_id": "bf32806393ed4030970e1a6e445bc43d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-979284847", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "b7a9501944c1a614d92e725ec4b9ffa6", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "f1bb3c50254545ff88c6bb55ccd16e7c", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "66b87f82e5f6b9574e8d36f82386d5a7bdb47e6ae6f546691b34fc133182a236829f928116be9c57d2753650e11690ab71e2e10fb78ea1e8fd12eb6a11542636", "id": "56263221-6cf0-4d03-ab48-3fa484d41364", "created_at": "2023-04-18T14:41:11Z", "updated_at": "2023-04-18T14:41:16Z", "tags": [], "self": "/v2/images/56263221-6cf0-4d03-ab48-3fa484d41364", "file": "/v2/images/56263221-6cf0-4d03-ab48-3fa484d41364/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:41:16,264 79789 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/56263221-6cf0-4d03-ab48-3fa484d41364 0.024s 2023-04-18 14:41:16,264 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:41:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1638', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d8176f23-bf0f-40d9-8a78-6f4ada684559', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/56263221-6cf0-4d03-ab48-3fa484d41364'} Body: b'{"base_image_ref": "e440225d-a438-40cc-be07-38db2a963dd0", "boot_roles": "reader,member", "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": "149dbe97-118a-4187-b728-f71470c80e98", "owner_id": "f1bb3c50254545ff88c6bb55ccd16e7c", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-727141871", "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-727141871-project-member", "user_id": "bf32806393ed4030970e1a6e445bc43d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-979284847", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "b7a9501944c1a614d92e725ec4b9ffa6", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "f1bb3c50254545ff88c6bb55ccd16e7c", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "66b87f82e5f6b9574e8d36f82386d5a7bdb47e6ae6f546691b34 fc133182a236829f928116be9c57d2753650e11690ab71e2e10fb78ea1e8fd12eb6a11542636", "id": "56263221-6cf0-4d03-ab48-3fa484d41364", "created_at": "2023-04-18T14:41:11Z", "updated_at": "2023-04-18T14:41:16Z", "tags": [], "self": "/v2/images/56263221-6cf0-4d03-ab48-3fa484d41364", "file": "/v2/images/56263221-6cf0-4d03-ab48-3fa484d41364/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:41:16,601 79789 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/149dbe97-118a-4187-b728-f71470c80e98 0.336s 2023-04-18 14:41:16,602 79789 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 14:41:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1692', '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-1c1b2531-3174-410d-bc6b-99b93e12c18f', 'x-compute-request-id': 'req-1c1b2531-3174-410d-bc6b-99b93e12c18f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/149dbe97-118a-4187-b728-f71470c80e98'} Body: b'{"server": {"id": "149dbe97-118a-4187-b728-f71470c80e98", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1710360904", "status": "ACTIVE", "tenant_id": "f1bb3c50254545ff88c6bb55ccd16e7c", "user_id": "bf32806393ed4030970e1a6e445bc43d", "metadata": {}, "hostId": "373876672150f84d2821672ce352424f70ea3463b5f4e1c36e162052", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T14:39:19Z", "updated": "2023-04-18T14:41:16Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-1862591439-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:fb:c1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/149dbe97-118a-4187-b728-f71470c80e98"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/149dbe97-118a-4187-b728-f71470c80e98"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T14:39:26.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 14:42:16,766 79789 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.088s 2023-04-18 14:42:16,767 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 14:42:16 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-1ebfcc94-a9cd-41a2-b664-beb98c684e55', '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": "bf32806393ed4030970e 1a6e445bc43d", "name": "tempest-ServerBootFromVolumeStableRescueTest-727141871-project-member", "password_expires_at": null}, "audit_ids": ["KzCSZu87SJ207szaKJqzQg"], "expires_at": "2023-04-18T15:42:16.000000Z", "issued_at": "2023-04-18T14:42:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f1bb3c50254545ff88c6bb55ccd16e7c", "name": "tempest-ServerBootFromVolumeStableRescueTest-727141871"}, "is_domain": false, "roles": [{"id": "0385370a4e0841d8b36ccb710ecbbb7f", "name": "reader"}, {"id": "4e14878c038343709e6c1a4b1c9b9b3c", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba3e4f0604614d5cbe532cc36d623cd0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "077962f5889e4dc5b1df7317cb3104c1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d5a2290495040dd9cc776d460990be5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "36bb6b6348e44e578468f7cf12ee6657", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dad492a01e614a8a8914690c07ebad0a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f1bb3c50254545ff88c6bb55ccd16e7c", "region": "RegionOne"}], "id": "3fc212b920c3401e85def1124172e916", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "cf3bc891281f458db82d1181bcf74100", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "627889b053b346adb8ce9b1ba8efb774", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "066c5b55b9574d78975bbbb61c530bad", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f1bb3c50254545ff88c6bb55ccd16e7c", "region": "RegionOne"}], "id": "abe9a7d894f740b1943da54d0c46ff7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a19a55206f6f49c9916ef45abbdb3141", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "afe69c9d4c0445c18ac07b7dd26c92ee", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b9742eaa6b4c43b48cde80e15563fd79", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f1bb3c50254545ff88c6bb55ccd16e7c", "region": "RegionOne"}], "id": "b81eaa96c4e5426dab17a1d0acda7740", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0b96ff58903940ffa3fe3bb3c1bebe24", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "bc2f14763262433a9f02c157a34e208f", "type": "network", "name": "neutron"}]}}' 2023-04-18 14:42:16,768 79789 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '8edeafd7-9a4e-4c72-b1e3-a40f1a6e70aa', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-1862591439-network', 'tenant_id': 'f1bb3c50254545ff88c6bb55ccd16e7c', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f1bb3c50254545ff88c6bb55ccd16e7c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 28549, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T14:39:11Z', 'updated_at': '2023-04-18T14:39:11Z', 'revision_number': 1} available for tenant 2023-04-18 14:42:17,520 79789 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.751s 2023-04-18 14:42:17,521 79789 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-1229612261", "imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "flavorRef": "42", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "blank", "volume_size": 1, "destination_type": "volume"}], "networks": [{"uuid": "8edeafd7-9a4e-4c72-b1e3-a40f1a6e70aa"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:42:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/030b1fc9-60bc-46c9-92e1-39fcce32c52e', '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-41e6c8a9-5ac6-4755-b9b2-9884fdd99111', 'x-compute-request-id': 'req-41e6c8a9-5ac6-4755-b9b2-9884fdd99111', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "030b1fc9-60bc-46c9-92e1-39fcce32c52e", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/030b1fc9-60bc-46c9-92e1-39fcce32c52e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/030b1fc9-60bc-46c9-92e1-39fcce32c52e"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "kB5aE4pXMEaX"}}' 2023-04-18 14:42:17,659 79789 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/030b1fc9-60bc-46c9-92e1-39fcce32c52e 0.135s 2023-04-18 14:42:17,659 79789 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 14:42:17 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-e0b75e31-cb47-403f-b132-76780ebec770', 'x-compute-request-id': 'req-e0b75e31-cb47-403f-b132-76780ebec770', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/030b1fc9-60bc-46c9-92e1-39fcce32c52e'} Body: b'{"server": {"id": "030b1fc9-60bc-46c9-92e1-39fcce32c52e", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1229612261", "status": "BUILD", "tenant_id": "f1bb3c50254545ff88c6bb55ccd16e7c", "user_id": "bf32806393ed4030970e1a6e445bc43d", "metadata": {}, "hostId": "", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T14:42:17Z", "updated": "2023-04-18T14:42:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/030b1fc9-60bc-46c9-92e1-39fcce32c52e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/030b1fc9-60bc-46c9-92e1-39fcce32c52e"}], "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 14:43:07,886 79789 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/server s/030b1fc9-60bc-46c9-92e1-39fcce32c52e 0.188s 2023-04-18 14:43:07,886 79789 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 14:43:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1650', '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-dee582cb-eea3-4a45-956b-363abfe9d1fb', 'x-compute-request-id': 'req-dee582cb-eea3-4a45-956b-363abfe9d1fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/030b1fc9-60bc-46c9-92e1-39fcce32c52e'} Body: b'{"server": {"id": "030b1fc9-60bc-46c9-92e1-39fcce32c52e", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1229612261", "status": "ERROR", "tenant_id": "f1bb3c50254545ff88c6bb55ccd16e7c", "user_id": "bf32806393ed4030970e1a6e445bc43d", "metadata": {}, "hostId": "", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T14:42:17Z", "updated": "2023-04-18T14:42:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/030b1fc9-60bc-46c9-92e1-39fcce32c52e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/030b1fc9-60bc-46c9-92e1-39fcce32c52e"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2023-04-18T14:42:22Z", "message": "Build of instance 030b1fc9-60bc-46c9-92e1-39fcce32c52e aborted: Volume 2f1b7789-6d5c-4068-a506-7f758a6eb59f did not finish being created even after we waited 0 seconds or 1 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 14:43:07,901 79789 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 50 second wait 2023-04-18 14:43:08,411 79789 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/030b1fc9-60bc-46c9-92e1-39fcce32c52e 0.509s 2023-04-18 14:43:08,412 79789 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 14:43:07 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-66524502-51b1-4b3f-8f9a-03dad7bbb31f', 'x-compute-request-id': 'req-66524502-51b1-4b3f-8f9a-03dad7bbb31f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/030b1fc9-60bc-46c9-92e1-39fcce32c52e'} Body: b'' 2023-04-18 14:43:08,458 79789 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/030b1fc9-60bc-46c9-92e1-39fcce32c52e 0.046s 2023-04-18 14:43:08,458 79789 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 14:43:08 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-f7cd7530-d73a-4545-ab33-a2fa3ed33b35', 'x-compute-request-id': 'req-f7cd7530-d73a-4545-ab33-a2fa3ed33b35', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/030b1fc9-60bc-46c9-92e1-39fcce32c52e'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 030b1fc9-60bc-46c9-92e1-39fcce32c52e could not be found."}}' {3} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server [167.411644s] ... 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 ecc1c445-7292-40be-a016-e4fb59fd3e2d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:40:49,973 79793 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 14:40:49,973 79793 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 14:40:50,045 79793 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.069s 2023-04-18 14:40:50,045 79793 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-2091878562", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAqw42oLTN2FNKnNbH44r0sydlRDm8DhSjKyUCYjTYehrJrhohKylHVpWKo1j1fdvSEHnXzelMKvI9OaP5gP/OLzC4q4j8qQPA9lFCP1Zd6+rTk226bslqZdhgDY4WbwBw=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:40:49 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-430b08de-b35c-48fb-88e4-84c05d16d563', 'x-compute-request-id': 'req-430b08de-b35c-48fb-88e4-84c05d16d563', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-2091878562", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAqw42oLTN2FNKnNbH44r0sydlRDm8DhSjKyUCYjTYehrJrhohKylHVpWKo1j1fdvSEHnXzelMKvI9OaP5gP/OLzC4q4j8qQPA9lFCP1Zd6+rTk226bslqZdhgDY4WbwBw==", "fingerprint": "d5:fe:39:fa:ce:5a:98:e1:c3:d9:6a:bb:18:45:b7:02", "user_id": "8b4ce9342145403c9ba6a9871fbf490e"}}' 2023-04-18 14:40:50,048 79793 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2091878562 created 2023-04-18 14:40:50,261 79793 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.213s 2023-04-18 14:40:50,261 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1238747859", "description": "tempest-description--1303145353"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-8ee26fa7-bd6c-41a3-b466-280cf1b21d3b', 'date': 'Tue, 18 Apr 2023 14:40:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "d0f9e726-057d-422b-bd34-0e5a879615be", "name": "tempest-securitygroup--1238747859", "stateful": true, "tenant_id": "3549c53be65e4fc2a2bb124109319ca2", "description": "tempest-description--1303145353", "shared": false, "security_group_rules": [{"id": "4f3cf14c-e775-4ef1-9576-34a36b6d4c5d", "tenant_id": "3549c53be65e4fc2a2bb124109319ca2", "security_group_id": "d0f9e726-057d-422b-bd34-0e5a879615be", "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": 951, "description": null, "tags": [], "created_at": "2023-04-18T14:40:50Z", "updated_at": "2023-04-18T14:40:50Z", "revision_number": 0, "project_id": "3549c53be65e4fc2a2bb124109319ca2"}, {"id": "b30e27bb-5196-48ce-bd99-b4915ed7a2b7", "tenant_id": "3549c53be65e4fc2a2bb124109319ca2", "security_group_id": "d0f9e726-057d-422b-bd34-0e5a879615be", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remo te_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 950, "description": null, "tags": [], "created_at": "2023-04-18T14:40:50Z", "updated_at": "2023-04-18T14:40:50Z", "revision_number": 0, "project_id": "3549c53be65e4fc2a2bb124109319ca2"}], "tags": [], "created_at": "2023-04-18T14:40:50Z", "updated_at": "2023-04-18T14:40:50Z", "revision_number": 1, "project_id": "3549c53be65e4fc2a2bb124109319ca2"}}' 2023-04-18 14:40:50,413 79793 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 14:40:50,413 79793 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": "d0f9e726-057d-422b-bd34-0e5a879615be", "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-a5386c56-5266-4de3-9820-69007ad0bb01', 'date': 'Tue, 18 Apr 2023 14:40:50 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": "27121715-7012-4f8e-8605-f6b23128b0af", "tenant_id": "3549c53be65e4fc2a2bb124109319ca2", "security_group_id": "d0f9e726-057d-422b-bd34-0e5a879615be", "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-18T14:40:50Z", "updated_at": "2023-04-18T14:40:50Z", "revision_number": 0, "project_id": "3549c53be65e4fc2a2bb124109319ca2"}}' 2023-04-18 14:40:50,570 79793 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.157s 2023-04-18 14:40:50,571 79793 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": "d0f9e726-057d-422b-bd34-0e5a879615be", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-aebadaf7-f7af-4ac0-a785-0a0a3b49abd8', 'date': 'Tue, 18 Apr 2023 14:40:50 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": "a2e7bafe-2b70-4b57-871b-a6382693280e", "tenant_id": "3549c53be65e4fc2a2bb124109319ca2", "security_group_id": "d0f9e726-057d-422b-bd34-0e5a879615be", "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-18T14:40:50Z", "updated_at": "2023-04-18T14:40:50Z", "revision_number": 0, "project_id": "3549c53be65e4fc2a2bb124109319ca2"}}' 2023-04-18 14:40:50,571 79793 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1238747859 created 2023-04-18 14:40:51,352 79793 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.780s 2023-04-18 14:40:51,352 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "bfbf9c15-045f-401e-b79e-fba95e5a0430"}} Response - Headers: {'co ntent-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-aaef211b-741e-4c03-a6aa-ddedb3b1113e', 'date': 'Tue, 18 Apr 2023 14:40:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "9f63d4ae-9583-477c-9028-f8f4496f4c72", "tenant_id": "3549c53be65e4fc2a2bb124109319ca2", "floating_ip_address": "172.24.4.137", "floating_network_id": "bfbf9c15-045f-401e-b79e-fba95e5a0430", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "3549c53be65e4fc2a2bb124109319ca2", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T14:40:51Z", "updated_at": "2023-04-18T14:40:51Z", "revision_number": 0}}' 2023-04-18 14:40:51,352 79793 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '9f63d4ae-9583-477c-9028-f8f4496f4c72', 'tenant_id': '3549c53be65e4fc2a2bb124109319ca2', 'floating_ip_address': '172.24.4.137', 'floating_network_id': 'bfbf9c15-045f-401e-b79e-fba95e5a0430', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '3549c53be65e4fc2a2bb124109319ca2', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T14:40:51Z', 'updated_at': '2023-04-18T14:40:51Z', 'revision_number': 0, 'ip': '172.24.4.137'} created 2023-04-18 14:40:51,441 79793 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.083s 2023-04-18 14:40:51,442 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 14:40:51 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-165df28a-4b1f-42ef-9f69-d90446c1b0f1', '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": "8b4ce9342145403c9ba6a9871fbf490e", "name": "tempest-AttachVolumeShelveTestJSON-1759405781-project-member", "password_expires_at": null}, "audit_ids": ["AzQOLjZETPCj-tSvRKzuhw"], "expires_at": "2023-04-18T15:40:51.000000Z", "issued_at": "2023-04-18T14:40:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3549c53be65e4fc2a2bb124109319ca2", "name": "tempest-AttachVolumeShelveTestJSON-1759405781"}, "is_domain": false, "roles": [{"id": "0385370a4e0841d8b36ccb710ecbbb7f", "name": "reader"}, {"id": "4e14878c038343709e6c1a4b1c9b9b3c", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba3e4f0604614d5cbe532cc36d623cd0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "077962f5889e4dc5b1df7317cb3104c1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d5a2290495040dd9cc776d460990be5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "36bb6b6348e44e578468f7cf12ee6657", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dad492a01e614a8a8914690c07ebad0a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/3549c53be65e4fc2a2bb124109319ca2", "region": "RegionOne"}], "id": "3fc212b920c3401e85def1124172e916", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "cf3bc891281f458db82d1181bcf74100", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "627889b053b346adb8ce9b1ba8efb774", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "066c5b55b9574d78975bbbb61c530bad", "interfac e": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/3549c53be65e4fc2a2bb124109319ca2", "region": "RegionOne"}], "id": "abe9a7d894f740b1943da54d0c46ff7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a19a55206f6f49c9916ef45abbdb3141", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "afe69c9d4c0445c18ac07b7dd26c92ee", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b9742eaa6b4c43b48cde80e15563fd79", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/3549c53be65e4fc2a2bb124109319ca2", "region": "RegionOne"}], "id": "b81eaa96c4e5426dab17a1d0acda7740", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0b96ff58903940ffa3fe3bb3c1bebe24", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "bc2f14763262433a9f02c157a34e208f", "type": "network", "name": "neutron"}]}}' 2023-04-18 14:40:51,442 79793 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': '624f60ce-989c-4401-bbed-ba6d9b82f01c', 'name': 'tempest-AttachVolumeShelveTestJSON-1014283809-network', 'tenant_id': '3549c53be65e4fc2a2bb124109319ca2', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3549c53be65e4fc2a2bb124109319ca2', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 53066, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T14:37:56Z', 'updated_at': '2023-04-18T14:37:56Z', 'revision_number': 1} available for tenant 2023-04-18 14:40:51,443 79793 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-2091878562', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAqw42oLTN2FNKnNbH44r0sydlRDm8DhSjKyUCYjTYehrJrhohKylHVpWKo1j1fdvSEHnXzelMKvI9OaP5gP/OLzC4q4j8qQPA9lFCP1Zd6+rTk226bslqZdhgDY4WbwBw==', 'fingerprint': 'd5:fe:39:fa:ce:5a:98:e1:c3:d9:6a:bb:18:45:b7:02', 'user_id': '8b4ce9342145403c9ba6a9871fbf490e', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBaKFDhNKw5ZTVO0oAJqqIh57M1q2fqqckEVp/CaPjTgoXCMhCtCTxY\nT6l1bFn3Q6qgBwYFK4EEACKhZANiAAQKsONqC0zdhTSpzWx+OK9LMnZUQ5vA4Uoy\nslAmI02Hoaya4aISspR1aViqNY9X3b0hB5183pTCryPTmj+YD/zi8wuKuI/KkDwP\nZRQj9WXevq05Ntum7JamXYYA2OFm8Ac=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'd0f9e726-057d-422b-bd34-0e5a879615be', 'name': 'tempest-securitygroup--1238747859', 'stateful': True, 'tenant_id': '3549c53be65e4fc2a2bb124109319ca2', 'description': 'tempest-description--1303145353', 'shared': False, 'security_group_rules': [{'id': '4f3cf14c-e775-4ef1-9576-34a36b6d4c5d', 'tenant_id': '3549c53be65e4fc2a2bb124109319ca2', 'security_group_id': 'd0f9e726-057d-422b-bd34-0e5a879615be', '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': 951, 'description': None, 'tags': [], 'created_at': '2023-04-18T14:40:50Z', 'updated_at': '2023-04-18T14:40:50Z', 'revision_number': 0, 'project_id': '3549c53be65e4fc2a2bb124109319ca2'}, {'id': 'b30e27bb-5196-48ce-bd99-b4915ed7a2b7', 'tenant_id': '3549c53be65e4fc2a2bb124109319ca2', 'security_group_id': 'd0f9e726-057d-422b-bd34-0e5a879615be', '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': 950, 'description': None, 'tags': [], 'created_at': '2023-04-18T14:40:50Z', 'updated_at' : '2023-04-18T14:40:50Z', 'revision_number': 0, 'project_id': '3549c53be65e4fc2a2bb124109319ca2'}], 'tags': [], 'created_at': '2023-04-18T14:40:50Z', 'updated_at': '2023-04-18T14:40:50Z', 'revision_number': 1, 'project_id': '3549c53be65e4fc2a2bb124109319ca2'}, 'floating_ip': {'id': '9f63d4ae-9583-477c-9028-f8f4496f4c72', 'tenant_id': '3549c53be65e4fc2a2bb124109319ca2', 'floating_ip_address': '172.24.4.137', 'floating_network_id': 'bfbf9c15-045f-401e-b79e-fba95e5a0430', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '3549c53be65e4fc2a2bb124109319ca2', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T14:40:51Z', 'updated_at': '2023-04-18T14:40:51Z', 'revision_number': 0, 'ip': '172.24.4.137'}} 2023-04-18 14:40:52,185 79793 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.741s 2023-04-18 14:40:52,185 79793 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-296248347", "imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "624f60ce-989c-4401-bbed-ba6d9b82f01c"}], "security_groups": [{"name": "tempest-securitygroup--1238747859"}], "key_name": "tempest-keypair-2091878562", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:40:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/47d56c29-010e-48a8-a1c6-8c62decfd02d', '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-eca7dab1-007d-4357-b55f-2ea4a0513b77', 'x-compute-request-id': 'req-eca7dab1-007d-4357-b55f-2ea4a0513b77', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "47d56c29-010e-48a8-a1c6-8c62decfd02d", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/47d56c29-010e-48a8-a1c6-8c62decfd02d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/47d56c29-010e-48a8-a1c6-8c62decfd02d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1238747859"}], "adminPass": "password"}}' 2023-04-18 14:40:52,261 79793 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/47d56c29-010e-48a8-a1c6-8c62decfd02d 0.073s 2023-04-18 14:40:52,261 79793 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 14:40:52 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-038b478b-95e6-4153-9e71-b27855fcb111', 'x-compute-request-id': 'req-038b478b-95e6-4153-9e71-b27855fcb111', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/47d56c29-010e-48a8-a1c6-8c62decfd02d'} Body: b'{"server": {"id": "47d56c29-010e-48a8-a1c6-8c62decfd02d", "name": "tempest-AttachVolumeShelveTestJSON-server-296248347", "status": "BUILD", "tenant_id": "3549c53be65e4fc2a2bb124109319ca2", "user_ id": "8b4ce9342145403c9ba6a9871fbf490e", "metadata": {}, "hostId": "", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:40:52Z", "updated": "2023-04-18T14:40:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/47d56c29-010e-48a8-a1c6-8c62decfd02d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/47d56c29-010e-48a8-a1c6-8c62decfd02d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-2091878562", "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 14:41:42,537 79793 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/47d56c29-010e-48a8-a1c6-8c62decfd02d 0.216s 2023-04-18 14:41:42,537 79793 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 14:41:42 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-bfea8fb8-0f51-4025-81ac-f94a0f81c442', 'x-compute-request-id': 'req-bfea8fb8-0f51-4025-81ac-f94a0f81c442', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/47d56c29-010e-48a8-a1c6-8c62decfd02d'} Body: b'{"server": {"id": "47d56c29-010e-48a8-a1c6-8c62decfd02d", "name": "tempest-AttachVolumeShelveTestJSON-server-296248347", "status": "ACTIVE", "tenant_id": "3549c53be65e4fc2a2bb124109319ca2", "user_id": "8b4ce9342145403c9ba6a9871fbf490e", "metadata": {}, "hostId": "4141350bd3c9f70f39079afffb5937d02591c753805500d524e2a6f5", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:40:52Z", "updated": "2023-04-18T14:40:59Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1014283809-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:b2:0b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/47d56c29-010e-48a8-a1c6-8c62decfd02d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/47d56c29-010e-48a8-a1c6-8c62decfd02d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2091878562", "OS-SRV-USG:launched_at": "2023-04-18T14:40:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1238747859"}], "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 14:41:42,550 79793 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 14:42:42,780 79793 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/47d56c29-010e-48a8-a1c6-8c62decfd02d/os-interface 0.169s 2023-04-18 14:42:42,780 79793 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 14:42:42 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-f44855a8-1b84-4a57-bf04-8a7a9fc39590', 'x-compute-request-id': 'req-f44855a8-1b84-4a57-bf04-8a7a9fc39590', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/47d56c29-010e-48a8-a1c6-8c62decfd02d/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "624f60ce-989c-4401-bbed-ba6d9b82f01c", "port_id": "ac9004e4-83b8-4351-811a-b5d6a384cb3c", "mac_addr": "fa:16:3e:e9:b2:0b", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "000135fd-193d-4a47-a3ad-c6a3f9dccf55", "ip_address": "10.0.0.3"}]}]}' 2023-04-18 14:42:43,489 79793 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/9f63d4ae-9583-477c-9028-f8f4496f4c72 0.704s 2023-04-18 14:42:43,489 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "ac9004e4-83b8-4351-811a-b5d6a384cb3c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-1fde2926-b3b0-4725-bd83-3b2cce5f4ec3', 'date': 'Tue, 18 Apr 2023 14:42:43 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/9f63d4ae-9583-477c-9028-f8f4496f4c72'} Body: b'{"floatingip": {"id": "9f63d4ae-9583-477c-9028-f8f4496f4c72", "tenant_id": "3549c53be65e4fc2a2bb124109319ca2", "floating_ip_address": "172.24.4.137", "floating_network_id": "bfbf9c15-045f-401e-b79e-fba95e5a0430", "router_id": "8c72fd50-2fd7-4601-99d2-714bd0142e3c", "port_id": "ac9004e4-83b8-4351-811a-b5d6a384cb3c", "fixed_ip_address": "10.0.0.3", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "624f60ce-989c-4401-bbed-ba6d9b82f01c", "mac_address": "fa:16:3e:e9:b2:0b", "admin_state_up": true, "status": "ACTIVE", "device_id": "47d56c29-010e-48a8-a1c6-8c62decfd02d", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T14:40:51Z", "updated_at": "2023-04-18T14:42:43Z", "revision_number": 1, "project_id": "3549c53be65e4fc2a2bb124109319ca2"}}' 2023-04-18 14:42:43,490 79793 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.137:22' as 'cirros' with public key authentication 2023-04-18 14:42:44,538 79793 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 14:42:44,559 79793 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 14:42:44,560 79793 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.137 successfully created 2023-04-18 14:42:44,608 79793 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/47d56c29-010e-48a8-a1c6-8c62decfd02d/ips 0.048s 2023-04-18 14:42:44,608 79793 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 14:42:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '150', '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-3a57fc4e-eee7-4027-9a3e-1c0875526b44', 'x-compute-request-id': 'req-3a57fc4e-eee7-4027-9a3e-1c0875526b44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/47d56c29-010e-48a8-a1c6-8c62decfd02d/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-1014283809-network": [{"version": 4, "addr": "10.0.0.3"}, {"version": 4, "addr": "172.24.4.137"}]}}' 2023-04-18 14:42:44,796 79793 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/volume/v3/3549c53be65e4fc2a2bb124109319ca2/volumes 0.184s 2023-04-18 14:42:44,796 79793 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-1418237696"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:42:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc54074c-cf2b-4931-a742-99836e067984', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc54074c-cf2b-4931-a742-99836e067984', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3549c53be65e4fc2a2bb124109319ca2/volumes'} Body: b'{"volume": {"id": "ecc1c445-7292-40be-a016-e4fb59fd3e2d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:42:44.738241", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1418237696", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3549c53be65e4fc2a2bb124109319ca2/volumes/ecc1c445-7292-40be-a016-e4fb59fd3e2d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3549c53be65e4fc2a2bb124109319ca2/volumes/ecc1c445-7292-40be-a016-e4fb59fd3e2d"}], "user_id": "8b4ce9342145403c9ba6a9871fbf490e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:42:44,852 79793 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/3549c53be65e4fc2a2bb124109319ca2/volumes/ecc1c445-7292-40be-a016-e4fb59fd3e2d 0.047s 2023-04-18 14:42:44,853 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:42:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e9f454c-0ddb-42c0-8052-2b9501c206ae', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e9f454c-0ddb-42c0-8052-2b9501c206ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3549c53be65e4fc2a2bb124109319ca2/volumes/ecc1c445-7292-40be-a016-e4fb59fd3e2d'} Body: b'{"volume": {"id": "ecc1c445-7292-40be-a016-e4fb59fd3e2d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:42:45.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1418237696", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3549c53be65e4fc2a2bb124109319ca2/volumes/ecc1c445-7292-40be-a016-e4fb59fd3e2d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3549c53be65e4fc2a2bb124109319ca2/volumes/ecc1c445 -7292-40be-a016-e4fb59fd3e2d"}], "user_id": "8b4ce9342145403c9ba6a9871fbf490e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3549c53be65e4fc2a2bb124109319ca2"}}' 2023-04-18 14:42:45,947 79793 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/3549c53be65e4fc2a2bb124109319ca2/volumes/ecc1c445-7292-40be-a016-e4fb59fd3e2d 0.081s 2023-04-18 14:42:45,947 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:42:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e4433c5-c379-485e-9ac3-275bb2cd8933', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e4433c5-c379-485e-9ac3-275bb2cd8933', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3549c53be65e4fc2a2bb124109319ca2/volumes/ecc1c445-7292-40be-a016-e4fb59fd3e2d'} Body: b'{"volume": {"id": "ecc1c445-7292-40be-a016-e4fb59fd3e2d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:42:45.000000", "updated_at": "2023-04-18T14:42:45.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1418237696", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3549c53be65e4fc2a2bb124109319ca2/volumes/ecc1c445-7292-40be-a016-e4fb59fd3e2d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3549c53be65e4fc2a2bb124109319ca2/volumes/ecc1c445-7292-40be-a016-e4fb59fd3e2d"}], "user_id": "8b4ce9342145403c9ba6a9871fbf490e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3549c53be65e4fc2a2bb124109319ca2"}}' 2023-04-18 14:42:46,078 79793 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/47d56c29-010e-48a8-a1c6-8c62decfd02d 0.112s 2023-04-18 14:42:46,079 79793 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 14:42:45 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-d00c97dc-f379-497f-8934-e51805597d5d', 'x-compute-request-id': 'req-d00c97dc-f379-497f-8934-e51805597d5d', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/47d56c29-010e-48a8-a1c6-8c62decfd02d'} Body: b'' 2023-04-18 14:42:46,450 79793 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/47d56c29-010e-48a8-a1c6-8c62decfd02d 0.371s 2023-04-18 14:42:46,451 79793 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 14:42:46 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-cfa5afe9-9d52 -4cbb-a3ae-f2e9ae63242e', 'x-compute-request-id': 'req-cfa5afe9-9d52-4cbb-a3ae-f2e9ae63242e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/47d56c29-010e-48a8-a1c6-8c62decfd02d'} Body: b'{"server": {"id": "47d56c29-010e-48a8-a1c6-8c62decfd02d", "name": "tempest-AttachVolumeShelveTestJSON-server-296248347", "status": "ACTIVE", "tenant_id": "3549c53be65e4fc2a2bb124109319ca2", "user_id": "8b4ce9342145403c9ba6a9871fbf490e", "metadata": {}, "hostId": "4141350bd3c9f70f39079afffb5937d02591c753805500d524e2a6f5", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:40:52Z", "updated": "2023-04-18T14:42:46Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1014283809-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:b2:0b"}, {"version": 4, "addr": "172.24.4.137", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:b2:0b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/47d56c29-010e-48a8-a1c6-8c62decfd02d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/47d56c29-010e-48a8-a1c6-8c62decfd02d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2091878562", "OS-SRV-USG:launched_at": "2023-04-18T14:40:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1238747859"}], "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 14:43:36,703 79793 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/47d56c29-010e-48a8-a1c6-8c62decfd02d 0.188s 2023-04-18 14:43:36,703 79793 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 14:43:36 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-9eccac41-b679-4485-acfb-d66629bed39f', 'x-compute-request-id': 'req-9eccac41-b679-4485-acfb-d66629bed39f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/47d56c29-010e-48a8-a1c6-8c62decfd02d'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 47d56c29-010e-48a8-a1c6-8c62decfd02d could not be found."}}' 2023-04-18 14:43:36,738 79793 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2091878562 0.034s 2023-04-18 14:43:36,738 79793 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 14:43:36 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-5c43f555-7fb7-40c7-a1bd-fba06974646c', 'x-compute-request-id': 'req-5c43f555-7fb7-40c7-a1bd-fba06974646c', 'connection': 'close', 'status': '204', 'content-location': 'http:// 10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2091878562'} Body: b'' 2023-04-18 14:43:36,901 79793 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/d0f9e726-057d-422b-bd34-0e5a879615be 0.162s 2023-04-18 14:43:36,901 79793 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-b2759229-9923-4ab8-8796-b789e68dfce9', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 14:43:36 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/d0f9e726-057d-422b-bd34-0e5a879615be'} Body: b'' 2023-04-18 14:43:36,919 79793 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/d0f9e726-057d-422b-bd34-0e5a879615be 0.017s 2023-04-18 14:43:36,919 79793 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-067383b8-9601-4c6a-917a-9d6832510245', 'date': 'Tue, 18 Apr 2023 14:43:36 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/d0f9e726-057d-422b-bd34-0e5a879615be'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group d0f9e726-057d-422b-bd34-0e5a879615be does not exist", "detail": ""}}' 2023-04-18 14:43:37,383 79793 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/9f63d4ae-9583-477c-9028-f8f4496f4c72 0.463s 2023-04-18 14:43:37,383 79793 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-a0f2cf63-4933-4285-a89a-b6ccaaebcbcd', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 14:43:37 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/9f63d4ae-9583-477c-9028-f8f4496f4c72'} Body: b'' {3} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values [0.072590s] ... ok {3} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend [0.000779s] ... 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 {3} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos [0.657003s] ... ok {3} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer [0.156572s] ... ok {3} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer [0.145412s] ... ok {3} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer [0.150372s] ... ok {3} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos [0.023544s] ... ok {3} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos [0.028776s] ... ok {3} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key [0.167980s] ... ok {3} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions [0.156742s] ... ok {3} 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 ce990e26-ee2d-4d2f-b34e-2114293a50cc failed to build and is in ERROR status {3} 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 c933e454-488f-4b73-837a-fdf1a972eb5b failed to build and is in ERROR status {2} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume [166.194724s] ... 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 ecbd3aaf-9ce6-40d1-8781-878b53e42ccd failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:41:21,853 79791 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 14:41:21,854 79791 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 14:41:21,906 79791 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.050s 2023-04-18 14:41:21,907 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1256067480", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKaxY9GX1RZFs76STXcb4Z2t04n5krsgK97WeHRuY4IPGH/MDIIGjicOr0oQsToliRdx9/udtqySs4jNTFNyX1XViIZuO4zIfbkckcadLrdEijY9tJfG/wZFzI/ggM/eVg=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:41:21 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-1e7226ab-4c23-4840-a23d-add98435f230', 'x-compute-request-id': 'req-1e7226ab-4c23-4840-a23d-add98435f230', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1256067480", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKaxY9GX1RZFs76STXcb4Z2t04n5krsgK97WeHRuY4IPGH/MDIIGjicOr0oQsToliRdx9/udtqySs4jNTFNyX1XViIZuO4zIfbkckcadLrdEijY9tJfG/wZFzI/ggM/eVg==", "fingerprint": "d5:1c:26:56:39:8a:61:8e:57:90:15:97:35:d1:46:2f", "user_id": "43dd536529724c41980d5f2fddd8c71d"}}' 2023-04-18 14:41:21,909 79791 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1256067480 created 2023-04-18 14:41:22,072 79791 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.162s 2023-04-18 14:41:22,073 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--925002365", "description": "tempest-description--78160409"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1594', 'x-openstack-request-id': 'req-afd4c0ea-5530-40ce-b12b-9404efbd3728', 'date': 'Tue, 18 Apr 2023 14:41:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "83086bd8-f3e2-48ec-978b-dbb11f34c9d5", "name": "tempest-securitygroup--925002365", "stateful": true, "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "description": "tempest-description--78160409", "shared": false, "security_group_rules": [{"id": "49fe3983-06fb-4f37-beac-2ed83b0d3f25", "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "security_group_id": "83086bd8-f3e2-48ec-978b-dbb11f34c9d5", "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": 958, "description": null, "tags": [], "created_at": "2023-04-18T14:41:21Z", "updated_at": "2023-04-18T14:41:21Z", "revision_number": 0, "project_id": "e38cf2921e9c49b98933eb439c2ea431"}, {"id": "b1882440-6089-4747-9d8e-ac3749e9b02e", "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "security_group_id": "83086bd8-f3e2-48ec-978b-dbb11f34c9d5", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normaliz ed_cidr": null, "remote_group_id": null, "standard_attr_id": 959, "description": null, "tags": [], "created_at": "2023-04-18T14:41:21Z", "updated_at": "2023-04-18T14:41:21Z", "revision_number": 0, "project_id": "e38cf2921e9c49b98933eb439c2ea431"}], "tags": [], "created_at": "2023-04-18T14:41:21Z", "updated_at": "2023-04-18T14:41:21Z", "revision_number": 1, "project_id": "e38cf2921e9c49b98933eb439c2ea431"}}' 2023-04-18 14:41:22,245 79791 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.171s 2023-04-18 14:41:22,245 79791 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": "83086bd8-f3e2-48ec-978b-dbb11f34c9d5", "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-38567cb0-f8df-4c0c-be2a-c47cb1d021fe', 'date': 'Tue, 18 Apr 2023 14:41: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": "2312d042-b7cc-456b-9a6f-9671829d1e21", "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "security_group_id": "83086bd8-f3e2-48ec-978b-dbb11f34c9d5", "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-18T14:41:22Z", "updated_at": "2023-04-18T14:41:22Z", "revision_number": 0, "project_id": "e38cf2921e9c49b98933eb439c2ea431"}}' 2023-04-18 14:41:22,404 79791 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.158s 2023-04-18 14:41:22,404 79791 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": "83086bd8-f3e2-48ec-978b-dbb11f34c9d5", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-d0b608d6-ab4b-463f-b8cf-8443a750eda6', 'date': 'Tue, 18 Apr 2023 14:41: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": "f190c4b4-7d68-4a91-a237-e994f9cd39ef", "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "security_group_id": "83086bd8-f3e2-48ec-978b-dbb11f34c9d5", "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-18T14:41:22Z", "updated_at": "2023-04-18T14:41:22Z", "revision_number": 0, "project_id": "e38cf2921e9c49b98933eb439c2ea431"}}' 2023-04-18 14:41:22,405 79791 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--925002365 created 2023-04-18 14:41:23,153 79791 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.747s 2023-04-18 14:41:23,153 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "bfbf9c15-045f-401e-b79e-fba95e5a0430"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-ope nstack-request-id': 'req-40ebb5e1-f447-4624-9e19-7e66e66def53', 'date': 'Tue, 18 Apr 2023 14:41:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "7b5eae2e-0f5f-437b-a023-b27ed07b6763", "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "floating_ip_address": "172.24.4.246", "floating_network_id": "bfbf9c15-045f-401e-b79e-fba95e5a0430", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "e38cf2921e9c49b98933eb439c2ea431", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T14:41:22Z", "updated_at": "2023-04-18T14:41:22Z", "revision_number": 0}}' 2023-04-18 14:41:23,153 79791 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '7b5eae2e-0f5f-437b-a023-b27ed07b6763', 'tenant_id': 'e38cf2921e9c49b98933eb439c2ea431', 'floating_ip_address': '172.24.4.246', 'floating_network_id': 'bfbf9c15-045f-401e-b79e-fba95e5a0430', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e38cf2921e9c49b98933eb439c2ea431', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T14:41:22Z', 'updated_at': '2023-04-18T14:41:22Z', 'revision_number': 0, 'ip': '172.24.4.246'} created 2023-04-18 14:41:23,195 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.035s 2023-04-18 14:41:23,195 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 14:41:23 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-c0517350-369c-4384-83fc-c273cc43a99d', '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": "43dd536529724c41980d5f2fddd8c71d", "name": "tempest-AttachVolumeNegativeTest-1144777901-project-member", "password_expires_at": null}, "audit_ids": ["FHbThWy0Sb-ZK1aVmCZCfw"], "expires_at": "2023-04-18T15:41:23.000000Z", "issued_at": "2023-04-18T14:41:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e38cf2921e9c49b98933eb439c2ea431", "name": "tempest-AttachVolumeNegativeTest-1144777901"}, "is_domain": false, "roles": [{"id": "0385370a4e0841d8b36ccb710ecbbb7f", "name": "reader"}, {"id": "4e14878c038343709e6c1a4b1c9b9b3c", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba3e4f0604614d5cbe532cc36d623cd0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "077962f5889e4dc5b1df7317cb3104c1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d5a2290495040dd9cc776d460990be5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "36bb6b6348e44e578468f7cf12ee6657", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dad492a01e614a8a8914690c07ebad0a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431", "region": "RegionOne"}], "id": "3fc212b920c3401e85def1124172e916", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "cf3bc891281f458db82d1181bcf74100", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "627889b053b346adb8ce9b1ba8efb774", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "066c5b55b9574d78975bbbb61c530bad", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/e38cf2921e 9c49b98933eb439c2ea431", "region": "RegionOne"}], "id": "abe9a7d894f740b1943da54d0c46ff7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a19a55206f6f49c9916ef45abbdb3141", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "afe69c9d4c0445c18ac07b7dd26c92ee", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b9742eaa6b4c43b48cde80e15563fd79", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431", "region": "RegionOne"}], "id": "b81eaa96c4e5426dab17a1d0acda7740", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0b96ff58903940ffa3fe3bb3c1bebe24", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "bc2f14763262433a9f02c157a34e208f", "type": "network", "name": "neutron"}]}}' 2023-04-18 14:41:23,195 79791 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': '241eb4cb-7a63-47fa-873a-79cdcab7a582', 'name': 'tempest-AttachVolumeNegativeTest-1314186642-network', 'tenant_id': 'e38cf2921e9c49b98933eb439c2ea431', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e38cf2921e9c49b98933eb439c2ea431', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 4943, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T14:35:42Z', 'updated_at': '2023-04-18T14:35:42Z', 'revision_number': 1} available for tenant 2023-04-18 14:41:23,196 79791 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1256067480', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKaxY9GX1RZFs76STXcb4Z2t04n5krsgK97WeHRuY4IPGH/MDIIGjicOr0oQsToliRdx9/udtqySs4jNTFNyX1XViIZuO4zIfbkckcadLrdEijY9tJfG/wZFzI/ggM/eVg==', 'fingerprint': 'd5:1c:26:56:39:8a:61:8e:57:90:15:97:35:d1:46:2f', 'user_id': '43dd536529724c41980d5f2fddd8c71d', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBL9TDectE+Lb5C3jrGi8uOYkZXRQ47Mp1rk8T3ewGwIIPgXRU4m/kl\nRE7d4z7X6xqgBwYFK4EEACKhZANiAASmsWPRl9UWRbO+kk13G+GdrdOJ+ZK7ICve\n1nh0bmOCDxh/zAyCBo4nDq9KELE6JYkXcff7nbaskrOIzUxTcl9V1YiGbjuMyH25\nHJHGnS63RIo2PbSXxv8GRcyP4IDP3lY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '83086bd8-f3e2-48ec-978b-dbb11f34c9d5', 'name': 'tempest-securitygroup--925002365', 'stateful': True, 'tenant_id': 'e38cf2921e9c49b98933eb439c2ea431', 'description': 'tempest-description--78160409', 'shared': False, 'security_group_rules': [{'id': '49fe3983-06fb-4f37-beac-2ed83b0d3f25', 'tenant_id': 'e38cf2921e9c49b98933eb439c2ea431', 'security_group_id': '83086bd8-f3e2-48ec-978b-dbb11f34c9d5', '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': 958, 'description': None, 'tags': [], 'created_at': '2023-04-18T14:41:21Z', 'updated_at': '2023-04-18T14:41:21Z', 'revision_number': 0, 'project_id': 'e38cf2921e9c49b98933eb439c2ea431'}, {'id': 'b1882440-6089-4747-9d8e-ac3749e9b02e', 'tenant_id': 'e38cf2921e9c49b98933eb439c2ea431', 'security_group_id': '83086bd8-f3e2-48ec-978b-dbb11f34c9d5', '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': 959, 'description': None, 'tags': [], 'created_at': '2023-04-18T14:41:21Z', 'updated_at': '2023-04-18T14:41:21Z', 'revision_number': 0, 'project_id': 'e38cf2921e9c49b98933eb439c2ea431'}], 'tags': [], 'created_at': ' 2023-04-18T14:41:21Z', 'updated_at': '2023-04-18T14:41:21Z', 'revision_number': 1, 'project_id': 'e38cf2921e9c49b98933eb439c2ea431'}, 'floating_ip': {'id': '7b5eae2e-0f5f-437b-a023-b27ed07b6763', 'tenant_id': 'e38cf2921e9c49b98933eb439c2ea431', 'floating_ip_address': '172.24.4.246', 'floating_network_id': 'bfbf9c15-045f-401e-b79e-fba95e5a0430', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e38cf2921e9c49b98933eb439c2ea431', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T14:41:22Z', 'updated_at': '2023-04-18T14:41:22Z', 'revision_number': 0, 'ip': '172.24.4.246'}} 2023-04-18 14:41:23,997 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.800s 2023-04-18 14:41:23,998 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1005215234", "imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "241eb4cb-7a63-47fa-873a-79cdcab7a582"}], "security_groups": [{"name": "tempest-securitygroup--925002365"}], "key_name": "tempest-keypair-1256067480", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:41:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/b0b435ff-00e9-47c1-880e-a57e55728ddc', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-03756d9c-2544-4cd5-b66c-197476f6df08', 'x-compute-request-id': 'req-03756d9c-2544-4cd5-b66c-197476f6df08', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "b0b435ff-00e9-47c1-880e-a57e55728ddc", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b0b435ff-00e9-47c1-880e-a57e55728ddc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b0b435ff-00e9-47c1-880e-a57e55728ddc"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--925002365"}], "adminPass": "password"}}' 2023-04-18 14:41:24,071 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/b0b435ff-00e9-47c1-880e-a57e55728ddc 0.070s 2023-04-18 14:41:24,071 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:41:24 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-9fbdc8f2-43af-4c8f-80db-172800e2c1ee', 'x-compute-request-id': 'req-9fbdc8f2-43af-4c8f-80db-172800e2c1ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b0b435ff-00e9-47c1-880e-a57e55728ddc'} Body: b'{"server": {"id": "b0b435ff-00e9-47c1-880e-a57e55728ddc", "name": "tempest-AttachVolumeNegativeTest-server-1005215234", "status": "BUILD", "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "user_id": "43dd536529724c41980d5f2fddd8c71d", "metadata": {}, "hostId": "", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {" id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:41:24Z", "updated": "2023-04-18T14:41:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b0b435ff-00e9-47c1-880e-a57e55728ddc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b0b435ff-00e9-47c1-880e-a57e55728ddc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1256067480", "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 14:42:14,389 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/b0b435ff-00e9-47c1-880e-a57e55728ddc 0.269s 2023-04-18 14:42:14,390 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:42:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1545', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-caa2687e-b10b-49f8-b9d7-3dbbb07e0803', 'x-compute-request-id': 'req-caa2687e-b10b-49f8-b9d7-3dbbb07e0803', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b0b435ff-00e9-47c1-880e-a57e55728ddc'} Body: b'{"server": {"id": "b0b435ff-00e9-47c1-880e-a57e55728ddc", "name": "tempest-AttachVolumeNegativeTest-server-1005215234", "status": "ACTIVE", "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "user_id": "43dd536529724c41980d5f2fddd8c71d", "metadata": {}, "hostId": "373296ba74213b79d5a33023152d6649d062b554072281114024c4a6", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:41:23Z", "updated": "2023-04-18T14:41:30Z", "addresses": {"tempest-AttachVolumeNegativeTest-1314186642-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:54:56"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b0b435ff-00e9-47c1-880e-a57e55728ddc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b0b435ff-00e9-47c1-880e-a57e55728ddc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1256067480", "OS-SRV-USG:launched_at": "2023-04-18T14:41:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--925002365"}], "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 14:42:14,401 79791 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 14:43:14,629 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/b0b435ff-00e9-47c1-880e-a57e55728ddc/os-interface 0.168s 2023-04-18 14:43:14,629 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:43:14 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-879c6aab-774a-46e6-9833-e5ecfb293e8d', 'x-compute-request-id': 'req-879c6aab-774a-46e6-9833-e5ecfb293e8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b0b435ff-00e9-47c1-880e-a57e55728ddc/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "241eb4cb-7a63-47fa-873a-79cdcab7a582", "port_id": "91ad47bc-c68b-4554-bdc0-506626c8d6e0", "mac_addr": "fa:16:3e:35:54:56", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "37d56fce-b180-4790-8dae-7f32fb2ffa05", "ip_address": "10.0.0.8"}]}]}' 2023-04-18 14:43:15,292 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/7b5eae2e-0f5f-437b-a023-b27ed07b6763 0.658s 2023-04-18 14:43:15,292 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "91ad47bc-c68b-4554-bdc0-506626c8d6e0"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-6b5a25ab-ea42-4e3e-8bc7-3cfe06652da7', 'date': 'Tue, 18 Apr 2023 14:43:15 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/7b5eae2e-0f5f-437b-a023-b27ed07b6763'} Body: b'{"floatingip": {"id": "7b5eae2e-0f5f-437b-a023-b27ed07b6763", "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "floating_ip_address": "172.24.4.246", "floating_network_id": "bfbf9c15-045f-401e-b79e-fba95e5a0430", "router_id": "7a5cf62d-c270-4a9a-b5fd-861c2011b896", "port_id": "91ad47bc-c68b-4554-bdc0-506626c8d6e0", "fixed_ip_address": "10.0.0.8", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "241eb4cb-7a63-47fa-873a-79cdcab7a582", "mac_address": "fa:16:3e:35:54:56", "admin_state_up": true, "status": "ACTIVE", "device_id": "b0b435ff-00e9-47c1-880e-a57e55728ddc", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T14:41:22Z", "updated_at": "2023-04-18T14:43:14Z", "revision_number": 1, "project_id": "e38cf2921e9c49b98933eb439c2ea431"}}' 2023-04-18 14:43:15,294 79791 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.246:22' as 'cirros' with public key authentication 2023-04-18 14:43:15,357 79791 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 14:43:15,382 79791 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 14:43:15,383 79791 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.246 successfully created 2023-04-18 14:43:15,430 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/b0b435ff-00e9-47c1-880e-a57e55728ddc/ips 0.046s 2023-04-18 14:43:15,431 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:43:15 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-e3561d5b-714a-4ced-aaf4-cf1071bcc0c2', 'x-compute-request-id': 'req-e3561d5b-714a-4ced-aaf4-cf1071bcc0c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b0b435ff-00e9-47c1-880e-a57e55728ddc/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-1314186642-network": [{"version": 4, "addr": "10.0.0.8"}]}}' 2023-04-18 14:43:15,671 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431/volumes 0.237s 2023-04-18 14:43:15,672 79791 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-814129264"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:43:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05d97d7f-430d-4e91-8a8e-00cefc4dfe71', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05d97d7f-430d-4e91-8a8e-00cefc4dfe71', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431/volumes'} Body: b'{"volume": {"id": "ecbd3aaf-9ce6-40d1-8781-878b53e42ccd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:43:15.572004", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-814129264", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431/volumes/ecbd3aaf-9ce6-40d1-8781-878b53e42ccd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e38cf2921e9c49b98933eb439c2ea431/volumes/ecbd3aaf-9ce6-40d1-8781-878b53e42ccd"}], "user_id": "43dd536529724c41980d5f2fddd8c71d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:43:15,733 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431/volumes/ecbd3aaf-9ce6-40d1-8781-878b53e42ccd 0.052s 2023-04-18 14:43:15,734 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:43:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32160deb-c61e-49d1-a644-9d991b5b8c02', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32160deb-c61e-49d1-a644-9d991b5b8c02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431/volumes/ecbd3aaf-9ce6-40d1-8781-878b53e42ccd'} Body: b'{"volume": {"id": "ecbd3aaf-9ce6-40d1-8781-878b53e42ccd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:43:16.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-814129264", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431/volumes/ecbd3aaf-9ce6-40d1-8781-878b53e42ccd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e38cf2921e9c49b98933eb439c2ea431/volumes/ecbd3aaf-9ce6-40d1-8781-878b53e42ccd"}], "user_id": "43dd536529724c41980d5f2fddd8c71d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e38cf2921e9c49b98933eb439c2ea431"}}' 2023-04-18 14:43:16,793 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431/volumes/ecbd3aaf-9ce6-40d1-8781-878b53e42ccd 0.046s 2023-04-18 14:43:16,794 79791 DEBUG [tempest.lib.common.rest_client] Reques t - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:43:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ee18fa2-972b-49d3-94e9-d9ec9fe9eee9', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ee18fa2-972b-49d3-94e9-d9ec9fe9eee9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431/volumes/ecbd3aaf-9ce6-40d1-8781-878b53e42ccd'} Body: b'{"volume": {"id": "ecbd3aaf-9ce6-40d1-8781-878b53e42ccd", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:43:16.000000", "updated_at": "2023-04-18T14:43:16.000000", "name": "tempest-AttachVolumeNegativeTest-volume-814129264", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431/volumes/ecbd3aaf-9ce6-40d1-8781-878b53e42ccd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e38cf2921e9c49b98933eb439c2ea431/volumes/ecbd3aaf-9ce6-40d1-8781-878b53e42ccd"}], "user_id": "43dd536529724c41980d5f2fddd8c71d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e38cf2921e9c49b98933eb439c2ea431"}}' 2023-04-18 14:43:16,946 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/b0b435ff-00e9-47c1-880e-a57e55728ddc 0.138s 2023-04-18 14:43:16,946 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:43:16 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-8c5f4de8-90c1-4b0d-8a53-75f572044a5b', 'x-compute-request-id': 'req-8c5f4de8-90c1-4b0d-8a53-75f572044a5b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b0b435ff-00e9-47c1-880e-a57e55728ddc'} Body: b'' 2023-04-18 14:43:17,218 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/b0b435ff-00e9-47c1-880e-a57e55728ddc 0.271s 2023-04-18 14:43:17,219 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:43:16 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-12b600a7-8a16-4d27-89dc-29dd748ec630', 'x-compute-request-id': 'req-12b600a7-8a16-4d27-89dc-29dd748ec630', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b0b435ff-00e9-47c1-880e-a57e55728ddc'} Body: b'{"server": {"id": "b0b435ff-00e9-47c1-880e-a57e55728ddc", "name": "tempest-AttachVolumeNegativeTest-server-1005215234", "status": "ACTIVE", "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "user_id": "43dd536529724c41980d5f2fddd8c71d", "metadata": {}, "hostId": "373296ba74213b79d5a33023152d6649d062b554072281114024c4a6", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd 0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:41:23Z", "updated": "2023-04-18T14:43:17Z", "addresses": {"tempest-AttachVolumeNegativeTest-1314186642-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:54:56"}, {"version": 4, "addr": "172.24.4.246", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:54:56"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b0b435ff-00e9-47c1-880e-a57e55728ddc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b0b435ff-00e9-47c1-880e-a57e55728ddc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1256067480", "OS-SRV-USG:launched_at": "2023-04-18T14:41:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--925002365"}], "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 14:44:07,279 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/b0b435ff-00e9-47c1-880e-a57e55728ddc 0.042s 2023-04-18 14:44:07,279 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:44:07 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-103d8521-0aa7-4cb5-9848-292b517ab8f0', 'x-compute-request-id': 'req-103d8521-0aa7-4cb5-9848-292b517ab8f0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b0b435ff-00e9-47c1-880e-a57e55728ddc'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance b0b435ff-00e9-47c1-880e-a57e55728ddc could not be found."}}' 2023-04-18 14:44:07,314 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1256067480 0.033s 2023-04-18 14:44:07,314 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:44: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-5b4f8410-0960-4652-8691-6f077fec85f7', 'x-compute-request-id': 'req-5b4f8410-0960-4652-8691-6f077fec85f7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1256067480'} Body: b'' 2023-04-18 14:44:07,468 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/83086bd8-f3e2-48ec-978b-dbb11f34c9d5 0.153s 2023-04-18 14:44:07,468 79791 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-ca4204a5-820a-43ca-9096-6f1e6fc74f96', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 14:44:07 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/83086bd8-f3e2-48ec-978b-dbb11f34c9d5'} Body: b'' 2023-04-18 14:44:07,491 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/83086bd8-f3e2-48ec-978b-dbb11f34c9d5 0.022s 2023-04-18 14:44:07,492 79791 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-58343074-0633-4db6-b6fe-dae3ead32d77', 'date': 'Tue, 18 Apr 2023 14:44:07 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/83086bd8-f3e2-48ec-978b-dbb11f34c9d5'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 83086bd8-f3e2-48ec-978b-dbb11f34c9d5 does not exist", "detail": ""}}' 2023-04-18 14:44:08,046 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/7b5eae2e-0f5f-437b-a023-b27ed07b6763 0.554s 2023-04-18 14:44:08,047 79791 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-70e475c3-48a5-42b0-8b03-2f43a3c58b10', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 14:44:08 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/7b5eae2e-0f5f-437b-a023-b27ed07b6763'} Body: b'' {2} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts [0.170644s] ... ok {2} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host [0.095609s] ... ok {2} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade [1.655661s] ... 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 52feffac-39ee-4c73-a713-558923dc988d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:44:16,311 79791 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 202 POST http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes 0.375s 2023-04-18 14:44:16,311 79791 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-237255998"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:44:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-903df0e9-44f5-42c4-9613-c9a8947ba6fe', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-903df0e9-44f5-42c4-9613-c9a8947ba6fe', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes'} Body: b'{"volume": {"id": "52feffac-39ee-4c73-a713-558923dc988d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:44:16.244202", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-237255998", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes/52feffac-39ee-4c73-a713-558923dc988d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ffb2001e81024562a63468b23dba9080/volumes/52feffac-39ee-4c73-a713-558923dc988d"}], "user_id": "c74c87942088455a8ae3f29eef70399d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:44:16,360 79791 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes/52feffac-39ee-4c73-a713-558923dc988d 0.039s 2023-04-18 14:44:16,361 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:44:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f02b6e2-000b-4ce5-b600-c0465c723210', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f02b6e2-000b-4ce5-b600-c0465c723210', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes/52feffac-39ee-4c73-a713-558923dc988d'} Body: b'{"volume": {"id": "52feffac-39ee-4c73-a713-558923dc988d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:44:16.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-237255998", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes/52feffac-39ee-4c73-a713-558923dc988d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ffb2001e81024562a63468b23dba9080/volumes/52feffac-39ee-4c73-a713-558923dc988d"}], "user_id": "c74c87942088455a8ae3f29eef70399d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ffb2001e81024562a63468b23dba9080"}}' 2023-04-18 14:44:17,411 79791 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes/52feffac-39ee-4c73-a713-558923dc988d 0.039s 2023-04-18 14:44:17,412 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Ty pe': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:44:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59abff91-9aac-4200-9e0d-44ebb0cf5250', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59abff91-9aac-4200-9e0d-44ebb0cf5250', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes/52feffac-39ee-4c73-a713-558923dc988d'} Body: b'{"volume": {"id": "52feffac-39ee-4c73-a713-558923dc988d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:44:16.000000", "updated_at": "2023-04-18T14:44:16.000000", "name": "tempest-VolumesDeleteCascade-Volume-237255998", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes/52feffac-39ee-4c73-a713-558923dc988d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ffb2001e81024562a63468b23dba9080/volumes/52feffac-39ee-4c73-a713-558923dc988d"}], "user_id": "c74c87942088455a8ae3f29eef70399d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ffb2001e81024562a63468b23dba9080"}}' 2023-04-18 14:44:17,461 79791 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes/52feffac-39ee-4c73-a713-558923dc988d 0.038s 2023-04-18 14:44:17,462 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:44:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2198d94f-5d8c-428c-8dc0-df7fbab872d9', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2198d94f-5d8c-428c-8dc0-df7fbab872d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes/52feffac-39ee-4c73-a713-558923dc988d'} Body: b'{"volume": {"id": "52feffac-39ee-4c73-a713-558923dc988d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:44:16.000000", "updated_at": "2023-04-18T14:44:16.000000", "name": "tempest-VolumesDeleteCascade-Volume-237255998", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes/52feffac-39ee-4c73-a713-558923dc988d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ffb2001e81024562a63468b23dba9080/volumes/52feffac-39ee-4c73-a713-558923dc988d"}], "user_id": "c74c87942088455a8ae3f29eef70399d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ffb2001e81024562a63468b23dba9080"}}' 2023-04-18 14:44:17,567 79791 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes/52feffac-39ee-4c73-a713-558923dc988d 0.095s 2023-04-18 14:44:17,567 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:44:17 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-86b492e8-8d7e-46f5-a76c-403e9429f45c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes/52feffac-39ee-4c73-a713-558923dc988d'} Body: b'' 2023-04-18 14:44:17,589 79791 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes/52feffac-39ee-4c73-a713-558923dc988d 0.021s 2023-04-18 14:44:17,589 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:44:17 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-a814da2f-a47b-4cb3-bb49-08e879180363', 'x-openstack-request-id': 'req-a814da2f-a47b-4cb3-bb49-08e879180363', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes/52feffac-39ee-4c73-a713-558923dc988d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 52feffac-39ee-4c73-a713-558923dc988d could not be found."}}' {2} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete [1.526451s] ... 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 9cece31b-b8db-40f0-94e4-dee527ec7277 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:44:17,772 79791 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes 0.180s 2023-04-18 14:44:17,772 79791 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-1096420164"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:44:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8a120c8-c1ab-4c61-b922-4b4758e92a9c', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8a120c8-c1ab-4c61-b922-4b4758e92a9c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes'} Body: b'{"volume": {"id": "9cece31b-b8db-40f0-94e4-dee527ec7277", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:44:17.715051", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1096420164", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes/9cece31b-b8db-40f0-94e4-dee527ec7277"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ffb2001e81024562a63468b23dba9080/volumes/9cece31b-b8db-40f0-94e4-dee527ec7277"}], "user_id": "c74c87942088455a8ae3f29eef70399d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:44:17,824 79791 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes/9cece31b-b8db-40f0-94e4-dee527ec7277 0.042s 2023-04-18 14:44:17,824 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:44:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f37e9fa6-9aeb-420a-8beb-0cd207da319f', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f37e9fa6-9aeb-420a-8beb-0cd207da319f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes/9cece31b-b8db-40f0-94e4-dee527ec7277'} Body: b'{"volume": {"id": "9cece31b-b8db-40f0-94e4-dee527ec7277", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:44:18.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1096420164", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes/9cece31b-b8db-40f0-94e4-dee527ec7277"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ffb2001e81024562a63468b23dba9080/volumes/9cece31b-b8db-40f0-94e4-dee527ec7277"}], "user_id": "c74c87942088455a8ae3f29eef70399d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ffb2001e81024562a63468b23dba9080"}}' 2023-04-18 14:44:18,875 79791 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes/9cece31b-b8db-40f0-94e4-dee527ec7277 0.039s 2023-04-18 14:44:18,875 79791 DEBUG [tempest.lib.common .rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:44:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bdff004-f8a1-4146-83e5-46c030e5bd06', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bdff004-f8a1-4146-83e5-46c030e5bd06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes/9cece31b-b8db-40f0-94e4-dee527ec7277'} Body: b'{"volume": {"id": "9cece31b-b8db-40f0-94e4-dee527ec7277", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:44:18.000000", "updated_at": "2023-04-18T14:44:18.000000", "name": "tempest-VolumesDeleteCascade-Volume-1096420164", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes/9cece31b-b8db-40f0-94e4-dee527ec7277"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ffb2001e81024562a63468b23dba9080/volumes/9cece31b-b8db-40f0-94e4-dee527ec7277"}], "user_id": "c74c87942088455a8ae3f29eef70399d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ffb2001e81024562a63468b23dba9080"}}' 2023-04-18 14:44:18,934 79791 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes/9cece31b-b8db-40f0-94e4-dee527ec7277 0.046s 2023-04-18 14:44:18,934 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:44:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a695edd6-2ac8-476c-866b-95bd58fdb6d3', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a695edd6-2ac8-476c-866b-95bd58fdb6d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes/9cece31b-b8db-40f0-94e4-dee527ec7277'} Body: b'{"volume": {"id": "9cece31b-b8db-40f0-94e4-dee527ec7277", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:44:18.000000", "updated_at": "2023-04-18T14:44:18.000000", "name": "tempest-VolumesDeleteCascade-Volume-1096420164", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes/9cece31b-b8db-40f0-94e4-dee527ec7277"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ffb2001e81024562a63468b23dba9080/volumes/9cece31b-b8db-40f0-94e4-dee527ec7277"}], "user_id": "c74c87942088455a8ae3f29eef70399d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ffb2001e81024562a63468b23dba9080"}}' 2023-04-18 14:44:19,095 79791 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes/9cece31b-b8db-40f0-94e4-dee527ec7277 0.147s 2023-04-18 14:44:19,095 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:44: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-3a76a983-b3fa-455a-9ba2-93470d14ec5f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes/9cece31b-b8db-40f0-94e4-dee527ec7277'} Body: b'' 2023-04-18 14:44:19,117 79791 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes/9cece31b-b8db-40f0-94e4-dee527ec7277 0.021s 2023-04-18 14:44:19,117 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:44:19 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-d60f63ea-01d4-4b06-be40-ea18ba2614d2', 'x-openstack-request-id': 'req-d60f63ea-01d4-4b06-be40-ea18ba2614d2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes/9cece31b-b8db-40f0-94e4-dee527ec7277'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9cece31b-b8db-40f0-94e4-dee527ec7277 could not be found."}}' {2} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size [1.685627s] ... 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 2f4fc39a-6e0a-4995-9bab-d047cc2b7adc failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:44:21,090 79791 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 202 POST http://10.0.0.210/volume/v3/95f4a124fa5846db990d33f7b330d8a5/volumes 0.384s 2023-04-18 14:44:21,090 79791 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-775295580"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:44:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49d4daa4-e536-466a-b13a-74fada4c6f0c', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49d4daa4-e536-466a-b13a-74fada4c6f0c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/95f4a124fa5846db990d33f7b330d8a5/volumes'} Body: b'{"volume": {"id": "2f4fc39a-6e0a-4995-9bab-d047cc2b7adc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T14:44:21.029873", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-775295580", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/95f4a124fa5846db990d33f7b330d8a5/volumes/2f4fc39a-6e0a-4995-9bab-d047cc2b7adc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/95f4a124fa5846db990d33f7b330d8a5/volumes/2f4fc39a-6e0a-4995-9bab-d047cc2b7adc"}], "user_id": "e3b63c76e900407394131bfbb622db00", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:44:21,148 79791 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/95f4a124fa5846db990d33f7b330d8a5/volumes/2f4fc39a-6e0a-4995-9bab-d047cc2b7adc 0.048s 2023-04-18 14:44:21,148 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:44:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b1a1876-4e10-42b1-ad8e-0999d17f3451', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b1a1876-4e10-42b1-ad8e-0999d17f3451', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/95f4a124fa5846db990d33f7b330d8a5/volumes/2f4fc39a-6e0a-4995-9bab-d047cc2b7adc'} Body: b'{"volume": {"id": "2f4fc39a-6e0a-4995-9bab-d047cc2b7adc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T14:44:21.000000", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-775295580", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/95f4a124fa5846db990d33f7b330d8a5/volumes/2f4fc39a-6e0a-4995-9bab-d047cc2b7adc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/95f4a124fa5846db990d33f7b330d8a5/volumes/2f4fc39a-6e0a-4995-9bab-d047cc2b7adc"}], "user_id": "e3b63c76e900407394131bfbb622db00", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "95f4a124fa5846db990d33f7b330d8a5"}}' 2023-04-18 14:44:22,201 79791 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/95f4a124fa5846db990d33f7b330d8a5/volumes/2f4fc39a-6e0a-4995-9bab-d047cc2b7adc 0.041s 2023-04-18 14:44:22,202 79791 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:44:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74d0b23b-120f-4b57-adfa-9ed11834f4cb', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74d0b23b-120f-4b57-adfa-9ed11834f4cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/95f4a124fa5846db990d33f7b330d8a5/volumes/2f4fc39a-6e0a-4995-9bab-d047cc2b7adc'} Body: b'{"volume": {"id": "2f4fc39a-6e0a-4995-9bab-d047cc2b7adc", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T14:44:21.000000", "updated_at": "2023-04-18T14:44:21.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-775295580", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/95f4a124fa5846db990d33f7b330d8a5/volumes/2f4fc39a-6e0a-4995-9bab-d047cc2b7adc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/95f4a124fa5846db990d33f7b330d8a5/volumes/2f4fc39a-6e0a-4995-9bab-d047cc2b7adc"}], "user_id": "e3b63c76e900407394131bfbb622db00", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "95f4a124fa5846db990d33f7b330d8a5"}}' 2023-04-18 14:44:22,252 79791 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/95f4a124fa5846db990d33f7b330d8a5/volumes/2f4fc39a-6e0a-4995-9bab-d047cc2b7adc 0.039s 2023-04-18 14:44:22,252 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:44:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e49453b3-dd73-4d01-9fb2-30c6b4a3cdca', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e49453b3-dd73-4d01-9fb2-30c6b4a3cdca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/95f4a124fa5846db990d33f7b330d8a5/volumes/2f4fc39a-6e0a-4995-9bab-d047cc2b7adc'} Body: b'{"volume": {"id": "2f4fc39a-6e0a-4995-9bab-d047cc2b7adc", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T14:44:21.000000", "updated_at": "2023-04-18T14:44:21.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-775295580", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/95f4a124fa5846db990d33f7b330d8a5/volumes/2f4fc39a-6e0a-4995-9bab-d047cc2b7adc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/95f4a124fa5846db990d33f7b330d8a5/volumes/2f4fc39a-6e0a-4995-9bab-d047cc2b7adc"}], "user_id": "e3b63c76e900407394131bfbb622db00", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "95f4a124fa5846db990d33f7b330d8a5"}}' 2023-04-18 14:44:22,368 79791 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/95f4a124fa5846db990d33f7b330d8a5/volumes/2f4fc39a-6e0a-4995-9bab-d047cc2b7adc 0.105s 2023-04-18 14:44:22,368 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:44:22 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-6824eb9b-24c3-410e-8195-b75a3e71089c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/95f4a124fa5846db990d33f7b330d8a5/volumes/2f4fc39a-6e0a-4995-9bab-d047cc2b7adc'} Body: b'' 2023-04-18 14:44:22,389 79791 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/95f4a124fa5846db990d33f7b330d8a5/volumes/2f4fc39a-6e0a-4995-9bab-d047cc2b7adc 0.020s 2023-04-18 14:44:22,389 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:44:22 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-1895559b-954b-488d-9de9-2cde390957b3', 'x-openstack-request-id': 'req-1895559b-954b-488d-9de9-2cde390957b3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/95f4a124fa5846db990d33f7b330d8a5/volumes/2f4fc39a-6e0a-4995-9bab-d047cc2b7adc'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2f4fc39a-6e0a-4995-9bab-d047cc2b7adc could not be found."}}' {2} 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 73e4a4ec-f417-4ca8-a2e2-19cd57d9905d failed to build and is in ERROR status {2} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple [2.511630s] ... 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 ec7f31bd-947d-4f63-ba36-2de441242b21 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:44:27,487 79791 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/ace1d6edc7394ec295262208ec8eff73/volumes 0.404s 2023-04-18 14:44:27,488 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-471008628"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:44:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42777c96-56ee-48c6-aec5-3124571e0f2f', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42777c96-56ee-48c6-aec5-3124571e0f2f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ace1d6edc7394ec295262208ec8eff73/volumes'} Body: b'{"volume": {"id": "ec7f31bd-947d-4f63-ba36-2de441242b21", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:44:27.423117", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-471008628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ace1d6edc7394ec295262208ec8eff73/volumes/ec7f31bd-947d-4f63-ba36-2de441242b21"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ace1d6edc7394ec295262208ec8eff73/volumes/ec7f31bd-947d-4f63-ba36-2de441242b21"}], "user_id": "02f6da0ea40c49ddae5d91cbb08f76c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:44:27,701 79791 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/ace1d6edc7394ec295262208ec8eff73/volumes 0.203s 2023-04-18 14:44:27,701 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1728265639"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:44:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be3d81d8-31e4-4b72-a1f2-1a4376adff4f', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be3d81d8-31e4-4b72-a1f2-1a4376adff4f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ace1d6edc7394ec295262208ec8eff73/volumes'} Body: b'{"volume": {"id": "f4b2c0c6-d435-418d-874b-4ba497602ce9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:44:27.639513", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1728265639", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ace1d6edc7394ec295262208ec8eff73/volumes/f4b2c0c6-d435-418d-874b-4ba497602ce9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ace1d6edc7394ec295262208ec8eff73/volumes/f4b2c0c6-d435-418d-874b-4ba497602ce9"}], "user_id": "02f6da0ea40c49ddae5d91cbb08f76c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:44:27,941 79791 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/ace1d6edc7394ec295262208ec8eff73/volumes 0.230s 2023-04-18 14:44:27,941 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-86559948"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:44:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1d46cc8-31f8-44b2-9bab-41e21cde126d', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1d46cc8-31f8-44b2-9bab-41e21cde126d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ace1d6edc7394ec295262208ec8eff73/volumes'} Body: b'{"volume": {"id": "f91196fe-b6a7-41ae-a61a-5434df6b56eb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:44:27.875156", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-86559948", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ace1d6edc7394ec295262208ec8eff73/volumes/f91196fe-b6a7-41ae-a61a-5434df6b56eb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ace1d6edc7394ec295262208ec8eff73/volumes/f91196fe-b6a7-41ae-a61a-5434df6b56eb"}], "user_id": "02f6da0ea40c49ddae5d91cbb08f76c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:44:28,145 79791 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/ace1d6edc7394ec295262208ec8eff73/volumes 0.194s 2023-04-18 14:44:28,146 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-89215010"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:44:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65dd9e38-130c-4005-8b61-426ab9aae483', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65dd9e38-130c-4005-8b61-426ab9aae483', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ace1d6edc7394ec295262208ec8eff73/volumes'} Body: b'{"volume": {"id": "9c6ac7b0-4e34-4191-997d-32e8744a3c99", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:44:28.089646", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-89215010", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ace1d6edc7394ec295262208ec8eff73/volumes/9c6ac7b0-4e34-4191-997d-32e8744a3c99"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ace1d6edc7394ec295262208ec8eff73/volumes/9c6ac7b0-4e34-4191-997d-32e8744a3c99"}], "user_id": "02f6da0ea40c49ddae5d91cbb08f76c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:44:28,466 79791 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/ace1d6edc7394ec295262208ec8eff73/volumes 0.311s 2023-04-18 14:44:28,467 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "size": 1, "name": "tempest-CreateVolumesFrom ImageTest-Volume-1510920503"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:44:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66bee90b-25ea-49c4-9b8a-5efe753beb22', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66bee90b-25ea-49c4-9b8a-5efe753beb22', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ace1d6edc7394ec295262208ec8eff73/volumes'} Body: b'{"volume": {"id": "9bf5fdd7-5b34-41f1-81d5-a3f345536500", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:44:28.409975", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1510920503", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ace1d6edc7394ec295262208ec8eff73/volumes/9bf5fdd7-5b34-41f1-81d5-a3f345536500"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ace1d6edc7394ec295262208ec8eff73/volumes/9bf5fdd7-5b34-41f1-81d5-a3f345536500"}], "user_id": "02f6da0ea40c49ddae5d91cbb08f76c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:44:28,521 79791 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/ace1d6edc7394ec295262208ec8eff73/volumes/ec7f31bd-947d-4f63-ba36-2de441242b21 0.045s 2023-04-18 14:44:28,522 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:44:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-041076c2-ccf5-44a1-bf21-01d86f8a707f', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-041076c2-ccf5-44a1-bf21-01d86f8a707f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ace1d6edc7394ec295262208ec8eff73/volumes/ec7f31bd-947d-4f63-ba36-2de441242b21'} Body: b'{"volume": {"id": "ec7f31bd-947d-4f63-ba36-2de441242b21", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:44:27.000000", "updated_at": "2023-04-18T14:44:28.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-471008628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ace1d6edc7394ec295262208ec8eff73/volumes/ec7f31bd-947d-4f63-ba36-2de441242b21"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ace1d6edc7394ec295262208ec8eff73/volumes/ec7f31bd-947d-4f63-ba36-2de441242b21"}], "user_id": "02f6da0ea40c49ddae5d91cbb08f76c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ace1d6edc7394ec295262208ec8eff73"}}' 2023-04-18 14:44:29,578 79791 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/ace1d6edc7394ec295262208ec8eff73/volumes/ec7f31bd-947d-4f63-ba36-2de441242b21 0.044s 2023-04-18 14:44:29,579 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:44:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d43f258c-dffc-46e0-816e-105ce6e834b3', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-op enstack-request-id': 'req-d43f258c-dffc-46e0-816e-105ce6e834b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ace1d6edc7394ec295262208ec8eff73/volumes/ec7f31bd-947d-4f63-ba36-2de441242b21'} Body: b'{"volume": {"id": "ec7f31bd-947d-4f63-ba36-2de441242b21", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:44:27.000000", "updated_at": "2023-04-18T14:44:28.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-471008628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ace1d6edc7394ec295262208ec8eff73/volumes/ec7f31bd-947d-4f63-ba36-2de441242b21"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ace1d6edc7394ec295262208ec8eff73/volumes/ec7f31bd-947d-4f63-ba36-2de441242b21"}], "user_id": "02f6da0ea40c49ddae5d91cbb08f76c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ace1d6edc7394ec295262208ec8eff73"}}' {2} setUpClass (cinder_tempest_plugin.scenario.test_volume_encrypted.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {1} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_image_volume [230.257702s] ... 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 c225f5fb-29f3-4c87-8b51-0618a35fe819 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2023-04-18T14:46:15Z', 'message': 'Build of instance c225f5fb-29f3-4c87-8b51-0618a35fe819 aborted: Volume f9a30680-8467-4984-97d2-bae7c49889f7 did not finish being created even after we waited 5 seconds or 2 attempts. And its status is error.'}. Server boot request ID: req-69767499-542c-4738-87c8-799e4da175d2. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:43:08,603 79789 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.129s 2023-04-18 14:43:08,603 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 14:43:08 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-b2db2826-ae95-4bec-93b1-232ccf011894', '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": "bf32806393ed4030970e1a6e445bc43d", "name": "tempest-ServerBootFromVolumeStableRescueTest-727141871-project-member", "password_expires_at": null}, "audit_ids": ["Zbp4pOITQKujXKcXYSMF-g"], "expires_at": "2023-04-18T15:43:08.000000Z", "issued_at": "2023-04-18T14:43:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f1bb3c50254545ff88c6bb55ccd16e7c", "name": "tempest-ServerBootFromVolumeStableRescueTest-727141871"}, "is_domain": false, "roles": [{"id": "0385370a4e0841d8b36ccb710ecbbb7f", "name": "reader"}, {"id": "4e14878c038343709e6c1a4b1c9b9b3c", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba3e4f0604614d5cbe532cc36d623cd0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "077962f5889e4dc5b1df7317cb3104c1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d5a2290495040dd9cc776d460990be5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "36bb6b6348e44e578468f7cf12ee6657", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dad492a01e614a8a8914690c07ebad0a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f1bb3c50254545ff88c6bb55ccd16e7c", "region": "RegionOne"}], "id": "3fc212b920c3401e85def1124172e916", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "cf3bc891281f458db82d1181bcf74100", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "627889b053b346adb8ce9b1ba8efb774", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "066c5b55b9574d78975bbbb61c530bad", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f1bb3c50254545ff88c6bb55ccd16e7c", "region": "RegionOne"}], "id": "abe9a7d894f740b1943da54d0c46ff7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a19a55206f6f49c9916ef45abbdb3141", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "afe69c9d4c0445c18ac07b7dd26c92ee", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b9742eaa6b4c43b48cde80e15563fd79", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f1bb3c50254545ff88c6bb55ccd16e7c", "region": "RegionOne"}], "id": "b81eaa96c4e5426dab17a1d0acda7740", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0b96ff58903940ffa3fe3bb3c1bebe24", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "bc2f14763262433a9f02c157a34e208f", "type": "network", "name": "neutron"}]}}' 2023-04-18 14:43:08,604 79789 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '8edeafd7-9a4e-4c72-b1e3-a40f1a6e70aa', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-1862591439-network', 'tenant_id': 'f1bb3c50254545ff88c6bb55ccd16e7c', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'projec t_id': 'f1bb3c50254545ff88c6bb55ccd16e7c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 28549, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T14:39:11Z', 'updated_at': '2023-04-18T14:39:11Z', 'revision_number': 1} available for tenant 2023-04-18 14:43:09,568 79789 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.963s 2023-04-18 14:43:09,569 79789 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-2105929052", "imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "flavorRef": "42", "networks": [{"uuid": "8edeafd7-9a4e-4c72-b1e3-a40f1a6e70aa"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:43:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/7f3425ec-c7ad-4443-8979-00c95f4b0446', '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-383fbb75-f4b8-4906-af4a-8d806df5ad3c', 'x-compute-request-id': 'req-383fbb75-f4b8-4906-af4a-8d806df5ad3c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "7f3425ec-c7ad-4443-8979-00c95f4b0446", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7f3425ec-c7ad-4443-8979-00c95f4b0446"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7f3425ec-c7ad-4443-8979-00c95f4b0446"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "keEtf5mdns9L"}}' 2023-04-18 14:43:09,643 79789 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/7f3425ec-c7ad-4443-8979-00c95f4b0446 0.071s 2023-04-18 14:43:09,644 79789 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 14:43:09 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-0707d36e-35b8-4fae-a833-c0c1efcdb349', 'x-compute-request-id': 'req-0707d36e-35b8-4fae-a833-c0c1efcdb349', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7f3425ec-c7ad-4443-8979-00c95f4b0446'} Body: b'{"server": {"id": "7f3425ec-c7ad-4443-8979-00c95f4b0446", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-2105929052", "status": "BUILD", "tenant_id": "f1bb3c50254545ff88c6bb55ccd16e7c", "user_id": "bf32806393ed4030970e1a6e445bc43d", "metadata": {}, "hostId": "", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T14:43:10Z", "updated": "2023-04-18T14:43:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7f34 25ec-c7ad-4443-8979-00c95f4b0446"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7f3425ec-c7ad-4443-8979-00c95f4b0446"}], "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 14:44:00,001 79789 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/7f3425ec-c7ad-4443-8979-00c95f4b0446 0.340s 2023-04-18 14:44:00,002 79789 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 14:43:59 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-cdf62353-ad6f-4c18-b91f-b7c309869375', 'x-compute-request-id': 'req-cdf62353-ad6f-4c18-b91f-b7c309869375', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7f3425ec-c7ad-4443-8979-00c95f4b0446'} Body: b'{"server": {"id": "7f3425ec-c7ad-4443-8979-00c95f4b0446", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-2105929052", "status": "ACTIVE", "tenant_id": "f1bb3c50254545ff88c6bb55ccd16e7c", "user_id": "bf32806393ed4030970e1a6e445bc43d", "metadata": {}, "hostId": "373876672150f84d2821672ce352424f70ea3463b5f4e1c36e162052", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T14:43:09Z", "updated": "2023-04-18T14:43:16Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-1862591439-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:81:0d:bb"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7f3425ec-c7ad-4443-8979-00c95f4b0446"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7f3425ec-c7ad-4443-8979-00c95f4b0446"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T14:43:16.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 14:44:00,018 79789 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-18 14:45:01,336 79789 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/7f3425ec-c7ad-4443-8979-00c95f4b0446/action 1.257s 2023-04-18 14:45:01,336 79789 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-2035054376"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:45:00 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-4aaf5a99-fc5e-41e2-85bf-6662094dcf50', 'x-compute-request-id': 'req-4aaf5a99-fc5e-41e2-85bf-6662094dcf50', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7f3425ec-c7ad-4443-8979-00c95f4b0446/action'} Body: b'{"image_id": "eee8a06d-de76-4631-b36c-ee2b420db733"}' 2023-04-18 14:45:01,370 79789 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/eee8a06d-de76-4631-b36c-ee2b420db733 0.032s 2023-04-18 14:45:01,371 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:45:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3405229e-bf03-4a2a-9ac6-af363c409e14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/eee8a06d-de76-4631-b36c-ee2b420db733'} Body: b'{"base_image_ref": "e440225d-a438-40cc-be07-38db2a963dd0", "boot_roles": "reader,member", "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": "7f3425ec-c7ad-4443-8979-00c95f4b0446", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-727141871", "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-727141871-project-member", "user_id": "bf32806393ed4030970e1a6e445bc43d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-2035054376", "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": "f1bb3c50254545ff88c6bb55ccd16e7c", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "eee8a06d-de76-4631-b36c-ee2b420db733", "created_at": "2023-04-18T14:45:01Z", "updated_at": "2023-04-18T14:45:01Z", "tags": [], "self": "/v2/images/eee8a06d-de76-4631-b36c-ee2b420db733", "file": "/v2/images/eee8a06d-de76-4631-b36c-ee2b420db733/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:45:02,394 79789 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/eee8a06d-de76-4631-b36c-ee2b420db733 0.021s 2023-04-18 14:45:02,394 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:45:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8eda303e-19d4-4b45-9c07-ae203aa8f2cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/eee8a06d-de76-4631-b36c-ee2b420db733'} Body: b'{"base_image_ref": "e440225d-a438-40cc-be07-38db2a963dd0", "boot_roles": "reader,member", "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": "7f3425ec-c7ad-4443-8979-00c95f4b0446", "owner_project_name": "tempest-ServerBo otFromVolumeStableRescueTest-727141871", "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-727141871-project-member", "user_id": "bf32806393ed4030970e1a6e445bc43d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-2035054376", "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": "f1bb3c50254545ff88c6bb55ccd16e7c", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "eee8a06d-de76-4631-b36c-ee2b420db733", "created_at": "2023-04-18T14:45:01Z", "updated_at": "2023-04-18T14:45:01Z", "tags": [], "self": "/v2/images/eee8a06d-de76-4631-b36c-ee2b420db733", "file": "/v2/images/eee8a06d-de76-4631-b36c-ee2b420db733/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:45:03,421 79789 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/eee8a06d-de76-4631-b36c-ee2b420db733 0.025s 2023-04-18 14:45:03,422 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:45:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-507d9c16-072d-43bc-8c6a-988bafecfb6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/eee8a06d-de76-4631-b36c-ee2b420db733'} Body: b'{"base_image_ref": "e440225d-a438-40cc-be07-38db2a963dd0", "boot_roles": "reader,member", "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": "7f3425ec-c7ad-4443-8979-00c95f4b0446", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-727141871", "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-727141871-project-member", "user_id": "bf32806393ed4030970e1a6e445bc43d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-2035054376", "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": "f1bb3c50254545ff88c6bb55ccd16e7c", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "eee8a06d-de76-4631-b36c-ee2b420db733", "created_at": "2023-04-18T14:45:01Z", "updated_at": "2023-04-18T14:45:01Z", "tags": [], "self": "/v2/images/eee8a06d-de76-4631-b36c-ee2b420db733", "file": "/v2/images/eee8a06d-de76-4631-b36c-ee2b420db733/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:45:04,470 79789 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/eee8a06d-de76-4631-b36c-ee2b420db733 0.047s 2023-04-18 14:45:04,471 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:45:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1469', 'content-type': 'application/json', 'x-openstack-request-id': 'req-9123c4dc-fbe4-4a93-ae0d-461137d595b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/eee8a06d-de76-4631-b36c-ee2b420db733'} Body: b'{"base_image_ref": "e440225d-a438-40cc-be07-38db2a963dd0", "boo t_roles": "reader,member", "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": "7f3425ec-c7ad-4443-8979-00c95f4b0446", "owner_id": "f1bb3c50254545ff88c6bb55ccd16e7c", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-727141871", "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-727141871-project-member", "user_id": "bf32806393ed4030970e1a6e445bc43d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-2035054376", "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": "f1bb3c50254545ff88c6bb55ccd16e7c", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "eee8a06d-de76-4631-b36c-ee2b420db733", "created_at": "2023-04-18T14:45:01Z", "updated_at": "2023-04-18T14:45:04Z", "tags": [], "self": "/v2/images/eee8a06d-de76-4631-b36c-ee2b420db733", "file": "/v2/images/eee8a06d-de76-4631-b36c-ee2b420db733/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:45:05,494 79789 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/eee8a06d-de76-4631-b36c-ee2b420db733 0.021s 2023-04-18 14:45:05,494 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:45:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1469', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8fdddc2c-0754-408b-bf0d-44deca3b1e64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/eee8a06d-de76-4631-b36c-ee2b420db733'} Body: b'{"base_image_ref": "e440225d-a438-40cc-be07-38db2a963dd0", "boot_roles": "reader,member", "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": "7f3425ec-c7ad-4443-8979-00c95f4b0446", "owner_id": "f1bb3c50254545ff88c6bb55ccd16e7c", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-727141871", "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-727141871-project-member", "user_id": "bf32806393ed4030970e1a6e445bc43d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-2035054376", "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": "f1bb3c50254545ff88c6bb55ccd16e7c", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "eee8a06d-de76-4631-b36c-ee2b420db733", "created_at": "2023-04-18T14:45:01Z", "updated_at": "2023-04-18T14:45:05Z", "tags": [], "self": "/v2/images/eee8a06d-de76-4631-b36c-ee2b420db733", "file": "/v2/images/eee8a06d-de76-4631-b36c-ee2b420db733/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:45:06,527 79789 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/eee8a06d-de76-4631-b36c-ee2b420db733 0.031s 2023-04-18 14:45:06,527 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', ' Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:45:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1639', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c4c1a217-f4da-4c5c-99d3-76a71d733389', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/eee8a06d-de76-4631-b36c-ee2b420db733'} Body: b'{"base_image_ref": "e440225d-a438-40cc-be07-38db2a963dd0", "boot_roles": "reader,member", "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": "7f3425ec-c7ad-4443-8979-00c95f4b0446", "owner_id": "f1bb3c50254545ff88c6bb55ccd16e7c", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-727141871", "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-727141871-project-member", "user_id": "bf32806393ed4030970e1a6e445bc43d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-2035054376", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "2829938b31077e1313edbac1c3fe718f", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "f1bb3c50254545ff88c6bb55ccd16e7c", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "0fbeaf5d79b5af9aeeb63ad6123d1ed591e66f8aa403a5a9622e8ec33b152f7ad3361d9979276ea766d1b33040eb24cd5d99d4d38a9cfa0e2ebaad3bdf08d444", "id": "eee8a06d-de76-4631-b36c-ee2b420db733", "created_at": "2023-04-18T14:45:01Z", "updated_at": "2023-04-18T14:45:06Z", "tags": [], "self": "/v2/images/eee8a06d-de76-4631-b36c-ee2b420db733", "file": "/v2/images/eee8a06d-de76-4631-b36c-ee2b420db733/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:45:06,551 79789 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/eee8a06d-de76-4631-b36c-ee2b420db733 0.023s 2023-04-18 14:45:06,551 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:45:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1639', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c060164e-85ce-4522-a72b-b9248dd77f07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/eee8a06d-de76-4631-b36c-ee2b420db733'} Body: b'{"base_image_ref": "e440225d-a438-40cc-be07-38db2a963dd0", "boot_roles": "reader,member", "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": "7f3425ec-c7ad-4443-8979-00c95f4b0446", "owner_id": "f1bb3c50254545ff88c6bb55ccd16e7c", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-727141871", "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-727141871-project-member", "user_id": "bf32806393ed4030970e1a6e445bc43d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-2035054376", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "2829938b31077e1313edbac1c3fe718f", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "f1bb3c50254545ff88c6bb55ccd16e7c" , "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "0fbeaf5d79b5af9aeeb63ad6123d1ed591e66f8aa403a5a9622e8ec33b152f7ad3361d9979276ea766d1b33040eb24cd5d99d4d38a9cfa0e2ebaad3bdf08d444", "id": "eee8a06d-de76-4631-b36c-ee2b420db733", "created_at": "2023-04-18T14:45:01Z", "updated_at": "2023-04-18T14:45:06Z", "tags": [], "self": "/v2/images/eee8a06d-de76-4631-b36c-ee2b420db733", "file": "/v2/images/eee8a06d-de76-4631-b36c-ee2b420db733/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:45:06,950 79789 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/7f3425ec-c7ad-4443-8979-00c95f4b0446 0.398s 2023-04-18 14:45:06,951 79789 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 14:45:06 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-c46a1225-ec2d-40ed-bdcd-540a0c9a8d93', 'x-compute-request-id': 'req-c46a1225-ec2d-40ed-bdcd-540a0c9a8d93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7f3425ec-c7ad-4443-8979-00c95f4b0446'} Body: b'{"server": {"id": "7f3425ec-c7ad-4443-8979-00c95f4b0446", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-2105929052", "status": "ACTIVE", "tenant_id": "f1bb3c50254545ff88c6bb55ccd16e7c", "user_id": "bf32806393ed4030970e1a6e445bc43d", "metadata": {}, "hostId": "373876672150f84d2821672ce352424f70ea3463b5f4e1c36e162052", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T14:43:09Z", "updated": "2023-04-18T14:45:06Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-1862591439-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:81:0d:bb"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7f3425ec-c7ad-4443-8979-00c95f4b0446"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7f3425ec-c7ad-4443-8979-00c95f4b0446"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T14:43:16.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 14:46:07,072 79789 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.041s 2023-04-18 14:46:07,072 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 14:46:07 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-b260e889-f240-435f-b882-746eeec63747', '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": "bf32806393ed4030970e1a6e445bc43d", "name": "tempest-ServerBootFromVolumeStableRescueTest-727141871-project-member", "password_expires_at": null}, "audit_ids": ["o_a5QAWzTdqFN9xvgCbIiQ"], "expires_at": "2023-04-18T15:46:07.000000Z", "issued_at": "2023-04-18T14:46:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f1bb3c50254545ff88c6bb55ccd16e7c", "name": "tempest-ServerBootFromVolumeStableRescueTest-727141871"}, "is_domain": false, "roles": [{"id": "0385370a4e0841d8b36ccb710ecbbb7f", "name": "reader"}, {"id": "4e14878c038343709e6c1a4b1c9b9b3c", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba3e4f0604614d5cbe532cc36d623cd0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "077962f5889e4dc5b1df7317cb3104c1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d5a2290495040dd9cc776d460990be5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "36bb6b6348e44e578468f7cf12ee6657", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dad492a01e614a8a8914690c07ebad0a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f1bb3c50254545ff88c6bb55ccd16e7c", "region": "RegionOne"}], "id": "3fc212b920c3401e85def1124172e916", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "cf3bc891281f458db82d1181bcf74100", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "627889b053b346adb8ce9b1ba8efb774", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "066c5b55b9574d78975bbbb61c530bad", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f1bb3c50254545ff88c6bb55ccd16e7c", "region": "RegionOne"}], "id": "abe9a7d894f740b1943da54d0c46ff7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a19a55206f6f49c9916ef45abbdb3141", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "afe69c9d4c0445c18ac07b7dd26c92ee", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b9742eaa6b4c43b48cde80e15563fd79", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f1bb3c50254545ff88c6bb55ccd16e7c", "region": "RegionOne"}], "id": "b81eaa96c4e5426dab17a1d0acda7740", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0b96ff58903940ffa3fe3bb3c1bebe24", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "bc2f14763262433a9f02c157a34e208f", "type": "network", "name": "neutron"}]}}' 2023-04-18 14:46:07,073 79789 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '8edeafd7-9a4e-4c72-b1e3-a40f1a6e70aa', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-1862591439-network', 'tenant_id': 'f1bb3c50254545ff88c6bb55ccd16e7c', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f1bb3c50254545ff88c6bb55ccd16e7c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 28549, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T14:39:11Z', 'updated_at': '2023-04-18T14:39:11Z', 'revision_number': 1} available for tenant 2023-04-18 14:46:07,758 79789 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.684s 2023-04-18 14:46:07,758 79789 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-233936911", "imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "flavorRef": "42", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "image", "volume_size": 1, "uuid": "e440225d-a438-40cc-be07-38db2a963dd0", "destination_type": "volume"}], "networks": [{"uuid": "8edeafd7-9a4e-4c72-b1e3-a40f1a6e70aa"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:46:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/c225f5fb-29f3-4c87-8b51-0618a35fe819', '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-69767499-542c-4738-87c8-799e4da175d2', 'x-compute-request-id': 'req-69767499-542c-4738-87c8-799e4da175d2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "c225f5fb-29f3-4c87-8b51-0618a35fe819", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c225f5fb-29f3-4c87-8b51-0618a35fe819"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c225f5fb-29f3-4c87-8b51-0618a35fe819"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "fhtAkGyp5vVB"}}' 2023-04-18 14:46:07,934 79789 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/c225f5fb-29f3-4c87-8b51-0618a35fe819 0.173s 2023-04-18 14:46:07,935 79789 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 14:46:07 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-6af7d502-f4a3-4fbb-b936-a58b1630b918', 'x-compute-request-id': 'req-6af7d502-f4a3-4fbb-b936-a58b1630b918', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c225f5fb-29f3-4c87-8b51-0618a35fe819'} Body: b'{"server": {"id": "c225f5fb-29f3-4c87-8b51-0618a35fe819", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-233936911", "status": "BUILD", "tenant_id": "f1bb3c50254545ff88c6bb55ccd16e7c", "user_id": "bf32806393ed4030970e1a6e445bc43d", "metadata": {}, "hostId": "", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T14:46:08Z", "updated": "2023-04-18T14:46:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c225f5fb-29f3-4c87-8b51-0618a35fe819"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c225f5fb-29f3-4c87-8b51-0618a35fe819"}], "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 14:46:58,163 79789 INFO [tempe st.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/c225f5fb-29f3-4c87-8b51-0618a35fe819 0.162s 2023-04-18 14:46:58,163 79789 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 14:46:58 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-7a611e98-88f9-488c-be2e-e477d972939f', 'x-compute-request-id': 'req-7a611e98-88f9-488c-be2e-e477d972939f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c225f5fb-29f3-4c87-8b51-0618a35fe819'} Body: b'{"server": {"id": "c225f5fb-29f3-4c87-8b51-0618a35fe819", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-233936911", "status": "ERROR", "tenant_id": "f1bb3c50254545ff88c6bb55ccd16e7c", "user_id": "bf32806393ed4030970e1a6e445bc43d", "metadata": {}, "hostId": "", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T14:46:07Z", "updated": "2023-04-18T14:46:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c225f5fb-29f3-4c87-8b51-0618a35fe819"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c225f5fb-29f3-4c87-8b51-0618a35fe819"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2023-04-18T14:46:15Z", "message": "Build of instance c225f5fb-29f3-4c87-8b51-0618a35fe819 aborted: Volume f9a30680-8467-4984-97d2-bae7c49889f7 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 14:46:58,178 79789 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 51 second wait 2023-04-18 14:46:58,672 79789 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/c225f5fb-29f3-4c87-8b51-0618a35fe819 0.493s 2023-04-18 14:46:58,672 79789 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 14:46:58 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-582c65ba-db88-4da2-adcf-1847791a9764', 'x-compute-request-id': 'req-582c65ba-db88-4da2-adcf-1847791a9764', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c225f5fb-29f3-4c87-8b51-0618a35fe819'} Body: b'' 2023-04-18 14:46:58,723 79789 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 404 GET ht tp://10.0.0.210/compute/v2.1/servers/c225f5fb-29f3-4c87-8b51-0618a35fe819 0.050s 2023-04-18 14:46:58,724 79789 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 14:46:58 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-4d631b06-388d-4188-840b-100b0f630712', 'x-compute-request-id': 'req-4d631b06-388d-4188-840b-100b0f630712', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c225f5fb-29f3-4c87-8b51-0618a35fe819'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance c225f5fb-29f3-4c87-8b51-0618a35fe819 could not be found."}}' {1} setUpClass (tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest) ... SKIPPED: Manage snapshot tests are disabled {1} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details [0.180670s] ... 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 14:48:46,010 79789 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_with_details): 200 GET http://10.0.0.210/volume/v3/60ea198d7d6343d5a5c8e94a21be9985/scheduler-stats/get_pools?detail=True 0.174s 2023-04-18 14:48:46,010 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:48:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bc190e3-44f9-43ac-a9af-e1d22b6e35b5', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bc190e3-44f9-43ac-a9af-e1d22b6e35b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/60ea198d7d6343d5a5c8e94a21be9985/scheduler-stats/get_pools?detail=True'} Body: b'{"pools": []}' {1} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details [0.047391s] ... 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 14:48:46,062 79789 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_without_details): 200 GET http://10.0.0.210/volume/v3/60ea198d7d6343d5a5c8e94a21be9985/scheduler-stats/get_pools 0.044s 2023-04-18 14:48:46,062 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:48:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bb891ef-1496-467a-b5e1-7c8a5a3b3641', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bb891ef-1496-467a-b5e1-7c8a5a3b3641', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/60ea198d7d6343d5a5c8e94a21be9985/scheduler-stats/get_pools'} Body: b'{"pools": []}' {1} 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 be95972c-ff10-4b35-a536-a1cbde409764 failed to build and is in ERROR status {1} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer [1.853251s] ... 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 3e3f06b5-df4d-4ad2-89f8-a50b3c0a86f0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:48:54,478 79789 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes 0.488s 2023-04-18 14:48:54,478 79789 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-628331663"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:48:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22d381d3-9ed5-4ef3-a196-a26d253e16b6', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22d381d3-9ed5-4ef3-a196-a26d253e16b6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes'} Body: b'{"volume": {"id": "3e3f06b5-df4d-4ad2-89f8-a50b3c0a86f0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:48:54.354945", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-628331663", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes/3e3f06b5-df4d-4ad2-89f8-a50b3c0a86f0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8bb58551591d45daaac9d38997a36f5a/volumes/3e3f06b5-df4d-4ad2-89f8-a50b3c0a86f0"}], "user_id": "e5dbec86681c469d815fa4d6cc5ec0f3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:48:54,544 79789 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes/3e3f06b5-df4d-4ad2-89f8-a50b3c0a86f0 0.045s 2023-04-18 14:48:54,544 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:48:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eefed151-e336-4d31-b512-ee0334f4c1ad', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eefed151-e336-4d31-b512-ee0334f4c1ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes/3e3f06b5-df4d-4ad2-89f8-a50b3c0a86f0'} Body: b'{"volume": {"id": "3e3f06b5-df4d-4ad2-89f8-a50b3c0a86f0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:48:54.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-628331663", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes/3e3f06b5-df4d-4ad2-89f8-a50b3c0a86f0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8bb58551591d45daaac9d38997a36f5a/volumes/3e3f06b5-df4d-4ad2-89f8-a50b3c0a86f0"}], "user_id": "e5dbec86681c469d815fa4d6cc5ec0f3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8bb58551591d45daaac9d38997a36f5a"}}' 2023-04-18 14:48:55,595 79789 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes/3e3f06b5-df4d-4ad2-89f8-a50b3c0a86f0 0.039s 2023-04-18 14:48:55,595 79789 DEBUG [tempest.lib. common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:48:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec8d9acb-da75-4ee3-ac28-b946928db58a', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec8d9acb-da75-4ee3-ac28-b946928db58a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes/3e3f06b5-df4d-4ad2-89f8-a50b3c0a86f0'} Body: b'{"volume": {"id": "3e3f06b5-df4d-4ad2-89f8-a50b3c0a86f0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:48:54.000000", "updated_at": "2023-04-18T14:48:55.000000", "name": "tempest-VolumesTransfersTest-Volume-628331663", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes/3e3f06b5-df4d-4ad2-89f8-a50b3c0a86f0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8bb58551591d45daaac9d38997a36f5a/volumes/3e3f06b5-df4d-4ad2-89f8-a50b3c0a86f0"}], "user_id": "e5dbec86681c469d815fa4d6cc5ec0f3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8bb58551591d45daaac9d38997a36f5a"}}' 2023-04-18 14:48:55,708 79789 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes/3e3f06b5-df4d-4ad2-89f8-a50b3c0a86f0 0.103s 2023-04-18 14:48:55,709 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:48:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-362bc4e9-fe4b-435f-b205-40bd0e393017', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-362bc4e9-fe4b-435f-b205-40bd0e393017', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes/3e3f06b5-df4d-4ad2-89f8-a50b3c0a86f0'} Body: b'{"volume": {"id": "3e3f06b5-df4d-4ad2-89f8-a50b3c0a86f0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:48:54.000000", "updated_at": "2023-04-18T14:48:55.000000", "name": "tempest-VolumesTransfersTest-Volume-628331663", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes/3e3f06b5-df4d-4ad2-89f8-a50b3c0a86f0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8bb58551591d45daaac9d38997a36f5a/volumes/3e3f06b5-df4d-4ad2-89f8-a50b3c0a86f0"}], "user_id": "e5dbec86681c469d815fa4d6cc5ec0f3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8bb58551591d45daaac9d38997a36f5a"}}' 2023-04-18 14:48:55,820 79789 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes/3e3f06b5-df4d-4ad2-89f8-a50b3c0a86f0 0.101s 2023-04-18 14:48:55,821 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:48:55 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-274aa863-ed82-4476-abc2-b00875e1b0ee', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes/3e3f06b5-df4d-4ad2-89f8-a50b3c0a86f0'} Body: b'' 2023-04-18 14:48:55,841 79789 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes/3e3f06b5-df4d-4ad2-89f8-a50b3c0a86f0 0.020s 2023-04-18 14:48:55,841 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:48:55 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-ee3156d1-07e3-4270-b404-5e4c915563fb', 'x-openstack-request-id': 'req-ee3156d1-07e3-4270-b404-5e4c915563fb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes/3e3f06b5-df4d-4ad2-89f8-a50b3c0a86f0'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3e3f06b5-df4d-4ad2-89f8-a50b3c0a86f0 could not be found."}}' {1} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer [1.507641s] ... 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 9bfc5282-0272-4b19-acd2-f470ae5030ee failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:48:56,050 79789 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes 0.206s 2023-04-18 14:48:56,050 79789 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-1590308716"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:48:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-057f764d-a557-49c7-8a18-29242539bbe0', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-057f764d-a557-49c7-8a18-29242539bbe0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes'} Body: b'{"volume": {"id": "9bfc5282-0272-4b19-acd2-f470ae5030ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:48:55.990592", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1590308716", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes/9bfc5282-0272-4b19-acd2-f470ae5030ee"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8bb58551591d45daaac9d38997a36f5a/volumes/9bfc5282-0272-4b19-acd2-f470ae5030ee"}], "user_id": "e5dbec86681c469d815fa4d6cc5ec0f3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:48:56,102 79789 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes/9bfc5282-0272-4b19-acd2-f470ae5030ee 0.043s 2023-04-18 14:48:56,103 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:48:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2cd705bf-5115-4a44-9fd4-984763b511a9', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2cd705bf-5115-4a44-9fd4-984763b511a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes/9bfc5282-0272-4b19-acd2-f470ae5030ee'} Body: b'{"volume": {"id": "9bfc5282-0272-4b19-acd2-f470ae5030ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:48:56.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1590308716", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes/9bfc5282-0272-4b19-acd2-f470ae5030ee"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8bb58551591d45daaac9d38997a36f5a/volumes/9bfc5282-0272-4b19-acd2-f470ae5030ee"}], "user_id": "e5dbec86681c469d815fa4d6cc5ec0f3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8bb58551591d45daaac9d38997a36f5a"}}' 2023-04-18 14:48:57,159 79789 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes/9bfc5282-0272-4b19-acd2-f470ae5030ee 0.044s 2023-04-18 14:48:57,160 79789 DEBUG [tempest.lib.common.re st_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:48:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e113f877-578a-4eed-ab87-94d8559bebb9', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e113f877-578a-4eed-ab87-94d8559bebb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes/9bfc5282-0272-4b19-acd2-f470ae5030ee'} Body: b'{"volume": {"id": "9bfc5282-0272-4b19-acd2-f470ae5030ee", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:48:56.000000", "updated_at": "2023-04-18T14:48:56.000000", "name": "tempest-VolumesTransfersTest-Volume-1590308716", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes/9bfc5282-0272-4b19-acd2-f470ae5030ee"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8bb58551591d45daaac9d38997a36f5a/volumes/9bfc5282-0272-4b19-acd2-f470ae5030ee"}], "user_id": "e5dbec86681c469d815fa4d6cc5ec0f3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8bb58551591d45daaac9d38997a36f5a"}}' 2023-04-18 14:48:57,213 79789 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes/9bfc5282-0272-4b19-acd2-f470ae5030ee 0.043s 2023-04-18 14:48:57,213 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:48:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf40ba0f-ce9c-4441-b47c-57e87ccc3432', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf40ba0f-ce9c-4441-b47c-57e87ccc3432', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes/9bfc5282-0272-4b19-acd2-f470ae5030ee'} Body: b'{"volume": {"id": "9bfc5282-0272-4b19-acd2-f470ae5030ee", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:48:56.000000", "updated_at": "2023-04-18T14:48:56.000000", "name": "tempest-VolumesTransfersTest-Volume-1590308716", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes/9bfc5282-0272-4b19-acd2-f470ae5030ee"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8bb58551591d45daaac9d38997a36f5a/volumes/9bfc5282-0272-4b19-acd2-f470ae5030ee"}], "user_id": "e5dbec86681c469d815fa4d6cc5ec0f3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8bb58551591d45daaac9d38997a36f5a"}}' 2023-04-18 14:48:57,324 79789 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes/9bfc5282-0272-4b19-acd2-f470ae5030ee 0.097s 2023-04-18 14:48:57,324 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:48:57 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-8d6acf19-1d59-46d7-be40-453a1c959a2c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes/9bfc5282-0272-4b19-acd2-f470ae5030ee'} Body: b'' 2023-04-18 14:48:57,350 79789 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes/9bfc5282-0272-4b19-acd2-f470ae5030ee 0.025s 2023-04-18 14:48:57,350 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:48:57 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-b7550a57-9076-401e-8eed-3f5e4014754c', 'x-openstack-request-id': 'req-b7550a57-9076-401e-8eed-3f5e4014754c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes/9bfc5282-0272-4b19-acd2-f470ae5030ee'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9bfc5282-0272-4b19-acd2-f470ae5030ee could not be found."}}' {1} 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 d9a3c777-ec8e-4ff6-8e81-aced10b99a33 failed to build and is in ERROR status {1} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property [3.722862s] ... 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 e6b47abe-016c-44d6-9f7d-91c887ae19aa failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:49:04,810 79789 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/01e542f030c5418d938c79f5446aa958/types 0.174s 2023-04-18 14:49:04,811 79789 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 14:49:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0cfb7c4e-dfdf-44fa-9d5e-d168088c1f2a', 'content-length': '339', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0cfb7c4e-dfdf-44fa-9d5e-d168088c1f2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/01e542f030c5418d938c79f5446aa958/types'} Body: b'{"volume_type": {"id": "fa53cbba-6b4c-4079-bf2c-ad4d3c3e8df3", "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 14:49:05,650 79789 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.835s 2023-04-18 14:49:05,650 79789 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 14:49:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '738', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/b213abcf-3238-4482-96dc-6252d0268a87', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-d1fd1f32-32bd-4b7b-888e-6396d2bcb6ab', '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": "8f42d4840fa1465c8f9488b0a0d34ca1", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "b213abcf-3238-4482-96dc-6252d0268a87", "created_at": "2023-04-18T14:49:06Z", "updated_at": "2023-04-18T14:49:06Z", "tags": [], "self": "/v2/images/b213abcf-3238-4482-96dc-6252d0268a87", "file": "/v2/images/b213abcf-3238-4482-96dc-6252d0268a87/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:49:06,747 79789 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/b213abcf-3238-4482-96dc-6252d0268a87/file 1.094s 2023-04-18 14:49:06,747 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 14:49:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': ' text/html; charset=UTF-8', 'x-openstack-request-id': 'req-7a0ccfdf-c250-493c-aa81-98609ca5d042', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/b213abcf-3238-4482-96dc-6252d0268a87/file'} Body: b'' 2023-04-18 14:49:06,768 79789 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/b213abcf-3238-4482-96dc-6252d0268a87 0.019s 2023-04-18 14:49:06,768 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:49:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-1962173a-d5ee-492b-acb7-60c0e1942602', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b213abcf-3238-4482-96dc-6252d0268a87'} 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": "23da22871588e30b4b7621afc0833ab3", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "8f42d4840fa1465c8f9488b0a0d34ca1", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "fc91e109b08e1b00c89498ce5f792243c525da1474a98772b12bd1ac740f9625d87718e46378d50473d5946364931bab220452cbb8ca434fa4558e9e768572bb", "id": "b213abcf-3238-4482-96dc-6252d0268a87", "created_at": "2023-04-18T14:49:06Z", "updated_at": "2023-04-18T14:49:07Z", "tags": [], "self": "/v2/images/b213abcf-3238-4482-96dc-6252d0268a87", "file": "/v2/images/b213abcf-3238-4482-96dc-6252d0268a87/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:49:06,787 79789 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/b213abcf-3238-4482-96dc-6252d0268a87 0.018s 2023-04-18 14:49:06,788 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:49:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-cf81f5cd-f766-4a24-aee7-8b42bcab2cfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b213abcf-3238-4482-96dc-6252d0268a87'} 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": "23da22871588e30b4b7621afc0833ab3", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "8f42d4840fa1465c8f9488b0a0d34ca1", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "fc91e109b08e1b00c89498ce5f792243c525da1474a98772b12bd1ac740f9625d87718e46378d50473d5946364931bab220452cbb8ca434fa4558e9e768572bb", "id": "b213abcf-3238-4482-96dc-6252d0268a87", "created_at": "2023-04-18T14:49:06Z", "updated_at": "2023-04-18T14:49:07Z", "tags": [], "self": "/v2/images/b213abcf-3238-4482-96dc-6252d0268a87", "file": "/v2/images/b213abcf-3238-4482-96dc-6252d0268a87/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:49:06,807 79789 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/b213abcf-3238-4482-96dc-6252d0268a87 0.018s 2023-04-18 14:49:06,807 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {' Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:49:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-57089be7-159c-4e47-b929-086e1d601bf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b213abcf-3238-4482-96dc-6252d0268a87'} 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": "23da22871588e30b4b7621afc0833ab3", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "8f42d4840fa1465c8f9488b0a0d34ca1", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "fc91e109b08e1b00c89498ce5f792243c525da1474a98772b12bd1ac740f9625d87718e46378d50473d5946364931bab220452cbb8ca434fa4558e9e768572bb", "id": "b213abcf-3238-4482-96dc-6252d0268a87", "created_at": "2023-04-18T14:49:06Z", "updated_at": "2023-04-18T14:49:07Z", "tags": [], "self": "/v2/images/b213abcf-3238-4482-96dc-6252d0268a87", "file": "/v2/images/b213abcf-3238-4482-96dc-6252d0268a87/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:49:07,235 79789 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/8f42d4840fa1465c8f9488b0a0d34ca1/volumes 0.427s 2023-04-18 14:49:07,236 79789 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": "b213abcf-3238-4482-96dc-6252d0268a87", "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:49:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e2000d4-b57d-46c4-9ce0-029e227c5ae0', 'content-length': '862', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e2000d4-b57d-46c4-9ce0-029e227c5ae0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8f42d4840fa1465c8f9488b0a0d34ca1/volumes'} Body: b'{"volume": {"id": "e6b47abe-016c-44d6-9f7d-91c887ae19aa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:49:07.163794", "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/8f42d4840fa1465c8f9488b0a0d34ca1/volumes/e6b47abe-016c-44d6-9f7d-91c887ae19aa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8f42d4840fa1465c8f9488b0a0d34ca1/volumes/e6b47abe-016c-44d6-9f7d-91c887ae19aa"}], "user_id": "e0409d48dbba4038b1b0cf7981fa60fb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:49:07,290 79789 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/8f42d4840fa1465c8f9488b0a0d34ca1/volumes/e6b47abe-016c-44d6-9f7d-91c887ae19aa 0.044s 2023-04-18 14:49:07,290 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:49:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fabca433-6770-4fd8-ba91-a38c5f9cbed6', 'content-lengt h': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fabca433-6770-4fd8-ba91-a38c5f9cbed6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8f42d4840fa1465c8f9488b0a0d34ca1/volumes/e6b47abe-016c-44d6-9f7d-91c887ae19aa'} Body: b'{"volume": {"id": "e6b47abe-016c-44d6-9f7d-91c887ae19aa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:49:07.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/8f42d4840fa1465c8f9488b0a0d34ca1/volumes/e6b47abe-016c-44d6-9f7d-91c887ae19aa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8f42d4840fa1465c8f9488b0a0d34ca1/volumes/e6b47abe-016c-44d6-9f7d-91c887ae19aa"}], "user_id": "e0409d48dbba4038b1b0cf7981fa60fb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8f42d4840fa1465c8f9488b0a0d34ca1"}}' 2023-04-18 14:49:08,345 79789 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/8f42d4840fa1465c8f9488b0a0d34ca1/volumes/e6b47abe-016c-44d6-9f7d-91c887ae19aa 0.043s 2023-04-18 14:49:08,346 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:49:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-666a663d-a9ad-41fa-b066-58462c2f7f56', 'content-length': '951', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-666a663d-a9ad-41fa-b066-58462c2f7f56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8f42d4840fa1465c8f9488b0a0d34ca1/volumes/e6b47abe-016c-44d6-9f7d-91c887ae19aa'} Body: b'{"volume": {"id": "e6b47abe-016c-44d6-9f7d-91c887ae19aa", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:49:07.000000", "updated_at": "2023-04-18T14:49:07.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/8f42d4840fa1465c8f9488b0a0d34ca1/volumes/e6b47abe-016c-44d6-9f7d-91c887ae19aa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8f42d4840fa1465c8f9488b0a0d34ca1/volumes/e6b47abe-016c-44d6-9f7d-91c887ae19aa"}], "user_id": "e0409d48dbba4038b1b0cf7981fa60fb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8f42d4840fa1465c8f9488b0a0d34ca1"}}' {1} setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests) ... SKIPPED: Volume multi-attach is not available. ============================== Failed 96 tests - output below: ============================== 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 7becda43-83ec-4b8d-9b40-f9165c3eaffc failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:28:50,252 79807 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.427s 2023-04-18 14:28:50,252 79807 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-857823276"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:28:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '344', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/7becda43-83ec-4b8d-9b40-f9165c3eaffc', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae1639b1-0d41-4189-90f8-a9de48fad43b', 'x-compute-request-id': 'req-ae1639b1-0d41-4189-90f8-a9de48fad43b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "7becda43-83ec-4b8d-9b40-f9165c3eaffc", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-18T14:28:49.859377", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-857823276", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2023-04-18 14:28:50,502 79807 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/7becda43-83ec-4b8d-9b40-f9165c3eaffc 0.242s 2023-04-18 14:28:50,502 79807 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:28:50 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-9444dca2-d912-45b0-abeb-20ad2ab290de', 'x-compute-request-id': 'req-9444dca2-d912-45b0-abeb-20ad2ab290de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/7becda43-83ec-4b8d-9b40-f9165c3eaffc'} Body: b'{"volume": {"id": "7becda43-83ec-4b8d-9b40-f9165c3eaffc", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-18T14:28:50.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-857823276", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2023-04-18 14:28:51,575 79807 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/7becda43-83ec-4b8d-9b40-f9165c3eaffc 0.067s 2023-04-18 14:28:51,576 79807 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:28:51 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-7226db06-e753-4c7f-aa5b-1fe5670e074e', 'x-compute-request-id': 'req-7226db06-e753-4c7f-aa5b-1fe5670e074e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/7becda43-83ec-4b8d-9b40-f9165c3eaffc'} Body: b'{"volume": {"id": "7becda43-83ec-4b8d-9b40-f9165c3eaffc", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-18T1 4:28:50.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-857823276", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 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 7677917d-29d7-48d9-bf67-f99067e6523e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:28:50,763 79805 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 1.757s 2023-04-18 14:28:50,763 79805 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-1362178208", "metadata": {"Type": "work"}}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:28:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '353', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/7677917d-29d7-48d9-bf67-f99067e6523e', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c25c2d5e-14f9-4d6e-a308-77ce3c9edb00', 'x-compute-request-id': 'req-c25c2d5e-14f9-4d6e-a308-77ce3c9edb00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "7677917d-29d7-48d9-bf67-f99067e6523e", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-18T14:28:50.567412", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1362178208", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2023-04-18 14:28:51,084 79805 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/7677917d-29d7-48d9-bf67-f99067e6523e 0.314s 2023-04-18 14:28:51,084 79805 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:28:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '353', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d77af411-1406-4506-a071-562258639a45', 'x-compute-request-id': 'req-d77af411-1406-4506-a071-562258639a45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/7677917d-29d7-48d9-bf67-f99067e6523e'} Body: b'{"volume": {"id": "7677917d-29d7-48d9-bf67-f99067e6523e", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-18T14:28:51.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1362178208", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2023-04-18 14:28:52,151 79805 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/7677917d-29d7-48d9-bf67-f99067e6523e 0.061s 2023-04-18 14:28:52,151 79805 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:28:52 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-cccb9f11-0007-4f46-903d-888caaa6ef14', 'x-compute-request-id': 'req-cccb9f11-0007-4f46-903d-888caaa6ef14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/7677917d-29d7-48d9-bf67-f99067e6523e'} Body: b'{"volume": {"id": "7677917d-29d7-48d9-bf67-f99067e6523e", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-18T14:28:51.000000 ", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1362178208", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 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 5ad17c9b-7c37-466f-8bb1-6e06ac065341 failed to build and is in ERROR status 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 27ee8245-ffe4-4537-b3b6-9ba53fc460ea failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:29:04,178 79805 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 POST http://10.0.0.210/volume/v3/1d7f9200c47540438de0cdc9b5c3722b/types 0.163s 2023-04-18 14:29:04,178 79805 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-451341916"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aca5ce46-d9cd-4e5a-a645-911201156f24', 'content-length': '219', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aca5ce46-d9cd-4e5a-a645-911201156f24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1d7f9200c47540438de0cdc9b5c3722b/types'} Body: b'{"volume_type": {"id": "92175de1-c900-4545-98f8-14fccd6a49a7", "name": "tempest-GroupsV314Test-volume-type-451341916", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 14:29:04,220 79805 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/1d7f9200c47540438de0cdc9b5c3722b/group_types 0.038s 2023-04-18 14:29:04,221 79805 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-1337640582"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c70655f-a229-462c-ac33-ea68a86242de', 'content-length': '177', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c70655f-a229-462c-ac33-ea68a86242de', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1d7f9200c47540438de0cdc9b5c3722b/group_types'} Body: b'{"group_type": {"id": "7595edb4-7c8b-49f9-ac39-60cc5d3f7da7", "name": "tempest-GroupsV314Test-group-type-1337640582", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 14:29:04,457 79805 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/27d744769ce546f79a463e106782b230/groups 0.233s 2023-04-18 14:29:04,457 79805 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": "7595edb4-7c8b-49f9-ac39-60cc5d3f7da7", "volume_types": ["92175de1-c900-4545-98f8-14fccd6a49a7"], "name": "tempest-GroupsV314Test-Group-1307862350"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35b3f3d0-6346-4040-a102-5753ceec6c98', 'content-length': '108', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35b3f3d0-6346-4040-a102-5753ceec6c98', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/27d744769ce546f79a463e106782b230/groups'} Body: b'{"group": {"id": "27ee8245-ffe4-4537-b3b6-9ba53fc460ea", "name": "tempest-GroupsV314Test-Group-1307862350"}}' 2023-04-18 14:29:04,551 79805 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/27d744769ce546f79a463e106782b230/groups/27ee8245-ffe4-4537-b3b6-9ba53fc460ea 0.092s 2023-04-18 14:29:04,551 79805 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Ac cept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbfe45b2-86a7-4e79-ad8a-4227c477930b', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbfe45b2-86a7-4e79-ad8a-4227c477930b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/27d744769ce546f79a463e106782b230/groups/27ee8245-ffe4-4537-b3b6-9ba53fc460ea'} Body: b'{"group": {"id": "27ee8245-ffe4-4537-b3b6-9ba53fc460ea", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-18T14:29:04.000000", "name": "tempest-GroupsV314Test-Group-1307862350", "description": null, "group_type": "7595edb4-7c8b-49f9-ac39-60cc5d3f7da7", "volume_types": ["92175de1-c900-4545-98f8-14fccd6a49a7"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 14:29:05,603 79805 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/27d744769ce546f79a463e106782b230/groups/27ee8245-ffe4-4537-b3b6-9ba53fc460ea 0.048s 2023-04-18 14:29:05,604 79805 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 14:29:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff526c32-fa84-4aa6-bb2f-1ea68789caa4', 'content-length': '385', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff526c32-fa84-4aa6-bb2f-1ea68789caa4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/27d744769ce546f79a463e106782b230/groups/27ee8245-ffe4-4537-b3b6-9ba53fc460ea'} Body: b'{"group": {"id": "27ee8245-ffe4-4537-b3b6-9ba53fc460ea", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T14:29:04.000000", "name": "tempest-GroupsV314Test-Group-1307862350", "description": null, "group_type": "7595edb4-7c8b-49f9-ac39-60cc5d3f7da7", "volume_types": ["92175de1-c900-4545-98f8-14fccd6a49a7"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 14:29:05,668 79805 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/27d744769ce546f79a463e106782b230/volumes/detail 0.059s 2023-04-18 14:29:05,668 79805 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 14:29:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-333d4eb8-aeb1-414e-8c30-fca9f4163a64', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-333d4eb8-aeb1-414e-8c30-fca9f4163a64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/27d744769ce546f79a463e106782b230/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 14:29:05,772 79805 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/27d744769ce546f79a463e106782b230/groups/27ee8245-ffe4-4537-b3b6-9ba53fc460ea/action 0.092s 2023-04-18 14:29:05,772 79805 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 14:29:05 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-ab4881d9-31b7-4a04-bab3-29eb7fc64e10', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/27d744769ce546f79a463e106782b230/groups/27ee8245-ffe4-4537-b3b6-9ba53fc460ea/action'} Body: b'' 2023-04-18 14:29:05,791 79805 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/27d744769ce546f79a463e106782b230/groups/27ee8245-ffe4-4537-b3b6-9ba53fc460ea 0.019s 2023-04-18 14:29:05,792 79805 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 14:29:05 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-59373e25-de47-41f4-b270-3e2b01cb500e', 'x-openstack-request-id': 'req-59373e25-de47-41f4-b270-3e2b01cb500e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/27d744769ce546f79a463e106782b230/groups/27ee8245-ffe4-4537-b3b6-9ba53fc460ea'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 27ee8245-ffe4-4537-b3b6-9ba53fc460ea could not be found."}}' 2023-04-18 14:29:05,830 79805 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/1d7f9200c47540438de0cdc9b5c3722b/group_types/7595edb4-7c8b-49f9-ac39-60cc5d3f7da7 0.038s 2023-04-18 14:29:05,831 79805 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 14:29:05 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-3320294d-a726-4c0f-82ef-b24c88e3e8b8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1d7f9200c47540438de0cdc9b5c3722b/group_types/7595edb4-7c8b-49f9-ac39-60cc5d3f7da7'} Body: b'' 2023-04-18 14:29:05,887 79805 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/1d7f9200c47540438de0cdc9b5c3722b/types/92175de1-c900-4545-98f8-14fccd6a49a7 0.056s 2023-04-18 14:29:05,887 79805 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29: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-606ea610-0ff3-446b-b6b9-a5e591c2a245', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1d7f9200c47540438de0cdc9b5c3722b/types/92175de1-c900-4545-98f8-14fccd6a49a7'} Body: b'' 2023-04-18 14:29:05,904 79805 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/1d7f9200c47540438de0cdc9b5c3722b/types/92175de1-c900-4545-98f8-14fccd6a49a7 0.016s 2023-04-18 14:29:05,904 79805 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Ve rsion', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-83d4c529-5d65-48ad-bcb7-a7237da3d512', 'x-openstack-request-id': 'req-83d4c529-5d65-48ad-bcb7-a7237da3d512', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/1d7f9200c47540438de0cdc9b5c3722b/types/92175de1-c900-4545-98f8-14fccd6a49a7'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 92175de1-c900-4545-98f8-14fccd6a49a7 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 3a498818-9ea6-4f77-8941-4118ec8dff83 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:29:08,698 79797 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 202 POST http://10.0.0.210/volume/v3/466a06723cfa4472aca12614b6b37c06/volumes 0.494s 2023-04-18 14:29:08,699 79797 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-1831617313"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2c36ea2-8654-4126-9733-5483c9bdb348', 'content-length': '832', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2c36ea2-8654-4126-9733-5483c9bdb348', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/466a06723cfa4472aca12614b6b37c06/volumes'} Body: b'{"volume": {"id": "3a498818-9ea6-4f77-8941-4118ec8dff83", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:08.602662", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1831617313", "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/466a06723cfa4472aca12614b6b37c06/volumes/3a498818-9ea6-4f77-8941-4118ec8dff83"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/466a06723cfa4472aca12614b6b37c06/volumes/3a498818-9ea6-4f77-8941-4118ec8dff83"}], "user_id": "9d0430abc55e431f9264317a1aa2c432", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:29:08,748 79797 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/466a06723cfa4472aca12614b6b37c06/volumes/3a498818-9ea6-4f77-8941-4118ec8dff83 0.039s 2023-04-18 14:29:08,748 79797 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9db4acae-4823-49ac-9da1-783473dd6e9a', 'content-length': '900', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9db4acae-4823-49ac-9da1-783473dd6e9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/466a06723cfa4472aca12614b6b37c06/volumes/3a498818-9ea6-4f77-8941-4118ec8dff83'} Body: b'{"volume": {"id": "3a498818-9ea6-4f77-8941-4118ec8dff83", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:09.000000", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1831617313", "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/466a06723cfa4472aca12614b6b37c06/volumes/3a498818-9ea6-4f77-8941-4118ec8dff83"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/466a06723cfa4472aca12614b6b37c06/volumes/3a498818-9ea6-4f77-8941-4118ec8dff83"}], "user_id": "9d0430abc55e431f9264317a1aa2c432", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "466a06723cfa4472aca12614b6b37c06"}}' 2023-04-18 14:29:09,804 79797 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/466a06723cfa4472aca12614b6b37c06/volumes/3a498818-9ea6-4f77-8941-4118ec 8dff83 0.044s 2023-04-18 14:29:09,804 79797 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb78a722-aeef-484f-a3b4-746cae1529dd', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb78a722-aeef-484f-a3b4-746cae1529dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/466a06723cfa4472aca12614b6b37c06/volumes/3a498818-9ea6-4f77-8941-4118ec8dff83'} Body: b'{"volume": {"id": "3a498818-9ea6-4f77-8941-4118ec8dff83", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:09.000000", "updated_at": "2023-04-18T14:29:09.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1831617313", "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/466a06723cfa4472aca12614b6b37c06/volumes/3a498818-9ea6-4f77-8941-4118ec8dff83"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/466a06723cfa4472aca12614b6b37c06/volumes/3a498818-9ea6-4f77-8941-4118ec8dff83"}], "user_id": "9d0430abc55e431f9264317a1aa2c432", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "466a06723cfa4472aca12614b6b37c06"}}' 2023-04-18 14:29:09,869 79797 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/466a06723cfa4472aca12614b6b37c06/volumes/3a498818-9ea6-4f77-8941-4118ec8dff83 0.051s 2023-04-18 14:29:09,869 79797 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28432b25-7bfe-4caf-a510-ef91602b321b', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28432b25-7bfe-4caf-a510-ef91602b321b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/466a06723cfa4472aca12614b6b37c06/volumes/3a498818-9ea6-4f77-8941-4118ec8dff83'} Body: b'{"volume": {"id": "3a498818-9ea6-4f77-8941-4118ec8dff83", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:09.000000", "updated_at": "2023-04-18T14:29:09.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1831617313", "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/466a06723cfa4472aca12614b6b37c06/volumes/3a498818-9ea6-4f77-8941-4118ec8dff83"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/466a06723cfa4472aca12614b6b37c06/volumes/3a498818-9ea6-4f77-8941-4118ec8dff83"}], "user_id": "9d0430abc55e431f9264317a1aa2c432", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "466a06723cfa4472aca12614b6b37c06"}}' 2023-04-18 14:29:09,976 79797 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/466a06723cfa4472aca12614b6b37c06/volumes/3a498818-9ea6-4f77-8941-4118ec8dff83 0.096s 2023-04-18 14:29:09,976 79797 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 14:29:09 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-c02b6cfc-c578-4fb2-b1e6-a56b13b9f5ac', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/466a06723cfa4472aca12614b6b37c06/volumes/3a498818-9ea6-4f77-8941-4118ec8dff83'} Body: b'' 2023-04-18 14:29:10,000 79797 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/466a06723cfa4472aca12614b6b37c06/volumes/3a498818-9ea6-4f77-8941-4118ec8dff83 0.023s 2023-04-18 14:29:10,000 79797 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29: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-0106a580-4a4f-44e3-aa1f-fec021e27bb1', 'x-openstack-request-id': 'req-0106a580-4a4f-44e3-aa1f-fec021e27bb1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/466a06723cfa4472aca12614b6b37c06/volumes/3a498818-9ea6-4f77-8941-4118ec8dff83'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3a498818-9ea6-4f77-8941-4118ec8dff83 could not be found."}}' 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 fd17f4e7-fe00-49fe-97ad-be0ca1b0e40d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:29:15,011 79805 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 POST http://10.0.0.210/volume/v3/6dd4b1c292764d3cb6c2c42a03f29077/types 0.145s 2023-04-18 14:29:15,011 79805 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-1049731801"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d43b4231-176b-40b3-8dfb-a6fd97b61f58', 'content-length': '220', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d43b4231-176b-40b3-8dfb-a6fd97b61f58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6dd4b1c292764d3cb6c2c42a03f29077/types'} Body: b'{"volume_type": {"id": "e0a32d23-7335-40e5-b3ca-a71d896d64cc", "name": "tempest-GroupsV320Test-volume-type-1049731801", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 14:29:15,056 79805 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/6dd4b1c292764d3cb6c2c42a03f29077/group_types 0.042s 2023-04-18 14:29:15,056 79805 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-239159674"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-239fe402-9dac-433c-af6b-b902cae6e841', 'content-length': '176', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-239fe402-9dac-433c-af6b-b902cae6e841', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6dd4b1c292764d3cb6c2c42a03f29077/group_types'} Body: b'{"group_type": {"id": "485a8fb0-d091-4cf5-b652-0f1511566009", "name": "tempest-GroupsV320Test-group-type-239159674", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 14:29:15,289 79805 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/ef6ff46e0590496da21af13882a10f12/groups 0.230s 2023-04-18 14:29:15,290 79805 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": "485a8fb0-d091-4cf5-b652-0f1511566009", "volume_types": ["e0a32d23-7335-40e5-b3ca-a71d896d64cc"], "name": "tempest-GroupsV320Test-Group-191288871"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eba3be59-3c3b-46b3-9a9e-29985f1b52eb', 'content-length': '107', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eba3be59-3c3b-46b3-9a9e-29985f1b52eb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ef6ff46e0590496da21af13882a10f12/groups'} Body: b'{"group": {"id": "fd17f4e7-fe00-49fe-97ad-be0ca1b0e40d", "name": "tempest-GroupsV320Test-Group-191288871"}}' 2023-04-18 14:29:15,341 79805 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/ef6ff46e0590496da21af13882a10f12/groups/fd17f4e7-fe00-49fe-97ad-be0ca1b0e40d 0.049s 2023-04-18 14:29:15,342 79805 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 14:29:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01e3ace5-b6ba-4d43-8056-ca81e198abd7', 'content-length': '387', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01e3ace5-b6ba-4d43-8056-ca81e198abd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ef6ff46e0590496da21af13882a10f12/groups/fd17f4e7-fe00-49fe-97ad-be0ca1b0e40d'} Body: b'{"group": {"id": "fd17f4e7-fe00-49fe-97ad-be0ca1b0e40d", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-18T14:29:15.000000", "name": "tempest-GroupsV320Test-Group-191288871", "description": null, "group_type": "485a8fb0-d091-4cf5-b652-0f1511566009", "volume_types": ["e0a32d23-7335-40e5-b3ca-a71d896d64cc"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 14:29:16,376 79805 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/ef6ff46e0590496da21af13882a10f12/groups/fd17f4e7-fe00-49fe-97ad-be0ca1b0e40d 0.029s 2023-04-18 14:29:16,377 79805 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 14:29:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d5de2b0-1596-47b9-bfde-2f377e20158f', 'content-length': '384', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d5de2b0-1596-47b9-bfde-2f377e20158f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ef6ff46e0590496da21af13882a10f12/groups/fd17f4e7-fe00-49fe-97ad-be0ca1b0e40d'} Body: b'{"group": {"id": "fd17f4e7-fe00-49fe-97ad-be0ca1b0e40d", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T14:29:15.000000", "name": "tempest-GroupsV320Test-Group-191288871", "description": null, "group_type": "485a8fb0-d091-4cf5-b652-0f1511566009", "volume_types": ["e0a32d23-7335-40e5-b3ca-a71d896d64cc"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 14:29:16,459 79805 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/ef6ff46e0590496da21af13882a10f12/volumes/detail 0.077s 2023-04-18 14:29:16,459 79805 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 14:29:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5144f27c-d972-4016-97d5-bd0f847ef8eb', 'content-length': '15', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5144f27c-d972-4016-97d5-bd0f847ef8eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ef6ff46e0590496da21af13882a10f12/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 14:29:16,553 79805 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/ef6ff46e0590496da21af13882a10f12/groups/fd17f4e7-fe00-49fe-97ad-be0ca1b0e40d/action 0.084s 2023-04-18 14:29:16,553 79805 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 14:29:16 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-76962b73-7c88-4be0-9f0b-1353eb01ee28', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ef6ff46e0590496da21af13882a10f12/groups/fd17f4e7-fe00-49fe-97ad-be0ca1b0e40d/action'} Body: b'' 2023-04-18 14:29:16,569 79805 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/ef6ff46e0590496da21af13882a10f12/groups/fd17f4e7-fe00-49fe-97ad-be0ca1b0e40d 0.015s 2023-04-18 14:29:16,569 79805 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 14:29:16 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-70b3f70c-cc0d-4b65-b850-a693e3821b5f', 'x-openstack-request-id': 'req-70b3f70c-cc0d-4b65-b850-a693e3821b5f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ef6ff46e0590496da21af13882a10f12/groups/fd17f4e7-fe00-49fe-97ad-be0ca1b0e40d'} Body: b'{"itemNotFound": {"code": 404, "message": "Group fd17f4e7-fe00-49fe-97ad-be0ca1b0e40d could not be found."}}' 2023-04-18 14:29:16,602 79805 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/6dd4b1c292764d3cb6c2c42a03f29077/group_types/485a8fb0-d091-4cf5-b652-0f1511566009 0.032s 2023-04-18 14:29:16,602 79805 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 14:29:16 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-db983cb7-cc23-4294-9bf0-4d74ce799b50', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6dd4b1c292764d3cb6c2c42a03f29077/group_types/485a8fb0-d091-4cf5-b652-0f1511566009'} Body: b'' 2023-04-18 14:29:16,729 79805 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/6dd4b1c292764d3cb6c2c42a03f29077/types/e0a32d23-7335-40e5-b3ca-a71d896d64cc 0.126s 2023-04-18 14:29:16,729 79805 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:16 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-32c39fe7-11e8-4a02-bcb9-32d19f137748', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6dd4b1c292764d3cb6c2c42a03f29077/types/e0a32d23-7335-40e5-b3ca-a71d896d64cc'} Body: b'' 2023-04-18 14:29:16,752 79805 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/6dd4b1c292764d3cb6c2c42a03f29077/types/e0a32d23-7335-40e5-b3ca-a71d896d64cc 0.023s 2023-04-18 14:29:16,753 79805 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:16 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-d8530d9e-ec34-411c-b684-e12fa5608f29', 'x-openstack-request-id': 'req-d8530d9e-ec34-411c-b684-e12fa5608f29', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/6dd4b1c292764d3cb6c2c42a03f29077/types/e0a32d23-7335-40e5-b3ca-a71d896d64cc'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type e0a32d23-7335-40e5-b3ca-a71d896d64cc 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 3ed1ba06-00e8-4f23-a9b2-334af2fa0674 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:29:19,518 79797 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes 0.748s 2023-04-18 14:29:19,522 79797 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-1365775829"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02d6d9e3-8af6-4108-9e9b-d11c9cc95dae', 'content-length': '886', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02d6d9e3-8af6-4108-9e9b-d11c9cc95dae', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes'} Body: b'{"volume": {"id": "3ed1ba06-00e8-4f23-a9b2-334af2fa0674", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:19.414573", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1365775829", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/3ed1ba06-00e8-4f23-a9b2-334af2fa0674"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/3ed1ba06-00e8-4f23-a9b2-334af2fa0674"}], "user_id": "da72e0631a2f4f33a70f88e5f08c8957", "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 14:29:19,609 79797 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/3ed1ba06-00e8-4f23-a9b2-334af2fa0674 0.077s 2023-04-18 14:29:19,609 79797 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 14:29:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2c2dc37-476d-4de8-a570-fd4ac92c0abc', 'content-length': '954', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2c2dc37-476d-4de8-a570-fd4ac92c0abc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/3ed1ba06-00e8-4f23-a9b2-334af2fa0674'} Body: b'{"volume": {"id": "3ed1ba06-00e8-4f23-a9b2-334af2fa0674", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:19.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1365775829", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/3ed1ba06-00e8-4f23-a9b2-334af2fa0674"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/3ed1ba06-00e8-4f23-a9b2-334af2fa0674"}], "user_id": "da72e0631a2f4f33a70f88e5f08c8957", "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": "13a96e56f8cb412aa4ec96d50aab5ad6"}}' 2023-04-18 14:29:20,670 79797 INFO [tempest.lib.common.rest_client] Request (Volumes TransfersV357Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/3ed1ba06-00e8-4f23-a9b2-334af2fa0674 0.045s 2023-04-18 14:29:20,670 79797 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 14:29:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5b72692-9fa8-4cb7-a801-ca8ae3c818c9', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5b72692-9fa8-4cb7-a801-ca8ae3c818c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/3ed1ba06-00e8-4f23-a9b2-334af2fa0674'} Body: b'{"volume": {"id": "3ed1ba06-00e8-4f23-a9b2-334af2fa0674", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:19.000000", "updated_at": "2023-04-18T14:29:20.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1365775829", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/3ed1ba06-00e8-4f23-a9b2-334af2fa0674"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/3ed1ba06-00e8-4f23-a9b2-334af2fa0674"}], "user_id": "da72e0631a2f4f33a70f88e5f08c8957", "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": "13a96e56f8cb412aa4ec96d50aab5ad6"}}' 2023-04-18 14:29:20,721 79797 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/3ed1ba06-00e8-4f23-a9b2-334af2fa0674 0.039s 2023-04-18 14:29:20,721 79797 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 14:29:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e7d4a55-800b-4300-a20c-549a1ea49117', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e7d4a55-800b-4300-a20c-549a1ea49117', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/3ed1ba06-00e8-4f23-a9b2-334af2fa0674'} Body: b'{"volume": {"id": "3ed1ba06-00e8-4f23-a9b2-334af2fa0674", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:19.000000", "updated_at": "2023-04-18T14:29:20.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1365775829", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/3ed1ba06-00e8-4f23-a9b2-334af2fa0674"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/3ed1ba06-00e8-4f23-a9b2-334af2fa0674"}], "user_id": "da72e0631a2f4f33a70f88e5f08c8957", "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": "13a96e56f8cb412aa4ec96d50aab5ad6"}}' 2023-04-18 14:29:20,870 79797 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Tes t:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/3ed1ba06-00e8-4f23-a9b2-334af2fa0674 0.138s 2023-04-18 14:29:20,870 79797 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 14:29:20 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-0afc6f05-b640-4994-ad53-e2eb3498c913', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/3ed1ba06-00e8-4f23-a9b2-334af2fa0674'} Body: b'' 2023-04-18 14:29:20,901 79797 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/3ed1ba06-00e8-4f23-a9b2-334af2fa0674 0.029s 2023-04-18 14:29:20,901 79797 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 14:29:20 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-d27311d2-d311-47ac-bfdb-0fd1a9423cb9', 'x-openstack-request-id': 'req-d27311d2-d311-47ac-bfdb-0fd1a9423cb9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/3ed1ba06-00e8-4f23-a9b2-334af2fa0674'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3ed1ba06-00e8-4f23-a9b2-334af2fa0674 could not be found."}}' 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 24a4370d-574e-49e2-9c4b-26ab67479032 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:29:21,216 79797 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes 0.312s 2023-04-18 14:29:21,216 79797 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-1609468143"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89a2f7e9-9b5e-40dd-a005-a67a8850840e', 'content-length': '886', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89a2f7e9-9b5e-40dd-a005-a67a8850840e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes'} Body: b'{"volume": {"id": "24a4370d-574e-49e2-9c4b-26ab67479032", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:21.147947", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1609468143", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/24a4370d-574e-49e2-9c4b-26ab67479032"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/24a4370d-574e-49e2-9c4b-26ab67479032"}], "user_id": "da72e0631a2f4f33a70f88e5f08c8957", "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 14:29:21,292 79797 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/24a4370d-574e-49e2-9c4b-26ab67479032 0.066s 2023-04-18 14:29:21,292 79797 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 14:29:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c6dae39-6bb9-4396-97e8-4f8772efe125', 'content-length': '954', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c6dae39-6bb9-4396-97e8-4f8772efe125', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/24a4370d-574e-49e2-9c4b-26ab67479032'} Body: b'{"volume": {"id": "24a4370d-574e-49e2-9c4b-26ab67479032", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:21.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1609468143", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/24a4370d-574e-49e2-9c4b-26ab67479032"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/24a4370d-574e-49e2-9c4b-26ab67479032"}], "user_id": "da72e0631a2f4f33a70f88e5f08c8957", "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": "13a96e56f8cb412aa4ec96d50aab5ad6"}}' 2023-04-18 14:29:22,382 79797 INFO [tempest.lib.common.rest_client] Request (VolumesTransfer sV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/24a4370d-574e-49e2-9c4b-26ab67479032 0.077s 2023-04-18 14:29:22,382 79797 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 14:29:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0dab8e11-a6cf-4afb-b186-6e0fd9714a8d', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0dab8e11-a6cf-4afb-b186-6e0fd9714a8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/24a4370d-574e-49e2-9c4b-26ab67479032'} Body: b'{"volume": {"id": "24a4370d-574e-49e2-9c4b-26ab67479032", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:21.000000", "updated_at": "2023-04-18T14:29:21.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1609468143", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/24a4370d-574e-49e2-9c4b-26ab67479032"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/24a4370d-574e-49e2-9c4b-26ab67479032"}], "user_id": "da72e0631a2f4f33a70f88e5f08c8957", "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": "13a96e56f8cb412aa4ec96d50aab5ad6"}}' 2023-04-18 14:29:22,487 79797 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/24a4370d-574e-49e2-9c4b-26ab67479032 0.094s 2023-04-18 14:29:22,488 79797 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 14:29:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e41ad4d-8b44-49d4-b92c-21f95c33b985', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e41ad4d-8b44-49d4-b92c-21f95c33b985', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/24a4370d-574e-49e2-9c4b-26ab67479032'} Body: b'{"volume": {"id": "24a4370d-574e-49e2-9c4b-26ab67479032", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:21.000000", "updated_at": "2023-04-18T14:29:21.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1609468143", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/24a4370d-574e-49e2-9c4b-26ab67479032"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/24a4370d-574e-49e2-9c4b-26ab67479032"}], "user_id": "da72e0631a2f4f33a70f88e5f08c8957", "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": "13a96e56f8cb412aa4ec96d50aab5ad6"}}' 2023-04-18 14:29:22,614 79797 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_clean ups): 202 DELETE http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/24a4370d-574e-49e2-9c4b-26ab67479032 0.114s 2023-04-18 14:29:22,615 79797 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 14:29:22 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-4a1a31f4-2711-4a4d-a05c-9f1764646e32', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/24a4370d-574e-49e2-9c4b-26ab67479032'} Body: b'' 2023-04-18 14:29:22,645 79797 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/24a4370d-574e-49e2-9c4b-26ab67479032 0.030s 2023-04-18 14:29:22,645 79797 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 14:29:22 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-120015dd-c59e-4c8b-b972-d523329756ac', 'x-openstack-request-id': 'req-120015dd-c59e-4c8b-b972-d523329756ac', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/13a96e56f8cb412aa4ec96d50aab5ad6/volumes/24a4370d-574e-49e2-9c4b-26ab67479032'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 24a4370d-574e-49e2-9c4b-26ab67479032 could not be found."}}' 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 7c0d7c29-e553-42c0-ab36-a09ab644d81f failed to build and is in ERROR status 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 65b2dfb3-8c46-4922-92f0-6b426b9ea5b5 failed to build and is in ERROR status 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 5feaf65e-43a4-493b-b5a6-fd267aeb26e0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:29:30,456 79795 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/87ef3b19e5d54a4da4e01ac1da5ca9d7/volumes 0.750s 2023-04-18 14:29:30,456 79795 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-1001602192"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c0896bf-5b55-4356-8c95-db1a60e90a14', 'content-length': '812', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c0896bf-5b55-4356-8c95-db1a60e90a14', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/87ef3b19e5d54a4da4e01ac1da5ca9d7/volumes'} Body: b'{"volume": {"id": "5feaf65e-43a4-493b-b5a6-fd267aeb26e0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:30.308575", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1001602192", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/87ef3b19e5d54a4da4e01ac1da5ca9d7/volumes/5feaf65e-43a4-493b-b5a6-fd267aeb26e0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/87ef3b19e5d54a4da4e01ac1da5ca9d7/volumes/5feaf65e-43a4-493b-b5a6-fd267aeb26e0"}], "user_id": "ec2ea522fc0b4e018c4ebf46400b3d94", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:29:30,597 79795 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/87ef3b19e5d54a4da4e01ac1da5ca9d7/volumes/5feaf65e-43a4-493b-b5a6-fd267aeb26e0 0.120s 2023-04-18 14:29:30,597 79795 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1e41846-3bc6-4109-b315-0db1a64a0c1c', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1e41846-3bc6-4109-b315-0db1a64a0c1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/87ef3b19e5d54a4da4e01ac1da5ca9d7/volumes/5feaf65e-43a4-493b-b5a6-fd267aeb26e0'} Body: b'{"volume": {"id": "5feaf65e-43a4-493b-b5a6-fd267aeb26e0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:30.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1001602192", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/87ef3b19e5d54a4da4e01ac1da5ca9d7/volumes/5feaf65e-43a4-493b-b5a6-fd267aeb26e0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/87ef3b19e5d54a4da4e01ac1da5ca9d7/volumes/5feaf65e-43a4-493b-b5a6-fd267aeb26e0"}], "user_id": "ec2ea522fc0b4e018c4ebf46400b3d94", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "87ef3b19e5d54a4da4e01ac1da5ca9d7"}}' 2023-04-18 14:29:31,723 79795 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/87ef3b19e5d54a4da4e01ac1da5ca9d7/volumes/5feaf65e-43a4-493b-b5a6-fd267aeb26e0 0.112s 2023-04-18 14:29:31,723 79795 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04cf53c7-3a3e-4e70-80a4-9f3017548a59', 'content-length': '901', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04cf53c7-3a3e-4e70-80a4-9f3017548a59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/87ef3b19e5d54a4da4e01ac1da5ca9d7/volumes/5feaf65e-43a4-493b-b5a6-fd267aeb26e0'} Body: b'{"volume": {"id": "5feaf65e-43a4-493b-b5a6-fd267aeb26e0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:30.000000", "updated_at": "2023-04-18T14:29:31.000000", "name": "tempest-TestVolumeSwap-volume-1001602192", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/87ef3b19e5d54a4da4e01ac1da5ca9d7/volumes/5feaf65e-43a4-493b-b5a6-fd267aeb26e0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/87ef3b19e5d54a4da4e01ac1da5ca9d7/volumes/5feaf65e-43a4-493b-b5a6-fd267aeb26e0"}], "user_id": "ec2ea522fc0b4e018c4ebf46400b3d94", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "87ef3b19e5d54a4da4e01ac1da5ca9d7"}}' 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 d0f98f11-f11a-4973-8982-d6fcc2037e5a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:29:30,543 79807 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/dadb8375f7a64594afb4a3ae4a1e9b86/types 0.333s 2023-04-18 14:29:30,543 79807 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-1676347539", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7616a1f9-273b-4d9f-a6d5-ef42176a74b5', 'content-length': '273', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7616a1f9-273b-4d9f-a6d5-ef42176a74b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dadb8375f7a64594afb4a3ae4a1e9b86/types'} Body: b'{"volume_type": {"id": "74a6e56f-cfa7-48a5-8875-f800022273b0", "name": "tempest-VolumeTypesTest-volume-type-1676347539", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 14:29:30,685 79807 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/dadb8375f7a64594afb4a3ae4a1e9b86/types 0.138s 2023-04-18 14:29:30,685 79807 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-345750101", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83f48de0-57dd-4c5c-bf9d-83aeeec0b670', 'content-length': '272', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83f48de0-57dd-4c5c-bf9d-83aeeec0b670', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/dadb8375f7a64594afb4a3ae4a1e9b86/types'} Body: b'{"volume_type": {"id": "1d133247-d7e0-4c9a-9bc8-5dd1db6e51f7", "name": "tempest-VolumeTypesTest-volume-type-345750101", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 14:29:31,270 79807 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/19e26b79efc74baca0abb76749497a0f/volumes 0.581s 2023-04-18 14:29:31,270 79807 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-VolumeTypesTest-volume-141012140", "volume_type": "74a6e56f-cfa7-48a5-8875-f800022273b0", "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f95ad48a-058f-4c7b-a20b-87e78af1002c', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f95ad48a-058f-4c7b-a20b-87e78af1002c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/19e26b79efc74baca0abb76749497a0f/volumes'} Body: b'{"volume": {"id": "d0f98f11-f11a-4973-8982-d6fcc2037e5a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:31.177125", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-141012140", "description": null, "volum e_type": "tempest-VolumeTypesTest-volume-type-1676347539", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19e26b79efc74baca0abb76749497a0f/volumes/d0f98f11-f11a-4973-8982-d6fcc2037e5a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19e26b79efc74baca0abb76749497a0f/volumes/d0f98f11-f11a-4973-8982-d6fcc2037e5a"}], "user_id": "bb04f7b4d95a406f96d024199ec732a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:29:31,341 79807 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/19e26b79efc74baca0abb76749497a0f/volumes/d0f98f11-f11a-4973-8982-d6fcc2037e5a 0.059s 2023-04-18 14:29:31,341 79807 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ae6a6fd-9768-4a6d-bea0-053ab00ab0bf', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ae6a6fd-9768-4a6d-bea0-053ab00ab0bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19e26b79efc74baca0abb76749497a0f/volumes/d0f98f11-f11a-4973-8982-d6fcc2037e5a'} Body: b'{"volume": {"id": "d0f98f11-f11a-4973-8982-d6fcc2037e5a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:31.000000", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-141012140", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1676347539", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19e26b79efc74baca0abb76749497a0f/volumes/d0f98f11-f11a-4973-8982-d6fcc2037e5a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19e26b79efc74baca0abb76749497a0f/volumes/d0f98f11-f11a-4973-8982-d6fcc2037e5a"}], "user_id": "bb04f7b4d95a406f96d024199ec732a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19e26b79efc74baca0abb76749497a0f"}}' 2023-04-18 14:29:32,444 79807 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/19e26b79efc74baca0abb76749497a0f/volumes/d0f98f11-f11a-4973-8982-d6fcc2037e5a 0.089s 2023-04-18 14:29:32,445 79807 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e35035ec-2bc5-4117-a29f-5dc94f4393d7', 'content-length': '936', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e35035ec-2bc5-4117-a29f-5dc94f4393d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19e26b79efc74baca0abb76749497a0f/volumes/d0f98f11-f11a-4973-8982-d6fcc2037e5a'} Body: b'{"volume": {"id": "d0f98f11-f11a-4973-8982-d6fcc2037e5a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:31.000000", "updated_at": "2023-04-18T14:29:31.000000", "name": "tempest-VolumeTypesTest-volume-141012140", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1676347539", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19e26b79efc74baca0abb76749497a0f/volumes/d0f98f11-f11a-4973- 8982-d6fcc2037e5a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19e26b79efc74baca0abb76749497a0f/volumes/d0f98f11-f11a-4973-8982-d6fcc2037e5a"}], "user_id": "bb04f7b4d95a406f96d024199ec732a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19e26b79efc74baca0abb76749497a0f"}}' 2023-04-18 14:29:32,517 79807 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/19e26b79efc74baca0abb76749497a0f/volumes/d0f98f11-f11a-4973-8982-d6fcc2037e5a 0.059s 2023-04-18 14:29:32,517 79807 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-906c595f-6b18-4eb6-95ff-0cacf7c0f7dc', 'content-length': '936', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-906c595f-6b18-4eb6-95ff-0cacf7c0f7dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/19e26b79efc74baca0abb76749497a0f/volumes/d0f98f11-f11a-4973-8982-d6fcc2037e5a'} Body: b'{"volume": {"id": "d0f98f11-f11a-4973-8982-d6fcc2037e5a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:31.000000", "updated_at": "2023-04-18T14:29:31.000000", "name": "tempest-VolumeTypesTest-volume-141012140", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1676347539", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/19e26b79efc74baca0abb76749497a0f/volumes/d0f98f11-f11a-4973-8982-d6fcc2037e5a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/19e26b79efc74baca0abb76749497a0f/volumes/d0f98f11-f11a-4973-8982-d6fcc2037e5a"}], "user_id": "bb04f7b4d95a406f96d024199ec732a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "19e26b79efc74baca0abb76749497a0f"}}' 2023-04-18 14:29:32,726 79807 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/19e26b79efc74baca0abb76749497a0f/volumes/d0f98f11-f11a-4973-8982-d6fcc2037e5a 0.196s 2023-04-18 14:29:32,726 79807 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29: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-a13a9905-3954-486e-935c-0b10301438a3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/19e26b79efc74baca0abb76749497a0f/volumes/d0f98f11-f11a-4973-8982-d6fcc2037e5a'} Body: b'' 2023-04-18 14:29:32,766 79807 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/19e26b79efc74baca0abb76749497a0f/volumes/d0f98f11-f11a-4973-8982-d6fcc2037e5a 0.039s 2023-04-18 14:29:32,766 79807 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29: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-3e0c971e-c51a-4605-ab4a-5c1e283a710a', 'x-openstack-request-id': 'req-3e0c971e-c51a-4605-ab4a-5c1e283a 710a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/19e26b79efc74baca0abb76749497a0f/volumes/d0f98f11-f11a-4973-8982-d6fcc2037e5a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d0f98f11-f11a-4973-8982-d6fcc2037e5a could not be found."}}' 2023-04-18 14:29:32,870 79807 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/dadb8375f7a64594afb4a3ae4a1e9b86/types/1d133247-d7e0-4c9a-9bc8-5dd1db6e51f7 0.103s 2023-04-18 14:29:32,870 79807 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29: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-28090396-3052-453c-af77-6ea04ebb53ea', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/dadb8375f7a64594afb4a3ae4a1e9b86/types/1d133247-d7e0-4c9a-9bc8-5dd1db6e51f7'} Body: b'' 2023-04-18 14:29:32,892 79807 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/dadb8375f7a64594afb4a3ae4a1e9b86/types/1d133247-d7e0-4c9a-9bc8-5dd1db6e51f7 0.021s 2023-04-18 14:29:32,892 79807 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29: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-0f9f44ad-60ab-4fba-a8fe-981770f16e60', 'x-openstack-request-id': 'req-0f9f44ad-60ab-4fba-a8fe-981770f16e60', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/dadb8375f7a64594afb4a3ae4a1e9b86/types/1d133247-d7e0-4c9a-9bc8-5dd1db6e51f7'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 1d133247-d7e0-4c9a-9bc8-5dd1db6e51f7 could not be found."}}' 2023-04-18 14:29:33,032 79807 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/dadb8375f7a64594afb4a3ae4a1e9b86/types/74a6e56f-cfa7-48a5-8875-f800022273b0 0.139s 2023-04-18 14:29:33,033 79807 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29: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-22cab48c-d32a-417b-af20-f6664c60adc0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/dadb8375f7a64594afb4a3ae4a1e9b86/types/74a6e56f-cfa7-48a5-8875-f800022273b0'} Body: b'' 2023-04-18 14:29:33,058 79807 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/dadb8375f7a64594afb4a3ae4a1e9b86/types/74a6e56f-cfa7-48a5-8875-f800022273b0 0.024s 2023-04-18 14:29:33,058 79807 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29: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-bf4221dc-d24a-4473-86ca-c2855493ae0b', 'x-openstack-request-id': 'req-bf4221dc-d24a-4473-86ca-c2855493ae0b' , 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/dadb8375f7a64594afb4a3ae4a1e9b86/types/74a6e56f-cfa7-48a5-8875-f800022273b0'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 74a6e56f-cfa7-48a5-8875-f800022273b0 could not be found."}}' 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 91fab5df-c2d6-4277-a8f0-5520c3098898 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:29:33,804 79797 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 202 POST http://10.0.0.210/volume/v3/91763b5e46f54fc0a02627df47ce371a/volumes 1.009s 2023-04-18 14:29:33,804 79797 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-32425565"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac0914f4-ef18-4ff0-8845-0c799482ef51', 'content-length': '829', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac0914f4-ef18-4ff0-8845-0c799482ef51', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/91763b5e46f54fc0a02627df47ce371a/volumes'} Body: b'{"volume": {"id": "91fab5df-c2d6-4277-a8f0-5520c3098898", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:33.698871", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-32425565", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/91763b5e46f54fc0a02627df47ce371a/volumes/91fab5df-c2d6-4277-a8f0-5520c3098898"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/91763b5e46f54fc0a02627df47ce371a/volumes/91fab5df-c2d6-4277-a8f0-5520c3098898"}], "user_id": "51b8b0f12c1249eba4f412e7ace5e097", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:29:33,887 79797 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 200 GET http://10.0.0.210/volume/v3/91763b5e46f54fc0a02627df47ce371a/volumes/91fab5df-c2d6-4277-a8f0-5520c3098898 0.072s 2023-04-18 14:29:33,887 79797 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c893884-deef-49e6-bb30-7f0e979d38cc', 'content-length': '897', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c893884-deef-49e6-bb30-7f0e979d38cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/91763b5e46f54fc0a02627df47ce371a/volumes/91fab5df-c2d6-4277-a8f0-5520c3098898'} Body: b'{"volume": {"id": "91fab5df-c2d6-4277-a8f0-5520c3098898", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:34.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-32425565", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/91763b5e46f54fc0a02627df47ce371a/volumes/91fab5df-c2d6-4277-a8f0-5520c3098898"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/91763b5e46f54fc0a02627df47ce371a/volumes/91fab5df-c2d6-4277-a8f0-5520c3098898"}], "user_id": "51b8b0f12c1249eba4f412e7ace5e097", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "91763b5e46f54fc0a02627df47ce371a"}}' 2023-04-18 14:29:35,018 79797 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 200 GET http://10.0.0.210/volume/v3/91763b5e46f54fc0a02627df47ce371a/volumes/91fab5df-c2d 6-4277-a8f0-5520c3098898 0.116s 2023-04-18 14:29:35,018 79797 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07cc32d4-6889-4f34-baad-0fa9491f6711', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07cc32d4-6889-4f34-baad-0fa9491f6711', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/91763b5e46f54fc0a02627df47ce371a/volumes/91fab5df-c2d6-4277-a8f0-5520c3098898'} Body: b'{"volume": {"id": "91fab5df-c2d6-4277-a8f0-5520c3098898", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:34.000000", "updated_at": "2023-04-18T14:29:34.000000", "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-32425565", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/91763b5e46f54fc0a02627df47ce371a/volumes/91fab5df-c2d6-4277-a8f0-5520c3098898"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/91763b5e46f54fc0a02627df47ce371a/volumes/91fab5df-c2d6-4277-a8f0-5520c3098898"}], "user_id": "51b8b0f12c1249eba4f412e7ace5e097", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "91763b5e46f54fc0a02627df47ce371a"}}' 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 00b17e31-dedf-49e9-841c-dcd778ddba80 failed to build and is in ERROR status 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 66dc39e1-7718-431a-bc35-fedf944da9f3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:29:38,045 79801 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/326effa9854a4cff872b3b6db3659f16/volumes 1.115s 2023-04-18 14:29:38,046 79801 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-1507068456", "imageRef": "e440225d-a438-40cc-be07-38db2a963dd0"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-498b3dea-f230-4319-ad3f-8df91a7aede4', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-498b3dea-f230-4319-ad3f-8df91a7aede4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/326effa9854a4cff872b3b6db3659f16/volumes'} Body: b'{"volume": {"id": "66dc39e1-7718-431a-bc35-fedf944da9f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:37.934450", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1507068456", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/326effa9854a4cff872b3b6db3659f16/volumes/66dc39e1-7718-431a-bc35-fedf944da9f3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/326effa9854a4cff872b3b6db3659f16/volumes/66dc39e1-7718-431a-bc35-fedf944da9f3"}], "user_id": "974257d084624baa9ede53396f383783", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:29:38,144 79801 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/326effa9854a4cff872b3b6db3659f16/volumes/66dc39e1-7718-431a-bc35-fedf944da9f3 0.084s 2023-04-18 14:29:38,144 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb1970fb-0254-4e05-8aa6-41506c0c9957', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb1970fb-0254-4e05-8aa6-41506c0c9957', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/326effa9854a4cff872b3b6db3659f16/volumes/66dc39e1-7718-431a-bc35-fedf944da9f3'} Body: b'{"volume": {"id": "66dc39e1-7718-431a-bc35-fedf944da9f3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:38.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1507068456", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/326effa9854a4cff872b3b6db3659f16/volumes/66dc39e1-7718-431a-bc35-fedf944da9f3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/326effa9854a4cff872b3b6db3659f16/volumes/66dc39e1-7718-431a-bc35-fedf944da9f3"}], "user_id": "974257d084624baa9ede53396f383783", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "326effa9854a4cff872b3b6db3659f16"}}' 2023-04-18 14:29:39,205 79801 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/326effa9854a4cff872b3b6db3659f16/volumes/66dc39e1-7718-431a-bc35-fedf944da9f3 0.049s 2023-04-18 14:29:39,205 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34232207-89f9-4e62-b72b-71e2d2792f4f', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34232207-89f9-4e62-b72b-71e2d2792f4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/326effa9854a4cff872b3b6db3659f16/volumes/66dc39e1-7718-431a-bc35-fedf944da9f3'} Body: b'{"volume": {"id": "66dc39e1-7718-431a-bc35-fedf944da9f3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:38.000000", "updated_at": "2023-04-18T14:29:38.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1507068456", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/326effa9854a4cff872b3b6db3659f16/volumes/66dc39e1-7718-431a-bc35-fedf944da9f3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/326effa9854a4cff872b3b6db3659f16/volumes/66dc39e1-7718-431a-bc35-fedf944da9f3"}], "user_id": "974257d084624baa9ede53396f383783", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "326effa9854a4cff872b3b6db3659f16"}}' 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 b2439c56-c254-4948-893b-9a5aaa24fb60 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:29:41,084 79809 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/4489dac710794d1a87e5ebd312523b80/volumes 1.093s 2023-04-18 14:29:41,085 79809 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-647509810", "imageRef": "e440225d-a438-40cc-be07-38db2a963dd0"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1cd55a95-7121-4c9e-8dbd-9b433b161aac', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1cd55a95-7121-4c9e-8dbd-9b433b161aac', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4489dac710794d1a87e5ebd312523b80/volumes'} Body: b'{"volume": {"id": "b2439c56-c254-4948-893b-9a5aaa24fb60", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:40.989315", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-647509810", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4489dac710794d1a87e5ebd312523b80/volumes/b2439c56-c254-4948-893b-9a5aaa24fb60"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4489dac710794d1a87e5ebd312523b80/volumes/b2439c56-c254-4948-893b-9a5aaa24fb60"}], "user_id": "08a6e99fe9c942298c2915d8cc587df4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:29:41,166 79809 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/4489dac710794d1a87e5ebd312523b80/volumes/b2439c56-c254-4948-893b-9a5aaa24fb60 0.068s 2023-04-18 14:29:41,167 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63936b4b-233a-409e-b8b9-f465ab668d2b', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63936b4b-233a-409e-b8b9-f465ab668d2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4489dac710794d1a87e5ebd312523b80/volumes/b2439c56-c254-4948-893b-9a5aaa24fb60'} Body: b'{"volume": {"id": "b2439c56-c254-4948-893b-9a5aaa24fb60", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:41.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-647509810", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4489dac710794d1a87e5ebd312523b80/volumes/b2439c56-c254-4948-893b-9a5aaa24fb60"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4489dac710794d1a87e5ebd312523b80/volumes/b2439c56-c254-4948-893b-9a5aaa24fb60"}], "user_id": "08a6e99fe9c942298c2915d8cc587df4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4489dac710794d1a87e5ebd312523b80"}}' 2023-04-18 14:29:42,242 79809 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/4489dac710794d1a87e5ebd312523b80/volumes/b2439c56-c254-4948-893b-9a5aaa24fb60 0.062s 2023-04-18 14:29:42,243 79809 DEBUG [tem pest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-980d874c-e33e-421e-890c-1c412cbb1e54', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-980d874c-e33e-421e-890c-1c412cbb1e54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4489dac710794d1a87e5ebd312523b80/volumes/b2439c56-c254-4948-893b-9a5aaa24fb60'} Body: b'{"volume": {"id": "b2439c56-c254-4948-893b-9a5aaa24fb60", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:41.000000", "updated_at": "2023-04-18T14:29:41.000000", "name": "tempest-TaggedBootDevicesTest-volume-647509810", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4489dac710794d1a87e5ebd312523b80/volumes/b2439c56-c254-4948-893b-9a5aaa24fb60"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4489dac710794d1a87e5ebd312523b80/volumes/b2439c56-c254-4948-893b-9a5aaa24fb60"}], "user_id": "08a6e99fe9c942298c2915d8cc587df4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4489dac710794d1a87e5ebd312523b80"}}' 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 901e37b3-f5c8-4d3d-9eff-9106a058377c failed to build and is in ERROR status 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 c251e7eb-b822-4330-9868-606cf38c1f3f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:29:52,755 79795 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 POST http://10.0.0.210/volume/v3/38c99ce3cd4c477bbe2b2548490022ae/types 0.290s 2023-04-18 14:29:52,756 79795 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-736456973", "os-volume-type-access:is_public": false}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7281f147-a943-4818-ba50-00e2f277f07c', 'content-length': '228', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7281f147-a943-4818-ba50-00e2f277f07c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/38c99ce3cd4c477bbe2b2548490022ae/types'} Body: b'{"volume_type": {"id": "428694ba-1c1d-4ee5-b942-e5965d7db5ea", "name": "tempest-VolumeTypesAccessTest-volume-type-736456973", "is_public": false, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": false}}' 2023-04-18 14:29:52,963 79795 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 404 POST http://10.0.0.210/volume/v3/18b492eb370a4add9617238aa76689ba/volumes 0.204s 2023-04-18 14:29:52,963 79795 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "428694ba-1c1d-4ee5-b942-e5965d7db5ea", "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:52 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-1902d4e1-a02f-4701-8c8a-ed27ff408241', 'x-openstack-request-id': 'req-1902d4e1-a02f-4701-8c8a-ed27ff408241', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/18b492eb370a4add9617238aa76689ba/volumes'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 428694ba-1c1d-4ee5-b942-e5965d7db5ea could not be found."}}' 2023-04-18 14:29:52,964 79795 WARNING [tempest.lib.common.rest_client] Deprecated: "tenant_id" property is deprecated for removal, use "project_id" instead 2023-04-18 14:29:52,997 79795 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/38c99ce3cd4c477bbe2b2548490022ae/types/428694ba-1c1d-4ee5-b942-e5965d7db5ea/action 0.033s 2023-04-18 14:29:52,997 79795 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"addProjectAccess": {"project": "18b492eb370a4add9617238aa76689ba"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29: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-c370ff74-252b-45d5-bd82-3afdfd77a4c9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/38c99ce3cd4c477bbe2b2548490022ae/types/428694ba-1c1d-4ee5-b942-e5965d7db5ea/action'} Body: b'' 2023-04-18 14:29:53,233 79795 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/18b492eb370a4add9617238aa76689ba/volumes 0.234s 2023-04-18 14:29:53,233 79795 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "428694ba-1c1d-4ee5-b942-e5965d7db5 ea", "size": 1, "name": "tempest-VolumeTypesAccessTest-Volume-1622383940"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14a26afb-4909-4863-9f52-5bdd45e2523b', 'content-length': '859', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14a26afb-4909-4863-9f52-5bdd45e2523b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/18b492eb370a4add9617238aa76689ba/volumes'} Body: b'{"volume": {"id": "c251e7eb-b822-4330-9868-606cf38c1f3f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:53.164636", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-1622383940", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-736456973", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/18b492eb370a4add9617238aa76689ba/volumes/c251e7eb-b822-4330-9868-606cf38c1f3f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/18b492eb370a4add9617238aa76689ba/volumes/c251e7eb-b822-4330-9868-606cf38c1f3f"}], "user_id": "9315fed8e1634383a43acb64a703fce7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:29:53,286 79795 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/18b492eb370a4add9617238aa76689ba/volumes/c251e7eb-b822-4330-9868-606cf38c1f3f 0.044s 2023-04-18 14:29:53,286 79795 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d606d97d-06a9-4b99-b39a-fe74eabe13d2', 'content-length': '927', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d606d97d-06a9-4b99-b39a-fe74eabe13d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/18b492eb370a4add9617238aa76689ba/volumes/c251e7eb-b822-4330-9868-606cf38c1f3f'} Body: b'{"volume": {"id": "c251e7eb-b822-4330-9868-606cf38c1f3f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:53.000000", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-1622383940", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-736456973", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/18b492eb370a4add9617238aa76689ba/volumes/c251e7eb-b822-4330-9868-606cf38c1f3f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/18b492eb370a4add9617238aa76689ba/volumes/c251e7eb-b822-4330-9868-606cf38c1f3f"}], "user_id": "9315fed8e1634383a43acb64a703fce7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "18b492eb370a4add9617238aa76689ba"}}' 2023-04-18 14:29:54,347 79795 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/18b492eb370a4add9617238aa76689ba/volumes/c251e7eb-b822-4330-9868-606cf38c1f3f 0.048s 2023-04-18 14:29:54,347 79795 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fc0e27c-6868-4501-bfcb-010f646c21f8', 'content-length': '948', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fc0e27c-6868-4501-bfcb-010f646c21f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/18b492eb370a4add9617238aa76689ba/volumes/c251e7eb-b822-4330-9868-606cf38c1f3f'} Body: b'{"volume": {"id": "c251e7eb-b822-4330-9868-606cf38c1f3f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:53.000000", "updated_at": "2023-04-18T14:29:53.000000", "name": "tempest-VolumeTypesAccessTest-Volume-1622383940", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-736456973", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/18b492eb370a4add9617238aa76689ba/volumes/c251e7eb-b822-4330-9868-606cf38c1f3f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/18b492eb370a4add9617238aa76689ba/volumes/c251e7eb-b822-4330-9868-606cf38c1f3f"}], "user_id": "9315fed8e1634383a43acb64a703fce7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "18b492eb370a4add9617238aa76689ba"}}' 2023-04-18 14:29:54,407 79795 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/18b492eb370a4add9617238aa76689ba/volumes/c251e7eb-b822-4330-9868-606cf38c1f3f 0.048s 2023-04-18 14:29:54,408 79795 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b8559f6-9674-4908-bc97-73f810af2547', 'content-length': '948', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b8559f6-9674-4908-bc97-73f810af2547', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/18b492eb370a4add9617238aa76689ba/volumes/c251e7eb-b822-4330-9868-606cf38c1f3f'} Body: b'{"volume": {"id": "c251e7eb-b822-4330-9868-606cf38c1f3f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:53.000000", "updated_at": "2023-04-18T14:29:53.000000", "name": "tempest-VolumeTypesAccessTest-Volume-1622383940", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-736456973", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/18b492eb370a4add9617238aa76689ba/volumes/c251e7eb-b822-4330-9868-606cf38c1f3f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/18b492eb370a4add9617238aa76689ba/volumes/c251e7eb-b822-4330-9868-606cf38c1f3f"}], "user_id": "9315fed8e1634383a43acb64a703fce7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "18b492eb370a4add9617238aa76689ba"}}' 2023-04-18 14:29:54,561 79795 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/18b492eb370a4add9617238aa76689ba/volumes/c251e7eb-b822-4330-9868-606cf38c1f3f 0.142s 2023-04-18 14:29:54,561 79795 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:54 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-658f6383-71b7-434f-8ba7-51cacba0876b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/18b492eb370a4add 9617238aa76689ba/volumes/c251e7eb-b822-4330-9868-606cf38c1f3f'} Body: b'' 2023-04-18 14:29:54,590 79795 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/18b492eb370a4add9617238aa76689ba/volumes/c251e7eb-b822-4330-9868-606cf38c1f3f 0.028s 2023-04-18 14:29:54,590 79795 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:54 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-bbd7b459-abe4-4d41-9362-eb80d96255af', 'x-openstack-request-id': 'req-bbd7b459-abe4-4d41-9362-eb80d96255af', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/18b492eb370a4add9617238aa76689ba/volumes/c251e7eb-b822-4330-9868-606cf38c1f3f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c251e7eb-b822-4330-9868-606cf38c1f3f could not be found."}}' 2023-04-18 14:29:54,626 79795 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/38c99ce3cd4c477bbe2b2548490022ae/types/428694ba-1c1d-4ee5-b942-e5965d7db5ea/action 0.035s 2023-04-18 14:29:54,626 79795 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"removeProjectAccess": {"project": "18b492eb370a4add9617238aa76689ba"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:54 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-eaf305a1-2f34-4fd6-8efa-82ff67e60420', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/38c99ce3cd4c477bbe2b2548490022ae/types/428694ba-1c1d-4ee5-b942-e5965d7db5ea/action'} Body: b'' 2023-04-18 14:29:54,689 79795 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/38c99ce3cd4c477bbe2b2548490022ae/types/428694ba-1c1d-4ee5-b942-e5965d7db5ea 0.062s 2023-04-18 14:29:54,689 79795 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:54 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-a4355bda-d3e9-4d18-a18e-b53259c8aecd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/38c99ce3cd4c477bbe2b2548490022ae/types/428694ba-1c1d-4ee5-b942-e5965d7db5ea'} Body: b'' 2023-04-18 14:29:54,707 79795 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/38c99ce3cd4c477bbe2b2548490022ae/types/428694ba-1c1d-4ee5-b942-e5965d7db5ea 0.017s 2023-04-18 14:29:54,707 79795 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:54 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-6f433d7f-4f4d-4fa9-80a0-554489082c4e', 'x-openstack-request-id': 'req-6f433d7f-4f4d-4fa9-80a0-554489082c4e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/38c99ce3cd4c477bbe2b2548490 022ae/types/428694ba-1c1d-4ee5-b942-e5965d7db5ea'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 428694ba-1c1d-4ee5-b942-e5965d7db5ea 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 8e165f19-26e5-4710-962f-3e432286bc5a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:29:56,776 79801 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 202 POST http://10.0.0.210/volume/v3/4c47a4f45e06439b9a84d204502bec7d/volumes 0.533s 2023-04-18 14:29:56,777 79801 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-1696285496"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e71c44e-b1b8-4cb7-893b-658b3cc291f3', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e71c44e-b1b8-4cb7-893b-658b3cc291f3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4c47a4f45e06439b9a84d204502bec7d/volumes'} Body: b'{"volume": {"id": "8e165f19-26e5-4710-962f-3e432286bc5a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:56.700310", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-1696285496", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4c47a4f45e06439b9a84d204502bec7d/volumes/8e165f19-26e5-4710-962f-3e432286bc5a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4c47a4f45e06439b9a84d204502bec7d/volumes/8e165f19-26e5-4710-962f-3e432286bc5a"}], "user_id": "e3dcc0a987a94ba0b2a89a18ff02e2a3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:29:56,906 79801 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://10.0.0.210/volume/v3/4c47a4f45e06439b9a84d204502bec7d/volumes/8e165f19-26e5-4710-962f-3e432286bc5a 0.115s 2023-04-18 14:29:56,906 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7659caa-672b-43f6-942c-fb54c1769674', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7659caa-672b-43f6-942c-fb54c1769674', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4c47a4f45e06439b9a84d204502bec7d/volumes/8e165f19-26e5-4710-962f-3e432286bc5a'} Body: b'{"volume": {"id": "8e165f19-26e5-4710-962f-3e432286bc5a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:57.000000", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-1696285496", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4c47a4f45e06439b9a84d204502bec7d/volumes/8e165f19-26e5-4710-962f-3e432286bc5a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4c47a4f45e06439b9a84d204502bec7d/volumes/8e165f19-26e5-4710-962f-3e432286bc5a"}], "user_id": "e3dcc0a987a94ba0b2a89a18ff02e2a3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4c47a4f45e06439b9a84d204502bec7d"}}' 2023-04-18 14:29:57,968 79801 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://10.0.0.210/volume/v3/4c47a4f45e06439b9a84d204502bec7d/volumes/8e165f19-26e5-4710-962f-3e432286bc5a 0.049s 2023-04-18 14:29:57,968 79801 DEBUG [tempest.lib. common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebb171c0-9022-4ea2-8efb-fb527d83d20e', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebb171c0-9022-4ea2-8efb-fb527d83d20e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4c47a4f45e06439b9a84d204502bec7d/volumes/8e165f19-26e5-4710-962f-3e432286bc5a'} Body: b'{"volume": {"id": "8e165f19-26e5-4710-962f-3e432286bc5a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:57.000000", "updated_at": "2023-04-18T14:29:57.000000", "name": "tempest-VolumesServicesTestJSON-Volume-1696285496", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4c47a4f45e06439b9a84d204502bec7d/volumes/8e165f19-26e5-4710-962f-3e432286bc5a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4c47a4f45e06439b9a84d204502bec7d/volumes/8e165f19-26e5-4710-962f-3e432286bc5a"}], "user_id": "e3dcc0a987a94ba0b2a89a18ff02e2a3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4c47a4f45e06439b9a84d204502bec7d"}}' 2023-04-18 14:29:58,025 79801 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/4c47a4f45e06439b9a84d204502bec7d/volumes/8e165f19-26e5-4710-962f-3e432286bc5a 0.045s 2023-04-18 14:29:58,025 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-739ce4ae-e2e3-4ba6-bcab-9d026a6217b1', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-739ce4ae-e2e3-4ba6-bcab-9d026a6217b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4c47a4f45e06439b9a84d204502bec7d/volumes/8e165f19-26e5-4710-962f-3e432286bc5a'} Body: b'{"volume": {"id": "8e165f19-26e5-4710-962f-3e432286bc5a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:29:57.000000", "updated_at": "2023-04-18T14:29:57.000000", "name": "tempest-VolumesServicesTestJSON-Volume-1696285496", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4c47a4f45e06439b9a84d204502bec7d/volumes/8e165f19-26e5-4710-962f-3e432286bc5a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4c47a4f45e06439b9a84d204502bec7d/volumes/8e165f19-26e5-4710-962f-3e432286bc5a"}], "user_id": "e3dcc0a987a94ba0b2a89a18ff02e2a3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4c47a4f45e06439b9a84d204502bec7d"}}' 2023-04-18 14:29:58,160 79801 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/4c47a4f45e06439b9a84d204502bec7d/volumes/8e165f19-26e5-4710-962f-3e432286bc5a 0.125s 2023-04-18 14:29:58,161 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:58 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-07ab9dc9-1fa9-44c7-b839-e8af5ab0d2dd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4c47a4f45e06439b9a84d204502bec7d/volumes/8e165f19-26e5-4710-962f-3e432286bc5a'} Body: b'' 2023-04-18 14:29:58,183 79801 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/4c47a4f45e06439b9a84d204502bec7d/volumes/8e165f19-26e5-4710-962f-3e432286bc5a 0.021s 2023-04-18 14:29:58,183 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:58 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-371cbe22-64f2-47cb-a1f5-5338bc3fe664', 'x-openstack-request-id': 'req-371cbe22-64f2-47cb-a1f5-5338bc3fe664', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/4c47a4f45e06439b9a84d204502bec7d/volumes/8e165f19-26e5-4710-962f-3e432286bc5a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 8e165f19-26e5-4710-962f-3e432286bc5a could not be found."}}' 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 8f214c23-d79e-48d7-ad51-a2ae662aa79b failed to build and is in ERROR status 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 98b83d42-bc15-46bc-8921-bf529df324ed failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:30:02,557 79809 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/67bff866792943c484ffcc9308695d9b/types 0.221s 2023-04-18 14:30:02,557 79809 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-580189581"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71d893b5-8e27-43f1-a4ea-b013d0ed9e7a', 'content-length': '215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71d893b5-8e27-43f1-a4ea-b013d0ed9e7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/67bff866792943c484ffcc9308695d9b/types'} Body: b'{"volume_type": {"id": "ad048fe3-2824-499c-b172-33fd277d65b4", "name": "tempest-GroupsTest-volume-type-580189581", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 14:30:02,618 79809 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/67bff866792943c484ffcc9308695d9b/group_types 0.054s 2023-04-18 14:30:02,618 79809 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-27923968"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2ba2366-d64b-4dfc-a925-ac42a74cae37', 'content-length': '171', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2ba2366-d64b-4dfc-a925-ac42a74cae37', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/67bff866792943c484ffcc9308695d9b/group_types'} Body: b'{"group_type": {"id": "5ad11bf4-684a-4bfa-9b3b-ea72b8eaf873", "name": "tempest-GroupsTest-group-type-27923968", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 14:30:03,071 79809 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/e0161f781dc14969a24fc26ba3e48de0/groups 0.449s 2023-04-18 14:30:03,072 79809 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": "5ad11bf4-684a-4bfa-9b3b-ea72b8eaf873", "volume_types": ["ad048fe3-2824-499c-b172-33fd277d65b4"], "name": "tempest-Group1-1839553526"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed88c6f0-2da9-4b6d-b9f2-eef4165fd8b5', 'content-length': '94', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed88c6f0-2da9-4b6d-b9f2-eef4165fd8b5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e0161f781dc14969a24fc26ba3e48de0/groups'} Body: b'{"group": {"id": "98b83d42-bc15-46bc-8921-bf529df324ed", "name": "tempest-Group1-1839553526"}}' 2023-04-18 14:30:03,115 79809 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/e0161f781dc14969a24fc26ba3e48de0/groups/98b83d42-bc15-46bc-8921-bf529df324ed 0.041s 2023-04-18 14:30:03,116 79809 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 14:30:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77787f61-7fdf-423e-8c6d-6b48e75f6b23', 'content-length': '322', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77787f61-7fdf-423e-8c6d-6b48e75f6b23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e0161f781dc14969a24fc26ba3e48de0/groups/98b83d42-bc15-46bc-8921-bf529df324ed'} Body: b'{"group": {"id": "98b83d42-bc15-46bc-8921-bf529df324ed", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-18T14:30:03.000000", "name": "tempest-Group1-1839553526", "description": null, "group_type": "5ad11bf4-684a-4bfa-9b3b-ea72b8eaf873", "volume_types": ["ad048fe3-2824-499c-b172-33fd277d65b4"]}}' 2023-04-18 14:30:04,214 79809 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/e0161f781dc14969a24fc26ba3e48de0/groups/98b83d42-bc15-46bc-8921-bf529df324ed 0.093s 2023-04-18 14:30:04,215 79809 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 14:30:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1346ab9d-8339-4c1b-a37c-f4681f5cb2ec', 'content-length': '319', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1346ab9d-8339-4c1b-a37c-f4681f5cb2ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e0161f781dc14969a24fc26ba3e48de0/groups/98b83d42-bc15-46bc-8921-bf529df324ed'} Body: b'{"group": {"id": "98b83d42-bc15-46bc-8921-bf529df324ed", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T14:30:03.000000", "name": "tempest-Group1-1839553526", "description": null, "group_type": "5ad11bf4-684a-4bfa-9b3b-ea72b8eaf873", "volume_types": ["ad048fe3-2824-499c-b172-33fd277d65b4"]}}' 2023-04-18 14:30:04,283 79809 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/e0161f781dc14969a24fc26ba3e48de0/volumes/detail 0.061s 2023-04-18 14:30:04,283 79809 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 14:30:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6643967a-089d-4239-bc61-d4def941d88c', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6643967a-089d-4239-bc61-d4def941d88c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e0161f781dc14969a24fc26ba3e48de0/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 14:30:04,414 79809 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/e0161f781dc14969a24fc26ba3e48de0/groups/98b83d42-bc15-46bc-8921-bf529df324ed/action 0.119s 2023-04-18 14:30:04,414 79809 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 14:30:04 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-356876ec-610a-4915-b5ab-a0da9921fbd3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e0161f781dc14969a24fc26ba3e48de0/groups/98b83d42-bc15-46bc-8921-bf529df324ed/action'} Body: b'' 2023-04-18 14:30:04,432 79809 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/e0161f781dc14969a24fc26ba3e48de0/groups/98b83d42-bc15-46bc-8921-bf529df324ed 0.017s 2023-04-18 14:30:04,432 79809 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 14:30:04 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-5a954457-6e26-421d-98b0-c26737babbe4', 'x-openstack-request-id': 'req-5a954457-6e26-421d-98b0-c26737babbe4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/e0161f781dc14969a24fc26ba3e48de0/groups/98b83d42-bc15-46bc-8921-bf529df324ed'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 98b83d42-bc15-46bc-8921-bf529df324ed could not be found."}}' 2023-04-18 14:30:04,495 79809 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/67bff866792943c484ffcc9308695d9b/group_types/5ad11bf4-684a-4bfa-9b3b-ea72b8eaf873 0.062s 2023-04-18 14:30:04,495 79809 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 14:30:04 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-743552a5-be9c-4468-bf81-a6705850c3c9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/67bff866792943c484ffcc9308695d9b/group_types/5ad11bf4-684a-4bfa-9b3b-ea72b8eaf873'} Body: b'' 2023-04-18 14:30:04,692 79809 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/67bff866792943c484ffcc9308695d9b/types/ad048fe3-2824-499c-b172-33fd277d65b4 0.196s 2023-04-18 14:30:04,693 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:04 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-407b9cc4-2799-46dc-ac6a-f1650b127a46', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/67bff866792943c484ffcc9308695d9b/types/ad048fe3-2824-499c-b172-33fd277d65b4'} Body: b'' 2023-04-18 14:30:04,710 79809 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/67bff866792943c484ffcc9308695d9b/types/ad048fe3-2824-499c-b172-33fd277d65b4 0.016s 2023-04-18 14:30:04,711 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:04 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-b38455f9-8364-46d2-8736-b56f654bdb33', 'x-openstack-request-id': 'req-b38455f9-8364-46d2-8736-b56 f654bdb33', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/67bff866792943c484ffcc9308695d9b/types/ad048fe3-2824-499c-b172-33fd277d65b4'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type ad048fe3-2824-499c-b172-33fd277d65b4 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 5246f842-84a2-4064-bdf8-e1b0caca904d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:30:04,755 79809 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 POST http://10.0.0.210/volume/v3/67bff866792943c484ffcc9308695d9b/types 0.041s 2023-04-18 14:30:04,755 79809 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-393003488"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-175e15be-4a8c-4c69-918d-3c9827dfefde', 'content-length': '215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-175e15be-4a8c-4c69-918d-3c9827dfefde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/67bff866792943c484ffcc9308695d9b/types'} Body: b'{"volume_type": {"id": "bcb12dca-89ca-453a-8e74-1365f8f3478c", "name": "tempest-GroupsTest-volume-type-393003488", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 14:30:04,791 79809 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/67bff866792943c484ffcc9308695d9b/group_types 0.033s 2023-04-18 14:30:04,792 79809 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-809881032"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3cb0dc62-8ce3-47da-b9a3-33db151f930e', 'content-length': '172', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3cb0dc62-8ce3-47da-b9a3-33db151f930e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/67bff866792943c484ffcc9308695d9b/group_types'} Body: b'{"group_type": {"id": "6f5f31ee-5872-4966-986a-646748bd90d0", "name": "tempest-GroupsTest-group-type-809881032", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 14:30:04,910 79809 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/e0161f781dc14969a24fc26ba3e48de0/groups 0.113s 2023-04-18 14:30:04,910 79809 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": "6f5f31ee-5872-4966-986a-646748bd90d0", "volume_types": ["bcb12dca-89ca-453a-8e74-1365f8f3478c"], "name": "tempest-GroupsTest-Group-1384583423"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-469ba445-19b4-4037-8779-b4e8d1de25c6', 'content-length': '104', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-469ba445-19b4-4037-8779-b4e8d1de25c6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e0161f781dc14969a24fc26ba3e48de0/groups'} Body: b'{"group": {"id": "5246f842-84a2-4064-bdf8-e1b0caca904d", "name": "tempest-GroupsTest-Group-1384583423"}}' 2023-04-18 14:30:04,951 79809 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/e0161f781dc14969a24fc26ba3e48de0/groups/5246f842-84a2-4064-bdf8-e1b0caca904d 0.038s 2023-04-18 14:30:04,951 79809 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 14:30:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-132f9e14-457a-4e46-bf00-694f8c9d7a02', 'content-length': '332', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-132f9e14-457a-4e46-bf00-694f8c9d7a02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e0161f781dc14969a24fc26ba3e48de0/groups/5246f842-84a2-4064-bdf8-e1b0caca904d'} Body: b'{"group": {"id": "5246f842-84a2-4064-bdf8-e1b0caca904d", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-18T14:30:05.000000", "name": "tempest-GroupsTest-Group-1384583423", "description": null, "group_type": "6f5f31ee-5872-4966-986a-646748bd90d0", "volume_types": ["bcb12dca-89ca-453a-8e74-1365f8f3478c"]}}' 2023-04-18 14:30:05,997 79809 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/e0161f781dc14969a24fc26ba3e48de0/groups/5246f842-84a2-4064-bdf8-e1b0caca904d 0.041s 2023-04-18 14:30:05,997 79809 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 14:30:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9d362c0-1ca3-4c24-bac4-bb2485dd8b5b', 'content-length': '329', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9d362c0-1ca3-4c24-bac4-bb2485dd8b5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e0161f781dc14969a24fc26ba3e48de0/groups/5246f842-84a2-4064-bdf8-e1b0caca904d'} Body: b'{"group": {"id": "5246f842-84a2-4064-bdf8-e1b0caca904d", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T14:30:05.000000", "name": "tempest-GroupsTest-Group-1384583423", "description": null, "group_type": "6f5f31ee-5872-4966-986a-646748bd90d0", "volume_types": ["bcb12dca-89ca-453a-8e74-1365f8f3478c"]}}' 2023-04-18 14:30:06,066 79809 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/e0161f781dc14969a24fc26ba3e48de0/volumes/detail 0.064s 2023-04-18 14:30:06,066 79809 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 14:30:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f7b453a-5d91-4476-b12b-ca6330d89ae6', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f7b453a-5d91-4476-b12b-ca6330d89ae6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e0161f781dc14969a24fc26ba3e48de0/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 14:30:06,150 79809 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/e0161f781dc14969a24fc26ba3e48de0/groups/5246f842-84a2-4064-bdf8-e1b0caca904d/action 0.071s 2023-04-18 14:30:06,151 79809 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 14:30:06 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-da46d615-ba25-42d2-a107-de0caeb d421d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e0161f781dc14969a24fc26ba3e48de0/groups/5246f842-84a2-4064-bdf8-e1b0caca904d/action'} Body: b'' 2023-04-18 14:30:06,168 79809 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/e0161f781dc14969a24fc26ba3e48de0/groups/5246f842-84a2-4064-bdf8-e1b0caca904d 0.017s 2023-04-18 14:30:06,169 79809 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 14:30:06 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-60961ed1-cc30-4bc7-b384-0fe535578e45', 'x-openstack-request-id': 'req-60961ed1-cc30-4bc7-b384-0fe535578e45', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/e0161f781dc14969a24fc26ba3e48de0/groups/5246f842-84a2-4064-bdf8-e1b0caca904d'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 5246f842-84a2-4064-bdf8-e1b0caca904d could not be found."}}' 2023-04-18 14:30:06,205 79809 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/67bff866792943c484ffcc9308695d9b/group_types/6f5f31ee-5872-4966-986a-646748bd90d0 0.036s 2023-04-18 14:30:06,206 79809 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 14:30:06 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-387a6440-2730-4e58-b02f-2a6d78c650f2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/67bff866792943c484ffcc9308695d9b/group_types/6f5f31ee-5872-4966-986a-646748bd90d0'} Body: b'' 2023-04-18 14:30:06,273 79809 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/67bff866792943c484ffcc9308695d9b/types/bcb12dca-89ca-453a-8e74-1365f8f3478c 0.067s 2023-04-18 14:30:06,274 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30: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-0cbf6562-80cb-455b-b010-115590e483b7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/67bff866792943c484ffcc9308695d9b/types/bcb12dca-89ca-453a-8e74-1365f8f3478c'} Body: b'' 2023-04-18 14:30:06,296 79809 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/67bff866792943c484ffcc9308695d9b/types/bcb12dca-89ca-453a-8e74-1365f8f3478c 0.022s 2023-04-18 14:30:06,296 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:06 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-34707243-66df-490b-ad4f-194ee587ac0a', 'x-openstack-request-id': 'req-34707243-66df-490b-ad4f-194ee587ac0a', 'connection': 'close', 'status ': '404', 'content-location': 'http://10.0.0.210/volume/v3/67bff866792943c484ffcc9308695d9b/types/bcb12dca-89ca-453a-8e74-1365f8f3478c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type bcb12dca-89ca-453a-8e74-1365f8f3478c 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 2aca0489-4da7-4763-8da6-6288c944c0e8 failed to build and is in ERROR status 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 697acbe2-a5ca-4999-abd3-2a07cf09ff80 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:30:04,874 79805 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.427s 2023-04-18 14:30:04,874 79805 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestStampPattern-1346172718", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDfii9wWC5lkO+8XdtL/fvIApOGHn8oU5CR42uTiy74X5xThFOyOr6k54PEvopVBq9FyK7qnq1AQjgegx3ywHGp5CnPUcNv870Xlmcd5Zp6Ngkr+6Jovx2LjZqm5bn129w=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '395', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3d6f4c93-fa5d-4277-abe2-e2836044b7a7', 'x-compute-request-id': 'req-3d6f4c93-fa5d-4277-abe2-e2836044b7a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestStampPattern-1346172718", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDfii9wWC5lkO+8XdtL/fvIApOGHn8oU5CR42uTiy74X5xThFOyOr6k54PEvopVBq9FyK7qnq1AQjgegx3ywHGp5CnPUcNv870Xlmcd5Zp6Ngkr+6Jovx2LjZqm5bn129w==", "fingerprint": "1e:97:1b:95:68:99:ee:d8:1a:16:37:29:d3:1e:96:2f", "user_id": "f1369c31a7e44a5e9fc458283f1fc377"}}' 2023-04-18 14:30:05,062 79805 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.185s 2023-04-18 14:30:05,062 79805 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-1397179113", "description": "tempest-secgroup-smoke-1397179113 description", "project_id": "d968da29136f49d5aed98824bfd99ad9"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-c5e0f73b-7548-4b0a-b762-ee5572140e65', 'date': 'Tue, 18 Apr 2023 14:30:05 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "6d4bfa44-e62d-4ee1-959c-48d4a2416cf5", "name": "tempest-secgroup-smoke-1397179113", "stateful": true, "tenant_id": "d968da29136f49d5aed98824bfd99ad9", "description": "tempest-secgroup-smoke-1397179113 description", "shared": false, "security_group_rules": [{"id": "20c7b588-c886-4b86-b503-4d03ae71bd25", "tenant_id": "d968da29136f49d5aed98824bfd99ad9", "security_group_id": "6d4bfa44-e62d-4ee1-959c-48d4a2416cf5", "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": 481, "description": null, "tags": [], "created_at": "2023-04-18T14:30:04Z", "updated_at": "2023-04-18T14:30:04Z", "revision_number": 0, "project_id": "d968da29136f49d5aed98824bfd99ad9"}, {"id": "ccd52456-53ab-4d93-b0b7-084df0f4891e", "tenant_id": "d968da29136f49d5aed98824bfd99ad9", "security_group_id": "6d4bfa44-e62d-4ee1-959c-48d4a2416cf5", "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": 480, "description": null, "tags": [], "created_at": "2023-04-18T14:30:04Z", "updated_at": "2023-04-18T14:30:04Z", "revision_number": 0, "project_id": "d968da29136f49d5aed98824bfd99ad9"}], "tags": [], "created_at": "2023-04-18T14:30:04Z", "updated_at": "2023-04-18T14:30:04Z", "revision_number": 1, "project_ id": "d968da29136f49d5aed98824bfd99ad9"}}' 2023-04-18 14:30:05,261 79805 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.198s 2023-04-18 14:30:05,262 79805 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": "6d4bfa44-e62d-4ee1-959c-48d4a2416cf5", "project_id": "d968da29136f49d5aed98824bfd99ad9", "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-697f5627-f442-4452-8fad-40593830ce53', 'date': 'Tue, 18 Apr 2023 14:30: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": "3d64f090-29e7-44af-8024-f2c93f72a513", "tenant_id": "d968da29136f49d5aed98824bfd99ad9", "security_group_id": "6d4bfa44-e62d-4ee1-959c-48d4a2416cf5", "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-18T14:30:05Z", "updated_at": "2023-04-18T14:30:05Z", "revision_number": 0, "project_id": "d968da29136f49d5aed98824bfd99ad9"}}' 2023-04-18 14:30:05,461 79805 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.199s 2023-04-18 14:30:05,461 79805 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": "6d4bfa44-e62d-4ee1-959c-48d4a2416cf5", "project_id": "d968da29136f49d5aed98824bfd99ad9", "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-d3d96ec9-00ad-42ca-a026-b61f0e286d86', 'date': 'Tue, 18 Apr 2023 14:30: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": "cb70b9d5-8552-4e6d-b4b7-94a30e08c3be", "tenant_id": "d968da29136f49d5aed98824bfd99ad9", "security_group_id": "6d4bfa44-e62d-4ee1-959c-48d4a2416cf5", "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-18T14:30:05Z", "updated_at": "2023-04-18T14:30:05Z", "revision_number": 0, "project_id": "d968da29136f49d5aed98824bfd99ad9"}}' 2023-04-18 14:30:05,634 79805 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.172s 2023-04-18 14:30:05,634 79805 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": "6d4bfa44-e62d-4ee1-959c-48d4a2416cf5", "project_id": "d968da29136f49d5aed98824bfd99ad9", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-49f8e0c3-f4b1-4253-be46-04596b0f5c00', 'date': 'Tue, 18 Apr 2023 14:30: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": "85c13b0e-a348-4336-bd5b-8eb59eba0c79", "tenant_id": "d968da29136 f49d5aed98824bfd99ad9", "security_group_id": "6d4bfa44-e62d-4ee1-959c-48d4a2416cf5", "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-18T14:30:05Z", "updated_at": "2023-04-18T14:30:05Z", "revision_number": 0, "project_id": "d968da29136f49d5aed98824bfd99ad9"}}' 2023-04-18 14:30:05,905 79805 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.270s 2023-04-18 14:30:05,906 79805 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": "6d4bfa44-e62d-4ee1-959c-48d4a2416cf5", "project_id": "d968da29136f49d5aed98824bfd99ad9", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-602016ad-faa4-46ca-9b96-32de62fc5322', 'date': 'Tue, 18 Apr 2023 14:30: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": "8666b454-10e5-4c2c-aa6b-334afb789630", "tenant_id": "d968da29136f49d5aed98824bfd99ad9", "security_group_id": "6d4bfa44-e62d-4ee1-959c-48d4a2416cf5", "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-18T14:30:05Z", "updated_at": "2023-04-18T14:30:05Z", "revision_number": 0, "project_id": "d968da29136f49d5aed98824bfd99ad9"}}' 2023-04-18 14:30:06,114 79805 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.208s 2023-04-18 14:30:06,115 79805 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": "6d4bfa44-e62d-4ee1-959c-48d4a2416cf5", "project_id": "d968da29136f49d5aed98824bfd99ad9", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-4a1bd607-6d09-4981-b3e3-efef9898490f', 'date': 'Tue, 18 Apr 2023 14:30:06 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": "5f0dd1b9-458e-486a-b771-46a0f5c30c77", "tenant_id": "d968da29136f49d5aed98824bfd99ad9", "security_group_id": "6d4bfa44-e62d-4ee1-959c-48d4a2416cf5", "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-18T14:30:06Z", "updated_at": "2023-04-18T14:30:06Z", "revision_number": 0, "project_id": "d968da29136f49d5aed98824bfd99ad9"}}' 2023-04-18 14:30:06,299 79805 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.184s 2023-04-18 14:30:06,299 79805 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": "6d4bfa44-e62d-4ee1-959c-48d4a2416cf5", "project_id": "d968da29136f49d5aed98824bfd99ad9", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'con tent-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-177e6d54-113a-46c0-b6c5-6ecf86df823b', 'date': 'Tue, 18 Apr 2023 14:30:06 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": "04b444a2-a5d5-4200-b08f-2147688fa154", "tenant_id": "d968da29136f49d5aed98824bfd99ad9", "security_group_id": "6d4bfa44-e62d-4ee1-959c-48d4a2416cf5", "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-18T14:30:06Z", "updated_at": "2023-04-18T14:30:06Z", "revision_number": 0, "project_id": "d968da29136f49d5aed98824bfd99ad9"}}' 2023-04-18 14:30:06,561 79805 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/volume/v3/d968da29136f49d5aed98824bfd99ad9/volumes 0.261s 2023-04-18 14:30:06,562 79805 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestStampPattern-volume-669761136", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c44b579-e3d9-4a7b-933e-69621aabb585', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c44b579-e3d9-4a7b-933e-69621aabb585', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d968da29136f49d5aed98824bfd99ad9/volumes'} Body: b'{"volume": {"id": "697acbe2-a5ca-4999-abd3-2a07cf09ff80", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:30:06.488720", "updated_at": null, "name": "tempest-TestStampPattern-volume-669761136", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d968da29136f49d5aed98824bfd99ad9/volumes/697acbe2-a5ca-4999-abd3-2a07cf09ff80"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d968da29136f49d5aed98824bfd99ad9/volumes/697acbe2-a5ca-4999-abd3-2a07cf09ff80"}], "user_id": "f1369c31a7e44a5e9fc458283f1fc377", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:30:06,622 79805 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/d968da29136f49d5aed98824bfd99ad9/volumes/697acbe2-a5ca-4999-abd3-2a07cf09ff80 0.051s 2023-04-18 14:30:06,622 79805 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa9cb533-0548-45f0-948b-02321f4d9a35', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa9cb533-0548-45f0-948b-02321f4d9a35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d968da29136f49d5aed98824bfd99ad9/volumes/697acbe2-a5ca-4999-abd3-2a07cf09ff80'} Body: b'{"volume": {"id": "697acbe2-a5ca-4999-abd3-2a07cf09ff80", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:30:06.000000", "updated_at": null, "name": "tempest-TestStampPattern-volume-669761136", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d968da29136f49d5aed98824bfd99ad9/volumes/697acbe2-a5ca-4999-abd3-2a07cf09ff80"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d968da29136f49d5aed98824bfd99ad9/volumes/697acbe2-a5ca-4999-abd3-2a07cf09ff80"}], "user_id": "f1369c31a7e44a5e9fc458283f1fc377", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d968da29136f49d5aed98824bfd99ad9"}}' 2023-04-18 14:30:07,677 79805 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/d968da29136f49d5aed98824bfd99ad9/volumes/697acbe2-a5ca-4999-abd3-2a07cf09ff80 0.043s 2023-04-18 14:30:07,677 79805 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f770c409-f9db-48d0-acf1-d5509641eef3', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f770c409-f9db-48d0-acf1-d5509641eef3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d968da29136f49d5aed98824bfd99ad9/volumes/697acbe2-a5ca-4999-abd3-2a07cf09ff80'} Body: b'{"volume": {"id": "697acbe2-a5ca-4999-abd3-2a07cf09ff80", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:30:06.000000", "updated_at": "2023-04-18T14:30:07.000000", "name": "tempest-TestStampPattern-volume-669761136", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d968da29136f49d5aed98824bfd99ad9/volumes/697acbe2-a5ca-4999-abd3-2a07cf09ff80"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d968da29136f49d5aed98824bfd99ad9/volumes/697acbe2-a5ca-4999-abd3-2a07cf09ff80"}], "user_id": "f1369c31a7e44a5e9fc458283f1fc377", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d968da29136f49d5aed98824bfd99ad9"}}' 2023-04-18 14:30:07,823 79805 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d968da29136f49d5aed98824bfd99ad9/volumes/697acbe2-a5ca-4999-abd3-2a07cf09ff80 0.134s 2023-04-18 14:30:07,823 79805 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:07 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-618700e1-fbb9-4136-9645-317aae18e01c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d968da29136f49d5aed98824bfd99ad9/volumes/697acbe2-a5ca-4999-abd3-2a07cf09ff80'} Body: b'' 2023-04-18 14:30:07,851 79805 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d968da29136f49d5aed98824bfd99ad9/volumes/697acbe2-a5ca-4999-abd3-2a07cf09ff80 0.027s 2023-04-18 14:30:07,851 79805 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:07 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-e7805191-7178-4749-8935-553e7e59da1a', 'x-openstack-request-id': 'req-e7805191-7178-4749-8935-553e7e59da1a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d968da29136f49d5aed98824bfd99ad9/volumes/697acbe2-a5ca-4999-abd3-2a07cf09ff80'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 697acbe2-a5ca-4999-abd3-2a07cf09ff80 could not be found."}}' 2023-04-18 14:30:08,186 79805 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/6d4bfa44-e62d-4ee1-959c-48d4a2416cf5 0.334s 2023-04-18 14:30:08,186 79805 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-756a73e5-b0c1-4702-9a04-d89376788fde', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 14:30:08 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/6d4bfa44-e62d-4ee1-959c-48d4a2416cf5'} Body: b'' 2023-04-18 14:30:08,221 79805 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1346172718 0.034s 2023-04-18 14:30:08,221 79805 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:08 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-8a8a57a5-bd91-497e-a4d9-5b50992e5a29', 'x-compute-request-id': 'req-8a8a57a5-bd91-497e-a4d9-5b50992e5a29', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1346172718'} Body: b'' 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 5ffbbabe-2a01-45af-9e21-3f9d9ae20d38 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:30:08,905 79795 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/image/v2/images/e440225d-a438-40cc-be07-38db2a963dd0 0.228s 2023-04-18 14:30:08,906 79795 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ca400209-7a57-49a9-9ce3-b02cabf05e2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/e440225d-a438-40cc-be07-38db2a963dd0'} 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": "e839ed9d641847bc91c3b533e75d2a93", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "e440225d-a438-40cc-be07-38db2a963dd0", "created_at": "2023-04-18T14:25:28Z", "updated_at": "2023-04-18T14:25:30Z", "tags": [], "self": "/v2/images/e440225d-a438-40cc-be07-38db2a963dd0", "file": "/v2/images/e440225d-a438-40cc-be07-38db2a963dd0/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:30:09,319 79795 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 202 POST http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes 0.412s 2023-04-18 14:30:09,319 79795 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "size": 1, "name": "tempest-VolumesCloneTest-Volume-736481206"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bae0a2e-d054-4a74-a026-5b4ff5effaac', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bae0a2e-d054-4a74-a026-5b4ff5effaac', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes'} Body: b'{"volume": {"id": "5ffbbabe-2a01-45af-9e21-3f9d9ae20d38", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:30:09.248718", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-736481206", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes/5ffbbabe-2a01-45af-9e21-3f9d9ae20d38"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d749cebe86754777861f70a5e184278e/volumes/5ffbbabe-2a01-45af-9e21-3f9d9ae20d38"}], "user_id": "729827c0460e448091029ae89710eb21", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:30:09,390 79795 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes/5ffbbabe-2a01-45af-9e21-3f9d9ae20d38 0.052s 2023-04-18 14:30:09,391 79795 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token' : ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-814ace9a-3fbf-4eb7-a2ec-94f9dbeb9b1a', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-814ace9a-3fbf-4eb7-a2ec-94f9dbeb9b1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes/5ffbbabe-2a01-45af-9e21-3f9d9ae20d38'} Body: b'{"volume": {"id": "5ffbbabe-2a01-45af-9e21-3f9d9ae20d38", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:30:09.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-736481206", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes/5ffbbabe-2a01-45af-9e21-3f9d9ae20d38"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d749cebe86754777861f70a5e184278e/volumes/5ffbbabe-2a01-45af-9e21-3f9d9ae20d38"}], "user_id": "729827c0460e448091029ae89710eb21", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d749cebe86754777861f70a5e184278e"}}' 2023-04-18 14:30:10,451 79795 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes/5ffbbabe-2a01-45af-9e21-3f9d9ae20d38 0.046s 2023-04-18 14:30:10,451 79795 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4112fd0f-9fa8-4079-82ac-62b1dd8c49a2', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4112fd0f-9fa8-4079-82ac-62b1dd8c49a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes/5ffbbabe-2a01-45af-9e21-3f9d9ae20d38'} Body: b'{"volume": {"id": "5ffbbabe-2a01-45af-9e21-3f9d9ae20d38", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:30:09.000000", "updated_at": "2023-04-18T14:30:09.000000", "name": "tempest-VolumesCloneTest-Volume-736481206", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes/5ffbbabe-2a01-45af-9e21-3f9d9ae20d38"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d749cebe86754777861f70a5e184278e/volumes/5ffbbabe-2a01-45af-9e21-3f9d9ae20d38"}], "user_id": "729827c0460e448091029ae89710eb21", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d749cebe86754777861f70a5e184278e"}}' 2023-04-18 14:30:10,517 79795 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes/5ffbbabe-2a01-45af-9e21-3f9d9ae20d38 0.053s 2023-04-18 14:30:10,517 79795 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11d4bfd9-9cf4-439b-a298-feb080c5f9df', 'content-length': '902', 'openstack-api-version': 'v olume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11d4bfd9-9cf4-439b-a298-feb080c5f9df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes/5ffbbabe-2a01-45af-9e21-3f9d9ae20d38'} Body: b'{"volume": {"id": "5ffbbabe-2a01-45af-9e21-3f9d9ae20d38", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:30:09.000000", "updated_at": "2023-04-18T14:30:09.000000", "name": "tempest-VolumesCloneTest-Volume-736481206", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes/5ffbbabe-2a01-45af-9e21-3f9d9ae20d38"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d749cebe86754777861f70a5e184278e/volumes/5ffbbabe-2a01-45af-9e21-3f9d9ae20d38"}], "user_id": "729827c0460e448091029ae89710eb21", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d749cebe86754777861f70a5e184278e"}}' 2023-04-18 14:30:10,666 79795 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes/5ffbbabe-2a01-45af-9e21-3f9d9ae20d38 0.138s 2023-04-18 14:30:10,666 79795 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:10 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-780bad19-785e-46f1-abf1-f2688dc7717d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes/5ffbbabe-2a01-45af-9e21-3f9d9ae20d38'} Body: b'' 2023-04-18 14:30:10,687 79795 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes/5ffbbabe-2a01-45af-9e21-3f9d9ae20d38 0.021s 2023-04-18 14:30:10,688 79795 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:10 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-1ce2983f-2461-4fe7-aeb0-8ed696b059e5', 'x-openstack-request-id': 'req-1ce2983f-2461-4fe7-aeb0-8ed696b059e5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes/5ffbbabe-2a01-45af-9e21-3f9d9ae20d38'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 5ffbbabe-2a01-45af-9e21-3f9d9ae20d38 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 f8f93f1d-820d-4f06-9a03-55f00ecb1304 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:30:10,982 79795 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 202 POST http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes 0.291s 2023-04-18 14:30:10,982 79795 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-2125584853"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15a47d8b-a3bf-45fa-be58-480e47be942a', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15a47d8b-a3bf-45fa-be58-480e47be942a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes'} Body: b'{"volume": {"id": "f8f93f1d-820d-4f06-9a03-55f00ecb1304", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:30:10.905034", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-2125584853", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes/f8f93f1d-820d-4f06-9a03-55f00ecb1304"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d749cebe86754777861f70a5e184278e/volumes/f8f93f1d-820d-4f06-9a03-55f00ecb1304"}], "user_id": "729827c0460e448091029ae89710eb21", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:30:11,047 79795 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes/f8f93f1d-820d-4f06-9a03-55f00ecb1304 0.054s 2023-04-18 14:30:11,048 79795 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f434a07-f276-4ed9-ac5a-dab174085666', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f434a07-f276-4ed9-ac5a-dab174085666', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes/f8f93f1d-820d-4f06-9a03-55f00ecb1304'} Body: b'{"volume": {"id": "f8f93f1d-820d-4f06-9a03-55f00ecb1304", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:30:11.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-2125584853", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes/f8f93f1d-820d-4f06-9a03-55f00ecb1304"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d749cebe86754777861f70a5e184278e/volumes/f8f93f1d-820d-4f06-9a03-55f00ecb1304"}], "user_id": "729827c0460e448091029ae89710eb21", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d749cebe86754777861f70a5e184278e"}}' 2023-04-18 14:30:12,121 79795 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes/f8f93f1d-820d-4f06-9a03-55f00ecb1304 0.055s 2023-04-18 14:30:12,122 79795 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Acce pt': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-528873d4-e8e6-42fc-8a6b-efe5dca7f271', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-528873d4-e8e6-42fc-8a6b-efe5dca7f271', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes/f8f93f1d-820d-4f06-9a03-55f00ecb1304'} Body: b'{"volume": {"id": "f8f93f1d-820d-4f06-9a03-55f00ecb1304", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:30:11.000000", "updated_at": "2023-04-18T14:30:11.000000", "name": "tempest-VolumesCloneTest-Volume-2125584853", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes/f8f93f1d-820d-4f06-9a03-55f00ecb1304"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d749cebe86754777861f70a5e184278e/volumes/f8f93f1d-820d-4f06-9a03-55f00ecb1304"}], "user_id": "729827c0460e448091029ae89710eb21", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d749cebe86754777861f70a5e184278e"}}' 2023-04-18 14:30:12,186 79795 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes/f8f93f1d-820d-4f06-9a03-55f00ecb1304 0.054s 2023-04-18 14:30:12,187 79795 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab2452f5-ddcd-47a5-b9e2-2f7ab2c9bd56', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab2452f5-ddcd-47a5-b9e2-2f7ab2c9bd56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes/f8f93f1d-820d-4f06-9a03-55f00ecb1304'} Body: b'{"volume": {"id": "f8f93f1d-820d-4f06-9a03-55f00ecb1304", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:30:11.000000", "updated_at": "2023-04-18T14:30:11.000000", "name": "tempest-VolumesCloneTest-Volume-2125584853", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes/f8f93f1d-820d-4f06-9a03-55f00ecb1304"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d749cebe86754777861f70a5e184278e/volumes/f8f93f1d-820d-4f06-9a03-55f00ecb1304"}], "user_id": "729827c0460e448091029ae89710eb21", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d749cebe86754777861f70a5e184278e"}}' 2023-04-18 14:30:12,312 79795 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes/f8f93f1d-820d-4f06-9a03-55f00ecb1304 0.115s 2023-04-18 14:30:12,312 79795 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'var y': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e496dc1-7161-4b4c-a55f-17b91ef981b7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes/f8f93f1d-820d-4f06-9a03-55f00ecb1304'} Body: b'' 2023-04-18 14:30:12,333 79795 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes/f8f93f1d-820d-4f06-9a03-55f00ecb1304 0.020s 2023-04-18 14:30:12,333 79795 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:12 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-eb827788-0ec7-4e9f-9f46-b6761e31f7af', 'x-openstack-request-id': 'req-eb827788-0ec7-4e9f-9f46-b6761e31f7af', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d749cebe86754777861f70a5e184278e/volumes/f8f93f1d-820d-4f06-9a03-55f00ecb1304'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f8f93f1d-820d-4f06-9a03-55f00ecb1304 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 81aa24a4-c1ea-4a05-84c9-5cded9060e48 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:30:14,226 79809 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/image/v2/images/e440225d-a438-40cc-be07-38db2a963dd0 0.134s 2023-04-18 14:30:14,227 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-2d2f037e-bfd5-4f6d-b282-2fbcfb9bac17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/e440225d-a438-40cc-be07-38db2a963dd0'} 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": "e839ed9d641847bc91c3b533e75d2a93", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "e440225d-a438-40cc-be07-38db2a963dd0", "created_at": "2023-04-18T14:25:28Z", "updated_at": "2023-04-18T14:25:30Z", "tags": [], "self": "/v2/images/e440225d-a438-40cc-be07-38db2a963dd0", "file": "/v2/images/e440225d-a438-40cc-be07-38db2a963dd0/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:30:14,735 79809 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 202 POST http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes 0.508s 2023-04-18 14:30:14,736 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "size": 1, "name": "tempest-VolumesExtendTest-Volume-920730893"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22727720-0acb-47e6-a572-6c7e382e2fee', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22727720-0acb-47e6-a572-6c7e382e2fee', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes'} Body: b'{"volume": {"id": "81aa24a4-c1ea-4a05-84c9-5cded9060e48", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:30:14.671949", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-920730893", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes/81aa24a4-c1ea-4a05-84c9-5cded9060e48"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d5a22256feb045a4bdeddc491e9c003f/volumes/81aa24a4-c1ea-4a05-84c9-5cded9060e48"}], "user_id": "e35bc0ee18ac46208c9656b4a42ed9a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:30:14,786 79809 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes/81aa24a4-c1ea-4a05-84c9-5cded9060e48 0.040s 2023-04-18 14:30:14,786 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8cede34-0d28-4828-a04c-fceb02818703', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8cede34-0d28-4828-a04c-fceb02818703', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes/81aa24a4-c1ea-4a05-84c9-5cded9060e48'} Body: b'{"volume": {"id": "81aa24a4-c1ea-4a05-84c9-5cded9060e48", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:30:15.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-920730893", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes/81aa24a4-c1ea-4a05-84c9-5cded9060e48"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d5a22256feb045a4bdeddc491e9c003f/volumes/81aa24a4-c1ea-4a05-84c9-5cded9060e48"}], "user_id": "e35bc0ee18ac46208c9656b4a42ed9a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d5a22256feb045a4bdeddc491e9c003f"}}' 2023-04-18 14:30:15,844 79809 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes/81aa24a4-c1ea-4a05-84c9-5cded9060e48 0.045s 2023-04-18 14:30:15,844 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c2e2303-ffe1-43bb-a5de-41163ea42099', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c2e2303-ffe1-43bb-a5de-41163ea42099', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes/81aa24a4-c1ea-4a05-84c9-5cded9060e48'} Body: b'{"volume": {"id": "81aa24a4-c1ea-4a05-84c9-5cded9060e48", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:30:15.000000", "updated_at": "2023-04-18T14:30:15.000000", "name": "tempest-VolumesExtendTest-Volume-920730893", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes/81aa24a4-c1ea-4a05-84c9-5cded9060e48"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d5a22256feb045a4bdeddc491e9c003f/volumes/81aa24a4-c1ea-4a05-84c9-5cded9060e48"}], "user_id": "e35bc0ee18ac46208c9656b4a42ed9a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d5a22256feb045a4bdeddc491e9c003f"}}' 2023-04-18 14:30:15,915 79809 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes/81aa24a4-c1ea-4a05-84c9-5cded9060e48 0.059s 2023-04-18 14:30:15,915 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af24a512-06f1-49db-9d2b-5d3d990b5b1d', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x -openstack-request-id': 'req-af24a512-06f1-49db-9d2b-5d3d990b5b1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes/81aa24a4-c1ea-4a05-84c9-5cded9060e48'} Body: b'{"volume": {"id": "81aa24a4-c1ea-4a05-84c9-5cded9060e48", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:30:15.000000", "updated_at": "2023-04-18T14:30:15.000000", "name": "tempest-VolumesExtendTest-Volume-920730893", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes/81aa24a4-c1ea-4a05-84c9-5cded9060e48"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d5a22256feb045a4bdeddc491e9c003f/volumes/81aa24a4-c1ea-4a05-84c9-5cded9060e48"}], "user_id": "e35bc0ee18ac46208c9656b4a42ed9a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d5a22256feb045a4bdeddc491e9c003f"}}' 2023-04-18 14:30:16,029 79809 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes/81aa24a4-c1ea-4a05-84c9-5cded9060e48 0.101s 2023-04-18 14:30:16,029 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30: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-35870f7e-9d48-41ae-97d5-7ec05d70946e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes/81aa24a4-c1ea-4a05-84c9-5cded9060e48'} Body: b'' 2023-04-18 14:30:16,057 79809 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes/81aa24a4-c1ea-4a05-84c9-5cded9060e48 0.027s 2023-04-18 14:30:16,057 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:16 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-feedbade-e85c-49ff-b439-d3fd53ca06af', 'x-openstack-request-id': 'req-feedbade-e85c-49ff-b439-d3fd53ca06af', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes/81aa24a4-c1ea-4a05-84c9-5cded9060e48'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 81aa24a4-c1ea-4a05-84c9-5cded9060e48 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 2d0500e0-4af2-4242-ad94-6d3c7f5b8f1f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:30:16,303 79809 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 202 POST http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes 0.241s 2023-04-18 14:30:16,304 79809 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-1036153974"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42055db4-08ef-4e02-a097-8cf1eab9fb3a', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42055db4-08ef-4e02-a097-8cf1eab9fb3a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes'} Body: b'{"volume": {"id": "2d0500e0-4af2-4242-ad94-6d3c7f5b8f1f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:30:16.235273", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1036153974", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes/2d0500e0-4af2-4242-ad94-6d3c7f5b8f1f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d5a22256feb045a4bdeddc491e9c003f/volumes/2d0500e0-4af2-4242-ad94-6d3c7f5b8f1f"}], "user_id": "e35bc0ee18ac46208c9656b4a42ed9a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:30:16,352 79809 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes/2d0500e0-4af2-4242-ad94-6d3c7f5b8f1f 0.038s 2023-04-18 14:30:16,353 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02e94cd0-3b13-4c73-b1d9-c64629c16890', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02e94cd0-3b13-4c73-b1d9-c64629c16890', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes/2d0500e0-4af2-4242-ad94-6d3c7f5b8f1f'} Body: b'{"volume": {"id": "2d0500e0-4af2-4242-ad94-6d3c7f5b8f1f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:30:16.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1036153974", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes/2d0500e0-4af2-4242-ad94-6d3c7f5b8f1f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d5a22256feb045a4bdeddc491e9c003f/volumes/2d0500e0-4af2-4242-ad94-6d3c7f5b8f1f"}], "user_id": "e35bc0ee18ac46208c9656b4a42ed9a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d5a22256feb045a4bdeddc491e9c003f"}}' 2023-04-18 14:30:17,410 79809 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes/2d0500e0-4af2-4242-ad94-6d3c7f5b8f1f 0.045s 2023-04-18 14:30:17,411 79809 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 14:30:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3dc9ad10-2dd5-4852-bbec-840ac98dd35c', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3dc9ad10-2dd5-4852-bbec-840ac98dd35c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes/2d0500e0-4af2-4242-ad94-6d3c7f5b8f1f'} Body: b'{"volume": {"id": "2d0500e0-4af2-4242-ad94-6d3c7f5b8f1f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:30:16.000000", "updated_at": "2023-04-18T14:30:16.000000", "name": "tempest-VolumesExtendTest-Volume-1036153974", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes/2d0500e0-4af2-4242-ad94-6d3c7f5b8f1f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d5a22256feb045a4bdeddc491e9c003f/volumes/2d0500e0-4af2-4242-ad94-6d3c7f5b8f1f"}], "user_id": "e35bc0ee18ac46208c9656b4a42ed9a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d5a22256feb045a4bdeddc491e9c003f"}}' 2023-04-18 14:30:17,464 79809 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes/2d0500e0-4af2-4242-ad94-6d3c7f5b8f1f 0.042s 2023-04-18 14:30:17,465 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-128f3096-b485-4f57-b85e-21c34b76fcf8', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-128f3096-b485-4f57-b85e-21c34b76fcf8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes/2d0500e0-4af2-4242-ad94-6d3c7f5b8f1f'} Body: b'{"volume": {"id": "2d0500e0-4af2-4242-ad94-6d3c7f5b8f1f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:30:16.000000", "updated_at": "2023-04-18T14:30:16.000000", "name": "tempest-VolumesExtendTest-Volume-1036153974", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes/2d0500e0-4af2-4242-ad94-6d3c7f5b8f1f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d5a22256feb045a4bdeddc491e9c003f/volumes/2d0500e0-4af2-4242-ad94-6d3c7f5b8f1f"}], "user_id": "e35bc0ee18ac46208c9656b4a42ed9a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d5a22256feb045a4bdeddc491e9c003f"}}' 2023-04-18 14:30:17,585 79809 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes/2d0500e0-4af2-4242-ad94-6d3c7f5b8f1f 0.109s 2023-04-18 14:30:17,586 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:17 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-8668de3f-df75-4556-9c32-d4156ee86496', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes/2d0500e0-4af2-4242-ad94-6d3c7f5b8f1f'} Body: b'' 2023-04-18 14:30:17,612 79809 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes/2d0500e0-4af2-4242-ad94-6d3c7f5b8f1f 0.025s 2023-04-18 14:30:17,612 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:17 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-3b743508-9381-4bcd-ab38-c3daf496bbc0', 'x-openstack-request-id': 'req-3b743508-9381-4bcd-ab38-c3daf496bbc0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d5a22256feb045a4bdeddc491e9c003f/volumes/2d0500e0-4af2-4242-ad94-6d3c7f5b8f1f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2d0500e0-4af2-4242-ad94-6d3c7f5b8f1f 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 3b58391d-8bc5-4b78-99ec-a421366c518a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:30:20,990 79795 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/bc5a840d4e6247e4b3e9b3f57ed84c69/volumes 0.458s 2023-04-18 14:30:20,990 79795 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-304692277"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0b18ac0-ac05-40d5-a8c9-219ab22d3e66', 'content-length': '832', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0b18ac0-ac05-40d5-a8c9-219ab22d3e66', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/bc5a840d4e6247e4b3e9b3f57ed84c69/volumes'} Body: b'{"volume": {"id": "3b58391d-8bc5-4b78-99ec-a421366c518a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:30:20.858499", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-304692277", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bc5a840d4e6247e4b3e9b3f57ed84c69/volumes/3b58391d-8bc5-4b78-99ec-a421366c518a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bc5a840d4e6247e4b3e9b3f57ed84c69/volumes/3b58391d-8bc5-4b78-99ec-a421366c518a"}], "user_id": "b234551eb8f14223aa2b770eec0c3e78", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2023-04-18 14:30:21,051 79795 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/bc5a840d4e6247e4b3e9b3f57ed84c69/volumes/3b58391d-8bc5-4b78-99ec-a421366c518a 0.041s 2023-04-18 14:30:21,051 79795 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 14:30:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c93a70f4-bc0c-4390-9228-4078b60344d1', 'content-length': '900', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c93a70f4-bc0c-4390-9228-4078b60344d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bc5a840d4e6247e4b3e9b3f57ed84c69/volumes/3b58391d-8bc5-4b78-99ec-a421366c518a'} Body: b'{"volume": {"id": "3b58391d-8bc5-4b78-99ec-a421366c518a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:30:21.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-304692277", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bc5a840d4e6247e4b3e9b3f57ed84c69/volumes/3b58391d-8bc5-4b78-99ec-a421366c518a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bc5a840d4e6247e4b3e9b3f57ed84c69/volumes/3b58391d-8bc5-4b78-99ec-a421366c518a"}], "user_id": "b234551eb8f14223aa2b770eec0c3e78", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "bc5a840d4e6247e4b3e9b3f57ed84c69"}}' 2023-04-18 14:30:22,102 79795 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/bc5a840d4e6247e4b3e9b3f57ed84c69/volumes/3b58391d-8bc5-4b78-99ec-a421366c518a 0.038s 2023-04-18 14:30:22,102 79795 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 14:30:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5f3168c-b343-408e-944d-6c95169e69cc', 'content-length': '921', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5f3168c-b343-408e-944d-6c95169e69cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bc5a840d4e6247e4b3e9b3f57ed84c69/volumes/3b58391d-8bc5-4b78-99ec-a421366c518a'} Body: b'{"volume": {"id": "3b58391d-8bc5-4b78-99ec-a421366c518a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:30:21.000000", "updated_at": "2023-04-18T14:30:21.000000", "name": "tempest-VolumeRevertTests-Volume-304692277", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bc5a840d4e6247e4b3e9b3f57ed84c69/volumes/3b58391d-8bc5-4b78-99ec-a421366c518a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bc5a840d4e6247e4b3e9b3f57ed84c69/volumes/3b58391d-8bc5-4b78-99ec-a421366c518a"}], "user_id": "b234551eb8f14223aa2b770eec0c3e78", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "bc5a840d4e6247e4b3e9b3f57ed84c69"}}' 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 c3a301b1-4b3f-4c90-94f7-565a1914fbe1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:30:22,363 79795 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/bc5a840d4e6247e4b3e9b3f57ed84c69/volumes 0.247s 2023-04-18 14:30:22,364 79795 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-435046435"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01b77d26-9298-49d2-96fd-1e21f74438c4', 'content-length': '832', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01b77d26-9298-49d2-96fd-1e21f74438c4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/bc5a840d4e6247e4b3e9b3f57ed84c69/volumes'} Body: b'{"volume": {"id": "c3a301b1-4b3f-4c90-94f7-565a1914fbe1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:30:22.297702", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-435046435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bc5a840d4e6247e4b3e9b3f57ed84c69/volumes/c3a301b1-4b3f-4c90-94f7-565a1914fbe1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bc5a840d4e6247e4b3e9b3f57ed84c69/volumes/c3a301b1-4b3f-4c90-94f7-565a1914fbe1"}], "user_id": "b234551eb8f14223aa2b770eec0c3e78", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2023-04-18 14:30:22,426 79795 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/bc5a840d4e6247e4b3e9b3f57ed84c69/volumes/c3a301b1-4b3f-4c90-94f7-565a1914fbe1 0.053s 2023-04-18 14:30:22,426 79795 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 14:30:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36870c85-005f-4648-b5a4-af3f8656d1f3', 'content-length': '900', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36870c85-005f-4648-b5a4-af3f8656d1f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bc5a840d4e6247e4b3e9b3f57ed84c69/volumes/c3a301b1-4b3f-4c90-94f7-565a1914fbe1'} Body: b'{"volume": {"id": "c3a301b1-4b3f-4c90-94f7-565a1914fbe1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:30:22.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-435046435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bc5a840d4e6247e4b3e9b3f57ed84c69/volumes/c3a301b1-4b3f-4c90-94f7-565a1914fbe1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bc5a840d4e6247e4b3e9b3f57ed84c69/volumes/c3a301b1-4b3f-4c90-94f7-565a1914fbe1"}], "user_id": "b234551eb8f14223aa2b770eec0c3e78", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "bc5a840d4e6247e4b3e9b3f57ed84c69"}}' 2023-04-18 14:30:23,493 79795 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/bc5a840d4e6247e4b3e9b3f57ed84c69/volumes/c3a301b1-4b3f-4c90-94f7-565a1914fbe1 0.055s 2023-04-18 14:30:23,494 79795 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 14:30:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c13bd084-00f9-4b3b-b078-8ced7bee35b2', 'content-length': '921', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c13bd084-00f9-4b3b-b078-8ced7bee35b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bc5a840d4e6247e4b3e9b3f57ed84c69/volumes/c3a301b1-4b3f-4c90-94f7-565a1914fbe1'} Body: b'{"volume": {"id": "c3a301b1-4b3f-4c90-94f7-565a1914fbe1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:30:22.000000", "updated_at": "2023-04-18T14:30:22.000000", "name": "tempest-VolumeRevertTests-Volume-435046435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bc5a840d4e6247e4b3e9b3f57ed84c69/volumes/c3a301b1-4b3f-4c90-94f7-565a1914fbe1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bc5a840d4e6247e4b3e9b3f57ed84c69/volumes/c3a301b1-4b3f-4c90-94f7-565a1914fbe1"}], "user_id": "b234551eb8f14223aa2b770eec0c3e78", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "bc5a840d4e6247e4b3e9b3f57ed84c69"}}' 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 93f61457-4925-40a4-930e-faab8212229e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:29:37,106 79787 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 14:29:37,621 79787 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.513s 2023-04-18 14:29:37,622 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-443542451", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBK0CEt3c/NwvRaSeTffMLzOx56InCNaz7V9Vij4e62ibIGj5r13yGcbXNM8jSZXHQhtG1FcsWCrF0XRz0t1ajqq9ycF5T7fDS4z2KWMKpP1rkf7mAgL6FlRR8Pl1phiSGQ=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:37 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-8c728873-91be-41aa-9b19-c1fbf53e6965', 'x-compute-request-id': 'req-8c728873-91be-41aa-9b19-c1fbf53e6965', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-443542451", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBK0CEt3c/NwvRaSeTffMLzOx56InCNaz7V9Vij4e62ibIGj5r13yGcbXNM8jSZXHQhtG1FcsWCrF0XRz0t1ajqq9ycF5T7fDS4z2KWMKpP1rkf7mAgL6FlRR8Pl1phiSGQ==", "fingerprint": "8a:0f:18:2d:44:4a:fa:72:64:a4:06:b3:87:48:d7:b2", "user_id": "2039b3016f884a42abcb58054d649cee"}}' 2023-04-18 14:29:37,627 79787 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-443542451 created 2023-04-18 14:29:38,582 79787 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.954s 2023-04-18 14:29:38,582 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--870063037", "description": "tempest-description--1212913570"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-5f210ba6-6bd4-41e1-8021-3fc2d5c6afca', 'date': 'Tue, 18 Apr 2023 14:29:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "9fae1117-d3cb-463b-ba8c-00e401504594", "name": "tempest-securitygroup--870063037", "stateful": true, "tenant_id": "2d1e17fb95d64cae9c6c210d143d115b", "description": "tempest-description--1212913570", "shared": false, "security_group_rules": [{"id": "16971136-423c-4a73-bfe4-cb4f8c3d6d83", "tenant_id": "2d1e17fb95d64cae9c6c210d143d115b", "security_group_id": "9fae1117-d3cb-463b-ba8c-00e401504594", "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": 362, "description": null, "tags": [], "created_at": "2023-04-18T14:29:38Z", "updated_at": "2023-04-18T14:29:38Z", "revision_number": 0, "project_id": "2d1e17fb95d64cae9c6c210d143d115b"}, {"id": "25a5d2ea-5136-4346-ba63-e00a45455134", "tenant_id": "2d1e17fb95d64cae9c6c210d143d115b", "security_group_id": "9fae1117-d3cb-463b-ba8c-00e401504594", "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": 363, " description": null, "tags": [], "created_at": "2023-04-18T14:29:38Z", "updated_at": "2023-04-18T14:29:38Z", "revision_number": 0, "project_id": "2d1e17fb95d64cae9c6c210d143d115b"}], "tags": [], "created_at": "2023-04-18T14:29:38Z", "updated_at": "2023-04-18T14:29:38Z", "revision_number": 1, "project_id": "2d1e17fb95d64cae9c6c210d143d115b"}}' 2023-04-18 14:29:39,297 79787 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.714s 2023-04-18 14:29:39,297 79787 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": "9fae1117-d3cb-463b-ba8c-00e401504594", "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-22e94e4e-ef37-4a77-89a9-ae888a5024ce', 'date': 'Tue, 18 Apr 2023 14:29: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": "d963079d-f25f-4b08-bdd7-bf9df5054f89", "tenant_id": "2d1e17fb95d64cae9c6c210d143d115b", "security_group_id": "9fae1117-d3cb-463b-ba8c-00e401504594", "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-18T14:29:38Z", "updated_at": "2023-04-18T14:29:38Z", "revision_number": 0, "project_id": "2d1e17fb95d64cae9c6c210d143d115b"}}' 2023-04-18 14:29:39,776 79787 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.477s 2023-04-18 14:29:39,776 79787 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": "9fae1117-d3cb-463b-ba8c-00e401504594", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-3219e06f-ead5-4af4-b84e-1a6965c52273', 'date': 'Tue, 18 Apr 2023 14:29: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": "cc434d88-8df2-4a62-89e6-0d562d66188d", "tenant_id": "2d1e17fb95d64cae9c6c210d143d115b", "security_group_id": "9fae1117-d3cb-463b-ba8c-00e401504594", "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-18T14:29:39Z", "updated_at": "2023-04-18T14:29:39Z", "revision_number": 0, "project_id": "2d1e17fb95d64cae9c6c210d143d115b"}}' 2023-04-18 14:29:39,777 79787 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--870063037 created 2023-04-18 14:29:42,102 79787 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 2.324s 2023-04-18 14:29:42,102 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "bfbf9c15-045f-401e-b79e-fba95e5a0430"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-8cb46dda-717d-4562-bf5a-6e87ae63d451', 'date': 'Tue, 18 Apr 2023 14:29:42 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "02b1b4f8-ae15-44d9-9a2c-ff2e409fdbab", "tenant_id": "2d1e17fb95d64cae9c6c210d143d115b", "floating_ip_address": "172.24.4.73", "floating_network_id": "bfbf9c15-045f-401e-b79e-fba95e5a0430", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "2d1e17fb95d64cae9c6c210d143d115b", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T14:29:40Z", "updated_at": "2023-04-18T14:29:40Z", "revision_number": 0}}' 2023-04-18 14:29:42,102 79787 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '02b1b4f8-ae15-44d9-9a2c-ff2e409fdbab', 'tenant_id': '2d1e17fb95d64cae9c6c210d143d115b', 'floating_ip_address': '172.24.4.73', 'floating_network_id': 'bfbf9c15-045f-401e-b79e-fba95e5a0430', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2d1e17fb95d64cae9c6c210d143d115b', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T14:29:40Z', 'updated_at': '2023-04-18T14:29:40Z', 'revision_number': 0, 'ip': '172.24.4.73'} created 2023-04-18 14:29:42,233 79787 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.125s 2023-04-18 14:29:42,234 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:42 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-4302e362-feec-4d43-ba34-e02b31ba1946', '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": "2039b3016f884a42abcb58054d649cee", "name": "tempest-VolumesAdminNegativeTest-2075024961-project-member", "password_expires_at": null}, "audit_ids": ["9PKwWV9hS0azbdxOOLUkyw"], "expires_at": "2023-04-18T15:29:42.000000Z", "issued_at": "2023-04-18T14:29:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2d1e17fb95d64cae9c6c210d143d115b", "name": "tempest-VolumesAdminNegativeTest-2075024961"}, "is_domain": false, "roles": [{"id": "0385370a4e0841d8b36ccb710ecbbb7f", "name": "reader"}, {"id": "4e14878c038343709e6c1a4b1c9b9b3c", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba3e4f0604614d5cbe532cc36d623cd0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "077962f5889e4dc5b1df7317cb3104c1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d5a2290495040dd9cc776d460990be5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "36bb6b6348e44e578468f7cf12ee6657", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dad492a01e614a8a8914690c07ebad0a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2d1e17fb95d64cae9c6c210d143d115b", "region": "RegionOne"}], "id": "3fc212b920c3401e85def1124172e916", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "cf3bc891281f458db82d1181bcf74100", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "627889b053b346adb8ce9b1ba8efb774", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "066c5b55b9574 d78975bbbb61c530bad", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2d1e17fb95d64cae9c6c210d143d115b", "region": "RegionOne"}], "id": "abe9a7d894f740b1943da54d0c46ff7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a19a55206f6f49c9916ef45abbdb3141", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "afe69c9d4c0445c18ac07b7dd26c92ee", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b9742eaa6b4c43b48cde80e15563fd79", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2d1e17fb95d64cae9c6c210d143d115b", "region": "RegionOne"}], "id": "b81eaa96c4e5426dab17a1d0acda7740", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0b96ff58903940ffa3fe3bb3c1bebe24", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "bc2f14763262433a9f02c157a34e208f", "type": "network", "name": "neutron"}]}}' 2023-04-18 14:29:42,234 79787 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body) Found network {'id': '8d05425b-4ecd-432b-b6c7-ca9f78114449', 'name': 'tempest-VolumesAdminNegativeTest-1351941187-network', 'tenant_id': '2d1e17fb95d64cae9c6c210d143d115b', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2d1e17fb95d64cae9c6c210d143d115b', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 51828, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T14:28:49Z', 'updated_at': '2023-04-18T14:28:49Z', 'revision_number': 1} available for tenant 2023-04-18 14:29:42,235 79787 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-443542451', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBK0CEt3c/NwvRaSeTffMLzOx56InCNaz7V9Vij4e62ibIGj5r13yGcbXNM8jSZXHQhtG1FcsWCrF0XRz0t1ajqq9ycF5T7fDS4z2KWMKpP1rkf7mAgL6FlRR8Pl1phiSGQ==', 'fingerprint': '8a:0f:18:2d:44:4a:fa:72:64:a4:06:b3:87:48:d7:b2', 'user_id': '2039b3016f884a42abcb58054d649cee', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCWXkmh9MeK92mRqB8RUqL9bsr2j4uu5gmtOkoIzPT5KfbvvCdDMbyA\n8M07/j/JbCWgBwYFK4EEACKhZANiAAStAhLd3PzcL0Wknk33zC8zseeiJwjWs+1f\nVYo+HutomyBo+a9d8hnG1zTPI0mVx0IbRtRXLFgqxdF0c9LdWo6qvcnBeU+3w0uM\n9iljCqT9a5H+5gIC+hZUUfD5daYYkhk=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '9fae1117-d3cb-463b-ba8c-00e401504594', 'name': 'tempest-securitygroup--870063037', 'stateful': True, 'tenant_id': '2d1e17fb95d64cae9c6c210d143d115b', 'description': 'tempest-description--1212913570', 'shared': False, 'security_group_rules': [{'id': '16971136-423c-4a73-bfe4-cb4f8c3d6d83', 'tenant_id': '2d1e17fb95d64cae9c6c210d143d115b', 'security_group_id': '9fae1117-d3cb-463b-ba8c-00e401504594', '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': 362, 'description': None, 'tags': [], 'created_at': '2023-04-18T14:29:38Z', 'updated_at': '2023-04-18T14:29:38Z', 'revision_number': 0, 'project_id': '2d1e17fb95d64cae9c6c210d143d115b'}, {'id': '25a5d2ea-5136-4346-ba63-e00a45455134', 'tenant_id': '2d1e17fb95d64cae9c6c210d143d115b', 'security_group_id': '9fae1117-d3cb-463b-ba8c-00e401504594', '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': 363, 'description': None, 'tags': [], 'created_at': '2023-04-18 T14:29:38Z', 'updated_at': '2023-04-18T14:29:38Z', 'revision_number': 0, 'project_id': '2d1e17fb95d64cae9c6c210d143d115b'}], 'tags': [], 'created_at': '2023-04-18T14:29:38Z', 'updated_at': '2023-04-18T14:29:38Z', 'revision_number': 1, 'project_id': '2d1e17fb95d64cae9c6c210d143d115b'}, 'floating_ip': {'id': '02b1b4f8-ae15-44d9-9a2c-ff2e409fdbab', 'tenant_id': '2d1e17fb95d64cae9c6c210d143d115b', 'floating_ip_address': '172.24.4.73', 'floating_network_id': 'bfbf9c15-045f-401e-b79e-fba95e5a0430', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2d1e17fb95d64cae9c6c210d143d115b', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T14:29:40Z', 'updated_at': '2023-04-18T14:29:40Z', 'revision_number': 0, 'ip': '172.24.4.73'}} 2023-04-18 14:29:44,804 79787 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 2.568s 2023-04-18 14:29:44,805 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-379039108", "imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "flavorRef": "42", "networks": [{"uuid": "8d05425b-4ecd-432b-b6c7-ca9f78114449"}], "security_groups": [{"name": "tempest-securitygroup--870063037"}], "key_name": "tempest-keypair-443542451", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/6d6793c2-2b28-4337-baf2-9fd9b4e70a36', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e17d1976-fb4a-437a-9202-f140fed2741b', 'x-compute-request-id': 'req-e17d1976-fb4a-437a-9202-f140fed2741b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "6d6793c2-2b28-4337-baf2-9fd9b4e70a36", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6d6793c2-2b28-4337-baf2-9fd9b4e70a36"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6d6793c2-2b28-4337-baf2-9fd9b4e70a36"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--870063037"}], "adminPass": "MJPuxnLJ5H62"}}' 2023-04-18 14:29:44,969 79787 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/6d6793c2-2b28-4337-baf2-9fd9b4e70a36 0.161s 2023-04-18 14:29:44,970 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:44 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-64d4ff19-b730-417a-97a4-87218f201226', 'x-compute-request-id': 'req-64d4ff19-b730-417a-97a4-87218f201226', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6d6793c2-2b28-4337-baf2-9fd9b4e70a36'} Body: b'{"server": {"id": "6d6793c2-2b28-4337-baf2-9fd9b4e70a36", "name": "tempest-VolumesAdminNegativeTest-server-379039108", "status": "BUILD", "tenant_id": "2d1e17fb95d64cae9c6c210d143d115b", "user_id": "2039b3016f884a42abcb58054d649cee", "metadata": {}, "hostI d": "", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:29:45Z", "updated": "2023-04-18T14:29:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6d6793c2-2b28-4337-baf2-9fd9b4e70a36"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6d6793c2-2b28-4337-baf2-9fd9b4e70a36"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-443542451", "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 14:30:35,259 79787 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/6d6793c2-2b28-4337-baf2-9fd9b4e70a36 0.230s 2023-04-18 14:30:35,259 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:35 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-b28f5fcc-5565-4213-8161-90889cd09ebc', 'x-compute-request-id': 'req-b28f5fcc-5565-4213-8161-90889cd09ebc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6d6793c2-2b28-4337-baf2-9fd9b4e70a36'} Body: b'{"server": {"id": "6d6793c2-2b28-4337-baf2-9fd9b4e70a36", "name": "tempest-VolumesAdminNegativeTest-server-379039108", "status": "ACTIVE", "tenant_id": "2d1e17fb95d64cae9c6c210d143d115b", "user_id": "2039b3016f884a42abcb58054d649cee", "metadata": {}, "hostId": "aa806bf8b252a0d5e18c9f8e661e23f97dfb8d3ef7999c2389fec537", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:29:44Z", "updated": "2023-04-18T14:29:53Z", "addresses": {"tempest-VolumesAdminNegativeTest-1351941187-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:5d:63"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6d6793c2-2b28-4337-baf2-9fd9b4e70a36"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6d6793c2-2b28-4337-baf2-9fd9b4e70a36"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-443542451", "OS-SRV-USG:launched_at": "2023-04-18T14:29:53.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--870063037"}], "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 14:30:35,271 79787 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-18 14:31:35,498 79787 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/6d6793c2-2b28-4337-baf2-9fd9b4e70a36/os-interface 0.169s 2023-04-18 14:31:35,499 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Cont ent-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:35 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-e7e22b64-ea4c-4af3-a6d7-598a1615a055', 'x-compute-request-id': 'req-e7e22b64-ea4c-4af3-a6d7-598a1615a055', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6d6793c2-2b28-4337-baf2-9fd9b4e70a36/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "8d05425b-4ecd-432b-b6c7-ca9f78114449", "port_id": "5d2983d3-2e25-4dfd-9dd0-28dbe2111d62", "mac_addr": "fa:16:3e:58:5d:63", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "2e7c32bd-6f68-401d-9350-221ae8bb900d", "ip_address": "10.0.0.7"}]}]}' 2023-04-18 14:31:36,234 79787 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/02b1b4f8-ae15-44d9-9a2c-ff2e409fdbab 0.731s 2023-04-18 14:31:36,234 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "5d2983d3-2e25-4dfd-9dd0-28dbe2111d62"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-ad229fb5-836b-4098-aa7e-a87a8ad887fb', 'date': 'Tue, 18 Apr 2023 14:31:36 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/02b1b4f8-ae15-44d9-9a2c-ff2e409fdbab'} Body: b'{"floatingip": {"id": "02b1b4f8-ae15-44d9-9a2c-ff2e409fdbab", "tenant_id": "2d1e17fb95d64cae9c6c210d143d115b", "floating_ip_address": "172.24.4.73", "floating_network_id": "bfbf9c15-045f-401e-b79e-fba95e5a0430", "router_id": "fb955bca-03d2-466b-a175-426ff05cc5dc", "port_id": "5d2983d3-2e25-4dfd-9dd0-28dbe2111d62", "fixed_ip_address": "10.0.0.7", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "8d05425b-4ecd-432b-b6c7-ca9f78114449", "mac_address": "fa:16:3e:58:5d:63", "admin_state_up": true, "status": "ACTIVE", "device_id": "6d6793c2-2b28-4337-baf2-9fd9b4e70a36", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T14:29:40Z", "updated_at": "2023-04-18T14:31:35Z", "revision_number": 1, "project_id": "2d1e17fb95d64cae9c6c210d143d115b"}}' 2023-04-18 14:31:36,236 79787 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.73:22' as 'cirros' with public key authentication 2023-04-18 14:31:36,274 79787 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 14:31:36,301 79787 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 14:31:36,302 79787 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.73 successfully created 2023-04-18 14:31:36,526 79787 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/2d1e17fb95d64cae9c6c210d143d115b/volumes 0.223s 2023-04-18 14:31:36,526 79787 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-24330481"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3dd76d47-1c36-430f-b1ab-969117a50067', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 're q-3dd76d47-1c36-430f-b1ab-969117a50067', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2d1e17fb95d64cae9c6c210d143d115b/volumes'} Body: b'{"volume": {"id": "93f61457-4925-40a4-930e-faab8212229e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:31:36.463233", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-24330481", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2d1e17fb95d64cae9c6c210d143d115b/volumes/93f61457-4925-40a4-930e-faab8212229e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2d1e17fb95d64cae9c6c210d143d115b/volumes/93f61457-4925-40a4-930e-faab8212229e"}], "user_id": "2039b3016f884a42abcb58054d649cee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:31:36,573 79787 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/2d1e17fb95d64cae9c6c210d143d115b/volumes/93f61457-4925-40a4-930e-faab8212229e 0.037s 2023-04-18 14:31:36,573 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce444782-f55b-4624-9f1c-773ca321a388', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce444782-f55b-4624-9f1c-773ca321a388', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2d1e17fb95d64cae9c6c210d143d115b/volumes/93f61457-4925-40a4-930e-faab8212229e'} Body: b'{"volume": {"id": "93f61457-4925-40a4-930e-faab8212229e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:31:36.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-24330481", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2d1e17fb95d64cae9c6c210d143d115b/volumes/93f61457-4925-40a4-930e-faab8212229e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2d1e17fb95d64cae9c6c210d143d115b/volumes/93f61457-4925-40a4-930e-faab8212229e"}], "user_id": "2039b3016f884a42abcb58054d649cee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2d1e17fb95d64cae9c6c210d143d115b"}}' 2023-04-18 14:31:37,622 79787 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/2d1e17fb95d64cae9c6c210d143d115b/volumes/93f61457-4925-40a4-930e-faab8212229e 0.037s 2023-04-18 14:31:37,623 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0c369a0-5d05-48a8-986f-50db79eef61a', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0c369a0-5d05-48a8-986f-50db79eef61a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2d1e17fb95d64cae9c6c210d143d115b/volumes/93f61457-4925-40a4-930e-faab8212229e'} Body: b'{"volume": {"id": "93f61457-4925-40a4-930e-faab8212229e", "status": "error", "size": 1, " availability_zone": "nova", "created_at": "2023-04-18T14:31:36.000000", "updated_at": "2023-04-18T14:31:37.000000", "name": "tempest-VolumesAdminNegativeTest-volume-24330481", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2d1e17fb95d64cae9c6c210d143d115b/volumes/93f61457-4925-40a4-930e-faab8212229e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2d1e17fb95d64cae9c6c210d143d115b/volumes/93f61457-4925-40a4-930e-faab8212229e"}], "user_id": "2039b3016f884a42abcb58054d649cee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2d1e17fb95d64cae9c6c210d143d115b"}}' 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 5addcdb6-58b7-44b8-b3f7-8f906131b4ef failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:29:08,679 79803 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 14:29:08,679 79803 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 14:29:08,811 79803 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.129s 2023-04-18 14:29:08,812 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-791769318", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJc3QPBXQ4nVx2JCRWrT6JCIt2SgbFlb+QMEXEnEKTjVVtZBfYfS8KCkAaHpbD2VfvLXrZ4CG2ft+VpkRcBGVlwqPbUWTJg9Sp/HKQP21J43CDOfCL4ajx/wVQ2XVgQM7A=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:08 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-8ab3cf25-32e5-4b4c-abad-4a3babf856f3', 'x-compute-request-id': 'req-8ab3cf25-32e5-4b4c-abad-4a3babf856f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-791769318", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJc3QPBXQ4nVx2JCRWrT6JCIt2SgbFlb+QMEXEnEKTjVVtZBfYfS8KCkAaHpbD2VfvLXrZ4CG2ft+VpkRcBGVlwqPbUWTJg9Sp/HKQP21J43CDOfCL4ajx/wVQ2XVgQM7A==", "fingerprint": "45:d5:e3:6f:68:90:0d:40:a4:08:b1:48:51:b5:67:b5", "user_id": "36b9b392cafe4b58b429be8e010baa08"}}' 2023-04-18 14:29:08,816 79803 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-791769318 created 2023-04-18 14:29:09,448 79803 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.631s 2023-04-18 14:29:09,449 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--743095294", "description": "tempest-description--2060225042"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-87ff1a48-345d-4791-8c18-eb7d4692c1ce', 'date': 'Tue, 18 Apr 2023 14:29:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "cc5ae103-a320-4982-b4e2-645372e6a84f", "name": "tempest-securitygroup--743095294", "stateful": true, "tenant_id": "88dd648f400c48f384c828c3933baa5a", "description": "tempest-description--2060225042", "shared": false, "security_group_rules": [{"id": "4aefe4fe-3f2c-444e-bb1f-dbca08bab0e7", "tenant_id": "88dd648f400c48f384c828c3933baa5a", "security_group_id": "cc5ae103-a320-4982-b4e2-645372e6a84f", "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": 220, "description": null, "tags": [], "created_at": "2023-04-18T14:29:09Z", "updated_at": "2023-04-18T14:29:09Z", "revision_number": 0, "project_id": "88dd648f400c48f384c828c3933baa5a"}, {"id": "834cd140-5cbf-4060-8889-d698d89db2c7", "tenant_id": "88dd648f400c48f384c828c3933baa5a", "security_group_id": "cc5ae103-a320-4982-b4e2-645372e6a84f", "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": 223, "description": null, "tags": [], "created_at": "2023-04-18T14:29:09Z", "updated_at": "2023-04-18T14:29:09Z", "revision_number": 0, "project_id": "88dd648f400c48f384c828c3933baa5a"}], "tags": [], "created_at": "2023-04-18T14:29:09Z", "updated_at": "2023-04-18T14:29:09Z", "revision_number": 1, "project_id": "88dd648f400c48f384c828c3933baa5a"}}' 2023-04-18 14:29:11,315 79803 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.866s 2023-04-18 14:29:11,316 79803 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": "cc5ae103-a320-4982-b4e2-645372e6a84f", "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-b4502cf7-3dba-4f46-ad7a-9fbe2750672c', 'date': 'Tue, 18 Apr 2023 14:29: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": "102d9dd6-ec5d-4f53-bea8-4cdea493fd1e", "tenant_id": "88dd648f400c48f384c828c3933baa5a", "security_group_id": "cc5ae103-a320-4982-b4e2-645372e6a84f", "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-18T14:29:10Z", "updated_at": "2023-04-18T14:29:10Z", "revision_number": 0, "project_id": "88dd648f400c48f384c828c3933baa5a"}}' 2023-04-18 14:29:12,092 79803 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.775s 2023-04-18 14:29:12,092 79803 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": "cc5ae103-a320-4982-b4e2-645372e6a84f", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-99cefb55-a803-477c-adba-dbea981c8cd0', 'date': 'Tue, 18 Apr 2023 14:29: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": "66328572-4e14-4b73-8b43-e9ed69cadf87", "tenant_id": "88dd648f400c48f384c828c3933baa5a", "security_group_id": "cc5ae103-a320-4982-b4e2-645372e6a84f", "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-18T14:29:11Z", "updated_at": "2023-04-18T14:29:11Z", "revision_number": 0, "project_id": "88dd648f400c48f384c828c3933baa5a"}}' 2023-04-18 14:29:12,092 79803 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--743095294 created 2023-04-18 14:29:14,863 79803 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.770s 2023-04-18 14:29:14,863 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "bfbf9c15-045f-401e-b79e-fba95e5a0430"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-op enstack-request-id': 'req-9ecaeeea-970a-4355-85cf-5ad181b045c5', 'date': 'Tue, 18 Apr 2023 14:29:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "8ae941de-6098-40c9-8cd7-f93eee2a91bf", "tenant_id": "88dd648f400c48f384c828c3933baa5a", "floating_ip_address": "172.24.4.234", "floating_network_id": "bfbf9c15-045f-401e-b79e-fba95e5a0430", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "88dd648f400c48f384c828c3933baa5a", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T14:29:13Z", "updated_at": "2023-04-18T14:29:13Z", "revision_number": 0}}' 2023-04-18 14:29:14,863 79803 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '8ae941de-6098-40c9-8cd7-f93eee2a91bf', 'tenant_id': '88dd648f400c48f384c828c3933baa5a', 'floating_ip_address': '172.24.4.234', 'floating_network_id': 'bfbf9c15-045f-401e-b79e-fba95e5a0430', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '88dd648f400c48f384c828c3933baa5a', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T14:29:13Z', 'updated_at': '2023-04-18T14:29:13Z', 'revision_number': 0, 'ip': '172.24.4.234'} created 2023-04-18 14:29:14,968 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.099s 2023-04-18 14:29:14,969 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:14 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-4f4ad923-d8dc-4857-bed0-73555fd54a35', '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": "36b9b392cafe4b58b429be8e010baa08", "name": "tempest-AttachVolumeTestJSON-1067811846-project-member", "password_expires_at": null}, "audit_ids": ["YCcb040hQHKUWaeDlUGumw"], "expires_at": "2023-04-18T15:29:14.000000Z", "issued_at": "2023-04-18T14:29:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88dd648f400c48f384c828c3933baa5a", "name": "tempest-AttachVolumeTestJSON-1067811846"}, "is_domain": false, "roles": [{"id": "0385370a4e0841d8b36ccb710ecbbb7f", "name": "reader"}, {"id": "4e14878c038343709e6c1a4b1c9b9b3c", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba3e4f0604614d5cbe532cc36d623cd0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "077962f5889e4dc5b1df7317cb3104c1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d5a2290495040dd9cc776d460990be5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "36bb6b6348e44e578468f7cf12ee6657", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dad492a01e614a8a8914690c07ebad0a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/88dd648f400c48f384c828c3933baa5a", "region": "RegionOne"}], "id": "3fc212b920c3401e85def1124172e916", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "cf3bc891281f458db82d1181bcf74100", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "627889b053b346adb8ce9b1ba8efb774", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "066c5b55b9574d78975bbbb61c530bad", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/88dd648f400c48f384c828c 3933baa5a", "region": "RegionOne"}], "id": "abe9a7d894f740b1943da54d0c46ff7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a19a55206f6f49c9916ef45abbdb3141", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "afe69c9d4c0445c18ac07b7dd26c92ee", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b9742eaa6b4c43b48cde80e15563fd79", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/88dd648f400c48f384c828c3933baa5a", "region": "RegionOne"}], "id": "b81eaa96c4e5426dab17a1d0acda7740", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0b96ff58903940ffa3fe3bb3c1bebe24", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "bc2f14763262433a9f02c157a34e208f", "type": "network", "name": "neutron"}]}}' 2023-04-18 14:29:14,969 79803 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': 'd3e19e74-bda1-4d28-b7e4-e98675072612', 'name': 'tempest-AttachVolumeTestJSON-553010721-network', 'tenant_id': '88dd648f400c48f384c828c3933baa5a', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '88dd648f400c48f384c828c3933baa5a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 2479, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T14:28:48Z', 'updated_at': '2023-04-18T14:28:48Z', 'revision_number': 1} available for tenant 2023-04-18 14:29:14,970 79803 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-791769318', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJc3QPBXQ4nVx2JCRWrT6JCIt2SgbFlb+QMEXEnEKTjVVtZBfYfS8KCkAaHpbD2VfvLXrZ4CG2ft+VpkRcBGVlwqPbUWTJg9Sp/HKQP21J43CDOfCL4ajx/wVQ2XVgQM7A==', 'fingerprint': '45:d5:e3:6f:68:90:0d:40:a4:08:b1:48:51:b5:67:b5', 'user_id': '36b9b392cafe4b58b429be8e010baa08', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDC9xAQVQcIU0VCOvQt6APrwDGRMzz8sVyepyD6lSuloCoEu+LjDFSw9\nj+IWqlUYccigBwYFK4EEACKhZANiAASXN0DwV0OJ1cdiQkVq0+iQiLdkoGxZW/kD\nBFxJxCk41VbWQX2H0vCgpAGh6Ww9lX7y162eAhtn7flaZEXARlZcKj21FkyYPUqf\nxykD9tSeNwgznwi+Go8f8FUNl1YEDOw=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'cc5ae103-a320-4982-b4e2-645372e6a84f', 'name': 'tempest-securitygroup--743095294', 'stateful': True, 'tenant_id': '88dd648f400c48f384c828c3933baa5a', 'description': 'tempest-description--2060225042', 'shared': False, 'security_group_rules': [{'id': '4aefe4fe-3f2c-444e-bb1f-dbca08bab0e7', 'tenant_id': '88dd648f400c48f384c828c3933baa5a', 'security_group_id': 'cc5ae103-a320-4982-b4e2-645372e6a84f', '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': 220, 'description': None, 'tags': [], 'created_at': '2023-04-18T14:29:09Z', 'updated_at': '2023-04-18T14:29:09Z', 'revision_number': 0, 'project_id': '88dd648f400c48f384c828c3933baa5a'}, {'id': '834cd140-5cbf-4060-8889-d698d89db2c7', 'tenant_id': '88dd648f400c48f384c828c3933baa5a', 'security_group_id': 'cc5ae103-a320-4982-b4e2-645372e6a84f', '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': 223, 'description': None, 'tags': [], 'created_at': '2023-04-18T14:29:09Z', 'updated_at': '2023-04-18T14:29:09Z', 'revision_number': 0, 'project_id': '88dd648f400c48f384c828c3933baa5a'}], 'tags': [], 'created_at': '2023-04-18T14:29:09Z', 'updated_at': '2023-04-18T14:29:09Z', 'revision_number': 1, 'project_id': '88dd648f400c48f384c828c3933baa5a'}, 'floating_ip': {'id': '8ae941de-6098-40c9-8cd7-f93eee2a91bf', 'tenant_id': '88dd648f400c48f384c828c3933baa5a', 'floating_ip_address': '172.24.4.234', 'floating_network_id': 'bfbf9c15-045f-401e-b79e-fba95e5a0430', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '88dd648f400c48f384c828c3933baa5a', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T14:29:13Z', 'updated_at': '2023-04-18T14:29:13Z', 'revision_number': 0, 'ip': '172.24.4.234'}} 2023-04-18 14:29:17,613 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 2.642s 2023-04-18 14:29:17,613 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-1758402667", "imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "d3e19e74-bda1-4d28-b7e4-e98675072612"}], "security_groups": [{"name": "tempest-securitygroup--743095294"}], "key_name": "tempest-keypair-791769318", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/6dcffb71-055a-4ae6-bf65-df885c035e5a', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7451cfe0-7074-4a00-aedc-565daa7e94ab', 'x-compute-request-id': 'req-7451cfe0-7074-4a00-aedc-565daa7e94ab', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "6dcffb71-055a-4ae6-bf65-df885c035e5a", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6dcffb71-055a-4ae6-bf65-df885c035e5a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6dcffb71-055a-4ae6-bf65-df885c035e5a"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--743095294"}], "adminPass": "password"}}' 2023-04-18 14:29:17,965 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/6dcffb71-055a-4ae6-bf65-df885c035e5a 0.348s 2023-04-18 14:29:17,965 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:17 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-056c924b-72c6-423e-8637-9b576f444e25', 'x-compute-request-id': 'req-056c924b-72c6-423e-8637-9b576f444e25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6dcffb71-055a-4ae6-bf65-df885c035e5a'} Body: b'{"server": {"id": "6dcffb71-055a-4ae6-bf65-df885c035e5a", "name": "tempest-AttachVolumeTestJSON-server-1758402667", "status": "BUILD", "tenant_id": "88dd648f400c48f384c828c3933baa5a", "user_id": "36b9b392cafe4b58b429be8e010baa08", "metadata": {}, "hostId": "", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "hr ef": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:29:18Z", "updated": "2023-04-18T14:29:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6dcffb71-055a-4ae6-bf65-df885c035e5a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6dcffb71-055a-4ae6-bf65-df885c035e5a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-791769318", "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 14:30:09,029 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/6dcffb71-055a-4ae6-bf65-df885c035e5a 0.993s 2023-04-18 14:30:09,030 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30: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-7fd50856-ec8a-4b8e-ade1-507dc180130b', 'x-compute-request-id': 'req-7fd50856-ec8a-4b8e-ade1-507dc180130b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6dcffb71-055a-4ae6-bf65-df885c035e5a'} Body: b'{"server": {"id": "6dcffb71-055a-4ae6-bf65-df885c035e5a", "name": "tempest-AttachVolumeTestJSON-server-1758402667", "status": "ACTIVE", "tenant_id": "88dd648f400c48f384c828c3933baa5a", "user_id": "36b9b392cafe4b58b429be8e010baa08", "metadata": {}, "hostId": "43bc6bfb06764f8021125bfe676e409bafe803e91c9d640473454d2b", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:29:17Z", "updated": "2023-04-18T14:29:31Z", "addresses": {"tempest-AttachVolumeTestJSON-553010721-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:1f:b0"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6dcffb71-055a-4ae6-bf65-df885c035e5a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6dcffb71-055a-4ae6-bf65-df885c035e5a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-791769318", "OS-SRV-USG:launched_at": "2023-04-18T14:29:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--743095294"}], "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 14:30:09,043 79803 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 52 second wait 2023-04-18 14:31:09,406 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/6dcffb71-055a-4ae6-bf65-df885c035e5a/os-interface 0.302s 2023-04-18 14:31:09,406 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-ope nstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ab7aec10-835b-447e-9dab-760a5c6a5223', 'x-compute-request-id': 'req-ab7aec10-835b-447e-9dab-760a5c6a5223', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6dcffb71-055a-4ae6-bf65-df885c035e5a/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "d3e19e74-bda1-4d28-b7e4-e98675072612", "port_id": "598909ff-6d80-4f39-91d5-a53ca08f248d", "mac_addr": "fa:16:3e:9c:1f:b0", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "61b72842-da76-4789-b2a9-de9f3654466e", "ip_address": "10.0.0.7"}]}]}' 2023-04-18 14:31:11,073 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/8ae941de-6098-40c9-8cd7-f93eee2a91bf 1.663s 2023-04-18 14:31:11,074 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "598909ff-6d80-4f39-91d5-a53ca08f248d"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-2ea864e1-84c0-46d1-af62-3fd6cfb146b5', 'date': 'Tue, 18 Apr 2023 14:31:11 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/8ae941de-6098-40c9-8cd7-f93eee2a91bf'} Body: b'{"floatingip": {"id": "8ae941de-6098-40c9-8cd7-f93eee2a91bf", "tenant_id": "88dd648f400c48f384c828c3933baa5a", "floating_ip_address": "172.24.4.234", "floating_network_id": "bfbf9c15-045f-401e-b79e-fba95e5a0430", "router_id": "0ebec123-a2ed-420b-8e57-6b218b1da538", "port_id": "598909ff-6d80-4f39-91d5-a53ca08f248d", "fixed_ip_address": "10.0.0.7", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "d3e19e74-bda1-4d28-b7e4-e98675072612", "mac_address": "fa:16:3e:9c:1f:b0", "admin_state_up": true, "status": "ACTIVE", "device_id": "6dcffb71-055a-4ae6-bf65-df885c035e5a", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T14:29:13Z", "updated_at": "2023-04-18T14:31:10Z", "revision_number": 1, "project_id": "88dd648f400c48f384c828c3933baa5a"}}' 2023-04-18 14:31:11,075 79803 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.234:22' as 'cirros' with public key authentication 2023-04-18 14:31:11,110 79803 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 14:31:11,132 79803 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 14:31:11,132 79803 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.234 successfully created 2023-04-18 14:31:11,209 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/6dcffb71-055a-4ae6-bf65-df885c035e5a/ips 0.076s 2023-04-18 14:31:11,209 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '103', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea3ff805-6369-47de-a306-0638464929fc', 'x-compute-request-id': 'req-ea3ff805-6369-47de-a306-0638464929fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6dcffb71-055a-4ae6-bf65-df885c035e5a/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-553010721-network": [{"version": 4, "addr": "10.0.0.7"}]}}' 2023-04-18 14:31:11,213 79803 INFO [tempest.lib.common.ssh] Creating ssh connection to '17 2.24.4.234:22' as 'cirros' with public key authentication 2023-04-18 14:31:11,219 79803 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 14:31:11,239 79803 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 14:31:11,239 79803 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.234 successfully created 2023-04-18 14:31:11,239 79803 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 14:31:11,240 79803 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.234:22' as 'cirros' with public key authentication 2023-04-18 14:31:11,242 79803 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 14:31:11,265 79803 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 14:31:11,265 79803 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.234 successfully created 2023-04-18 14:31:11,552 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/volume/v3/88dd648f400c48f384c828c3933baa5a/volumes 0.260s 2023-04-18 14:31:11,552 79803 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-2066327378"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6aa04e6a-16a3-4710-85ed-2514e3c6abff', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6aa04e6a-16a3-4710-85ed-2514e3c6abff', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/88dd648f400c48f384c828c3933baa5a/volumes'} Body: b'{"volume": {"id": "5addcdb6-58b7-44b8-b3f7-8f906131b4ef", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:31:11.466867", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-2066327378", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/88dd648f400c48f384c828c3933baa5a/volumes/5addcdb6-58b7-44b8-b3f7-8f906131b4ef"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/88dd648f400c48f384c828c3933baa5a/volumes/5addcdb6-58b7-44b8-b3f7-8f906131b4ef"}], "user_id": "36b9b392cafe4b58b429be8e010baa08", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:31:11,611 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/88dd648f400c48f384c828c3933baa5a/volumes/5addcdb6-58b7-44b8-b3f7-8f906131b4ef 0.048s 2023-04-18 14:31:11,611 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf53f605-6d91-416e-a0b4-b2539c394888', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf53f605-6d91-416e-a0b4-b2539c394888', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/88dd648f400c48f384c828c3933baa5a/volumes/5addcdb6-58b7-44b8-b3f7-8f906131b4ef'} Body: b'{"volume": {"id": "5addcdb6-58b7-44b8-b3f7-8f906131b4ef", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:31:11.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-2066327378", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/88dd648f400c48f384c828c3933baa5a/volumes/5addcdb6-58b7-44b8-b3f7-8f906131b4ef"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/88dd648f400c48f384c828c3933baa5a/volumes/5addcdb6-58b7-44b8-b3f7-8f906131b4ef"}], "user_id": "36b9b392cafe4b58b429be8e010baa08", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "88dd648f400c48f384c828c3933baa5a"}}' 2023-04-18 14:31:12,665 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/88dd648f400c48f384c828c3933baa5a/volumes/5addcdb6-58b7-44b8-b3f7-8f906131b4ef 0.041s 2023-04-18 14:31:12,665 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-649f30b8-e791-4a7a-897f-e25c55de2277', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-649f30b8-e791-4a7a-897f-e25c55de2277', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/88dd648f400c48f384c828c3933baa5a/volumes/5addcdb6-58b7-44b8-b3f7-8f906131b4ef'} Body: b'{"volume": {"id": "5addcdb6-58b7-44b8-b3f7-8f906131b4ef", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:31:11.000000", "updated_at": "2023-04-18T14:31:12.000000", "name": "tempest-AttachVolumeTestJSON-volume-2066327378", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/88dd648f400c48f384c828c3933baa5a/volumes/5addcdb6-58b7-44b8-b3f7-8f906131b4ef"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/88dd648f400c48f384c828c3933baa5a/volumes/5addcdb6-58b7-44b8-b3f7-8f906131b4ef"}], "user_id": "36b9b392cafe4b58b429be8e010baa08", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "88dd648f400c48f384c828c3933baa5a"}}' 2023-04-18 14:31:12,823 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/6dcffb71-055a-4ae6-bf65-df885c035e5a 0.146s 2023-04-18 14:31:12,824 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:12 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-639830ca-4f7d-4e66-8b1e-3739a124f7a0', 'x-compute-request-id': 'req-639830ca-4f7d-4e66-8b1e-3739a124f7a0', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6dcffb71-055a-4ae6-bf65-df885c035e5a'} Body: b'' 2023-04-18 14:31:13,131 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/6dcffb71-055a-4ae6-bf65-df885c035e5a 0.306s 2023-04-18 14:31:13,131 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:12 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-8dd8558c-b486-4e1e-8ed4-876536bb7282', 'x-compute-request-id': 'req-8dd8558c-b486-4e1e-8ed4-876536bb7282', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6dcffb71-055a-4ae6-bf65-df885c035e5a'} Body: b'{"server": {"id": "6dcffb71-055a-4ae6-bf65-df885c035e5a", "name": "tempest-AttachVolumeTestJSON-server-1758402667", "status": "ACTIVE", "tenant_id": "88dd648f400c48f384c828c3933baa5a", "user_id": "36b9b392cafe4b58b429be8e010baa08", "metadata": {}, "hostId": "43bc6bfb06764f8021125bfe676e409bafe803e91c9d640473454d2b", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:29:17Z", "updated": "2023-04-18T14:31:13Z", "addresses": {"tempest-AttachVolumeTestJSON-553010721-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:1f:b0"}, {"version": 4, "addr": "172.24.4.234", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:1f:b0"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6dcffb71-055a-4ae6-bf65-df885c035e5a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6dcffb71-055a-4ae6-bf65-df885c035e5a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-791769318", "OS-SRV-USG:launched_at": "2023-04-18T14:29:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--743095294"}], "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 14:32:03,226 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/6dcffb71-055a-4ae6-bf65-df885c035e5a 0.043s 2023-04-18 14:32:03,226 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:03 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-d5366fd3-8b22-40a6-b8c4-33ed829d1b59', 'x-compute-request-id': 'req-d5366fd3-8b22-40a6-b8c4-33ed829d1b59', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6dcffb71-055a-4ae6-bf65-df885c035e5a'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 6dcffb71-055a-4ae6-bf65-df885c035e5a could not be found."}}' 2023-04-18 14:32:03,257 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-791769318 0.029s 2023-04-18 14:32:03,257 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:03 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-88ab53e8-bf75-4786-bb 07-f236287f2ae7', 'x-compute-request-id': 'req-88ab53e8-bf75-4786-bb07-f236287f2ae7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-791769318'} Body: b'' 2023-04-18 14:32:03,399 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/cc5ae103-a320-4982-b4e2-645372e6a84f 0.142s 2023-04-18 14:32:03,400 79803 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-62e1df01-b380-4ea9-97b3-fd991b777ab6', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 14:32:03 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/cc5ae103-a320-4982-b4e2-645372e6a84f'} Body: b'' 2023-04-18 14:32:03,425 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/cc5ae103-a320-4982-b4e2-645372e6a84f 0.024s 2023-04-18 14:32:03,425 79803 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-0ea3f7bd-52f7-426e-9ee0-cf2dad264bf3', 'date': 'Tue, 18 Apr 2023 14:32:03 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/cc5ae103-a320-4982-b4e2-645372e6a84f'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group cc5ae103-a320-4982-b4e2-645372e6a84f does not exist", "detail": ""}}' 2023-04-18 14:32:04,444 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/8ae941de-6098-40c9-8cd7-f93eee2a91bf 1.018s 2023-04-18 14:32:04,445 79803 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-030a7af3-87dd-4dfb-8792-30c2ffd26800', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 14:32:04 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/8ae941de-6098-40c9-8cd7-f93eee2a91bf'} Body: b'' 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 89e9adde-3164-4a5b-90b9-8de65edaad9f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:29:35,828 79793 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/e440225d-a438-40cc-be07-38db2a963dd0 0.441s 2023-04-18 14:29:35,829 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-68256e5b-64b0-43ff-b3fe-996ea0ae0722', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/e440225d-a438-40cc-be07-38db2a963dd0'} 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": "e839ed9d641847bc91c3b533e75d2a93", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "e440225d-a438-40cc-be07-38db2a963dd0", "created_at": "2023-04-18T14:25:28Z", "updated_at": "2023-04-18T14:25:30Z", "tags": [], "self": "/v2/images/e440225d-a438-40cc-be07-38db2a963dd0", "file": "/v2/images/e440225d-a438-40cc-be07-38db2a963dd0/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:29:37,290 79793 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 1.424s 2023-04-18 14:29:37,290 79793 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 14:29:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '690', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/676a92ee-abbd-4bdd-b113-00b8dca91436', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-6fc0725a-8d0f-40d2-9b42-4c4fdb703ed7', '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": "4cb5aa23ad634ebdbf9576d3e4af6ccc", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "676a92ee-abbd-4bdd-b113-00b8dca91436", "created_at": "2023-04-18T14:29:37Z", "updated_at": "2023-04-18T14:29:37Z", "tags": [], "self": "/v2/images/676a92ee-abbd-4bdd-b113-00b8dca91436", "file": "/v2/images/676a92ee-abbd-4bdd-b113-00b8dca91436/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:29:40,457 79793 WARNING [urllib3.connectionpool] Connection pool is full, discarding connection: 10.0.0.210. Connection pool size: 1 2023-04-18 14:29:40,458 79793 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/676a92ee-abbd-4bdd-b113-00b8dca91436/file 3.167s 2023-04-18 14:29:40,458 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet -stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-d0f60d07-800a-4fd7-99e6-50149e3857e8', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/676a92ee-abbd-4bdd-b113-00b8dca91436/file'} Body: b'' 2023-04-18 14:29:40,459 79793 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 14:29:40,459 79793 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 14:29:40,969 79793 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.507s 2023-04-18 14:29:40,971 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-998303201", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBP2bHkODKFfnb6J3zSzgra9BqnzYuT4DB5EK+mUJc38K8eFOd6fuhc5SXEx2FAlo1KQZQPcq62Djy4XT7gAVKQymi9nFGrXlwGdElS8oymqTE+1k/4xGT9iP2cEJkYHNSQ=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:40 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-59d1db11-bc8a-443c-84e5-af3637d90ee0', 'x-compute-request-id': 'req-59d1db11-bc8a-443c-84e5-af3637d90ee0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-998303201", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBP2bHkODKFfnb6J3zSzgra9BqnzYuT4DB5EK+mUJc38K8eFOd6fuhc5SXEx2FAlo1KQZQPcq62Djy4XT7gAVKQymi9nFGrXlwGdElS8oymqTE+1k/4xGT9iP2cEJkYHNSQ==", "fingerprint": "53:c0:eb:e6:38:e6:96:f9:2a:0f:73:e5:da:c5:9c:6e", "user_id": "6b50d25047934c9fad65b69209730a0e"}}' 2023-04-18 14:29:40,981 79793 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-998303201 created 2023-04-18 14:29:41,736 79793 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.754s 2023-04-18 14:29:41,737 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1880025038", "description": "tempest-description--1322643907"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-bc23eed4-f616-4412-baf0-9473fd68e3c9', 'date': 'Tue, 18 Apr 2023 14:29:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "76da6c6d-8bdf-4cb2-a2dc-d21c59c130f0", "name": "tempest-securitygroup--1880025038", "stateful": true, "tenant_id": "7cb471110565402aa21064786951ab00", "description": "tempest-description--1322643907", "shared": false, "security_group_rules": [{"id": "c3c22e8c-88be-47ef-9795-cba3a5adfbc9", "tenant_id": "7cb471110565402aa21064786951ab00", "security_group_id": "76da6c6d-8bdf-4cb2-a2dc-d21c59c130f0", "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": 378, "description": null, "tags": [], "created_a t": "2023-04-18T14:29:41Z", "updated_at": "2023-04-18T14:29:41Z", "revision_number": 0, "project_id": "7cb471110565402aa21064786951ab00"}, {"id": "de49ff58-acb5-477c-969c-aacbd0ee48dc", "tenant_id": "7cb471110565402aa21064786951ab00", "security_group_id": "76da6c6d-8bdf-4cb2-a2dc-d21c59c130f0", "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": 379, "description": null, "tags": [], "created_at": "2023-04-18T14:29:41Z", "updated_at": "2023-04-18T14:29:41Z", "revision_number": 0, "project_id": "7cb471110565402aa21064786951ab00"}], "tags": [], "created_at": "2023-04-18T14:29:41Z", "updated_at": "2023-04-18T14:29:41Z", "revision_number": 1, "project_id": "7cb471110565402aa21064786951ab00"}}' 2023-04-18 14:29:42,503 79793 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.765s 2023-04-18 14:29:42,503 79793 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": "76da6c6d-8bdf-4cb2-a2dc-d21c59c130f0", "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-633789a7-9d89-4c71-8100-576b95417f86', 'date': 'Tue, 18 Apr 2023 14:29: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": "339300bc-6bff-42f2-b485-db1492b43a72", "tenant_id": "7cb471110565402aa21064786951ab00", "security_group_id": "76da6c6d-8bdf-4cb2-a2dc-d21c59c130f0", "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-18T14:29:42Z", "updated_at": "2023-04-18T14:29:42Z", "revision_number": 0, "project_id": "7cb471110565402aa21064786951ab00"}}' 2023-04-18 14:29:43,234 79793 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.730s 2023-04-18 14:29:43,234 79793 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": "76da6c6d-8bdf-4cb2-a2dc-d21c59c130f0", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-7a87e43b-201d-4aa8-b922-5d64ece2217b', 'date': 'Tue, 18 Apr 2023 14:29:43 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": "aa52100a-e765-4279-a573-fdd838313f0a", "tenant_id": "7cb471110565402aa21064786951ab00", "security_group_id": "76da6c6d-8bdf-4cb2-a2dc-d21c59c130f0", "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-18T14:29:42Z", "updated_at": "2023-04-18T14:29:42Z", "revision_number": 0, "project_id": "7cb471110565402aa21064786951ab00"}}' 2023-04-18 14:29:43,235 79793 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1880025038 created 2023-04-18 14:29:44,470 79793 INFO [tempest.lib.common.rest_client] Request ( ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.235s 2023-04-18 14:29:44,470 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "bfbf9c15-045f-401e-b79e-fba95e5a0430"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-2fd3c205-3d9b-4cf2-9d0a-03749c145a62', 'date': 'Tue, 18 Apr 2023 14:29:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "24d52538-fbbc-475f-ad88-8de396b90604", "tenant_id": "7cb471110565402aa21064786951ab00", "floating_ip_address": "172.24.4.148", "floating_network_id": "bfbf9c15-045f-401e-b79e-fba95e5a0430", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "7cb471110565402aa21064786951ab00", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T14:29:43Z", "updated_at": "2023-04-18T14:29:43Z", "revision_number": 0}}' 2023-04-18 14:29:44,471 79793 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '24d52538-fbbc-475f-ad88-8de396b90604', 'tenant_id': '7cb471110565402aa21064786951ab00', 'floating_ip_address': '172.24.4.148', 'floating_network_id': 'bfbf9c15-045f-401e-b79e-fba95e5a0430', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7cb471110565402aa21064786951ab00', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T14:29:43Z', 'updated_at': '2023-04-18T14:29:43Z', 'revision_number': 0, 'ip': '172.24.4.148'} created 2023-04-18 14:29:44,600 79793 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.124s 2023-04-18 14:29:44,600 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:44 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-6096fe48-e7fb-4929-819e-631dd8a64b6a', '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": "6b50d25047934c9fad65b69209730a0e", "name": "tempest-AttachSCSIVolumeTestJSON-484453651-project-member", "password_expires_at": null}, "audit_ids": ["Axrw37z4T1Ksb5LpKDJ-Dw"], "expires_at": "2023-04-18T15:29:44.000000Z", "issued_at": "2023-04-18T14:29:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7cb471110565402aa21064786951ab00", "name": "tempest-AttachSCSIVolumeTestJSON-484453651"}, "is_domain": false, "roles": [{"id": "0385370a4e0841d8b36ccb710ecbbb7f", "name": "reader"}, {"id": "4e14878c038343709e6c1a4b1c9b9b3c", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba3e4f0604614d5cbe532cc36d623cd0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "077962f5889e4dc5b1df7317cb3104c1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d5a2290495040dd9cc776d460990be5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "36bb6b6348e44e578468f7cf12ee6657", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dad492a01e614a8a8914690c07ebad0a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7cb471110565402aa21064786951ab00", "region": "RegionOne"}], "id ": "3fc212b920c3401e85def1124172e916", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "cf3bc891281f458db82d1181bcf74100", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "627889b053b346adb8ce9b1ba8efb774", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "066c5b55b9574d78975bbbb61c530bad", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/7cb471110565402aa21064786951ab00", "region": "RegionOne"}], "id": "abe9a7d894f740b1943da54d0c46ff7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a19a55206f6f49c9916ef45abbdb3141", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "afe69c9d4c0445c18ac07b7dd26c92ee", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b9742eaa6b4c43b48cde80e15563fd79", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7cb471110565402aa21064786951ab00", "region": "RegionOne"}], "id": "b81eaa96c4e5426dab17a1d0acda7740", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0b96ff58903940ffa3fe3bb3c1bebe24", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "bc2f14763262433a9f02c157a34e208f", "type": "network", "name": "neutron"}]}}' 2023-04-18 14:29:44,601 79793 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': '9fccc2aa-a9be-48a0-b60b-f5ecaa90b02f', 'name': 'tempest-AttachSCSIVolumeTestJSON-131754582-network', 'tenant_id': '7cb471110565402aa21064786951ab00', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7cb471110565402aa21064786951ab00', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 9534, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T14:28:49Z', 'updated_at': '2023-04-18T14:28:49Z', 'revision_number': 1} available for tenant 2023-04-18 14:29:44,602 79793 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-998303201', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBP2bHkODKFfnb6J3zSzgra9BqnzYuT4DB5EK+mUJc38K8eFOd6fuhc5SXEx2FAlo1KQZQPcq62Djy4XT7gAVKQymi9nFGrXlwGdElS8oymqTE+1k/4xGT9iP2cEJkYHNSQ==', 'fingerprint': '53:c0:eb:e6:38:e6:96:f9:2a:0f:73:e5:da:c5:9c:6e', 'user_id': '6b50d25047934c9fad65b69209730a0e', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAuyHcmD9cQERRXRksn90eR/ua2YY836BWELW12eaggzhNBQnwUPcAi\njxtkmV3X/3OgBwYFK4EEACKhZANiAAT9mx5DgyhX52+id80s4K2vQap82Lk+AweR\nCvplCXN/CvHhTnen7oXOUlxMdhQJaNSkGUD3Kutg48uF0+4AFSkMpovZxRq15cBn\nRJUvKMpqkxPtZP+MRk/Yj9nBCZGBzUk=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '76da6c6d-8bdf-4cb2-a2dc-d21c59c130f0', 'name': 'tempest-securitygroup--1880025038', 'stateful': True, 'tenant_id': '7cb471110565402aa21064786951ab00', 'description': 'tempest-description--1322643907', 'shared': False, 'security_group_rules': [{'id': 'c3c22e8c-88be-47ef-9795-cba3a5adfbc9', 'tenant_id': '7cb471110565402aa21064786951ab00', 'security_group_id': '76da6c6d-8bdf-4cb2-a2dc-d21c59c130f0', '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': 378, 'description': None, 'tags': [], 'created_at': '2023-04-18T14:29:41Z', 'updated_at': '2023-04-18T14:29:41Z', 'revision_number': 0, 'project_id': '7cb471110565402aa21064786951ab00'}, {'id': 'de49ff58-acb5-477c-969c-aacbd0ee48dc', 'tenant_id': '7cb471110565402aa21064786951ab00', 'security_group_i d': '76da6c6d-8bdf-4cb2-a2dc-d21c59c130f0', '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': 379, 'description': None, 'tags': [], 'created_at': '2023-04-18T14:29:41Z', 'updated_at': '2023-04-18T14:29:41Z', 'revision_number': 0, 'project_id': '7cb471110565402aa21064786951ab00'}], 'tags': [], 'created_at': '2023-04-18T14:29:41Z', 'updated_at': '2023-04-18T14:29:41Z', 'revision_number': 1, 'project_id': '7cb471110565402aa21064786951ab00'}, 'floating_ip': {'id': '24d52538-fbbc-475f-ad88-8de396b90604', 'tenant_id': '7cb471110565402aa21064786951ab00', 'floating_ip_address': '172.24.4.148', 'floating_network_id': 'bfbf9c15-045f-401e-b79e-fba95e5a0430', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7cb471110565402aa21064786951ab00', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T14:29:43Z', 'updated_at': '2023-04-18T14:29:43Z', 'revision_number': 0, 'ip': '172.24.4.148'}} 2023-04-18 14:29:46,692 79793 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.089s 2023-04-18 14:29:46,692 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachSCSIVolumeTestJSON-server-2134284850", "imageRef": "676a92ee-abbd-4bdd-b113-00b8dca91436", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "9fccc2aa-a9be-48a0-b60b-f5ecaa90b02f"}], "security_groups": [{"name": "tempest-securitygroup--1880025038"}], "key_name": "tempest-keypair-998303201", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/51b6bf0a-d424-43fe-b5fd-3a6843bb1672', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a400f82-484c-4581-a0ff-7cd475c4b6cc', 'x-compute-request-id': 'req-9a400f82-484c-4581-a0ff-7cd475c4b6cc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "51b6bf0a-d424-43fe-b5fd-3a6843bb1672", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/51b6bf0a-d424-43fe-b5fd-3a6843bb1672"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/51b6bf0a-d424-43fe-b5fd-3a6843bb1672"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1880025038"}], "adminPass": "7FcTvAzALX3p"}}' 2023-04-18 14:29:47,343 79793 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/51b6bf0a-d424-43fe-b5fd-3a6843bb1672 0.647s 2023-04-18 14:29:47,343 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:29:46 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-6192142f-9cfe-40ca-bc7a-caf63d09c130', 'x-compute-request-id': 'req-6192142f-9cfe-40ca-bc7a-caf63d09c130', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210 /compute/v2.1/servers/51b6bf0a-d424-43fe-b5fd-3a6843bb1672'} Body: b'{"server": {"id": "51b6bf0a-d424-43fe-b5fd-3a6843bb1672", "name": "tempest-AttachSCSIVolumeTestJSON-server-2134284850", "status": "BUILD", "tenant_id": "7cb471110565402aa21064786951ab00", "user_id": "6b50d25047934c9fad65b69209730a0e", "metadata": {}, "hostId": "", "image": {"id": "676a92ee-abbd-4bdd-b113-00b8dca91436", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/676a92ee-abbd-4bdd-b113-00b8dca91436"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:29:47Z", "updated": "2023-04-18T14:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/51b6bf0a-d424-43fe-b5fd-3a6843bb1672"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/51b6bf0a-d424-43fe-b5fd-3a6843bb1672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-998303201", "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 14:30:37,636 79793 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/51b6bf0a-d424-43fe-b5fd-3a6843bb1672 0.231s 2023-04-18 14:30:37,637 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1549', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-155ce677-e269-448e-8bf0-39b37c88aa72', 'x-compute-request-id': 'req-155ce677-e269-448e-8bf0-39b37c88aa72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/51b6bf0a-d424-43fe-b5fd-3a6843bb1672'} Body: b'{"server": {"id": "51b6bf0a-d424-43fe-b5fd-3a6843bb1672", "name": "tempest-AttachSCSIVolumeTestJSON-server-2134284850", "status": "ACTIVE", "tenant_id": "7cb471110565402aa21064786951ab00", "user_id": "6b50d25047934c9fad65b69209730a0e", "metadata": {}, "hostId": "1a8253e5af63474b101982bed89ca1e1c12e62ddace53ee4ff75a248", "image": {"id": "676a92ee-abbd-4bdd-b113-00b8dca91436", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/676a92ee-abbd-4bdd-b113-00b8dca91436"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:29:46Z", "updated": "2023-04-18T14:29:58Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-131754582-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:31:99"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/51b6bf0a-d424-43fe-b5fd-3a6843bb1672"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/51b6bf0a-d424-43fe-b5fd-3a6843bb1672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-998303201", "OS-SRV-USG:launched_at": "2023-04-18T14:29:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1880025038"}], "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 14:30:37,649 79793 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 14:31:37,866 79793 INFO [tempe st.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/compute/v2.1/servers/51b6bf0a-d424-43fe-b5fd-3a6843bb1672/os-interface 0.157s 2023-04-18 14:31:37,866 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:37 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-cddde92d-8f4c-4785-bbff-3989c30354e3', 'x-compute-request-id': 'req-cddde92d-8f4c-4785-bbff-3989c30354e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/51b6bf0a-d424-43fe-b5fd-3a6843bb1672/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "9fccc2aa-a9be-48a0-b60b-f5ecaa90b02f", "port_id": "9e209b67-100e-4779-abbd-38cfc3b4568a", "mac_addr": "fa:16:3e:ec:31:99", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "712f056d-9e39-4d33-9e57-b5e73366ee37", "ip_address": "10.0.0.13"}]}]}' 2023-04-18 14:31:38,564 79793 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/24d52538-fbbc-475f-ad88-8de396b90604 0.694s 2023-04-18 14:31:38,564 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "9e209b67-100e-4779-abbd-38cfc3b4568a"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-fdd61f2a-ea55-41e4-b385-a8d2bcae0ac1', 'date': 'Tue, 18 Apr 2023 14:31:38 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/24d52538-fbbc-475f-ad88-8de396b90604'} Body: b'{"floatingip": {"id": "24d52538-fbbc-475f-ad88-8de396b90604", "tenant_id": "7cb471110565402aa21064786951ab00", "floating_ip_address": "172.24.4.148", "floating_network_id": "bfbf9c15-045f-401e-b79e-fba95e5a0430", "router_id": "a495a937-c866-4886-aab0-7b9d1e45fc56", "port_id": "9e209b67-100e-4779-abbd-38cfc3b4568a", "fixed_ip_address": "10.0.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "9fccc2aa-a9be-48a0-b60b-f5ecaa90b02f", "mac_address": "fa:16:3e:ec:31:99", "admin_state_up": true, "status": "ACTIVE", "device_id": "51b6bf0a-d424-43fe-b5fd-3a6843bb1672", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T14:29:43Z", "updated_at": "2023-04-18T14:31:38Z", "revision_number": 1, "project_id": "7cb471110565402aa21064786951ab00"}}' 2023-04-18 14:31:38,566 79793 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.148:22' as 'cirros' with public key authentication 2023-04-18 14:31:38,610 79793 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 14:31:38,632 79793 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 14:31:38,633 79793 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.148 successfully created 2023-04-18 14:31:38,918 79793 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 202 POST http://10.0.0.210/volume/v3/7cb471110565402aa21064786951ab00/volumes 0.284s 2023-04-18 14:31:38,918 79793 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-635663501"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:38 GM T', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f782202-2009-4c96-a856-2b399a0e6642', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f782202-2009-4c96-a856-2b399a0e6642', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7cb471110565402aa21064786951ab00/volumes'} Body: b'{"volume": {"id": "89e9adde-3164-4a5b-90b9-8de65edaad9f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:31:38.846059", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-635663501", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7cb471110565402aa21064786951ab00/volumes/89e9adde-3164-4a5b-90b9-8de65edaad9f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7cb471110565402aa21064786951ab00/volumes/89e9adde-3164-4a5b-90b9-8de65edaad9f"}], "user_id": "6b50d25047934c9fad65b69209730a0e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:31:38,971 79793 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/volume/v3/7cb471110565402aa21064786951ab00/volumes/89e9adde-3164-4a5b-90b9-8de65edaad9f 0.043s 2023-04-18 14:31:38,972 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a1788e6-cf1a-490c-aeae-ddabe64cfb24', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a1788e6-cf1a-490c-aeae-ddabe64cfb24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7cb471110565402aa21064786951ab00/volumes/89e9adde-3164-4a5b-90b9-8de65edaad9f'} Body: b'{"volume": {"id": "89e9adde-3164-4a5b-90b9-8de65edaad9f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:31:39.000000", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-635663501", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7cb471110565402aa21064786951ab00/volumes/89e9adde-3164-4a5b-90b9-8de65edaad9f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7cb471110565402aa21064786951ab00/volumes/89e9adde-3164-4a5b-90b9-8de65edaad9f"}], "user_id": "6b50d25047934c9fad65b69209730a0e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7cb471110565402aa21064786951ab00"}}' 2023-04-18 14:31:40,036 79793 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/volume/v3/7cb471110565402aa21064786951ab00/volumes/89e9adde-3164-4a5b-90b9-8de65edaad9f 0.053s 2023-04-18 14:31:40,037 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f5fbff3-03c8-4d7a-a561-22ecba3ffff5', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f5fbff3-03c8-4d7a-a561-22ecba3ffff5', 'connection': 'close', 'status': '200', 'c ontent-location': 'http://10.0.0.210/volume/v3/7cb471110565402aa21064786951ab00/volumes/89e9adde-3164-4a5b-90b9-8de65edaad9f'} Body: b'{"volume": {"id": "89e9adde-3164-4a5b-90b9-8de65edaad9f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:31:39.000000", "updated_at": "2023-04-18T14:31:39.000000", "name": "tempest-AttachSCSIVolumeTestJSON-volume-635663501", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7cb471110565402aa21064786951ab00/volumes/89e9adde-3164-4a5b-90b9-8de65edaad9f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7cb471110565402aa21064786951ab00/volumes/89e9adde-3164-4a5b-90b9-8de65edaad9f"}], "user_id": "6b50d25047934c9fad65b69209730a0e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7cb471110565402aa21064786951ab00"}}' 2023-04-18 14:31:40,182 79793 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/51b6bf0a-d424-43fe-b5fd-3a6843bb1672 0.134s 2023-04-18 14:31:40,182 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:40 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-83728aa0-c7ce-4052-b26e-7e2e95a3d18e', 'x-compute-request-id': 'req-83728aa0-c7ce-4052-b26e-7e2e95a3d18e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/51b6bf0a-d424-43fe-b5fd-3a6843bb1672'} Body: b'' 2023-04-18 14:31:40,582 79793 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/51b6bf0a-d424-43fe-b5fd-3a6843bb1672 0.399s 2023-04-18 14:31:40,582 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1674', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-98ad9454-16ce-45d3-8872-0fcee9c13a2c', 'x-compute-request-id': 'req-98ad9454-16ce-45d3-8872-0fcee9c13a2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/51b6bf0a-d424-43fe-b5fd-3a6843bb1672'} Body: b'{"server": {"id": "51b6bf0a-d424-43fe-b5fd-3a6843bb1672", "name": "tempest-AttachSCSIVolumeTestJSON-server-2134284850", "status": "ACTIVE", "tenant_id": "7cb471110565402aa21064786951ab00", "user_id": "6b50d25047934c9fad65b69209730a0e", "metadata": {}, "hostId": "1a8253e5af63474b101982bed89ca1e1c12e62ddace53ee4ff75a248", "image": {"id": "676a92ee-abbd-4bdd-b113-00b8dca91436", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/676a92ee-abbd-4bdd-b113-00b8dca91436"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:29:46Z", "updated": "2023-04-18T14:31:40Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-131754582-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:31:99"}, {"version": 4, "addr": "172.24.4.148", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:31:99"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self ", "href": "http://10.0.0.210/compute/v2.1/servers/51b6bf0a-d424-43fe-b5fd-3a6843bb1672"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/51b6bf0a-d424-43fe-b5fd-3a6843bb1672"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-998303201", "OS-SRV-USG:launched_at": "2023-04-18T14:29:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1880025038"}], "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 14:32:30,674 79793 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/51b6bf0a-d424-43fe-b5fd-3a6843bb1672 0.033s 2023-04-18 14:32:30,674 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:30 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-4f62a9a7-17ae-488b-8d1c-cc0e6b72622a', 'x-compute-request-id': 'req-4f62a9a7-17ae-488b-8d1c-cc0e6b72622a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/51b6bf0a-d424-43fe-b5fd-3a6843bb1672'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 51b6bf0a-d424-43fe-b5fd-3a6843bb1672 could not be found."}}' 2023-04-18 14:32:30,699 79793 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-998303201 0.024s 2023-04-18 14:32:30,699 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:30 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-bb69e757-cb0d-41d0-968d-fa58bee4e749', 'x-compute-request-id': 'req-bb69e757-cb0d-41d0-968d-fa58bee4e749', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-998303201'} Body: b'' 2023-04-18 14:32:30,849 79793 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/76da6c6d-8bdf-4cb2-a2dc-d21c59c130f0 0.149s 2023-04-18 14:32:30,849 79793 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-d9d16852-a08a-4b55-800d-8da6ee0b2ea3', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 14:32:30 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/76da6c6d-8bdf-4cb2-a2dc-d21c59c130f0'} Body: b'' 2023-04-18 14:32:30,866 79793 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/76da6c6d-8bdf-4cb2-a2dc-d21c59c130f0 0.016s 2023-04-18 14:32:30,866 79793 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-opens tack-request-id': 'req-af9ca074-1684-46c6-8580-46f34fe265f9', 'date': 'Tue, 18 Apr 2023 14:32:30 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/76da6c6d-8bdf-4cb2-a2dc-d21c59c130f0'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 76da6c6d-8bdf-4cb2-a2dc-d21c59c130f0 does not exist", "detail": ""}}' 2023-04-18 14:32:31,326 79793 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/24d52538-fbbc-475f-ad88-8de396b90604 0.459s 2023-04-18 14:32:31,327 79793 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-79d654b3-e98a-4385-996d-9f229461ce56', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 14:32:31 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/24d52538-fbbc-475f-ad88-8de396b90604'} Body: b'' 2023-04-18 14:32:31,473 79793 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/676a92ee-abbd-4bdd-b113-00b8dca91436 0.146s 2023-04-18 14:32:31,474 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-b4ffafcd-3141-41b0-aa1e-d90e65d5ee34', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/676a92ee-abbd-4bdd-b113-00b8dca91436'} Body: b'' 2023-04-18 14:32:31,490 79793 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/image/v2/images/676a92ee-abbd-4bdd-b113-00b8dca91436 0.015s 2023-04-18 14:32:31,490 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-bbcb5835-c007-4cc4-9477-ef1f6df33e71', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/image/v2/images/676a92ee-abbd-4bdd-b113-00b8dca91436'} Body: b'{"message": "No image found with ID 676a92ee-abbd-4bdd-b113-00b8dca91436

\\n\\n\\n", "code": "404 Not Found", "title": "Not Found"}' 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 f35e26bb-0289-4b7c-8828-c01d3cf98306 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:30:04,854 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.105s 2023-04-18 14:30:04,854 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:04 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-eca94e16-14ee-41c1-8ee3-943580eac5ae', '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": "b2a910fffabb433b9378b8a3e487bbd4", "name": "tempest-VolumesActionsTest-1056057753-project-member", "password_expires_at": null}, "audit_ids": ["L81MGCGWTReRk0Jmzhx9AQ"], "expires_at": "2023-04-18T15:30:04.000000Z", "issued_at": "2023-04-18T14:30:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d819b77200604437b32f3f6037b31b93", "name": "tempest-VolumesActionsTest-1056057753"}, "is_domain": false, "roles": [{"id": "0385370a4e0841d8b36ccb710ecbbb7f", "name": "reader"}, {"id": "4e14878c038343709e6c1a4b1c9b9b3c", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba3e4f0604614d5cbe532cc36d623cd0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "077962f5889e4dc5b1df7317cb3104c1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d5a2290495040dd9cc776d460990be5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "36bb6b6348e44e578468f7cf12ee6657", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dad492a01e614a8a8914690c07ebad0a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93", "region": "RegionOne"}], "id": "3fc212b920c3401e85def1124172e916", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "cf3bc891281f458db82d1181bcf74100", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "627889b053b346adb8ce9b1ba8efb774", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "066c5b55b9574d78975bbbb61c530bad", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/d819b77200604437b32f3f6037b31b93", "region": "RegionOne"}], "id": "abe9a7d894f740b1943da54d0c46ff7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a19a55206f6f49c9916ef45abbdb3141", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "afe69c9d4c0445c18ac07b7dd26c92ee", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b9742eaa6b4c43b48cde80e15563fd79", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93", "region": "RegionOne"}], "id": "b81eaa96c4e5426dab17a1d0acda7740", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0b96ff58903940ffa3fe3bb3c1bebe24", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "bc2f14763262433a9f02c157a34e208f", "type": "network", "name": "neutron"}]}}' 2023-04-18 14:30:04,855 79801 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': '16d9d915-1511-40be-b89a-45839db8d12c', 'name': 'tempest-VolumesActionsTest-1597592057-network', 'tenant_id': 'd819b77200604437b32f3f6037b31b93', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd819b77200604437b32f3f6037b31b93', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 4269, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T14:30:00Z', 'updated_at': '2023-04-18T14:30:00Z', 'revision_number': 1} available for tenant 2023-04-18 14:30:05,633 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.777s 2023-04-18 14:30:05,633 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-1089634820", "imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "flavorRef": "42", "networks": [{"uuid": "16d9d915-1511-40be-b89a-45839db8d12c"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/0942f138-80f9-44d8-acc5-56e60098b8e9', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-29ecd645-2e1f-4573-b9d0-3d8707812c90', 'x-compute-request-id': 'req-29ecd645-2e1f-4573-b9d0-3d8707812c90', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "0942f138-80f9-44d8-acc5-56e60098b8e9", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0942f138-80f9-44d8-acc5-56e60098b8e9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0942f138-80f9-44d8-acc5-56e60098b8e9"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "K4pqCu4zJTfi"}}' 2023-04-18 14:30:05,706 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/0942f138-80f9-44d8-acc5-56e60098b8e9 0.070s 2023-04-18 14:30:05,706 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:05 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-c4c78d60-bd03-4782-80a4-a58721389dc5', 'x-compute-request-id': 'req-c4c78d60-bd03-4782-80a4-a58721389dc5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0942f138-80f9-44d8-acc5-56e60098b8e9'} Body: b'{"server": {"id": "0942f138-80f9-44d8-acc5-56e60098b8e9", "name": "tempest-VolumesActionsTest-instance-1089634820", "status": "BUILD", "tenant_id": "d819b77200604437b32f3f6037b31b93", "user_id": "b2a910fffabb433b9378b8a3e487bbd4", "metadata": {}, "hostId": "", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:30:06Z", "updated": "2023-04-18T14:30:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0942f138-80f9-44d8-acc5-56e60098b8e9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0942f138-80f9-44d8-acc5-56e60098b8e9"}], "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 14:30:56,071 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/0942f138-80f9-44d8-acc5-56e60098b8e9 0.301s 2023-04-18 14:30:56,071 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1486', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c38e5d2f-4918-4c26-855a-7eb1bcf8e8fa', 'x-compute-request-id': 'req-c38e5d2f-4918-4c26-855a-7eb1bcf8e8fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0942f138-80f9-44d8-acc5-56e60098b8e9'} Body: b'{"server": {"id": "0942f138-80f9-44d8-acc5-56e60098b8e9", "name": "tempest-VolumesActionsTest-instance-1089634820", "status": "ACTIVE", "tenant_id": "d819b77200604437b32f3f6037b31b93", "user_id": "b2a910fffabb433b9378b8a3e487bbd4", "metadata": {}, "hostId": "ccfc573eb7551ef4b0b93f0b7a7cbb61acfd6dd2511960daf081423b", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:30:05Z", "updated": "2023-04-18T14:30:14Z", "addresses": {"tempest-VolumesActionsTest-1597592057-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:55:42:c9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0942f138-80f9-44d8-acc5-56e60098b8e9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0942f138-80f9-44d8-acc5-56e60098b8e9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T14:30:14.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 14:30:56,085 79801 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-18 14:31:56,350 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes 0.227s 2023-04-18 14:31:56,350 79801 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-1604880062"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1eb6308d-13a9-4a98-a168-336e52bfe59a', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1eb6308d-13a9-4a98-a168-336e52bfe59a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes'} Body: b'{"volume": {"id": "f35e26bb-0289-4b7c-8828-c01d3cf98306", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:31:56.286153", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1604880062", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, " source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/f35e26bb-0289-4b7c-8828-c01d3cf98306"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d819b77200604437b32f3f6037b31b93/volumes/f35e26bb-0289-4b7c-8828-c01d3cf98306"}], "user_id": "b2a910fffabb433b9378b8a3e487bbd4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:31:56,399 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/f35e26bb-0289-4b7c-8828-c01d3cf98306 0.039s 2023-04-18 14:31:56,399 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e0e4b6c-dc43-401b-a428-a2092e190506', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e0e4b6c-dc43-401b-a428-a2092e190506', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/f35e26bb-0289-4b7c-8828-c01d3cf98306'} Body: b'{"volume": {"id": "f35e26bb-0289-4b7c-8828-c01d3cf98306", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:31:56.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1604880062", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/f35e26bb-0289-4b7c-8828-c01d3cf98306"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d819b77200604437b32f3f6037b31b93/volumes/f35e26bb-0289-4b7c-8828-c01d3cf98306"}], "user_id": "b2a910fffabb433b9378b8a3e487bbd4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d819b77200604437b32f3f6037b31b93"}}' 2023-04-18 14:31:57,457 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/f35e26bb-0289-4b7c-8828-c01d3cf98306 0.046s 2023-04-18 14:31:57,457 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dce88502-e8f4-4c16-8e6c-e1d184735913', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dce88502-e8f4-4c16-8e6c-e1d184735913', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/f35e26bb-0289-4b7c-8828-c01d3cf98306'} Body: b'{"volume": {"id": "f35e26bb-0289-4b7c-8828-c01d3cf98306", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:31:56.000000", "updated_at": "2023-04-18T14:31:56.000000", "name": "tempest-VolumesActionsTest-Volume-1604880062", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/f35e26bb-0289-4b7c-8828-c01d3cf98306"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d819b77200604437b32f3f6037b31b93/volumes/f35e26bb-0289-4b7c-8828-c01d3cf98306"}], "user_id": "b2a910fffabb433b93 78b8a3e487bbd4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d819b77200604437b32f3f6037b31b93"}}' 2023-04-18 14:31:57,507 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/f35e26bb-0289-4b7c-8828-c01d3cf98306 0.038s 2023-04-18 14:31:57,508 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37839c5e-bec9-4101-9c06-8fcfbe6d1b93', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37839c5e-bec9-4101-9c06-8fcfbe6d1b93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/f35e26bb-0289-4b7c-8828-c01d3cf98306'} Body: b'{"volume": {"id": "f35e26bb-0289-4b7c-8828-c01d3cf98306", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:31:56.000000", "updated_at": "2023-04-18T14:31:56.000000", "name": "tempest-VolumesActionsTest-Volume-1604880062", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/f35e26bb-0289-4b7c-8828-c01d3cf98306"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d819b77200604437b32f3f6037b31b93/volumes/f35e26bb-0289-4b7c-8828-c01d3cf98306"}], "user_id": "b2a910fffabb433b9378b8a3e487bbd4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d819b77200604437b32f3f6037b31b93"}}' 2023-04-18 14:31:57,620 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/f35e26bb-0289-4b7c-8828-c01d3cf98306 0.101s 2023-04-18 14:31:57,620 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:57 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-eeedcda7-add7-4a37-b62c-30eb79291b42', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/f35e26bb-0289-4b7c-8828-c01d3cf98306'} Body: b'' 2023-04-18 14:31:57,646 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/f35e26bb-0289-4b7c-8828-c01d3cf98306 0.025s 2023-04-18 14:31:57,646 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:57 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-611d4ebd-dc76-4299-932d-760a4526a527', 'x-openstack-request-id': 'req-611d4ebd-dc76-4299-932d-760a4526a527', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/f35e26bb-0289-4b7c-8828-c01d3cf98306'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f35e26bb-0289-4b7c-8828-c01d3cf98306 could not be found."}}' 2023-04-18 14:31:57,787 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/0942f138-80f9-44d8-acc5-56e60098b8e9 0.139s 2023-04-18 14:31:57,787 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:57 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-a96e3ea4-74f6-4f19-937e-cd57297ce574', 'x-compute-request-id': 'req-a96e3ea4-74f6-4f19-937e-cd57297ce574', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0942f138-80f9-44d8-acc5-56e60098b8e9'} Body: b'' 2023-04-18 14:31:58,046 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/0942f138-80f9-44d8-acc5-56e60098b8e9 0.258s 2023-04-18 14:31:58,046 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1492', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49b54e1e-1294-4194-b8c9-cd13ebffbfa5', 'x-compute-request-id': 'req-49b54e1e-1294-4194-b8c9-cd13ebffbfa5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0942f138-80f9-44d8-acc5-56e60098b8e9'} Body: b'{"server": {"id": "0942f138-80f9-44d8-acc5-56e60098b8e9", "name": "tempest-VolumesActionsTest-instance-1089634820", "status": "ACTIVE", "tenant_id": "d819b77200604437b32f3f6037b31b93", "user_id": "b2a910fffabb433b9378b8a3e487bbd4", "metadata": {}, "hostId": "ccfc573eb7551ef4b0b93f0b7a7cbb61acfd6dd2511960daf081423b", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:30:05Z", "updated": "2023-04-18T14:31:58Z", "addresses": {"tempest-VolumesActionsTest-1597592057-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:55:42:c9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0942f138-80f9-44d8-acc5-56e60098b8e9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0942f138-80f9-44d8-acc5-56e60098b8e9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T14:30:14.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 14:32:48,159 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/0942f138-80f9-44d8-acc5-56e60098b8e9 0.050s 2023-04-18 14:32:48,160 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:48 GMT', 'server': 'Apache/2.4.52 (Ub untu)', '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-cce0f036-24b4-40c0-badb-52cb18395b4a', 'x-compute-request-id': 'req-cce0f036-24b4-40c0-badb-52cb18395b4a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0942f138-80f9-44d8-acc5-56e60098b8e9'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 0942f138-80f9-44d8-acc5-56e60098b8e9 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 18bc7aa8-ed81-4348-9abd-288177713506 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:32:48,358 79801 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/d819b77200604437b32f3f6037b31b93/volumes 0.194s 2023-04-18 14:32:48,358 79801 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-818248231"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b6ffb56-42d6-4de0-801c-1a5fc951958a', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b6ffb56-42d6-4de0-801c-1a5fc951958a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes'} Body: b'{"volume": {"id": "18bc7aa8-ed81-4348-9abd-288177713506", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:32:48.292639", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-818248231", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/18bc7aa8-ed81-4348-9abd-288177713506"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d819b77200604437b32f3f6037b31b93/volumes/18bc7aa8-ed81-4348-9abd-288177713506"}], "user_id": "b2a910fffabb433b9378b8a3e487bbd4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:32:48,410 79801 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/d819b77200604437b32f3f6037b31b93/volumes/18bc7aa8-ed81-4348-9abd-288177713506 0.042s 2023-04-18 14:32:48,410 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf0a4ac8-62a1-4aa1-848e-0a6ce216287f', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf0a4ac8-62a1-4aa1-848e-0a6ce216287f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/18bc7aa8-ed81-4348-9abd-288177713506'} Body: b'{"volume": {"id": "18bc7aa8-ed81-4348-9abd-288177713506", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:32:48.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-818248231", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/18bc7aa8-ed81-4348-9abd-288177713506"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d819b77200604437b32f3f6037b31b93/volumes/18bc7aa8-ed81-4348-9abd-288177713506"}], "user_id": "b2a910fffabb433b9378b8a3e487bbd4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d819b77200604437b32f3f6037b31b93"}}' 2023-04-18 14:32:49,458 79801 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/d819b77200604437b32f3f6037b31b93/volumes/18bc7aa8-ed81-4348-9abd-288177713506 0.037s 2023-04-18 14:32:49,459 79801 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 14:32:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abf4bc42-74e0-4aac-8506-b94c9af67c0e', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abf4bc42-74e0-4aac-8506-b94c9af67c0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/18bc7aa8-ed81-4348-9abd-288177713506'} Body: b'{"volume": {"id": "18bc7aa8-ed81-4348-9abd-288177713506", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:32:48.000000", "updated_at": "2023-04-18T14:32:48.000000", "name": "tempest-VolumesActionsTest-Volume-818248231", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/18bc7aa8-ed81-4348-9abd-288177713506"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d819b77200604437b32f3f6037b31b93/volumes/18bc7aa8-ed81-4348-9abd-288177713506"}], "user_id": "b2a910fffabb433b9378b8a3e487bbd4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d819b77200604437b32f3f6037b31b93"}}' 2023-04-18 14:32:49,514 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/18bc7aa8-ed81-4348-9abd-288177713506 0.045s 2023-04-18 14:32:49,515 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-709b50d4-40f1-4dd6-a8ee-dcce4024b1c8', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-709b50d4-40f1-4dd6-a8ee-dcce4024b1c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/18bc7aa8-ed81-4348-9abd-288177713506'} Body: b'{"volume": {"id": "18bc7aa8-ed81-4348-9abd-288177713506", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:32:48.000000", "updated_at": "2023-04-18T14:32:48.000000", "name": "tempest-VolumesActionsTest-Volume-818248231", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/18bc7aa8-ed81-4348-9abd-288177713506"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d819b77200604437b32f3f6037b31b93/volumes/18bc7aa8-ed81-4348-9abd-288177713506"}], "user_id": "b2a910fffabb433b9378b8a3e487bbd4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d819b77200604437b32f3f6037b31b93"}}' 2023-04-18 14:32:49,626 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/18bc7aa8-ed81-4348-9abd-288177713506 0.101s 2023-04-18 14:32:49,627 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:49 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-dc636b48-ddb2-4e6d-8c15-24c7c2d6e37b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/18bc7aa8-ed81-4348-9abd-288177713506'} Body: b'' 2023-04-18 14:32:49,647 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/18bc7aa8-ed81-4348-9abd-288177713506 0.020s 2023-04-18 14:32:49,648 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:49 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-e40bb314-04d9-4340-820f-db52b82413ed', 'x-openstack-request-id': 'req-e40bb314-04d9-4340-820f-db52b82413ed', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/18bc7aa8-ed81-4348-9abd-288177713506'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 18bc7aa8-ed81-4348-9abd-288177713506 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 a9de6dc2-12c5-4c4a-b155-7110b2d3fb29 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:32:49,911 79801 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/d819b77200604437b32f3f6037b31b93/volumes 0.261s 2023-04-18 14:32:49,912 79801 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-363536007"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b47946e-3c1c-408b-b2e1-639415b62cb3', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b47946e-3c1c-408b-b2e1-639415b62cb3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes'} Body: b'{"volume": {"id": "a9de6dc2-12c5-4c4a-b155-7110b2d3fb29", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:32:49.825744", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-363536007", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/a9de6dc2-12c5-4c4a-b155-7110b2d3fb29"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d819b77200604437b32f3f6037b31b93/volumes/a9de6dc2-12c5-4c4a-b155-7110b2d3fb29"}], "user_id": "b2a910fffabb433b9378b8a3e487bbd4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:32:49,977 79801 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/d819b77200604437b32f3f6037b31b93/volumes/a9de6dc2-12c5-4c4a-b155-7110b2d3fb29 0.046s 2023-04-18 14:32:49,977 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c02e9371-eccb-434e-8833-5bd5a0a383b5', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c02e9371-eccb-434e-8833-5bd5a0a383b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/a9de6dc2-12c5-4c4a-b155-7110b2d3fb29'} Body: b'{"volume": {"id": "a9de6dc2-12c5-4c4a-b155-7110b2d3fb29", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:32:50.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-363536007", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/a9de6dc2-12c5-4c4a-b155-7110b2d3fb29"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d819b77200604437b32f3f6037b31b93/volumes/a9de6dc2-12c5-4c4a-b155-7110b2d3fb29"}], "user_id": "b2a910fffabb433b9378b8a3e487bbd4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d819b77200604437b32f3f6037b31b93"}}' 2023-04-18 14:32:51,053 79801 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/d819b77200604437b32f3f6037b31b93/volumes/a9de6dc2-12c5-4c4a-b155-7110b2d3fb29 0.062s 2023-04-18 14:32:51,053 79801 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 14:32:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b481b3ec-875a-4a90-bffa-195c244735ae', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b481b3ec-875a-4a90-bffa-195c244735ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/a9de6dc2-12c5-4c4a-b155-7110b2d3fb29'} Body: b'{"volume": {"id": "a9de6dc2-12c5-4c4a-b155-7110b2d3fb29", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:32:50.000000", "updated_at": "2023-04-18T14:32:50.000000", "name": "tempest-VolumesActionsTest-Volume-363536007", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/a9de6dc2-12c5-4c4a-b155-7110b2d3fb29"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d819b77200604437b32f3f6037b31b93/volumes/a9de6dc2-12c5-4c4a-b155-7110b2d3fb29"}], "user_id": "b2a910fffabb433b9378b8a3e487bbd4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d819b77200604437b32f3f6037b31b93"}}' 2023-04-18 14:32:51,126 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/a9de6dc2-12c5-4c4a-b155-7110b2d3fb29 0.062s 2023-04-18 14:32:51,126 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96a591f1-1377-4c40-a5b7-ce7d98dd63a9', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96a591f1-1377-4c40-a5b7-ce7d98dd63a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/a9de6dc2-12c5-4c4a-b155-7110b2d3fb29'} Body: b'{"volume": {"id": "a9de6dc2-12c5-4c4a-b155-7110b2d3fb29", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:32:50.000000", "updated_at": "2023-04-18T14:32:50.000000", "name": "tempest-VolumesActionsTest-Volume-363536007", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/a9de6dc2-12c5-4c4a-b155-7110b2d3fb29"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d819b77200604437b32f3f6037b31b93/volumes/a9de6dc2-12c5-4c4a-b155-7110b2d3fb29"}], "user_id": "b2a910fffabb433b9378b8a3e487bbd4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d819b77200604437b32f3f6037b31b93"}}' 2023-04-18 14:32:51,259 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/a9de6dc2-12c5-4c4a-b155-7110b2d3fb29 0.122s 2023-04-18 14:32:51,259 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:51 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-89213784-15cd-42d6-ac41-08b7c74e6c5b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/a9de6dc2-12c5-4c4a-b155-7110b2d3fb29'} Body: b'' 2023-04-18 14:32:51,280 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/a9de6dc2-12c5-4c4a-b155-7110b2d3fb29 0.021s 2023-04-18 14:32:51,281 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32: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-111e7ff7-944d-40d0-afdc-13e400ad551a', 'x-openstack-request-id': 'req-111e7ff7-944d-40d0-afdc-13e400ad551a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/a9de6dc2-12c5-4c4a-b155-7110b2d3fb29'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a9de6dc2-12c5-4c4a-b155-7110b2d3fb29 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 4282e8ed-1e4d-4b60-8dca-9b0032f1d843 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:32:51,500 79801 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/d819b77200604437b32f3f6037b31b93/volumes 0.217s 2023-04-18 14:32:51,500 79801 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-2002171226"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd88f63d-01cd-485a-8fb4-d5698302f6e7', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd88f63d-01cd-485a-8fb4-d5698302f6e7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes'} Body: b'{"volume": {"id": "4282e8ed-1e4d-4b60-8dca-9b0032f1d843", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:32:51.436506", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-2002171226", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/4282e8ed-1e4d-4b60-8dca-9b0032f1d843"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d819b77200604437b32f3f6037b31b93/volumes/4282e8ed-1e4d-4b60-8dca-9b0032f1d843"}], "user_id": "b2a910fffabb433b9378b8a3e487bbd4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:32:51,624 79801 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/d819b77200604437b32f3f6037b31b93/volumes/4282e8ed-1e4d-4b60-8dca-9b0032f1d843 0.114s 2023-04-18 14:32:51,624 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64074f02-f17f-4f2a-ab45-5f4446c62c6c', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64074f02-f17f-4f2a-ab45-5f4446c62c6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/4282e8ed-1e4d-4b60-8dca-9b0032f1d843'} Body: b'{"volume": {"id": "4282e8ed-1e4d-4b60-8dca-9b0032f1d843", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:32:51.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-2002171226", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/4282e8ed-1e4d-4b60-8dca-9b0032f1d843"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d819b77200604437b32f3f6037b31b93/volumes/4282e8ed-1e4d-4b60-8dca-9b0032f1d843"}], "user_id": "b2a910fffabb433b9378b8a3e487bbd4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d819b77200604437b32f3f6037b31b93"}}' 2023-04-18 14:32:52,680 79801 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/d819b77200604437b32f3f6037b31b93/volumes/4282e8ed-1e4d-4b60-8dca-9b0032f1d843 0.044s 2023-04-18 14:32:52,680 79801 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 14:32:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0153d51d-def8-4178-a01a-2ee64de838a9', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0153d51d-def8-4178-a01a-2ee64de838a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/4282e8ed-1e4d-4b60-8dca-9b0032f1d843'} Body: b'{"volume": {"id": "4282e8ed-1e4d-4b60-8dca-9b0032f1d843", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:32:51.000000", "updated_at": "2023-04-18T14:32:52.000000", "name": "tempest-VolumesActionsTest-Volume-2002171226", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/4282e8ed-1e4d-4b60-8dca-9b0032f1d843"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d819b77200604437b32f3f6037b31b93/volumes/4282e8ed-1e4d-4b60-8dca-9b0032f1d843"}], "user_id": "b2a910fffabb433b9378b8a3e487bbd4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d819b77200604437b32f3f6037b31b93"}}' 2023-04-18 14:32:52,729 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/4282e8ed-1e4d-4b60-8dca-9b0032f1d843 0.038s 2023-04-18 14:32:52,729 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-220df99d-d5bd-42a3-94e5-dab0a5f74dcc', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-220df99d-d5bd-42a3-94e5-dab0a5f74dcc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/4282e8ed-1e4d-4b60-8dca-9b0032f1d843'} Body: b'{"volume": {"id": "4282e8ed-1e4d-4b60-8dca-9b0032f1d843", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:32:51.000000", "updated_at": "2023-04-18T14:32:52.000000", "name": "tempest-VolumesActionsTest-Volume-2002171226", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/4282e8ed-1e4d-4b60-8dca-9b0032f1d843"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d819b77200604437b32f3f6037b31b93/volumes/4282e8ed-1e4d-4b60-8dca-9b0032f1d843"}], "user_id": "b2a910fffabb433b9378b8a3e487bbd4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d819b77200604437b32f3f6037b31b93"}}' 2023-04-18 14:32:52,984 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/4282e8ed-1e4d-4b60-8dca-9b0032f1d843 0.244s 2023-04-18 14:32:52,984 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32: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-2e3d7993-b0ac-49f2-888d-dc9767dce2b5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/4282e8ed-1e4d-4b60-8dca-9b0032f1d843'} Body: b'' 2023-04-18 14:32:53,007 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/4282e8ed-1e4d-4b60-8dca-9b0032f1d843 0.021s 2023-04-18 14:32:53,007 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32: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-ee863178-e8ba-42b5-81df-9191f9ac80b9', 'x-openstack-request-id': 'req-ee863178-e8ba-42b5-81df-9191f9ac80b9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/4282e8ed-1e4d-4b60-8dca-9b0032f1d843'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4282e8ed-1e4d-4b60-8dca-9b0032f1d843 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 06c784cc-074b-4fb4-9460-ae23d9c85113 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:32:53,225 79801 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/d819b77200604437b32f3f6037b31b93/volumes 0.216s 2023-04-18 14:32:53,226 79801 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-157799878"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91436b26-5ae2-4940-9ddd-72eeea50be57', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91436b26-5ae2-4940-9ddd-72eeea50be57', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes'} Body: b'{"volume": {"id": "06c784cc-074b-4fb4-9460-ae23d9c85113", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:32:53.168350", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-157799878", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/06c784cc-074b-4fb4-9460-ae23d9c85113"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d819b77200604437b32f3f6037b31b93/volumes/06c784cc-074b-4fb4-9460-ae23d9c85113"}], "user_id": "b2a910fffabb433b9378b8a3e487bbd4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:32:53,285 79801 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/d819b77200604437b32f3f6037b31b93/volumes/06c784cc-074b-4fb4-9460-ae23d9c85113 0.041s 2023-04-18 14:32:53,286 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34d379dd-1d72-4b64-aabe-1bbc16f064db', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34d379dd-1d72-4b64-aabe-1bbc16f064db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/06c784cc-074b-4fb4-9460-ae23d9c85113'} Body: b'{"volume": {"id": "06c784cc-074b-4fb4-9460-ae23d9c85113", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:32:53.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-157799878", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/06c784cc-074b-4fb4-9460-ae23d9c85113"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d819b77200604437b32f3f6037b31b93/volumes/06c784cc-074b-4fb4-9460-ae23d9c85113"}], "user_id": "b2a910fffabb433b9378b8a3e487bbd4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d819b77200604437b32f3f6037b31b93"}}' 2023-04-18 14:32:54,342 79801 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/d819b77200604437b32f3f6037b31b93/volumes/06c784cc-074b-4fb4-9460-ae23d9c85113 0.045s 2023-04-18 14:32:54,343 79801 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2cbac6e-5158-4136-b3b5-48499496c301', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2cbac6e-5158-4136-b3b5-48499496c301', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/06c784cc-074b-4fb4-9460-ae23d9c85113'} Body: b'{"volume": {"id": "06c784cc-074b-4fb4-9460-ae23d9c85113", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:32:53.000000", "updated_at": "2023-04-18T14:32:53.000000", "name": "tempest-VolumesActionsTest-Volume-157799878", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/06c784cc-074b-4fb4-9460-ae23d9c85113"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d819b77200604437b32f3f6037b31b93/volumes/06c784cc-074b-4fb4-9460-ae23d9c85113"}], "user_id": "b2a910fffabb433b9378b8a3e487bbd4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d819b77200604437b32f3f6037b31b93"}}' 2023-04-18 14:32:54,395 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/06c784cc-074b-4fb4-9460-ae23d9c85113 0.040s 2023-04-18 14:32:54,395 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78aa691a-4efe-4148-8909-b5fa17257b7f', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78aa691a-4efe-4148-8909-b5fa17257b7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/06c784cc-074b-4fb4-9460-ae23d9c85113'} Body: b'{"volume": {"id": "06c784cc-074b-4fb4-9460-ae23d9c85113", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:32:53.000000", "updated_at": "2023-04-18T14:32:53.000000", "name": "tempest-VolumesActionsTest-Volume-157799878", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/06c784cc-074b-4fb4-9460-ae23d9c85113"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d819b77200604437b32f3f6037b31b93/volumes/06c784cc-074b-4fb4-9460-ae23d9c85113"}], "user_id": "b2a910fffabb433b9378b8a3e487bbd4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d819b77200604437b32f3f6037b31b93"}}' 2023-04-18 14:32:54,498 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/06c784cc-074b-4fb4-9460-ae23d9c85113 0.092s 2023-04-18 14:32:54,498 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-le ngth': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fbf63cb-6e0b-4977-ba89-33a4796595dc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/06c784cc-074b-4fb4-9460-ae23d9c85113'} Body: b'' 2023-04-18 14:32:54,524 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/06c784cc-074b-4fb4-9460-ae23d9c85113 0.025s 2023-04-18 14:32:54,524 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:54 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-2338d90b-059f-41bd-aade-d6da5b6428fe', 'x-openstack-request-id': 'req-2338d90b-059f-41bd-aade-d6da5b6428fe', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/06c784cc-074b-4fb4-9460-ae23d9c85113'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 06c784cc-074b-4fb4-9460-ae23d9c85113 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 3fcb1b99-2362-4693-ae3e-16251028c241 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:32:54,721 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 202 POST http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes 0.194s 2023-04-18 14:32:54,721 79801 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-34709477"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de9fdbe8-0f17-4f74-8199-d8a4838afcad', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de9fdbe8-0f17-4f74-8199-d8a4838afcad', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes'} Body: b'{"volume": {"id": "3fcb1b99-2362-4693-ae3e-16251028c241", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:32:54.652351", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-34709477", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/3fcb1b99-2362-4693-ae3e-16251028c241"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d819b77200604437b32f3f6037b31b93/volumes/3fcb1b99-2362-4693-ae3e-16251028c241"}], "user_id": "b2a910fffabb433b9378b8a3e487bbd4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:32:54,774 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/3fcb1b99-2362-4693-ae3e-16251028c241 0.043s 2023-04-18 14:32:54,775 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9967986c-91e5-436e-8ce6-fb4ff09fd2f0', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9967986c-91e5-436e-8ce6-fb4ff09fd2f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/3fcb1b99-2362-4693-ae3e-16251028c241'} Body: b'{"volume": {"id": "3fcb1b99-2362-4693-ae3e-16251028c241", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:32:55.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-34709477", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/3fcb1b99-2362-4693-ae3e-16251028c241"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d819b77200604437b32f3f6037b31b93/volumes/3fcb1b99-2362-4693-ae3e-16251028c241"}], "user_id": "b2a910fffabb433b9378b8a3e487bbd4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d819b77200604437b32f3f6037b31b93"}}' 2023-04-18 14:32:55,828 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/3fcb1b99-2362-4693-ae3e-16251028c241 0.041s 2023-04-18 14:32:55,828 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/jso n', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c990418f-3427-42af-b08e-5ef5e824ed49', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c990418f-3427-42af-b08e-5ef5e824ed49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/3fcb1b99-2362-4693-ae3e-16251028c241'} Body: b'{"volume": {"id": "3fcb1b99-2362-4693-ae3e-16251028c241", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:32:55.000000", "updated_at": "2023-04-18T14:32:55.000000", "name": "tempest-VolumesActionsTest-Volume-34709477", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/3fcb1b99-2362-4693-ae3e-16251028c241"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d819b77200604437b32f3f6037b31b93/volumes/3fcb1b99-2362-4693-ae3e-16251028c241"}], "user_id": "b2a910fffabb433b9378b8a3e487bbd4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d819b77200604437b32f3f6037b31b93"}}' 2023-04-18 14:32:55,881 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/3fcb1b99-2362-4693-ae3e-16251028c241 0.042s 2023-04-18 14:32:55,881 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f8cac02-151f-486c-93c9-12084eb90138', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f8cac02-151f-486c-93c9-12084eb90138', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/3fcb1b99-2362-4693-ae3e-16251028c241'} Body: b'{"volume": {"id": "3fcb1b99-2362-4693-ae3e-16251028c241", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:32:55.000000", "updated_at": "2023-04-18T14:32:55.000000", "name": "tempest-VolumesActionsTest-Volume-34709477", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/3fcb1b99-2362-4693-ae3e-16251028c241"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d819b77200604437b32f3f6037b31b93/volumes/3fcb1b99-2362-4693-ae3e-16251028c241"}], "user_id": "b2a910fffabb433b9378b8a3e487bbd4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d819b77200604437b32f3f6037b31b93"}}' 2023-04-18 14:32:55,999 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/3fcb1b99-2362-4693-ae3e-16251028c241 0.107s 2023-04-18 14:32:56,000 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volu me 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a74834c-9de1-44b1-89c1-85669b002f10', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/3fcb1b99-2362-4693-ae3e-16251028c241'} Body: b'' 2023-04-18 14:32:56,025 79801 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/3fcb1b99-2362-4693-ae3e-16251028c241 0.025s 2023-04-18 14:32:56,026 79801 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:56 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-9424eab3-9010-4e01-b87e-a407a1584c3f', 'x-openstack-request-id': 'req-9424eab3-9010-4e01-b87e-a407a1584c3f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d819b77200604437b32f3f6037b31b93/volumes/3fcb1b99-2362-4693-ae3e-16251028c241'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3fcb1b99-2362-4693-ae3e-16251028c241 could not be found."}}' 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 d19e5d47-6909-4a15-9b5b-e020ac5f126d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:32:54,031 79793 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 1.084s 2023-04-18 14:32:54,032 79793 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-1338075289"}} Response - Headers: {'content-type': 'application/json', 'content-length': '583', 'x-openstack-request-id': 'req-42c9e10f-ae61-40ae-b26f-399feee105e7', 'date': 'Tue, 18 Apr 2023 14:32:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"34bede4c-8604-4180-92b8-a2f8942468e1","name":"tempest-tagged-attachments-test-net-1338075289","tenant_id":"b0e8bf10d92c4067a97c65e119568f6e","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"b0e8bf10d92c4067a97c65e119568f6e","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-18T14:32:53Z","updated_at":"2023-04-18T14:32:53Z","revision_number":1}}' 2023-04-18 14:32:54,968 79793 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 0.935s 2023-04-18 14:32:54,968 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "34bede4c-8604-4180-92b8-a2f8942468e1", "cidr": "10.10.10.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '603', 'x-openstack-request-id': 'req-eb7fd0ea-ed4a-43b7-82c3-49adca6120ca', 'date': 'Tue, 18 Apr 2023 14:32:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"6b8806b4-ad61-4874-be82-a45d360cd20b","name":"","tenant_id":"b0e8bf10d92c4067a97c65e119568f6e","network_id":"34bede4c-8604-4180-92b8-a2f8942468e1","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-18T14:32:54Z","updated_at":"2023-04-18T14:32:54Z","revision_number":0,"project_id":"b0e8bf10d92c4067a97c65e119568f6e"}}' 2023-04-18 14:32:55,272 79793 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 202 POST http://10.0.0.210/volume/v3/b0e8bf10d92c4067a97c65e119568f6e/volumes 0.302s 2023-04-18 14:32:55,272 79793 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-535569817"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f46931da-93c8-4923-b569-e19e170cb02c', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f46931da-93c8-4923-b569-e19e170cb02c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b0e8bf10d92c4067a97c65e119568f6e/volumes'} Body: b'{"volume": {"id": "d19e5d47-6909-4a15-9b5b-e020ac5f126d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:32:55.200218", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-535569817", "description": null, "volu me_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b0e8bf10d92c4067a97c65e119568f6e/volumes/d19e5d47-6909-4a15-9b5b-e020ac5f126d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b0e8bf10d92c4067a97c65e119568f6e/volumes/d19e5d47-6909-4a15-9b5b-e020ac5f126d"}], "user_id": "552f1b6ce3f14f41a67da2668c2ea59d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:32:55,330 79793 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/b0e8bf10d92c4067a97c65e119568f6e/volumes/d19e5d47-6909-4a15-9b5b-e020ac5f126d 0.048s 2023-04-18 14:32:55,331 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a91d65dd-21e5-436a-be64-08e327075118', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a91d65dd-21e5-436a-be64-08e327075118', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b0e8bf10d92c4067a97c65e119568f6e/volumes/d19e5d47-6909-4a15-9b5b-e020ac5f126d'} Body: b'{"volume": {"id": "d19e5d47-6909-4a15-9b5b-e020ac5f126d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:32:55.000000", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-535569817", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b0e8bf10d92c4067a97c65e119568f6e/volumes/d19e5d47-6909-4a15-9b5b-e020ac5f126d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b0e8bf10d92c4067a97c65e119568f6e/volumes/d19e5d47-6909-4a15-9b5b-e020ac5f126d"}], "user_id": "552f1b6ce3f14f41a67da2668c2ea59d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b0e8bf10d92c4067a97c65e119568f6e"}}' 2023-04-18 14:32:56,382 79793 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/b0e8bf10d92c4067a97c65e119568f6e/volumes/d19e5d47-6909-4a15-9b5b-e020ac5f126d 0.040s 2023-04-18 14:32:56,383 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77c1f333-6a42-47c2-80ec-6c32ff4cdb15', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77c1f333-6a42-47c2-80ec-6c32ff4cdb15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b0e8bf10d92c4067a97c65e119568f6e/volumes/d19e5d47-6909-4a15-9b5b-e020ac5f126d'} Body: b'{"volume": {"id": "d19e5d47-6909-4a15-9b5b-e020ac5f126d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:32:55.000000", "updated_at": "2023-04-18T14:32:55.000000", "name": "tempest-TaggedAttachmentsTest-volume-535569817", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b0e8bf10d92c4067a97c65e119568f6e/volumes/d19e5d47-6909-4a15-9b5b-e020ac5f126d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b0e8bf10d92c4067a97c65e119568f6e/volumes/d19e5d47-6909-4a15 -9b5b-e020ac5f126d"}], "user_id": "552f1b6ce3f14f41a67da2668c2ea59d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b0e8bf10d92c4067a97c65e119568f6e"}}' 2023-04-18 14:32:57,398 79793 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/6b8806b4-ad61-4874-be82-a45d360cd20b 1.004s 2023-04-18 14:32:57,398 79793 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-669f3d7b-0f06-4d57-8138-f11c122b9d97', 'date': 'Tue, 18 Apr 2023 14:32:57 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/6b8806b4-ad61-4874-be82-a45d360cd20b'} Body: b'' 2023-04-18 14:32:57,900 79793 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/34bede4c-8604-4180-92b8-a2f8942468e1 0.500s 2023-04-18 14:32:57,900 79793 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-f463d9f6-4ef1-46f1-b218-27b6e429d873', 'date': 'Tue, 18 Apr 2023 14:32:57 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/34bede4c-8604-4180-92b8-a2f8942468e1'} Body: b'' 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 2221dcfb-ee57-4031-a8b8-a014d6ddd913 failed to build and is in ERROR status 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 6a0c946d-3f1d-4cc9-bb2a-391908b9f9cc failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:30:34,106 79809 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 14:30:35,076 79809 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 0.969s 2023-04-18 14:30:35,077 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--963256950", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/32214c53-3ceb-4468-bfc5-21ef3b7ffdba', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-a31d5add-a772-44d1-8bf6-3df70727e1f8', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--963256950", "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": "37b30ff7e42a496fa0abfb7102e9c0b8", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "32214c53-3ceb-4468-bfc5-21ef3b7ffdba", "created_at": "2023-04-18T14:30:35Z", "updated_at": "2023-04-18T14:30:35Z", "tags": [], "self": "/v2/images/32214c53-3ceb-4468-bfc5-21ef3b7ffdba", "file": "/v2/images/32214c53-3ceb-4468-bfc5-21ef3b7ffdba/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:30:36,540 79809 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/32214c53-3ceb-4468-bfc5-21ef3b7ffdba/file 1.462s 2023-04-18 14:30:36,540 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-a4213e04-78c1-4b55-a3a9-3155d5bf519f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/32214c53-3ceb-4468-bfc5-21ef3b7ffdba/file'} Body: b'' 2023-04-18 14:30:36,541 79809 DEBUG [tempest.scenario.manager] image:32214c53-3ceb-4468-bfc5-21ef3b7ffdba 2023-04-18 14:30:36,599 79809 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.056s 2023-04-18 14:30:36,600 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1401672297", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOoyMuzdDyiG7Y0yxMIKQSc/kHBDbYOKXcLcCqeGYa5/X5lWC7R2tfYRgejGrAjMTe47zc4EoyO+Q5P/BZJekY3jkSc5W3Ub0RhIRUSDQsOOKPNZ1vGG4j927M/E68WLEA=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:36 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-60499330-c1a9-47e6-8653-d451ae98ab0d', 'x-compute-request-id': 'req-60499330-c1a9-47e6-8653-d451ae98ab0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0 .210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-1401672297", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOoyMuzdDyiG7Y0yxMIKQSc/kHBDbYOKXcLcCqeGYa5/X5lWC7R2tfYRgejGrAjMTe47zc4EoyO+Q5P/BZJekY3jkSc5W3Ub0RhIRUSDQsOOKPNZ1vGG4j927M/E68WLEA==", "fingerprint": "5e:32:f6:56:82:4a:9c:77:2a:75:18:8f:7a:3c:37:01", "user_id": "6ae2d60ff00f4be59827e15aece5d8c4"}}' 2023-04-18 14:30:36,638 79809 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.031s 2023-04-18 14:30:36,639 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:36 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-c050be7c-971f-43dd-b6f6-c13fff098613', '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": "6ae2d60ff00f4be59827e15aece5d8c4", "name": "tempest-TestMinimumBasicScenario-317059403-project-member", "password_expires_at": null}, "audit_ids": ["n5FVE60TTSGUZ8kpLQoeyw"], "expires_at": "2023-04-18T15:30:36.000000Z", "issued_at": "2023-04-18T14:30:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b30ff7e42a496fa0abfb7102e9c0b8", "name": "tempest-TestMinimumBasicScenario-317059403"}, "is_domain": false, "roles": [{"id": "0385370a4e0841d8b36ccb710ecbbb7f", "name": "reader"}, {"id": "4e14878c038343709e6c1a4b1c9b9b3c", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba3e4f0604614d5cbe532cc36d623cd0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "077962f5889e4dc5b1df7317cb3104c1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d5a2290495040dd9cc776d460990be5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "36bb6b6348e44e578468f7cf12ee6657", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dad492a01e614a8a8914690c07ebad0a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/37b30ff7e42a496fa0abfb7102e9c0b8", "region": "RegionOne"}], "id": "3fc212b920c3401e85def1124172e916", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "cf3bc891281f458db82d1181bcf74100", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "627889b053b346adb8ce9b1ba8efb774", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "066c5b55b9574d78975bbbb61c530bad", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/37b30ff7e42a496fa0abfb7102e9c0b8", "region": "RegionOne"}], "id": "abe9a7d894f740b1943da54d0c46ff7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a19a55206f6f49c9916ef45abbdb3141", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "afe69c9d4c0445c18ac07b7dd26c92ee", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b9742eaa6b4c43b48cde80e15563fd79", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/37b30ff7e42a496fa0abfb7102e9c0b8", "region": "RegionOne"}], "id": "b81eaa96c4e5426dab17a1d0acda7740", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0b96ff58903940ffa3fe3bb3c1bebe24", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "bc2f14763262433a9f02c157a34e208f", "type": "network", "name": "neutron"}]}}' 2023-04-18 14:30:36,639 79809 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion) Found network {'id': '15f69a51-bdb4-419b-ab40-87648b533468', 'name': 'tempest-TestMinimumBasicScenario-502708264-network', 'tenant_id': '37b30ff7e42a496fa0abfb7102e9c0b8', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '37b30ff7e42a496fa0abfb7102e9c0b8', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 53787, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T14:30:19Z', 'updated_at': '2023-04-18T14:30:19Z', 'revision_number': 1} available for tenant 2023-04-18 14:30:37,288 79809 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.648s 2023-04-18 14:30:37,289 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1446900491", "imageRef": "32214c53-3ceb-4468-bfc5-21ef3b7ffdba", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-1401672297", "networks": [{"uuid": "15f69a51-bdb4-419b-ab40-87648b533468"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/2bee7710-8a40-47bc-89b7-f0cf4def19b3', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-617aa23f-a69c-4a12-8167-3d610ed744ca', 'x-compute-request-id': 'req-617aa23f-a69c-4a12-8167-3d610ed744ca', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "2bee7710-8a40-47bc-89b7-f0cf4def19b3", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2bee7710-8a40-47bc-89b7-f0cf4def19b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2bee7710-8a40-47bc-89b7-f0cf4def19b3"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "4EnaU7TgmsFY"}}' 2023-04-18 14:30:37,382 79809 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/2bee7710-8a40-47bc-89b7-f0cf4def19b3 0.090s 2023-04-18 14:30:37,382 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:30:37 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-b44677e2-d33d-4577-a0ea-7a0d4c20346e', 'x-compute-request-id': 'req-b44677e2-d33d-4577-a0ea-7a0d4c20346e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2bee7710-8a40-47bc-89b7-f0cf4def19b3'} Body: b'{"server": {"id": "2bee7710-8a40-47bc-89b7-f0cf4def19b3", "name": "tempest-TestMinimumBasicScenario-server-1446900491", "status": "BUILD", "tenant_id": "37b30ff7e42a496fa0abfb7102e9c0b8", "user_id": "6ae2d60ff00f4be59827e15aece5d8c4", "metadata": {}, "hostId": "", "image": {"id": "32214c53-3ceb-4468-bfc5-21ef3b7ffdba", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/ compute/images/32214c53-3ceb-4468-bfc5-21ef3b7ffdba"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:30:37Z", "updated": "2023-04-18T14:30:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2bee7710-8a40-47bc-89b7-f0cf4def19b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2bee7710-8a40-47bc-89b7-f0cf4def19b3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1401672297", "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 14:31:27,927 79809 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/2bee7710-8a40-47bc-89b7-f0cf4def19b3 0.526s 2023-04-18 14:31:27,928 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:27 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-c1c467f0-e92d-4c93-af63-046ccc342f29', 'x-compute-request-id': 'req-c1c467f0-e92d-4c93-af63-046ccc342f29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2bee7710-8a40-47bc-89b7-f0cf4def19b3'} Body: b'{"server": {"id": "2bee7710-8a40-47bc-89b7-f0cf4def19b3", "name": "tempest-TestMinimumBasicScenario-server-1446900491", "status": "ACTIVE", "tenant_id": "37b30ff7e42a496fa0abfb7102e9c0b8", "user_id": "6ae2d60ff00f4be59827e15aece5d8c4", "metadata": {}, "hostId": "0fb4b9e062134db432b960484c1a8a9e467a6769184e1e67e17f275a", "image": {"id": "32214c53-3ceb-4468-bfc5-21ef3b7ffdba", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/32214c53-3ceb-4468-bfc5-21ef3b7ffdba"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:30:37Z", "updated": "2023-04-18T14:30:44Z", "addresses": {"tempest-TestMinimumBasicScenario-502708264-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:4c:26"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2bee7710-8a40-47bc-89b7-f0cf4def19b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2bee7710-8a40-47bc-89b7-f0cf4def19b3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1401672297", "OS-SRV-USG:launched_at": "2023-04-18T14:30: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 14:31:27,939 79809 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 14:32:28,228 79809 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/2bee7710-8a40-47bc-89b7-f0cf4def19b3 0.228s 2023-04-18 14:32:28,228 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None R esponse - Headers: {'date': 'Tue, 18 Apr 2023 14:32:28 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-6519a062-00ce-4797-bad5-ba906ec69e60', 'x-compute-request-id': 'req-6519a062-00ce-4797-bad5-ba906ec69e60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2bee7710-8a40-47bc-89b7-f0cf4def19b3'} Body: b'{"server": {"id": "2bee7710-8a40-47bc-89b7-f0cf4def19b3", "name": "tempest-TestMinimumBasicScenario-server-1446900491", "status": "ACTIVE", "tenant_id": "37b30ff7e42a496fa0abfb7102e9c0b8", "user_id": "6ae2d60ff00f4be59827e15aece5d8c4", "metadata": {}, "hostId": "0fb4b9e062134db432b960484c1a8a9e467a6769184e1e67e17f275a", "image": {"id": "32214c53-3ceb-4468-bfc5-21ef3b7ffdba", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/32214c53-3ceb-4468-bfc5-21ef3b7ffdba"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:30:37Z", "updated": "2023-04-18T14:30:44Z", "addresses": {"tempest-TestMinimumBasicScenario-502708264-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:4c:26"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2bee7710-8a40-47bc-89b7-f0cf4def19b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2bee7710-8a40-47bc-89b7-f0cf4def19b3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1401672297", "OS-SRV-USG:launched_at": "2023-04-18T14:30: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 14:32:28,454 79809 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.211s 2023-04-18 14:32:28,454 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:28 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-4a9c6da3-5130-48a1-80ff-bd72828ce945', 'x-compute-request-id': 'req-4a9c6da3-5130-48a1-80ff-bd72828ce945', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "2bee7710-8a40-47bc-89b7-f0cf4def19b3", "name": "tempest-TestMinimumBasicScenario-server-1446900491", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2bee7710-8a40-47bc-89b7-f0cf4def19b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2bee7710-8a40-47bc-89b7-f0cf4def19b3"}]}]}' 2023-04-18 14:32:28,603 79809 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/2bee7710-8a40-47bc-89b7-f0cf4def19b3 0.145s 2023-04-18 14:32:28,604 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1537', 'content-type': 'application/jso n', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c77ba498-2e6c-4d0e-b8da-38ea3b15546b', 'x-compute-request-id': 'req-c77ba498-2e6c-4d0e-b8da-38ea3b15546b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2bee7710-8a40-47bc-89b7-f0cf4def19b3'} Body: b'{"server": {"id": "2bee7710-8a40-47bc-89b7-f0cf4def19b3", "name": "tempest-TestMinimumBasicScenario-server-1446900491", "status": "ACTIVE", "tenant_id": "37b30ff7e42a496fa0abfb7102e9c0b8", "user_id": "6ae2d60ff00f4be59827e15aece5d8c4", "metadata": {}, "hostId": "0fb4b9e062134db432b960484c1a8a9e467a6769184e1e67e17f275a", "image": {"id": "32214c53-3ceb-4468-bfc5-21ef3b7ffdba", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/32214c53-3ceb-4468-bfc5-21ef3b7ffdba"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:30:37Z", "updated": "2023-04-18T14:30:44Z", "addresses": {"tempest-TestMinimumBasicScenario-502708264-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:4c:26"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2bee7710-8a40-47bc-89b7-f0cf4def19b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2bee7710-8a40-47bc-89b7-f0cf4def19b3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1401672297", "OS-SRV-USG:launched_at": "2023-04-18T14:30: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 14:32:28,833 79809 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/37b30ff7e42a496fa0abfb7102e9c0b8/volumes 0.218s 2023-04-18 14:32:28,834 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-1696248025", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5aee8cc8-b09c-43ce-aa34-28f9fcdbb471', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5aee8cc8-b09c-43ce-aa34-28f9fcdbb471', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/37b30ff7e42a496fa0abfb7102e9c0b8/volumes'} Body: b'{"volume": {"id": "6a0c946d-3f1d-4cc9-bb2a-391908b9f9cc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:32:28.772981", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1696248025", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/37b30ff7e42a496fa0abfb7102e9c0b8/volumes/6a0c946d-3f1d-4cc9-bb2a-391908b9f9cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/37b30ff7e42a496fa0abfb7102e9c0b8/volumes/6a0c946d-3f1d-4cc9-bb2a-391908b9f9cc"}], "user_id": "6ae2d60ff00f4be59827e15aece5d8c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:32:28,881 79809 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/37b30ff7e42a496fa0abfb7102e9c0b8/volumes/6a0c946d-3f1d-4cc9-bb2a-391908b9f9cc 0.037s 2023-04-18 14:32:28,881 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9054382-5fdf-4158-b96a-4d94cd0907ea', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9054382-5fdf-4158-b96a-4d94cd0907ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/37b30ff7e42a496fa0abfb7102e9c0b8/volumes/6a0c946d-3f1d-4cc9-bb2a-391908b9f9cc'} Body: b'{"volume": {"id": "6a0c946d-3f1d-4cc9-bb2a-391908b9f9cc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:32:29.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1696248025", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/37b30ff7e42a496fa0abfb7102e9c0b8/volumes/6a0c946d-3f1d-4cc9-bb2a-391908b9f9cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/37b30ff7e42a496fa0abfb7102e9c0b8/volumes/6a0c946d-3f1d-4cc9-bb2a-391908b9f9cc"}], "user_id": "6ae2d60ff00f4be59827e15aece5d8c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "37b30ff7e42a496fa0abfb7102e9c0b8"}}' 2023-04-18 14:32:29,930 79809 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/37b30ff7e42a496fa0abfb7102e9c0b8/volumes/6a0c946d-3f1d-4cc9-bb2a-391908b9f9cc 0.038s 2023-04-18 14:32:29,931 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36bd936e-d0ed-41d9-b59c-492010179fca', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36bd936e-d0ed-41d9-b59c-492010179fca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/37b30ff7e42a496fa0abfb7102e9c0b8/volumes/6a0c946d-3f1d-4cc9-bb2a-391908b9f9cc'} Body: b'{"volume": {"id": "6a0c946d-3f1d-4cc9-bb2a-391908b9f9cc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:32:29.000000", "updated_at": "2023-04-18T14:32:29.000000", "name": "tempest-TestMinimumBasicScenario-volume-1696248025", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/37b30ff7e42a496fa0abfb7102e9c0b8/volumes/6a0c946d-3f1d-4cc9-bb2a-391908b9f9cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/37b30ff7e42a496fa0abfb7102e9c0b8/volumes/6a0c946d-3f1d-4cc9-bb2a-391908b9f9cc"}], "user_id": "6ae2d60ff00f4be59827e15aece5d8c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "37b30ff7e42a496fa0abfb7102e9c0b8"}}' 2023-04-18 14:32:30,065 79809 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/37b30ff7e42a496fa0abfb7102e9c0b8/volumes/6a0c946d-3f1d-4cc9-bb2a-391908b9f9cc 0.123s 2023-04-18 14:32:30,066 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content- Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32: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-8d383246-9642-4f1b-960c-906e6502e5e8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/37b30ff7e42a496fa0abfb7102e9c0b8/volumes/6a0c946d-3f1d-4cc9-bb2a-391908b9f9cc'} Body: b'' 2023-04-18 14:32:30,087 79809 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/37b30ff7e42a496fa0abfb7102e9c0b8/volumes/6a0c946d-3f1d-4cc9-bb2a-391908b9f9cc 0.020s 2023-04-18 14:32:30,087 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:30 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-8614190b-7b0c-4a64-a8ee-7fa0de293ced', 'x-openstack-request-id': 'req-8614190b-7b0c-4a64-a8ee-7fa0de293ced', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/37b30ff7e42a496fa0abfb7102e9c0b8/volumes/6a0c946d-3f1d-4cc9-bb2a-391908b9f9cc'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 6a0c946d-3f1d-4cc9-bb2a-391908b9f9cc could not be found."}}' 2023-04-18 14:32:30,204 79809 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/2bee7710-8a40-47bc-89b7-f0cf4def19b3 0.116s 2023-04-18 14:32:30,204 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:30 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-4a46e789-cc40-4ac8-ab62-a1516137360d', 'x-compute-request-id': 'req-4a46e789-cc40-4ac8-ab62-a1516137360d', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2bee7710-8a40-47bc-89b7-f0cf4def19b3'} Body: b'' 2023-04-18 14:32:30,383 79809 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/2bee7710-8a40-47bc-89b7-f0cf4def19b3 0.178s 2023-04-18 14:32:30,383 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:30 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-3aed1f22-9223-40bd-81ab-4c9d0e9ca47f', 'x-compute-request-id': 'req-3aed1f22-9223-40bd-81ab-4c9d0e9ca47f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2bee7710-8a40-47bc-89b7-f0cf4def19b3'} Body: b'{"server": {"id": "2bee7710-8a40-47bc-89b7-f0cf4def19b3", "name": "tempest-TestMinimumBasicScenario-server-1446900491", "status": "ACTIVE", "tenant_id": "37b30ff7e42a496fa0abfb7102e9c0b8", "user_id": "6ae2d60ff00f4be59827e15aece5d8c4", "metadata": {}, "hostId": "0fb4b9e062134db432b960484c1a8a9e467a6769184e1e67e17f275a", "image": {"id": "32214c53-3ceb-4468-bfc5 -21ef3b7ffdba", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/32214c53-3ceb-4468-bfc5-21ef3b7ffdba"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:30:37Z", "updated": "2023-04-18T14:32:30Z", "addresses": {"tempest-TestMinimumBasicScenario-502708264-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:4c:26"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2bee7710-8a40-47bc-89b7-f0cf4def19b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2bee7710-8a40-47bc-89b7-f0cf4def19b3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1401672297", "OS-SRV-USG:launched_at": "2023-04-18T14:30:44.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 14:33:20,511 79809 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/2bee7710-8a40-47bc-89b7-f0cf4def19b3 0.066s 2023-04-18 14:33:20,511 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:20 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-14340938-af95-456e-9956-1dd5f074e5e6', 'x-compute-request-id': 'req-14340938-af95-456e-9956-1dd5f074e5e6', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2bee7710-8a40-47bc-89b7-f0cf4def19b3'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 2bee7710-8a40-47bc-89b7-f0cf4def19b3 could not be found."}}' 2023-04-18 14:33:20,544 79809 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1401672297 0.032s 2023-04-18 14:33:20,544 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:20 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-a4ee81a4-b774-434f-85d3-d260bfcccade', 'x-compute-request-id': 'req-a4ee81a4-b774-434f-85d3-d260bfcccade', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1401672297'} Body: b'' 2023-04-18 14:33:20,648 79809 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/32214c53-3ceb-4468-bfc5-21ef3b7ffdba 0.103s 2023-04-18 14:33:20,648 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-02907a54-6c7a-40a8-8ea6-a2f17b146aa6', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/ 32214c53-3ceb-4468-bfc5-21ef3b7ffdba'} Body: b'' 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 d290104b-a909-4f2e-aea1-5461ce980944 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:31:37,726 79787 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.083s 2023-04-18 14:31:37,727 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:37 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-16c55243-f573-4d9e-ba93-b05f73dd6230', '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": "2039b3016f884a42abcb58054d649cee", "name": "tempest-VolumesAdminNegativeTest-2075024961-project-member", "password_expires_at": null}, "audit_ids": ["n4PCkbHBTl-1f8RONpoK0w"], "expires_at": "2023-04-18T15:31:37.000000Z", "issued_at": "2023-04-18T14:31:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2d1e17fb95d64cae9c6c210d143d115b", "name": "tempest-VolumesAdminNegativeTest-2075024961"}, "is_domain": false, "roles": [{"id": "0385370a4e0841d8b36ccb710ecbbb7f", "name": "reader"}, {"id": "4e14878c038343709e6c1a4b1c9b9b3c", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba3e4f0604614d5cbe532cc36d623cd0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "077962f5889e4dc5b1df7317cb3104c1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d5a2290495040dd9cc776d460990be5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "36bb6b6348e44e578468f7cf12ee6657", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dad492a01e614a8a8914690c07ebad0a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2d1e17fb95d64cae9c6c210d143d115b", "region": "RegionOne"}], "id": "3fc212b920c3401e85def1124172e916", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "cf3bc891281f458db82d1181bcf74100", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "627889b053b346adb8ce9b1ba8efb774", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "066c5b55b9574d78975bbbb61c530bad", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2d1e17fb95d64cae9c6c210d143d115b", "region": "RegionOne"}], "id": "abe9a7d894f740b1943da54d0c46ff7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a19a55206f6f49c9916ef45abbdb3141", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "afe69c9d4c0445c18ac07b7dd26c92ee", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b9742eaa6b4c43b48cde80e15563fd79", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2d1e17fb95d64cae9c6c210d143d115b", "region": "RegionOne"}], "id": "b81eaa96c4e5426dab17a1d0acda7740", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0b96ff58903940ffa3fe3bb3c1bebe24", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "bc2f14763262433a9f02c157a34e208f", "type": "network", "name": "neutron"}]}}' 2023-04-18 14:31:37,727 79787 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': '8d05425b-4ecd-432b-b6c7-ca9f78114449', 'name': 'tempest-VolumesAdminNegativeTest-1351941187-network', 'tenant_id': '2d1e17fb95d64cae9c6c210d143d115b', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2d1e17fb95d64cae9c 6c210d143d115b', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 51828, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T14:28:49Z', 'updated_at': '2023-04-18T14:28:49Z', 'revision_number': 1} available for tenant 2023-04-18 14:31:38,400 79787 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.672s 2023-04-18 14:31:38,400 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-215595290", "imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "flavorRef": "42", "networks": [{"uuid": "8d05425b-4ecd-432b-b6c7-ca9f78114449"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/38b44765-7b1f-449a-bd4d-99d1df340ba4', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0e4bd970-49e2-42dc-b480-14f244a5a77d', 'x-compute-request-id': 'req-0e4bd970-49e2-42dc-b480-14f244a5a77d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "38b44765-7b1f-449a-bd4d-99d1df340ba4", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/38b44765-7b1f-449a-bd4d-99d1df340ba4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/38b44765-7b1f-449a-bd4d-99d1df340ba4"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "G8mpZYErQUcD"}}' 2023-04-18 14:31:38,497 79787 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/38b44765-7b1f-449a-bd4d-99d1df340ba4 0.093s 2023-04-18 14:31:38,498 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1211', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb7c6306-c45b-468d-8b93-bb517c348092', 'x-compute-request-id': 'req-eb7c6306-c45b-468d-8b93-bb517c348092', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/38b44765-7b1f-449a-bd4d-99d1df340ba4'} Body: b'{"server": {"id": "38b44765-7b1f-449a-bd4d-99d1df340ba4", "name": "tempest-VolumesAdminNegativeTest-server-215595290", "status": "BUILD", "tenant_id": "2d1e17fb95d64cae9c6c210d143d115b", "user_id": "2039b3016f884a42abcb58054d649cee", "metadata": {}, "hostId": "", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:31:38Z", "updated": "2023-04-18T14:31:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/38b44765-7b1f-449a-bd4d-99d1df340ba4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/38b44765-7b1f-449a-bd4d-99d1df340ba4"}], "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 14:32:28,780 79787 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/38b44765-7b1f-449a-bd4d-99d1df340ba4 0.214s 2023-04-18 14:32:28,781 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1495', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb48914c-b50e-478c-ac05-d7725dc86cb1', 'x-compute-request-id': 'req-eb48914c-b50e-478c-ac05-d7725dc86cb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/38b44765-7b1f-449a-bd4d-99d1df340ba4'} Body: b'{"server": {"id": "38b44765-7b1f-449a-bd4d-99d1df340ba4", "name": "tempest-VolumesAdminNegativeTest-server-215595290", "status": "ACTIVE", "tenant_id": "2d1e17fb95d64cae9c6c210d143d115b", "user_id": "2039b3016f884a42abcb58054d649cee", "metadata": {}, "hostId": "aa806bf8b252a0d5e18c9f8e661e23f97dfb8d3ef7999c2389fec537", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:31:38Z", "updated": "2023-04-18T14:31:46Z", "addresses": {"tempest-VolumesAdminNegativeTest-1351941187-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6e:3f:fb"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/38b44765-7b1f-449a-bd4d-99d1df340ba4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/38b44765-7b1f-449a-bd4d-99d1df340ba4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T14:31:45.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 14:32:28,792 79787 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 14:33:29,094 79787 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/2d1e17fb95d64cae9c6c210d143d115b/volumes 0.243s 2023-04-18 14:33:29,095 79787 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-1499684890"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42f817f1-4d2d-4dc1-9b4f-5347e451ad6c', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42f817f1-4d2d-4dc1-9b4f-5347e451ad6c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2d1e17fb95d64cae9c6c210d143d115b/volumes'} Body: b'{"volume": {"id": "d29010 4b-a909-4f2e-aea1-5461ce980944", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:33:29.016019", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1499684890", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2d1e17fb95d64cae9c6c210d143d115b/volumes/d290104b-a909-4f2e-aea1-5461ce980944"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2d1e17fb95d64cae9c6c210d143d115b/volumes/d290104b-a909-4f2e-aea1-5461ce980944"}], "user_id": "2039b3016f884a42abcb58054d649cee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:33:29,151 79787 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/2d1e17fb95d64cae9c6c210d143d115b/volumes/d290104b-a909-4f2e-aea1-5461ce980944 0.047s 2023-04-18 14:33:29,152 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-490d13b1-4538-47a4-8c89-caf0bffc04dc', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-490d13b1-4538-47a4-8c89-caf0bffc04dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2d1e17fb95d64cae9c6c210d143d115b/volumes/d290104b-a909-4f2e-aea1-5461ce980944'} Body: b'{"volume": {"id": "d290104b-a909-4f2e-aea1-5461ce980944", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:33:29.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1499684890", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2d1e17fb95d64cae9c6c210d143d115b/volumes/d290104b-a909-4f2e-aea1-5461ce980944"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2d1e17fb95d64cae9c6c210d143d115b/volumes/d290104b-a909-4f2e-aea1-5461ce980944"}], "user_id": "2039b3016f884a42abcb58054d649cee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2d1e17fb95d64cae9c6c210d143d115b"}}' 2023-04-18 14:33:30,207 79787 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/2d1e17fb95d64cae9c6c210d143d115b/volumes/d290104b-a909-4f2e-aea1-5461ce980944 0.043s 2023-04-18 14:33:30,207 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf22d56d-2a92-4e96-9fad-44b4ade88c2b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf22d56d-2a92-4e96-9fad-44b4ade88c2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2d1e17fb95d64cae9c6c210d143d115b/volumes/d290104b-a909-4f2e-aea1-5461ce980944'} Body: b'{"volume": {"id": "d290104b-a909-4f2e-aea1-5461ce980944", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:33:29.000000", "updated_at": "2023-04-18T14:33:29.000000", "name": "tempest-VolumesAdminNegativeTest-volume-1499684890", "description": null, "volume_type" : "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2d1e17fb95d64cae9c6c210d143d115b/volumes/d290104b-a909-4f2e-aea1-5461ce980944"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2d1e17fb95d64cae9c6c210d143d115b/volumes/d290104b-a909-4f2e-aea1-5461ce980944"}], "user_id": "2039b3016f884a42abcb58054d649cee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2d1e17fb95d64cae9c6c210d143d115b"}}' 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 4cd5c1ba-22f3-4623-8e08-94c17b98e980 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:33:53,417 79791 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 202 POST http://10.0.0.210/volume/v3/e4ca11d8beec4410a8a4c8ae7c8e4bed/volumes 0.211s 2023-04-18 14:33:53,418 79791 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-1792157718"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1aaeda0-9686-464f-9e34-f79a58e6daa6', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1aaeda0-9686-464f-9e34-f79a58e6daa6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e4ca11d8beec4410a8a4c8ae7c8e4bed/volumes'} Body: b'{"volume": {"id": "4cd5c1ba-22f3-4623-8e08-94c17b98e980", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:33:53.362069", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1792157718", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e4ca11d8beec4410a8a4c8ae7c8e4bed/volumes/4cd5c1ba-22f3-4623-8e08-94c17b98e980"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e4ca11d8beec4410a8a4c8ae7c8e4bed/volumes/4cd5c1ba-22f3-4623-8e08-94c17b98e980"}], "user_id": "7e284b794c4043768af56fd58fceb837", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:33:53,471 79791 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/e4ca11d8beec4410a8a4c8ae7c8e4bed/volumes/4cd5c1ba-22f3-4623-8e08-94c17b98e980 0.043s 2023-04-18 14:33:53,472 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ca6cafb-0509-45bd-a3de-21a73ae1433e', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ca6cafb-0509-45bd-a3de-21a73ae1433e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e4ca11d8beec4410a8a4c8ae7c8e4bed/volumes/4cd5c1ba-22f3-4623-8e08-94c17b98e980'} Body: b'{"volume": {"id": "4cd5c1ba-22f3-4623-8e08-94c17b98e980", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:33:53.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1792157718", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e4ca11d8beec4410a8a4c8ae7c8e4bed/volumes/4cd5c1ba-22f3-4623-8e08-94c17b98e980"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e4ca11d8beec4410a8a4c8ae7c8e4bed/volumes/4cd5c1ba-22f3-4623-8e08-94c17b98e980"}], "user_id": "7e284b794c4043768af56fd58fceb837", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e4ca11d8beec4410a8a4c8ae7c8e4bed"}}' 2023-04-18 14:33:54,529 79791 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/e4ca11d8beec4410a8a4c8ae7c8e4bed/volumes/4cd5c1ba-22f3-4623-8e08-94c17b98e980 0.046s 2023-04-18 14:33:54,529 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-601f822f-b05f-4872-bb00-787f916cc9ea', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-601f822f-b05f-4872-bb00-787f916cc9ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e4ca11d8beec4410a8a4c8ae7c8e4bed/volumes/4cd5c1ba-22f3-4623-8e08-94c17b98e980'} Body: b'{"volume": {"id": "4cd5c1ba-22f3-4623-8e08-94c17b98e980", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:33:53.000000", "updated_at": "2023-04-18T14:33:53.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1792157718", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e4ca11d8beec4410a8a4c8ae7c8e4bed/volumes/4cd5c1ba-22f3-4623-8e08-94c17b98e980"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e4ca11d8beec4410a8a4c8ae7c8e4bed/volumes/4cd5c1ba-22f3-4623-8e08-94c17b98e980"}], "user_id": "7e284b794c4043768af56fd58fceb837", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e4ca11d8beec4410a8a4c8ae7c8e4bed"}}' 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 3256e65c-55a4-4c05-b207-306995950572 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:33:54,737 79791 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://10.0.0.210/volume/v3/e4ca11d8beec4410a8a4c8ae7c8e4bed/volumes 0.192s 2023-04-18 14:33:54,738 79791 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-1947673455"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37960b25-a3d8-4424-b7e5-d45ac322e218', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37960b25-a3d8-4424-b7e5-d45ac322e218', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e4ca11d8beec4410a8a4c8ae7c8e4bed/volumes'} Body: b'{"volume": {"id": "3256e65c-55a4-4c05-b207-306995950572", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:33:54.676952", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1947673455", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e4ca11d8beec4410a8a4c8ae7c8e4bed/volumes/3256e65c-55a4-4c05-b207-306995950572"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e4ca11d8beec4410a8a4c8ae7c8e4bed/volumes/3256e65c-55a4-4c05-b207-306995950572"}], "user_id": "7e284b794c4043768af56fd58fceb837", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:33:54,790 79791 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/e4ca11d8beec4410a8a4c8ae7c8e4bed/volumes/3256e65c-55a4-4c05-b207-306995950572 0.042s 2023-04-18 14:33:54,790 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4347b437-496c-4e15-82c7-c3d4a0a10c9e', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4347b437-496c-4e15-82c7-c3d4a0a10c9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e4ca11d8beec4410a8a4c8ae7c8e4bed/volumes/3256e65c-55a4-4c05-b207-306995950572'} Body: b'{"volume": {"id": "3256e65c-55a4-4c05-b207-306995950572", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:33:55.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1947673455", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e4ca11d8beec4410a8a4c8ae7c8e4bed/volumes/3256e65c-55a4-4c05-b207-306995950572"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e4ca11d8beec4410a8a4c8ae7c8e4bed/volumes/3256e65c-55a4-4c05-b207-306995950572"}], "user_id": "7e284b794c4043768af56fd58fceb837", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e4ca11d8beec4410a8a4c8ae7c8e4bed"}}' 2023-04-18 14:33:55,843 79791 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/e4ca11d8beec4410a8a4c8ae7c8e4bed/volumes/3256e65c-55a4-4c05-b207-306995950572 0.040s 2023-04-18 14:33:55,844 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44a26d83-9018-4ffe-8eb5-48e94c9badbb', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44a26d83-9018-4ffe-8eb5-48e94c9badbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e4ca11d8beec4410a8a4c8ae7c8e4bed/volumes/3256e65c-55a4-4c05-b207-306995950572'} Body: b'{"volume": {"id": "3256e65c-55a4-4c05-b207-306995950572", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:33:55.000000", "updated_at": "2023-04-18T14:33:55.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1947673455", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e4ca11d8beec4410a8a4c8ae7c8e4bed/volumes/3256e65c-55a4-4c05-b207-306995950572"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e4ca11d8beec4410a8a4c8ae7c8e4bed/volumes/3256e65c-55a4-4c05-b207-306995950572"}], "user_id": "7e284b794c4043768af56fd58fceb837", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e4ca11d8beec4410a8a4c8ae7c8e4bed"}}' 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 f52bc214-4971-4a0a-a2f9-dc9a8e25ff46 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:31:15,782 79789 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf 0.160s 2023-04-18 14:31:15,783 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1538', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33adeb5e-a3d2-494e-9650-678d5d92b597', 'x-compute-request-id': 'req-33adeb5e-a3d2-494e-9650-678d5d92b597', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf'} Body: b'{"server": {"id": "1f7c5ef9-09d6-477f-90a8-e6673f75b2cf", "name": "tempest-ServerActionsTestJSON-server-927544894", "status": "ACTIVE", "tenant_id": "279c1fea5cfc423b94ca756ebafb2515", "user_id": "614f7a3a8f3348df9d81f693e733905b", "metadata": {}, "hostId": "1d97c6007be92f7a9548b8855f1efa459953d4b7b8713acfa07de542", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:29:23Z", "updated": "2023-04-18T14:29:38Z", "addresses": {"tempest-ServerActionsTestJSON-1455921873-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:e3:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-962705370", "OS-SRV-USG:launched_at": "2023-04-18T14:29:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1576115659"}], "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 14:31:16,233 79789 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf 0.438s 2023-04-18 14:31:16,234 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:31:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1538', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87047e53-0924-438c-8c18-dab7f8f5aa3f', 'x-compute-request-id': 'req-87047e53-0924-438c-8c18-dab7f8f5aa3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf'} Body: b'{"server": {"id": "1f7c5ef9-09d6-477f-90a8-e6673f75b2cf", "name": "tempest-ServerActionsTestJSON-server-927544894", "status": "ACTIVE", "tenant_id": "279c1fea5cfc423b94ca756ebafb2515", "user_id": "614f7a3a8f3348df9d81f693e733905b", "metadata": {}, "hostId": "1d97c6007be92f7a9548b8855f1efa459953d4b7b8713acfa07de542", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "hr ef": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:29:23Z", "updated": "2023-04-18T14:29:38Z", "addresses": {"tempest-ServerActionsTestJSON-1455921873-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:e3:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-962705370", "OS-SRV-USG:launched_at": "2023-04-18T14:29:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1576115659"}], "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 14:32:06,520 79789 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf 0.231s 2023-04-18 14:32:06,521 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1656', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a893a628-a9b9-4a09-886e-d17337a9aa5d', 'x-compute-request-id': 'req-a893a628-a9b9-4a09-886e-d17337a9aa5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf'} Body: b'{"server": {"id": "1f7c5ef9-09d6-477f-90a8-e6673f75b2cf", "name": "tempest-ServerActionsTestJSON-server-927544894", "status": "ACTIVE", "tenant_id": "279c1fea5cfc423b94ca756ebafb2515", "user_id": "614f7a3a8f3348df9d81f693e733905b", "metadata": {}, "hostId": "1d97c6007be92f7a9548b8855f1efa459953d4b7b8713acfa07de542", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:29:23Z", "updated": "2023-04-18T14:29:38Z", "addresses": {"tempest-ServerActionsTestJSON-1455921873-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:e3:8c"}, {"version": 4, "addr": "172.24.4.10", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:e3:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-962705370", "OS-SRV-USG:launched_at": "2023-04-18T14:29:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1576115659"}], "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 14:32:06,697 79789 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf 0.164s 2023-04-18 14:32:06,697 79789 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 14:32:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1656', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da33f1aa-3d99-4c17-882f-60fdc101c03f', 'x-compute-request-id': 'req-da33f1aa-3d99-4c17-882f-60fdc101c03f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf'} Body: b'{"server": {"id": "1f7c5ef9-09d6-477f-90a8-e6673f75b2cf", "name": "tempest-ServerActionsTestJSON-server-927544894", "status": "ACTIVE", "tenant_id": "279c1fea5cfc423b94ca756ebafb2515", "user_id": "614f7a3a8f3348df9d81f693e733905b", "metadata": {}, "hostId": "1d97c6007be92f7a9548b8855f1efa459953d4b7b8713acfa07de542", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:29:23Z", "updated": "2023-04-18T14:29:38Z", "addresses": {"tempest-ServerActionsTestJSON-1455921873-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:e3:8c"}, {"version": 4, "addr": "172.24.4.10", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:e3:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-962705370", "OS-SRV-USG:launched_at": "2023-04-18T14:29:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1576115659"}], "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 14:33:07,024 79789 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes 0.254s 2023-04-18 14:33:07,025 79789 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-942779663"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe6e8b85-c5cd-4637-82d0-8f005fe2d0c2', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe6e8b85-c5cd-4637-82d0-8f005fe2d0c2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes'} Body: b'{"volume": {"id": "f52bc214-4971-4a0a-a2f9-dc9a8e25ff46", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:33:06.947266", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-942779663", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes/f52bc214-4971-4a0a-a2f9-dc9a8e25ff46"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/279c1fea5cfc423b94ca756ebafb2515/volumes/f52bc214-4971-4a0a-a2f9-dc9a8e25ff46"}], "user_id": "614f7a3a8f3348df9d81f693e733905b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023- 04-18 14:33:07,080 79789 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes/f52bc214-4971-4a0a-a2f9-dc9a8e25ff46 0.043s 2023-04-18 14:33:07,081 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d76f498-7949-4fe4-9985-faa5cabb9860', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d76f498-7949-4fe4-9985-faa5cabb9860', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes/f52bc214-4971-4a0a-a2f9-dc9a8e25ff46'} Body: b'{"volume": {"id": "f52bc214-4971-4a0a-a2f9-dc9a8e25ff46", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:33:07.000000", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-942779663", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes/f52bc214-4971-4a0a-a2f9-dc9a8e25ff46"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/279c1fea5cfc423b94ca756ebafb2515/volumes/f52bc214-4971-4a0a-a2f9-dc9a8e25ff46"}], "user_id": "614f7a3a8f3348df9d81f693e733905b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "279c1fea5cfc423b94ca756ebafb2515"}}' 2023-04-18 14:33:08,134 79789 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes/f52bc214-4971-4a0a-a2f9-dc9a8e25ff46 0.040s 2023-04-18 14:33:08,134 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7be2797-570b-4cc9-9e42-3cb25adf28fd', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7be2797-570b-4cc9-9e42-3cb25adf28fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes/f52bc214-4971-4a0a-a2f9-dc9a8e25ff46'} Body: b'{"volume": {"id": "f52bc214-4971-4a0a-a2f9-dc9a8e25ff46", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:33:07.000000", "updated_at": "2023-04-18T14:33:07.000000", "name": "tempest-ServerActionsTestJSON-volume-942779663", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes/f52bc214-4971-4a0a-a2f9-dc9a8e25ff46"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/279c1fea5cfc423b94ca756ebafb2515/volumes/f52bc214-4971-4a0a-a2f9-dc9a8e25ff46"}], "user_id": "614f7a3a8f3348df9d81f693e733905b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "279c1fea5cfc423b94ca756ebafb2515"}}' 2023-04-18 14:33:08,421 79789 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf 0.275s 2023-04-18 14:33:08,422 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1656', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b4a5d74b-d411-4726-bcf9-79e05d402359', 'x-compute-request-id': 'req-b4a5d74b-d411-4726-bcf9-79e05d402359', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf'} Body: b'{"server": {"id": "1f7c5ef9-09d6-477f-90a8-e6673f75b2cf", "name": "tempest-ServerActionsTestJSON-server-927544894", "status": "ACTIVE", "tenant_id": "279c1fea5cfc423b94ca756ebafb2515", "user_id": "614f7a3a8f3348df9d81f693e733905b", "metadata": {}, "hostId": "1d97c6007be92f7a9548b8855f1efa459953d4b7b8713acfa07de542", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:29:23Z", "updated": "2023-04-18T14:29:38Z", "addresses": {"tempest-ServerActionsTestJSON-1455921873-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:e3:8c"}, {"version": 4, "addr": "172.24.4.10", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:e3:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-962705370", "OS-SRV-USG:launched_at": "2023-04-18T14:29:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1576115659"}], "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 3d9f6ba1-8418-4f13-bd27-17c639aa34ad failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:32:04,449 79803 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 14:32:04,449 79803 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 14:32:04,508 79803 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.056s 2023-04-18 14:32:04,508 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1743159305", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFEl9t0UHIhtcly+kGaj7dwzKb8ZTXw4sa1QxSyAobWK0io8dnjDrCzNW7F/ebIDwgxKblb4WihsDkQ9ffD46u5NqO9shDzXkZ3Rp6yG0tH/Hyiq8dwQ35BcGsmL8kQPyA=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:04 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-3b247436-cbbc-4a27-b40d-2e2624538c07', 'x-compute-request-id': 'req-3b247436-cbbc-4a27-b40d-2e2624538c07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1743159305", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFEl9t0UHIhtcly+kGaj7dwzKb8ZTXw4sa1QxSyAobWK0io8dnjDrCzNW7F/ebIDwgxKblb4WihsDkQ9ffD46u5NqO9shDzXkZ3Rp6yG0tH/Hyiq8dwQ35BcGsmL8kQPyA==", "fingerprint": "5a:12:bc:25:56:e9:41:0f:93:8f:60:c0:9e:60:f6:42", "user_id": "36b9b392cafe4b58b429be8e010baa08"}}' 2023-04-18 14:32:04,511 79803 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1743159305 created 2023-04-18 14:32:04,671 79803 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.159s 2023-04-18 14:32:04,671 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1787253608", "description": "tempest-description--671368642"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-620802a4-962f-446c-aec5-f2999c32747b', 'date': 'Tue, 18 Apr 2023 14:32:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "66431364-592e-4b3f-9183-ad28cfc32af4", "name": "tempest-securitygroup--1787253608", "stateful": true, "tenant_id": "88dd648f400c48f384c828c3933baa5a", "description": "tempest-description--671368642", "shared": false, "security_group_rules": [{"id": "ee71ee4a-1b59-4373-baae-7f9cdb54bd9a", "tenant_id": "88dd648f400c48f384c828c3933baa5a", "security_group_id": "66431364-592e-4b3f-9183-ad28cfc32af4", "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": 580, "description": null, "tags": [], "created_at": "2023-04-18T14:32:04Z", "updated_at": "2023-04-18T14:32:04Z", "revision_number": 0, "project_id": "88dd648f400c48f384c828c3933baa5a"}, {"id": "fd31ed76-b06c-4e25-b0f7-410cea140b26", "tenant_id": "88dd648f400c48f384c828c3933baa5a", "security_group_id": "66431364-592e-4b3f-9183-ad28cfc32af4", "ethertype": "IPv6", "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": 581, "description": null, "tags": [], "created_at": "2023-04-18T14:32:04Z", "updated_at": "2023-04-18T14:32:04Z", "revision_number": 0, "project_id": "88dd648f400c48f384c828c3933baa5a"}], "tags": [], "created_at": "2023-04-18T14:32:04Z", "updated_at": "2023-04-18T14:32:04Z", "revision_number": 1, "project_id": "88dd648f400c48f384c828c3933baa5a"}}' 2023-04-18 14:32:04,853 79803 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.182s 2023-04-18 14:32:04,854 79803 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": "66431364-592e-4b3f-9183-ad28cfc32af4", "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-f5573ee3-bc48-432c-9e1d-61baa7f3cdf1', 'date': 'Tue, 18 Apr 2023 14:32: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": "857c914c-a01d-447e-a5b8-b9678e31a853", "tenant_id": "88dd648f400c48f384c828c3933baa5a", "security_group_id": "66431364-592e-4b3f-9183-ad28cfc32af4", "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-18T14:32:04Z", "updated_at": "2023-04-18T14:32:04Z", "revision_number": 0, "project_id": "88dd648f400c48f384c828c3933baa5a"}}' 2023-04-18 14:32:05,025 79803 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.171s 2023-04-18 14:32:05,025 79803 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": "66431364-592e-4b3f-9183-ad28cfc32af4", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-278c4d34-3d76-4a42-a322-e0cd90dc96ac', 'date': 'Tue, 18 Apr 2023 14:32: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": "09d5240a-719d-4a5d-9ecf-8573cf6f9d70", "tenant_id": "88dd648f400c48f384c828c3933baa5a", "security_group_id": "66431364-592e-4b3f-9183-ad28cfc32af4", "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-18T14:32:04Z", "updated_at": "2023-04-18T14:32:04Z", "revision_number": 0, "project_id": "88dd648f400c48f384c828c3933baa5a"}}' 2023-04-18 14:32:05,026 79803 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1787253608 created 2023-04-18 14:32:05,914 79803 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.888s 2023-04-18 14:32:05,914 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "bfbf9c15-045f-401e-b79e-fba95e5a0430"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', ' x-openstack-request-id': 'req-f45398ad-c855-49f3-944a-510655fe62a5', 'date': 'Tue, 18 Apr 2023 14:32:05 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "c2f9c3cd-3b25-43c2-912b-88b8f74eadb3", "tenant_id": "88dd648f400c48f384c828c3933baa5a", "floating_ip_address": "172.24.4.236", "floating_network_id": "bfbf9c15-045f-401e-b79e-fba95e5a0430", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "88dd648f400c48f384c828c3933baa5a", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T14:32:05Z", "updated_at": "2023-04-18T14:32:05Z", "revision_number": 0}}' 2023-04-18 14:32:05,915 79803 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'c2f9c3cd-3b25-43c2-912b-88b8f74eadb3', 'tenant_id': '88dd648f400c48f384c828c3933baa5a', 'floating_ip_address': '172.24.4.236', 'floating_network_id': 'bfbf9c15-045f-401e-b79e-fba95e5a0430', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '88dd648f400c48f384c828c3933baa5a', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T14:32:05Z', 'updated_at': '2023-04-18T14:32:05Z', 'revision_number': 0, 'ip': '172.24.4.236'} created 2023-04-18 14:32:06,013 79803 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.091s 2023-04-18 14:32:06,013 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:05 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-03ab65ce-0f96-4b97-98d6-d0fab1fafe0d', '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": "36b9b392cafe4b58b429be8e010baa08", "name": "tempest-AttachVolumeTestJSON-1067811846-project-member", "password_expires_at": null}, "audit_ids": ["dk3epV3IQemZapidKIUwRQ"], "expires_at": "2023-04-18T15:32:05.000000Z", "issued_at": "2023-04-18T14:32:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "88dd648f400c48f384c828c3933baa5a", "name": "tempest-AttachVolumeTestJSON-1067811846"}, "is_domain": false, "roles": [{"id": "0385370a4e0841d8b36ccb710ecbbb7f", "name": "reader"}, {"id": "4e14878c038343709e6c1a4b1c9b9b3c", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba3e4f0604614d5cbe532cc36d623cd0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "077962f5889e4dc5b1df7317cb3104c1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d5a2290495040dd9cc776d460990be5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "36bb6b6348e44e578468f7cf12ee6657", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dad492a01e614a8a8914690c07ebad0a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/88dd648f400c48f384c828c3933baa5a", "region": "RegionOne"}], "id": "3fc212b920c3401e85def1124172e916", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "cf3bc891281f458db82d1181bcf74100", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "627889b053b346adb8ce9b1ba8efb774", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "066c5b55b9574d78975bbbb61c530bad", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/88dd648f400c 48f384c828c3933baa5a", "region": "RegionOne"}], "id": "abe9a7d894f740b1943da54d0c46ff7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a19a55206f6f49c9916ef45abbdb3141", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "afe69c9d4c0445c18ac07b7dd26c92ee", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b9742eaa6b4c43b48cde80e15563fd79", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/88dd648f400c48f384c828c3933baa5a", "region": "RegionOne"}], "id": "b81eaa96c4e5426dab17a1d0acda7740", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0b96ff58903940ffa3fe3bb3c1bebe24", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "bc2f14763262433a9f02c157a34e208f", "type": "network", "name": "neutron"}]}}' 2023-04-18 14:32:06,013 79803 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': 'd3e19e74-bda1-4d28-b7e4-e98675072612', 'name': 'tempest-AttachVolumeTestJSON-553010721-network', 'tenant_id': '88dd648f400c48f384c828c3933baa5a', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '88dd648f400c48f384c828c3933baa5a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 2479, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T14:28:48Z', 'updated_at': '2023-04-18T14:28:48Z', 'revision_number': 1} available for tenant 2023-04-18 14:32:06,014 79803 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1743159305', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFEl9t0UHIhtcly+kGaj7dwzKb8ZTXw4sa1QxSyAobWK0io8dnjDrCzNW7F/ebIDwgxKblb4WihsDkQ9ffD46u5NqO9shDzXkZ3Rp6yG0tH/Hyiq8dwQ35BcGsmL8kQPyA==', 'fingerprint': '5a:12:bc:25:56:e9:41:0f:93:8f:60:c0:9e:60:f6:42', 'user_id': '36b9b392cafe4b58b429be8e010baa08', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDC1U/4PUTYUcfvFGzmQdPhySolZnfBexJkCOxtcaDn4o1aYOh44UXfn\n2C3Dqc1a3mygBwYFK4EEACKhZANiAARRJfbdFByIbXJcvpBmo+3cMym/GU18OLGt\nUMUsgKG1itIqPHZ4w6wszVuxf3myA8IMSm5W+FoobA5EPX3w+OruTajvbIQ815Gd\n0aeshtLR/x8oqvHcEN+QXBrJi/JED8g=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '66431364-592e-4b3f-9183-ad28cfc32af4', 'name': 'tempest-securitygroup--1787253608', 'stateful': True, 'tenant_id': '88dd648f400c48f384c828c3933baa5a', 'description': 'tempest-description--671368642', 'shared': False, 'security_group_rules': [{'id': 'ee71ee4a-1b59-4373-baae-7f9cdb54bd9a', 'tenant_id': '88dd648f400c48f384c828c3933baa5a', 'security_group_id': '66431364-592e-4b3f-9183-ad28cfc32af4', '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': 580, 'description': None, 'tags': [], 'created_at': '2023-04-18T14:32:04Z', 'updated_at': '2023-04-18T14:32:04Z', 'revision_number': 0, 'project_id': '88dd648f400c48f384c828c3933baa5a'}, {'id': 'fd31ed76-b06c-4e25-b0f7-410cea140b26', 'tenant_id': '88dd648f400c48f384c828c3933baa5a', 'security_group_id': '66431364-592e-4b3f-9183-ad28cfc32af4', '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': 581, 'description': None, 'tags': [], 'created_at': '2023-04-18T14:32:04Z', 'updated_at': '2023-04-18T14:32:04Z', 'revision_number': 0, 'project_id': '88dd648f400c48f384c828c3933baa5a'}], 'tags': [], 'created_at': '2023 -04-18T14:32:04Z', 'updated_at': '2023-04-18T14:32:04Z', 'revision_number': 1, 'project_id': '88dd648f400c48f384c828c3933baa5a'}, 'floating_ip': {'id': 'c2f9c3cd-3b25-43c2-912b-88b8f74eadb3', 'tenant_id': '88dd648f400c48f384c828c3933baa5a', 'floating_ip_address': '172.24.4.236', 'floating_network_id': 'bfbf9c15-045f-401e-b79e-fba95e5a0430', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '88dd648f400c48f384c828c3933baa5a', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T14:32:05Z', 'updated_at': '2023-04-18T14:32:05Z', 'revision_number': 0, 'ip': '172.24.4.236'}} 2023-04-18 14:32:06,813 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://10.0.0.210/compute/v2.1/servers 0.798s 2023-04-18 14:32:06,813 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-112464000", "imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "d3e19e74-bda1-4d28-b7e4-e98675072612"}], "security_groups": [{"name": "tempest-securitygroup--1787253608"}], "key_name": "tempest-keypair-1743159305", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/1fbf9e3f-365b-4749-8591-158ad177793f', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b7b20515-4945-4741-ab3c-9ad85ceb7d95', 'x-compute-request-id': 'req-b7b20515-4945-4741-ab3c-9ad85ceb7d95', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "1fbf9e3f-365b-4749-8591-158ad177793f", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1fbf9e3f-365b-4749-8591-158ad177793f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1fbf9e3f-365b-4749-8591-158ad177793f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1787253608"}], "adminPass": "password"}}' 2023-04-18 14:32:06,889 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/1fbf9e3f-365b-4749-8591-158ad177793f 0.072s 2023-04-18 14:32:06,889 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:06 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-799a7fa5-0063-4568-b4a6-49a4f74b495c', 'x-compute-request-id': 'req-799a7fa5-0063-4568-b4a6-49a4f74b495c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1fbf9e3f-365b-4749-8591-158ad177793f'} Body: b'{"server": {"id": "1fbf9e3f-365b-4749-8591-158ad177793f", "name": "tempest-AttachVolumeTestJSON-server-112464000", "status": "BUILD", "tenant_id": "88dd648f400c48f384c828c3933baa5a", "user_id": "36b9b392cafe4b58b429be8e010baa08", "metadata": {}, "hostId": "", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:32:07Z", "updated": "2023-04-18T14:32:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1fbf9e3f-365b-4749-8591-158ad177793f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1fbf9e3f-365b-4749-8591-158ad177793f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1743159305", "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 14:32:57,250 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/1fbf9e3f-365b-4749-8591-158ad177793f 0.301s 2023-04-18 14:32:57,250 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:32:56 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-41586b96-4cae-462e-a9e9-fbfc6a93235e', 'x-compute-request-id': 'req-41586b96-4cae-462e-a9e9-fbfc6a93235e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1fbf9e3f-365b-4749-8591-158ad177793f'} Body: b'{"server": {"id": "1fbf9e3f-365b-4749-8591-158ad177793f", "name": "tempest-AttachVolumeTestJSON-server-112464000", "status": "ACTIVE", "tenant_id": "88dd648f400c48f384c828c3933baa5a", "user_id": "36b9b392cafe4b58b429be8e010baa08", "metadata": {}, "hostId": "43bc6bfb06764f8021125bfe676e409bafe803e91c9d640473454d2b", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:32:06Z", "updated": "2023-04-18T14:32:14Z", "addresses": {"tempest-AttachVolumeTestJSON-553010721-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:13:d5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1fbf9e3f-365b-4749-8591-158ad177793f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1fbf9e3f-365b-4749-8591-158ad177793f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1743159305", "OS-SRV-USG:launched_at": "2023-04-18T14:32:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1787253608"}], "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 14:32:57,261 79803 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-18 14:33:57,537 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/1fbf9e3f-365b-4749-8591-158ad177793f/os-interface 0.220s 2023-04-18 14:33:57,537 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'application/js on', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f7a1240-e9b9-4d96-9cf2-2da1c89b40c5', 'x-compute-request-id': 'req-8f7a1240-e9b9-4d96-9cf2-2da1c89b40c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1fbf9e3f-365b-4749-8591-158ad177793f/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "d3e19e74-bda1-4d28-b7e4-e98675072612", "port_id": "0abc5ad0-4c5b-4585-bdb1-88832e4974fd", "mac_addr": "fa:16:3e:23:13:d5", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "61b72842-da76-4789-b2a9-de9f3654466e", "ip_address": "10.0.0.13"}]}]}' 2023-04-18 14:33:58,373 79803 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/c2f9c3cd-3b25-43c2-912b-88b8f74eadb3 0.831s 2023-04-18 14:33:58,374 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "0abc5ad0-4c5b-4585-bdb1-88832e4974fd"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-6b4e7a5d-2db9-4be0-a3f5-0b9865959ae3', 'date': 'Tue, 18 Apr 2023 14:33:58 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/c2f9c3cd-3b25-43c2-912b-88b8f74eadb3'} Body: b'{"floatingip": {"id": "c2f9c3cd-3b25-43c2-912b-88b8f74eadb3", "tenant_id": "88dd648f400c48f384c828c3933baa5a", "floating_ip_address": "172.24.4.236", "floating_network_id": "bfbf9c15-045f-401e-b79e-fba95e5a0430", "router_id": "0ebec123-a2ed-420b-8e57-6b218b1da538", "port_id": "0abc5ad0-4c5b-4585-bdb1-88832e4974fd", "fixed_ip_address": "10.0.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "d3e19e74-bda1-4d28-b7e4-e98675072612", "mac_address": "fa:16:3e:23:13:d5", "admin_state_up": true, "status": "ACTIVE", "device_id": "1fbf9e3f-365b-4749-8591-158ad177793f", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T14:32:05Z", "updated_at": "2023-04-18T14:33:57Z", "revision_number": 1, "project_id": "88dd648f400c48f384c828c3933baa5a"}}' 2023-04-18 14:33:58,375 79803 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.236:22' as 'cirros' with public key authentication 2023-04-18 14:33:58,411 79803 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 14:33:58,431 79803 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 14:33:58,432 79803 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.236 successfully created 2023-04-18 14:33:58,481 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/1fbf9e3f-365b-4749-8591-158ad177793f/ips 0.048s 2023-04-18 14:33:58,481 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33: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-cf32f25a-7bc6-4581-97f2-cac904327630', 'x-compute-request-id': 'req-cf32f25a-7bc6-4581-97f2-cac904327630', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1fbf9e3f-365b-4749-8591-158ad177793f/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-553010721-network": [{"version": 4, "addr": "10.0.0.13"}]}}' 2023-04-18 14:33:58,675 79 803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://10.0.0.210/volume/v3/88dd648f400c48f384c828c3933baa5a/volumes 0.191s 2023-04-18 14:33:58,676 79803 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-1695740238"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66ad990f-d4d1-45be-9350-dd5eab361c77', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66ad990f-d4d1-45be-9350-dd5eab361c77', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/88dd648f400c48f384c828c3933baa5a/volumes'} Body: b'{"volume": {"id": "3d9f6ba1-8418-4f13-bd27-17c639aa34ad", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:33:58.615014", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1695740238", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/88dd648f400c48f384c828c3933baa5a/volumes/3d9f6ba1-8418-4f13-bd27-17c639aa34ad"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/88dd648f400c48f384c828c3933baa5a/volumes/3d9f6ba1-8418-4f13-bd27-17c639aa34ad"}], "user_id": "36b9b392cafe4b58b429be8e010baa08", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:33:58,723 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/88dd648f400c48f384c828c3933baa5a/volumes/3d9f6ba1-8418-4f13-bd27-17c639aa34ad 0.037s 2023-04-18 14:33:58,723 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dac0fc57-8408-4df1-afff-8eb2d7509d87', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dac0fc57-8408-4df1-afff-8eb2d7509d87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/88dd648f400c48f384c828c3933baa5a/volumes/3d9f6ba1-8418-4f13-bd27-17c639aa34ad'} Body: b'{"volume": {"id": "3d9f6ba1-8418-4f13-bd27-17c639aa34ad", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:33:59.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1695740238", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/88dd648f400c48f384c828c3933baa5a/volumes/3d9f6ba1-8418-4f13-bd27-17c639aa34ad"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/88dd648f400c48f384c828c3933baa5a/volumes/3d9f6ba1-8418-4f13-bd27-17c639aa34ad"}], "user_id": "36b9b392cafe4b58b429be8e010baa08", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "88dd648f400c48f384c828c3933baa5a"}}' 2023-04-18 14:33:59,772 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/88dd648f400c48f384c828c3933baa5a/volumes/3d9f6ba1-8418-4f13-bd27-17c639aa34ad 0.036s 2023-04-18 14:33:59,772 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content -Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62464619-3786-4c36-b768-a66fd160d741', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62464619-3786-4c36-b768-a66fd160d741', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/88dd648f400c48f384c828c3933baa5a/volumes/3d9f6ba1-8418-4f13-bd27-17c639aa34ad'} Body: b'{"volume": {"id": "3d9f6ba1-8418-4f13-bd27-17c639aa34ad", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:33:59.000000", "updated_at": "2023-04-18T14:33:59.000000", "name": "tempest-AttachVolumeTestJSON-volume-1695740238", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/88dd648f400c48f384c828c3933baa5a/volumes/3d9f6ba1-8418-4f13-bd27-17c639aa34ad"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/88dd648f400c48f384c828c3933baa5a/volumes/3d9f6ba1-8418-4f13-bd27-17c639aa34ad"}], "user_id": "36b9b392cafe4b58b429be8e010baa08", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "88dd648f400c48f384c828c3933baa5a"}}' 2023-04-18 14:33:59,903 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/1fbf9e3f-365b-4749-8591-158ad177793f 0.120s 2023-04-18 14:33:59,903 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33: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-60ece7f9-64bf-49a8-8655-f613d0f85166', 'x-compute-request-id': 'req-60ece7f9-64bf-49a8-8655-f613d0f85166', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1fbf9e3f-365b-4749-8591-158ad177793f'} Body: b'' 2023-04-18 14:34:00,122 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/1fbf9e3f-365b-4749-8591-158ad177793f 0.218s 2023-04-18 14:34:00,123 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1662', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00d6b2d0-7586-4777-a6da-fb087ae825bd', 'x-compute-request-id': 'req-00d6b2d0-7586-4777-a6da-fb087ae825bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1fbf9e3f-365b-4749-8591-158ad177793f'} Body: b'{"server": {"id": "1fbf9e3f-365b-4749-8591-158ad177793f", "name": "tempest-AttachVolumeTestJSON-server-112464000", "status": "ACTIVE", "tenant_id": "88dd648f400c48f384c828c3933baa5a", "user_id": "36b9b392cafe4b58b429be8e010baa08", "metadata": {}, "hostId": "43bc6bfb06764f8021125bfe676e409bafe803e91c9d640473454d2b", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:32:06Z", "updated": "2023-04-18T14:34:00Z", "addresses": {"tempest-AttachVolumeTestJSON-553010721-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:13:d5"}, {"version": 4, "addr": "172.24.4.236", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:13:d5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1fbf9e3f-365b-4749-8591-158ad177793f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1fbf9e3f-365b-4749-8591-158ad177793f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1743159305", "OS-SRV-USG:launched_at": "2023-04-18T14:32:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1787253608"}], "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 14:34:50,319 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/1fbf9e3f-365b-4749-8591-158ad177793f 0.134s 2023-04-18 14:34:50,320 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:34: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-d82d5ca2-bf2f-4a7b-b2b9-ac62620a8d96', 'x-compute-request-id': 'req-d82d5ca2-bf2f-4a7b-b2b9-ac62620a8d96', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1fbf9e3f-365b-4749-8591-158ad177793f'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 1fbf9e3f-365b-4749-8591-158ad177793f could not be found."}}' 2023-04-18 14:34:50,349 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1743159305 0.028s 2023-04-18 14:34:50,349 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:34: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-65b6ab96-6e92-4c7b-a7fb-7792e21b41f2', 'x-compute-request-id': 'req-65b6ab96-6e92-4c7b-a7fb-7792e21b41f2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1743159305'} Body: b'' 2023-04-18 14:34:50,640 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/66431364-592e-4b3f-9183-ad28cfc32af4 0.290s 2023-04-18 14:34:50,641 79803 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-7ff2b4c3-a543-42c7-a8a4-4635a6c53ba5', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 14:34:50 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/66431364-592e-4b3f-9183-ad28cfc32af4'} Body: b'' 2023-04-18 14:34:50,666 79803 INFO [t empest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/66431364-592e-4b3f-9183-ad28cfc32af4 0.024s 2023-04-18 14:34:50,666 79803 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-677cd563-053c-4f5f-879c-122fddc2d477', 'date': 'Tue, 18 Apr 2023 14:34:50 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/66431364-592e-4b3f-9183-ad28cfc32af4'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 66431364-592e-4b3f-9183-ad28cfc32af4 does not exist", "detail": ""}}' 2023-04-18 14:34:51,115 79803 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/c2f9c3cd-3b25-43c2-912b-88b8f74eadb3 0.448s 2023-04-18 14:34:51,115 79803 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-554586a4-7b3e-44c3-a718-1ce85bcb9706', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 14:34:51 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/c2f9c3cd-3b25-43c2-912b-88b8f74eadb3'} Body: b'' 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 aa8cb86c-b251-4ab4-993f-ce4b04b406ed failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:35:01,222 79803 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 202 POST http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes 0.405s 2023-04-18 14:35:01,222 79803 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-1519109727", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03e10abf-4376-469b-88bf-ee00d371f26f', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03e10abf-4376-469b-88bf-ee00d371f26f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes'} Body: b'{"volume": {"id": "aa8cb86c-b251-4ab4-993f-ce4b04b406ed", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:35:01.152469", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1519109727", "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/1b1f90cede364b54a3c92a410bebfd09/volumes/aa8cb86c-b251-4ab4-993f-ce4b04b406ed"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1b1f90cede364b54a3c92a410bebfd09/volumes/aa8cb86c-b251-4ab4-993f-ce4b04b406ed"}], "user_id": "4cd4ddb7f34f43608ea377f3591096de", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:35:01,287 79803 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes/aa8cb86c-b251-4ab4-993f-ce4b04b406ed 0.053s 2023-04-18 14:35:01,287 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d3a4927-1abf-4ec7-8e62-15bb8609feb9', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d3a4927-1abf-4ec7-8e62-15bb8609feb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes/aa8cb86c-b251-4ab4-993f-ce4b04b406ed'} Body: b'{"volume": {"id": "aa8cb86c-b251-4ab4-993f-ce4b04b406ed", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:35:01.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1519109727", "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/1b1f90cede364b54a3c92a410bebfd09/volumes/aa8cb86c-b251-4ab4-993f-ce4b04b406ed"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1b1f90cede364b54a3c92a410bebfd09/volumes/aa8cb86c-b251-4ab4-993f-ce4b04b406ed"}], "user_id": "4cd4ddb7f34f43608ea377f3591096de", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b1f90cede364b54a3c92a410bebfd09"}}' 2023-04-18 14:35:02,356 79803 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes/aa8cb86c-b251-4ab4-993f-ce4b04b406ed 0.052s 2023-04-18 14:35:02,357 79803 DEBUG [tempest. lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e7a40c2-8ab6-48ec-a4de-c0947af3b0d4', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e7a40c2-8ab6-48ec-a4de-c0947af3b0d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes/aa8cb86c-b251-4ab4-993f-ce4b04b406ed'} Body: b'{"volume": {"id": "aa8cb86c-b251-4ab4-993f-ce4b04b406ed", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:35:01.000000", "updated_at": "2023-04-18T14:35:01.000000", "name": "tempest-VolumesGetTest-Volume-1519109727", "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/1b1f90cede364b54a3c92a410bebfd09/volumes/aa8cb86c-b251-4ab4-993f-ce4b04b406ed"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1b1f90cede364b54a3c92a410bebfd09/volumes/aa8cb86c-b251-4ab4-993f-ce4b04b406ed"}], "user_id": "4cd4ddb7f34f43608ea377f3591096de", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b1f90cede364b54a3c92a410bebfd09"}}' 2023-04-18 14:35:02,476 79803 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes/aa8cb86c-b251-4ab4-993f-ce4b04b406ed 0.107s 2023-04-18 14:35:02,477 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:02 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-d10d0420-de23-4fd5-99dd-c3bc28efd5bc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes/aa8cb86c-b251-4ab4-993f-ce4b04b406ed'} Body: b'' 2023-04-18 14:35:02,502 79803 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes/aa8cb86c-b251-4ab4-993f-ce4b04b406ed 0.024s 2023-04-18 14:35:02,503 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:02 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-33bdb93a-85d7-4957-8436-b415953a4adc', 'x-openstack-request-id': 'req-33bdb93a-85d7-4957-8436-b415953a4adc', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes/aa8cb86c-b251-4ab4-993f-ce4b04b406ed'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume aa8cb86c-b251-4ab4-993f-ce4b04b406ed 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 ae202cdc-6839-44ff-8873-4eaa5acfb0e0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:35:02,716 79803 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/1b1f90cede364b54a3c92a410bebfd09/volumes 0.208s 2023-04-18 14:35:02,717 79803 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-1081417428"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95e6bc36-cb31-4bd9-a707-a62f0227be5e', 'content-length': '812', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95e6bc36-cb31-4bd9-a707-a62f0227be5e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes'} Body: b'{"volume": {"id": "ae202cdc-6839-44ff-8873-4eaa5acfb0e0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:35:02.645841", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1081417428", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes/ae202cdc-6839-44ff-8873-4eaa5acfb0e0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1b1f90cede364b54a3c92a410bebfd09/volumes/ae202cdc-6839-44ff-8873-4eaa5acfb0e0"}], "user_id": "4cd4ddb7f34f43608ea377f3591096de", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:35:02,765 79803 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/1b1f90cede364b54a3c92a410bebfd09/volumes/ae202cdc-6839-44ff-8873-4eaa5acfb0e0 0.039s 2023-04-18 14:35:02,766 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b36a6b6-554d-4ca3-b28a-1b0891cc56b8', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b36a6b6-554d-4ca3-b28a-1b0891cc56b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes/ae202cdc-6839-44ff-8873-4eaa5acfb0e0'} Body: b'{"volume": {"id": "ae202cdc-6839-44ff-8873-4eaa5acfb0e0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:35:03.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1081417428", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes/ae202cdc-6839-44ff-8873-4eaa5acfb0e0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1b1f90cede364b54a3c92a410bebfd09/volumes/ae202cdc-6839-44ff-8873-4eaa5acfb0e0"}], "user_id": "4cd4ddb7f34f43608ea377f3591096de", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b1f90cede364b54a3c92a410bebfd09"}}' 2023-04-18 14:35:03,819 79803 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/1b1f90cede364b54a3c92a410bebfd09/volumes/ae202cdc-6839-44ff-8873-4eaa5acfb0e0 0.042s 2023-04-18 14:35:03,819 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44b2f929-20ff-4e6b-b6df-80a448cbc817', 'content-length': '901', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44b2f929-20ff-4e6b-b6df-80a448cbc817', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes/ae202cdc-6839-44ff-8873-4eaa5acfb0e0'} Body: b'{"volume": {"id": "ae202cdc-6839-44ff-8873-4eaa5acfb0e0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:35:03.000000", "updated_at": "2023-04-18T14:35:03.000000", "name": "tempest-VolumesGetTest-Volume-1081417428", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes/ae202cdc-6839-44ff-8873-4eaa5acfb0e0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1b1f90cede364b54a3c92a410bebfd09/volumes/ae202cdc-6839-44ff-8873-4eaa5acfb0e0"}], "user_id": "4cd4ddb7f34f43608ea377f3591096de", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b1f90cede364b54a3c92a410bebfd09"}}' 2023-04-18 14:35:03,871 79803 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes/ae202cdc-6839-44ff-8873-4eaa5acfb0e0 0.040s 2023-04-18 14:35:03,871 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-439a375e-131e-4799-b46a-6a8a041d8310', 'content-length': '901', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-439a375e-131e-4799-b46a-6a8a041d8310', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes/ae202cdc-6839-44ff-8873-4eaa5acfb0e0'} Body: b'{"volume": {"id": "ae202cdc-6839-44ff-8873-4eaa5acfb0e0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:35:03.000000", "updated_at": "2023-04-18T14:35:03.000000", "name": "tempest-VolumesGetTest-Volume-1081417428", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes/ae202cdc-6839-44ff-8873-4eaa5acfb0e0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1b1f90cede364b54a3c92a410bebfd09/volumes/ae202cdc-6839-44ff-8873-4eaa5acfb0e0"}], "user_id": "4cd4ddb7f34f43608ea377f3591096de", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b1f90cede364b54a3c92a410bebfd09"}}' 2023-04-18 14:35:03,987 79803 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes/ae202cdc-6839-44ff-8873-4eaa5acfb0e0 0.105s 2023-04-18 14:35:03,987 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:03 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-035dc398-83ca-4caa-95d1-ea9829d6549e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes/ae202cdc-6839-44ff-8873-4eaa5acfb0e0'} Body: b'' 2023-04-18 14:35:04,011 79803 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes/ae202cdc-6839-44ff-8873-4eaa5acfb0e0 0.024s 2023-04-18 14:35:04,012 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:03 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-36568378-940e-4375-ad4c-73eb8b203d9a', 'x-openstack-request-id': 'req-36568378-940e-4375-ad4c-73eb8b203d9a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes/ae202cdc-6839-44ff-8873-4eaa5acfb0e0'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume ae202cdc-6839-44ff-8873-4eaa5acfb0e0 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 3a5023d9-141e-4bbf-b44f-64e2ae09e6f4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:35:04,042 79803 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/e440225d-a438-40cc-be07-38db2a963dd0 0.026s 2023-04-18 14:35:04,043 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-bc3ec922-5961-4ebc-82bf-89625cc3f3f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/e440225d-a438-40cc-be07-38db2a963dd0'} 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": "e839ed9d641847bc91c3b533e75d2a93", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "e440225d-a438-40cc-be07-38db2a963dd0", "created_at": "2023-04-18T14:25:28Z", "updated_at": "2023-04-18T14:25:30Z", "tags": [], "self": "/v2/images/e440225d-a438-40cc-be07-38db2a963dd0", "file": "/v2/images/e440225d-a438-40cc-be07-38db2a963dd0/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:35:04,398 79803 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/1b1f90cede364b54a3c92a410bebfd09/volumes 0.354s 2023-04-18 14:35:04,398 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "size": 1, "name": "tempest-VolumesGetTest-Volume-1919928458", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba7ad8e1-9b46-4fb3-9db3-ec1708f994b7', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba7ad8e1-9b46-4fb3-9db3-ec1708f994b7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes'} Body: b'{"volume": {"id": "3a5023d9-141e-4bbf-b44f-64e2ae09e6f4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:35:04.335400", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1919928458", "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/1b1f90cede364b54a3c92a410bebfd09/volumes/3a5023d9-141e-4bbf-b44f-64e2ae09e6f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1b1f90cede364b54a3c92a410bebfd09/volumes/3a5023d9-141e-4bbf-b44f-64e2ae09e6f4"}], "user_id": "4cd4ddb7f34f43608ea377f3591096de", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:35:04,478 79803 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/1b1f90cede364b54a3c92a410bebfd09/volumes/3a5023d9-141e-4bbf-b44f-64e2ae09e6f4 0.070s 2023-04-18 14:35:04,478 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cba910d9-34b7-4bea-973a-546958dd03ad', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cba910d9-34b7-4bea-973a-546958dd03ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes/3a5023d9-141e-4bbf-b44f-64e2ae09e6f4'} Body: b'{"volume": {"id": "3a5023d9-141e-4bbf-b44f-64e2ae09e6f4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:35:04.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1919928458", "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/1b1f90cede364b54a3c92a410bebfd09/volumes/3a5023d9-141e-4bbf-b44f-64e2ae09e6f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1b1f90cede364b54a3c92a410bebfd09/volumes/3a5023d9-141e-4bbf-b44f-64e2ae09e6f4"}], "user_id": "4cd4ddb7f34f43608ea377f3591096de", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b1f90cede364b54a3c92a410bebfd09"}}' 2023-04-18 14:35:05,532 79803 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/1b1f90cede364b54a3c92a410bebfd09/volumes/3a5023d9-141e-4bbf-b44f-64e2ae09e6f4 0.041s 2023-04-18 14:35:05,532 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-061969a9-67d7-49f2-aba5-e07a9dc61baa', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-061969a9-67d7-49f2-aba5-e07a9dc61baa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes/3a5023d9-141e-4bbf-b44f-64e2ae09e6f4'} Body: b'{"volume": {"id": "3a5023d9-141e-4bbf-b44f-64e2ae09e6f4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:35:04.000000", "updated_at": "2023-04-18T14:35:04.000000", "name": "tempest-VolumesGetTest-Volume-1919928458", "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/1b1f90cede364b54a3c92a410bebfd09/volumes/3a5023d9-141e-4bbf-b44f-64e2ae09e6f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1b1f90cede364b54a3c92a410bebfd09/volumes/3a5023d9-141e-4bbf-b44f-64e2ae09e6f4"}], "user_id": "4cd4ddb7f34f43608ea377f3591096de", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b1f90cede364b54a3c92a410bebfd09"}}' 2023-04-18 14:35:05,651 79803 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes/3a5023d9-141e-4bbf-b44f-64e2ae09e6f4 0.108s 2023-04-18 14:35:05,652 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:05 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-87a319ff-c05e-4647-b500-11f31745c88d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes/3a5023d9-141e-4bbf-b44f-64e2ae09e6f4'} Body: b'' 2023-04-18 14:35:05,673 79803 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes/3a5023d9-141e-4bbf-b44f-64e2ae09e6f4 0.021s 2023-04-18 14:35:05,673 79803 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35: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-675cd5c9-faf1-415c-b285-627bd8451877', 'x-openstack-request-id': 'req-675cd5c9-faf1-415c-b285-627bd8451877', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/1b1f90cede364b54a3c92a410bebfd09/volumes/3a5023d9-141e-4bbf-b44f-64e2ae09e6f4'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3a5023d9-141e-4bbf-b44f-64e2ae09e6f4 could not be found."}}' 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 35085088-d2eb-4c33-a888-b3265931a70c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:33:45,722 79799 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/e5323297-c840-4fd6-9a76-727ed36de870 0.369s 2023-04-18 14:33:45,723 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1493', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-408104ad-f4f0-4322-9ad9-50861bec3709', 'x-compute-request-id': 'req-408104ad-f4f0-4322-9ad9-50861bec3709', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e5323297-c840-4fd6-9a76-727ed36de870'} Body: b'{"server": {"id": "e5323297-c840-4fd6-9a76-727ed36de870", "name": "tempest-ServersNegativeTestJSON-server-736255234", "status": "ACTIVE", "tenant_id": "3312c2b6e41142799cb66dd1377558d8", "user_id": "b209357fca7f40c0b52507a285e054e3", "metadata": {}, "hostId": "eaa951ff83402a0ae8fc9b40afccf9585c7dbf0db99a3b326a2d8553", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:29:12Z", "updated": "2023-04-18T14:29:30Z", "addresses": {"tempest-ServersNegativeTestJSON-130376378-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:73:6f:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e5323297-c840-4fd6-9a76-727ed36de870"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e5323297-c840-4fd6-9a76-727ed36de870"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T14:29: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": []}}' 2023-04-18 14:34:46,233 79799 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 202 POST http://10.0.0.210/volume/v3/3312c2b6e41142799cb66dd1377558d8/volumes 0.439s 2023-04-18 14:34:46,234 79799 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-1495895035"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:34:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ab3803d-e252-4573-a739-4426a3021634', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ab3803d-e252-4573-a739-4426a3021634', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3312c2b6e41142799cb66dd1377558d8/volumes'} Body: b'{"volume": {"id": "35085088-d2eb-4c33-a888-b3265931a70c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:34:46.173686", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1495895035", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3312c2b6e41142799cb66dd1377558d8/volumes/35085088-d2eb-4c33-a888-b3265931a70c"}, {"rel": "bookmark", "href": "http://10.0.0. 210/volume/3312c2b6e41142799cb66dd1377558d8/volumes/35085088-d2eb-4c33-a888-b3265931a70c"}], "user_id": "b209357fca7f40c0b52507a285e054e3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:34:46,354 79799 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 200 GET http://10.0.0.210/volume/v3/3312c2b6e41142799cb66dd1377558d8/volumes/35085088-d2eb-4c33-a888-b3265931a70c 0.101s 2023-04-18 14:34:46,354 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:34:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d087e96-ebd5-432d-92bb-28991fee6657', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d087e96-ebd5-432d-92bb-28991fee6657', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3312c2b6e41142799cb66dd1377558d8/volumes/35085088-d2eb-4c33-a888-b3265931a70c'} Body: b'{"volume": {"id": "35085088-d2eb-4c33-a888-b3265931a70c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:34:46.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1495895035", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3312c2b6e41142799cb66dd1377558d8/volumes/35085088-d2eb-4c33-a888-b3265931a70c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3312c2b6e41142799cb66dd1377558d8/volumes/35085088-d2eb-4c33-a888-b3265931a70c"}], "user_id": "b209357fca7f40c0b52507a285e054e3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3312c2b6e41142799cb66dd1377558d8"}}' 2023-04-18 14:34:47,422 79799 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 200 GET http://10.0.0.210/volume/v3/3312c2b6e41142799cb66dd1377558d8/volumes/35085088-d2eb-4c33-a888-b3265931a70c 0.056s 2023-04-18 14:34:47,422 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:34:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-504603f4-d8a7-4d0f-b72b-76826b830354', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-504603f4-d8a7-4d0f-b72b-76826b830354', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3312c2b6e41142799cb66dd1377558d8/volumes/35085088-d2eb-4c33-a888-b3265931a70c'} Body: b'{"volume": {"id": "35085088-d2eb-4c33-a888-b3265931a70c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:34:46.000000", "updated_at": "2023-04-18T14:34:46.000000", "name": "tempest-ServersNegativeTestJSON-volume-1495895035", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3312c2b6e41142799cb66dd1377558d8/volumes/35085088-d2eb-4c33-a888-b3265931a70c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3312c2b6e41142799cb66dd1377558d8/volumes/35085088-d2eb-4c33-a888-b3265931a70c"}], "user_id": "b209357fca7f40c0b52507a285e054e3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-te nant-attr:tenant_id": "3312c2b6e41142799cb66dd1377558d8"}}' 2023-04-18 14:34:47,754 79799 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/e5323297-c840-4fd6-9a76-727ed36de870 0.315s 2023-04-18 14:34:47,755 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:34:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1493', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0e6c50e0-dae0-47ee-ae0b-cf6cda265dca', 'x-compute-request-id': 'req-0e6c50e0-dae0-47ee-ae0b-cf6cda265dca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e5323297-c840-4fd6-9a76-727ed36de870'} Body: b'{"server": {"id": "e5323297-c840-4fd6-9a76-727ed36de870", "name": "tempest-ServersNegativeTestJSON-server-736255234", "status": "ACTIVE", "tenant_id": "3312c2b6e41142799cb66dd1377558d8", "user_id": "b209357fca7f40c0b52507a285e054e3", "metadata": {}, "hostId": "eaa951ff83402a0ae8fc9b40afccf9585c7dbf0db99a3b326a2d8553", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:29:12Z", "updated": "2023-04-18T14:29:30Z", "addresses": {"tempest-ServersNegativeTestJSON-130376378-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:73:6f:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e5323297-c840-4fd6-9a76-727ed36de870"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e5323297-c840-4fd6-9a76-727ed36de870"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T14:29: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": []}}' 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 00659da0-2d27-4793-9042-e1ecbaf3ad73 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:33:20,651 79809 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 14:33:21,314 79809 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/image/v2/images 0.663s 2023-04-18 14:33:21,315 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--903897670", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/6150ed4c-70a5-4d8f-a1a5-8157805c1353', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-003ce9b6-9cac-42bb-9c66-1f81634ee4e1', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--903897670", "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": "37b30ff7e42a496fa0abfb7102e9c0b8", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "6150ed4c-70a5-4d8f-a1a5-8157805c1353", "created_at": "2023-04-18T14:33:21Z", "updated_at": "2023-04-18T14:33:21Z", "tags": [], "self": "/v2/images/6150ed4c-70a5-4d8f-a1a5-8157805c1353", "file": "/v2/images/6150ed4c-70a5-4d8f-a1a5-8157805c1353/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:33:22,835 79809 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.0.0.210/image/v2/images/6150ed4c-70a5-4d8f-a1a5-8157805c1353/file 1.520s 2023-04-18 14:33:22,836 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-69b5af9b-18e5-4c8e-812b-bc7b07fb08c7', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/6150ed4c-70a5-4d8f-a1a5-8157805c1353/file'} Body: b'' 2023-04-18 14:33:22,836 79809 DEBUG [tempest.scenario.manager] image:6150ed4c-70a5-4d8f-a1a5-8157805c1353 2023-04-18 14:33:22,945 79809 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.107s 2023-04-18 14:33:22,946 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-68293471", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOvPVWEVZ3QVvaQ/JloSpOqkmksb3FC8sR9eC5cz+U1/SxlqHa3H2YrWBe53g24/LNx+mMIvupfZjH/XaJkvoxF8NUdL03NvLxNWIJHFgGdUP+lZXI6f9h0iVERt+LLMRA=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '401', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-171e17cf-2d36-4d09-8599-fe53204afffa', 'x-compute-request-id': 'req-171e17cf-2d36-4d09-8599-fe53204afffa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-6829347 1", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOvPVWEVZ3QVvaQ/JloSpOqkmksb3FC8sR9eC5cz+U1/SxlqHa3H2YrWBe53g24/LNx+mMIvupfZjH/XaJkvoxF8NUdL03NvLxNWIJHFgGdUP+lZXI6f9h0iVERt+LLMRA==", "fingerprint": "31:50:37:05:55:28:f8:50:cf:56:48:ad:0e:d0:a1:1e", "user_id": "6ae2d60ff00f4be59827e15aece5d8c4"}}' 2023-04-18 14:33:23,034 79809 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.080s 2023-04-18 14:33:23,035 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:22 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-d1e609b2-ba6c-4bc4-bc1a-88a6988d73ac', '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": "6ae2d60ff00f4be59827e15aece5d8c4", "name": "tempest-TestMinimumBasicScenario-317059403-project-member", "password_expires_at": null}, "audit_ids": ["YfZtUovnQKSImjJkwNB1aQ"], "expires_at": "2023-04-18T15:33:22.000000Z", "issued_at": "2023-04-18T14:33:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "37b30ff7e42a496fa0abfb7102e9c0b8", "name": "tempest-TestMinimumBasicScenario-317059403"}, "is_domain": false, "roles": [{"id": "0385370a4e0841d8b36ccb710ecbbb7f", "name": "reader"}, {"id": "4e14878c038343709e6c1a4b1c9b9b3c", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba3e4f0604614d5cbe532cc36d623cd0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "077962f5889e4dc5b1df7317cb3104c1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d5a2290495040dd9cc776d460990be5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "36bb6b6348e44e578468f7cf12ee6657", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dad492a01e614a8a8914690c07ebad0a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/37b30ff7e42a496fa0abfb7102e9c0b8", "region": "RegionOne"}], "id": "3fc212b920c3401e85def1124172e916", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "cf3bc891281f458db82d1181bcf74100", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "627889b053b346adb8ce9b1ba8efb774", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "066c5b55b9574d78975bbbb61c530bad", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/37b30ff7e42a496fa0abfb7102e9c0b8", "region": "RegionOne"}], "id": "abe9a7d894f740b1943da54d0c46ff7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a19a55206f6f49c9916ef45abbdb3141", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "afe69c9d4c0445c18ac07b7dd26c92ee", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b9742eaa6b4c43b48cde80e15563fd79", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/37b30ff7e42a496fa0abfb7102e9c0b8", "region": "RegionOne"}], "id": "b81eaa96c4e5426dab17a1d0acda7740", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0b96ff58903940ffa3fe3bb3c1bebe24", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "bc2f14763262433a9f02c157a34e208f", "type": "network", "name": "neutron"}]}}' 2023-04-18 14:33:23,035 79809 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found network {'id ': '15f69a51-bdb4-419b-ab40-87648b533468', 'name': 'tempest-TestMinimumBasicScenario-502708264-network', 'tenant_id': '37b30ff7e42a496fa0abfb7102e9c0b8', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '37b30ff7e42a496fa0abfb7102e9c0b8', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 53787, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T14:30:19Z', 'updated_at': '2023-04-18T14:30:19Z', 'revision_number': 1} available for tenant 2023-04-18 14:33:23,707 79809 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/compute/v2.1/servers 0.671s 2023-04-18 14:33:23,707 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1851182937", "imageRef": "6150ed4c-70a5-4d8f-a1a5-8157805c1353", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-68293471", "networks": [{"uuid": "15f69a51-bdb4-419b-ab40-87648b533468"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/b6a78d1f-313b-4957-8a3f-75244b0b242f', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5848a5c1-8640-4d14-a625-b0a83108b3ad', 'x-compute-request-id': 'req-5848a5c1-8640-4d14-a625-b0a83108b3ad', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "b6a78d1f-313b-4957-8a3f-75244b0b242f", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b6a78d1f-313b-4957-8a3f-75244b0b242f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b6a78d1f-313b-4957-8a3f-75244b0b242f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "hckqAv67TgHV"}}' 2023-04-18 14:33:23,780 79809 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/b6a78d1f-313b-4957-8a3f-75244b0b242f 0.070s 2023-04-18 14:33:23,781 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1251', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-98124e22-57f2-4b29-8b8d-fefaaf4acb81', 'x-compute-request-id': 'req-98124e22-57f2-4b29-8b8d-fefaaf4acb81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b6a78d1f-313b-4957-8a3f-75244b0b242f'} Body: b'{"server": {"id": "b6a78d1f-313b-4957-8a3f-75244b0b242f", "name": "tempest-TestMinimumBasicScenario-server-1851182937", "status": "BUILD", "tenant_id": "37b30ff7e42a496fa0abfb7102e9c0b8", "user_id": "6ae2d60ff00f4be59827e15aece5d8c4", "metadata": {}, "hostId": "", "image": {"id": "6150ed4c-70a5-4d8f-a1a5-8157805c1353", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6150ed4c-70a5-4d8f-a1a5-8157805c1353"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:33:24Z", "updated": "2023-04-18T14:33:23Z", "addresses": {}, "accessIPv 4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b6a78d1f-313b-4957-8a3f-75244b0b242f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b6a78d1f-313b-4957-8a3f-75244b0b242f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-68293471", "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 14:34:14,104 79809 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/b6a78d1f-313b-4957-8a3f-75244b0b242f 0.261s 2023-04-18 14:34:14,105 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:34:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1534', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-494c3c80-722f-4f6f-82dd-22b535f990aa', 'x-compute-request-id': 'req-494c3c80-722f-4f6f-82dd-22b535f990aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b6a78d1f-313b-4957-8a3f-75244b0b242f'} Body: b'{"server": {"id": "b6a78d1f-313b-4957-8a3f-75244b0b242f", "name": "tempest-TestMinimumBasicScenario-server-1851182937", "status": "ACTIVE", "tenant_id": "37b30ff7e42a496fa0abfb7102e9c0b8", "user_id": "6ae2d60ff00f4be59827e15aece5d8c4", "metadata": {}, "hostId": "0fb4b9e062134db432b960484c1a8a9e467a6769184e1e67e17f275a", "image": {"id": "6150ed4c-70a5-4d8f-a1a5-8157805c1353", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6150ed4c-70a5-4d8f-a1a5-8157805c1353"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:33:23Z", "updated": "2023-04-18T14:33:31Z", "addresses": {"tempest-TestMinimumBasicScenario-502708264-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c8:8a:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b6a78d1f-313b-4957-8a3f-75244b0b242f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b6a78d1f-313b-4957-8a3f-75244b0b242f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-68293471", "OS-SRV-USG:launched_at": "2023-04-18T14:33:31.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 14:34:14,116 79809 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-18 14:35:14,406 79809 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/b6a78d1f-313b-4957-8a3f-75244b0b242f 0.261s 2023-04-18 14:35:14,406 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1534', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d9f c679-90b0-47bf-b197-33f1ab32fe89', 'x-compute-request-id': 'req-4d9fc679-90b0-47bf-b197-33f1ab32fe89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b6a78d1f-313b-4957-8a3f-75244b0b242f'} Body: b'{"server": {"id": "b6a78d1f-313b-4957-8a3f-75244b0b242f", "name": "tempest-TestMinimumBasicScenario-server-1851182937", "status": "ACTIVE", "tenant_id": "37b30ff7e42a496fa0abfb7102e9c0b8", "user_id": "6ae2d60ff00f4be59827e15aece5d8c4", "metadata": {}, "hostId": "0fb4b9e062134db432b960484c1a8a9e467a6769184e1e67e17f275a", "image": {"id": "6150ed4c-70a5-4d8f-a1a5-8157805c1353", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6150ed4c-70a5-4d8f-a1a5-8157805c1353"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:33:23Z", "updated": "2023-04-18T14:33:31Z", "addresses": {"tempest-TestMinimumBasicScenario-502708264-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c8:8a:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b6a78d1f-313b-4957-8a3f-75244b0b242f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b6a78d1f-313b-4957-8a3f-75244b0b242f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-68293471", "OS-SRV-USG:launched_at": "2023-04-18T14:33:31.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 14:35:14,502 79809 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers 0.084s 2023-04-18 14:35:14,502 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:14 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-9c0d47a7-0b2e-4b8c-b329-b84fd8d31a11', 'x-compute-request-id': 'req-9c0d47a7-0b2e-4b8c-b329-b84fd8d31a11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "b6a78d1f-313b-4957-8a3f-75244b0b242f", "name": "tempest-TestMinimumBasicScenario-server-1851182937", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b6a78d1f-313b-4957-8a3f-75244b0b242f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b6a78d1f-313b-4957-8a3f-75244b0b242f"}]}]}' 2023-04-18 14:35:14,666 79809 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/b6a78d1f-313b-4957-8a3f-75244b0b242f 0.159s 2023-04-18 14:35:14,666 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1534', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2cfaec0b-8b4b-471f-94f6-7ca73e1e09ea', 'x-compute-request-id': 'req-2cfaec0b-8b4b-471f-94f6-7ca73e1e09ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b6a78d1f-313b-4957-8a3f-752 44b0b242f'} Body: b'{"server": {"id": "b6a78d1f-313b-4957-8a3f-75244b0b242f", "name": "tempest-TestMinimumBasicScenario-server-1851182937", "status": "ACTIVE", "tenant_id": "37b30ff7e42a496fa0abfb7102e9c0b8", "user_id": "6ae2d60ff00f4be59827e15aece5d8c4", "metadata": {}, "hostId": "0fb4b9e062134db432b960484c1a8a9e467a6769184e1e67e17f275a", "image": {"id": "6150ed4c-70a5-4d8f-a1a5-8157805c1353", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6150ed4c-70a5-4d8f-a1a5-8157805c1353"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:33:23Z", "updated": "2023-04-18T14:33:31Z", "addresses": {"tempest-TestMinimumBasicScenario-502708264-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c8:8a:2d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b6a78d1f-313b-4957-8a3f-75244b0b242f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b6a78d1f-313b-4957-8a3f-75244b0b242f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-68293471", "OS-SRV-USG:launched_at": "2023-04-18T14:33:31.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 14:35:14,882 79809 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/volume/v3/37b30ff7e42a496fa0abfb7102e9c0b8/volumes 0.204s 2023-04-18 14:35:14,883 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-2144626519", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d87f18b4-163e-4bf2-b5c0-94943c880466', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d87f18b4-163e-4bf2-b5c0-94943c880466', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/37b30ff7e42a496fa0abfb7102e9c0b8/volumes'} Body: b'{"volume": {"id": "00659da0-2d27-4793-9042-e1ecbaf3ad73", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:35:14.820238", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-2144626519", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/37b30ff7e42a496fa0abfb7102e9c0b8/volumes/00659da0-2d27-4793-9042-e1ecbaf3ad73"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/37b30ff7e42a496fa0abfb7102e9c0b8/volumes/00659da0-2d27-4793-9042-e1ecbaf3ad73"}], "user_id": "6ae2d60ff00f4be59827e15aece5d8c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:35:14,954 79809 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/37b30ff7e42a496fa0abfb7102e9c0b8/volumes/00659da0-2d27-4793-9042-e1ecbaf3ad73 0.062s 2023-04-18 14:35:14,955 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request -id': 'req-a6d922e5-ccb6-4473-bc5a-03e6406b42f4', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6d922e5-ccb6-4473-bc5a-03e6406b42f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/37b30ff7e42a496fa0abfb7102e9c0b8/volumes/00659da0-2d27-4793-9042-e1ecbaf3ad73'} Body: b'{"volume": {"id": "00659da0-2d27-4793-9042-e1ecbaf3ad73", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:35:15.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-2144626519", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/37b30ff7e42a496fa0abfb7102e9c0b8/volumes/00659da0-2d27-4793-9042-e1ecbaf3ad73"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/37b30ff7e42a496fa0abfb7102e9c0b8/volumes/00659da0-2d27-4793-9042-e1ecbaf3ad73"}], "user_id": "6ae2d60ff00f4be59827e15aece5d8c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "37b30ff7e42a496fa0abfb7102e9c0b8"}}' 2023-04-18 14:35:16,009 79809 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/37b30ff7e42a496fa0abfb7102e9c0b8/volumes/00659da0-2d27-4793-9042-e1ecbaf3ad73 0.041s 2023-04-18 14:35:16,009 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d1428c0-4ae0-4f01-8d81-ed97cb5de7bf', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d1428c0-4ae0-4f01-8d81-ed97cb5de7bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/37b30ff7e42a496fa0abfb7102e9c0b8/volumes/00659da0-2d27-4793-9042-e1ecbaf3ad73'} Body: b'{"volume": {"id": "00659da0-2d27-4793-9042-e1ecbaf3ad73", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:35:15.000000", "updated_at": "2023-04-18T14:35:15.000000", "name": "tempest-TestMinimumBasicScenario-volume-2144626519", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/37b30ff7e42a496fa0abfb7102e9c0b8/volumes/00659da0-2d27-4793-9042-e1ecbaf3ad73"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/37b30ff7e42a496fa0abfb7102e9c0b8/volumes/00659da0-2d27-4793-9042-e1ecbaf3ad73"}], "user_id": "6ae2d60ff00f4be59827e15aece5d8c4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "37b30ff7e42a496fa0abfb7102e9c0b8"}}' 2023-04-18 14:35:16,128 79809 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/37b30ff7e42a496fa0abfb7102e9c0b8/volumes/00659da0-2d27-4793-9042-e1ecbaf3ad73 0.106s 2023-04-18 14:35:16,128 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:16 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-a6929653-4db0-4b17-9553-61595600977b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/37b30ff7e42a496f a0abfb7102e9c0b8/volumes/00659da0-2d27-4793-9042-e1ecbaf3ad73'} Body: b'' 2023-04-18 14:35:16,149 79809 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/37b30ff7e42a496fa0abfb7102e9c0b8/volumes/00659da0-2d27-4793-9042-e1ecbaf3ad73 0.020s 2023-04-18 14:35:16,150 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:16 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-c69d5220-e646-4228-a79d-ed68655c423c', 'x-openstack-request-id': 'req-c69d5220-e646-4228-a79d-ed68655c423c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/37b30ff7e42a496fa0abfb7102e9c0b8/volumes/00659da0-2d27-4793-9042-e1ecbaf3ad73'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 00659da0-2d27-4793-9042-e1ecbaf3ad73 could not be found."}}' 2023-04-18 14:35:16,266 79809 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/b6a78d1f-313b-4957-8a3f-75244b0b242f 0.115s 2023-04-18 14:35:16,266 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:16 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-d819d637-8bb9-4066-bb66-081ba6055b8d', 'x-compute-request-id': 'req-d819d637-8bb9-4066-bb66-081ba6055b8d', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b6a78d1f-313b-4957-8a3f-75244b0b242f'} Body: b'' 2023-04-18 14:35:16,675 79809 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/b6a78d1f-313b-4957-8a3f-75244b0b242f 0.408s 2023-04-18 14:35:16,676 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1540', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1d05ceb-2c3a-4541-bce6-19c3979a60f0', 'x-compute-request-id': 'req-f1d05ceb-2c3a-4541-bce6-19c3979a60f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b6a78d1f-313b-4957-8a3f-75244b0b242f'} Body: b'{"server": {"id": "b6a78d1f-313b-4957-8a3f-75244b0b242f", "name": "tempest-TestMinimumBasicScenario-server-1851182937", "status": "ACTIVE", "tenant_id": "37b30ff7e42a496fa0abfb7102e9c0b8", "user_id": "6ae2d60ff00f4be59827e15aece5d8c4", "metadata": {}, "hostId": "0fb4b9e062134db432b960484c1a8a9e467a6769184e1e67e17f275a", "image": {"id": "6150ed4c-70a5-4d8f-a1a5-8157805c1353", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6150ed4c-70a5-4d8f-a1a5-8157805c1353"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:33:23Z", "updated": "2023-04-18T14:35:16Z", "addresses": {"tempest-TestMinimumBasicScenario-502708264-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c8:8a:2d"}]}, "accessIPv4": "", "accessIPv6": "" , "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b6a78d1f-313b-4957-8a3f-75244b0b242f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b6a78d1f-313b-4957-8a3f-75244b0b242f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-68293471", "OS-SRV-USG:launched_at": "2023-04-18T14:33:31.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 14:36:06,898 79809 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/b6a78d1f-313b-4957-8a3f-75244b0b242f 0.169s 2023-04-18 14:36:06,899 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:06 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-5d5e3316-d883-4c2e-a785-515d5cd2dd8c', 'x-compute-request-id': 'req-5d5e3316-d883-4c2e-a785-515d5cd2dd8c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b6a78d1f-313b-4957-8a3f-75244b0b242f'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance b6a78d1f-313b-4957-8a3f-75244b0b242f could not be found."}}' 2023-04-18 14:36:06,935 79809 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-68293471 0.036s 2023-04-18 14:36:06,936 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:06 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-4ba754df-f5b2-4a73-9b0a-a6fa54907131', 'x-compute-request-id': 'req-4ba754df-f5b2-4a73-9b0a-a6fa54907131', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-68293471'} Body: b'' 2023-04-18 14:36:07,026 79809 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/6150ed4c-70a5-4d8f-a1a5-8157805c1353 0.090s 2023-04-18 14:36:07,026 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-5cd1faeb-d08d-4f06-ac7d-ac7db45cac26', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/6150ed4c-70a5-4d8f-a1a5-8157805c1353'} Body: b'' 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 80dd65ab-cee3-442d-bfe8-77db7dfb0379 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:34:08,766 79789 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf 0.266s 2023-04-18 14:34:08,766 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:34:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1656', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-03eac9f4-05f5-4c68-b7be-c96ac159253d', 'x-compute-request-id': 'req-03eac9f4-05f5-4c68-b7be-c96ac159253d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf'} Body: b'{"server": {"id": "1f7c5ef9-09d6-477f-90a8-e6673f75b2cf", "name": "tempest-ServerActionsTestJSON-server-927544894", "status": "ACTIVE", "tenant_id": "279c1fea5cfc423b94ca756ebafb2515", "user_id": "614f7a3a8f3348df9d81f693e733905b", "metadata": {}, "hostId": "1d97c6007be92f7a9548b8855f1efa459953d4b7b8713acfa07de542", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:29:23Z", "updated": "2023-04-18T14:29:38Z", "addresses": {"tempest-ServerActionsTestJSON-1455921873-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:e3:8c"}, {"version": 4, "addr": "172.24.4.10", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:e3:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-962705370", "OS-SRV-USG:launched_at": "2023-04-18T14:29:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1576115659"}], "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 14:34:08,977 79789 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf 0.199s 2023-04-18 14:34:08,978 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:34:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1656', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bceb7575-ef1f-4850-b814-d9df6b3d0359', 'x-compute-request-id': 'req-bceb7575-ef1f-4850-b814-d9df6b3d0359', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf'} Body: b'{"server": {"id": "1f7c5ef9-09d6-477f-90a8-e6673f75b2cf", "name": "tempest-ServerActionsTestJSON-server-927544894", "status": "ACTIVE", "tenant_id": "279c1fea5cfc423b94ca756ebafb2515", "user_id": "614f7a3a8f3348df9d81f693e733905b", "metadata": {}, "hostId": "1d97c6007be92f7a9548b8855f1efa459953d4b7b8713acfa07de542", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0 .210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:29:23Z", "updated": "2023-04-18T14:29:38Z", "addresses": {"tempest-ServerActionsTestJSON-1455921873-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:e3:8c"}, {"version": 4, "addr": "172.24.4.10", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:e3:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-962705370", "OS-SRV-USG:launched_at": "2023-04-18T14:29:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1576115659"}], "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 14:34:09,835 79789 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf 0.845s 2023-04-18 14:34:09,836 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:34:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1656', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c08e5a65-da0e-446e-bfe2-0b4a9dd6d891', 'x-compute-request-id': 'req-c08e5a65-da0e-446e-bfe2-0b4a9dd6d891', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf'} Body: b'{"server": {"id": "1f7c5ef9-09d6-477f-90a8-e6673f75b2cf", "name": "tempest-ServerActionsTestJSON-server-927544894", "status": "ACTIVE", "tenant_id": "279c1fea5cfc423b94ca756ebafb2515", "user_id": "614f7a3a8f3348df9d81f693e733905b", "metadata": {}, "hostId": "1d97c6007be92f7a9548b8855f1efa459953d4b7b8713acfa07de542", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:29:23Z", "updated": "2023-04-18T14:29:38Z", "addresses": {"tempest-ServerActionsTestJSON-1455921873-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:e3:8c"}, {"version": 4, "addr": "172.24.4.10", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:e3:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-962705370", "OS-SRV-USG:launched_at": "2023-04-18T14:29:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1576115659"}], "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 14:35:10,267 79789 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/279c1fea5cf c423b94ca756ebafb2515/volumes 0.358s 2023-04-18 14:35:10,267 79789 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-824185397"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-670381cf-c8c7-48bf-a9f3-cd1c3bdfce9f', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-670381cf-c8c7-48bf-a9f3-cd1c3bdfce9f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes'} Body: b'{"volume": {"id": "80dd65ab-cee3-442d-bfe8-77db7dfb0379", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:35:10.195387", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-824185397", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes/80dd65ab-cee3-442d-bfe8-77db7dfb0379"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/279c1fea5cfc423b94ca756ebafb2515/volumes/80dd65ab-cee3-442d-bfe8-77db7dfb0379"}], "user_id": "614f7a3a8f3348df9d81f693e733905b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:35:10,322 79789 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes/80dd65ab-cee3-442d-bfe8-77db7dfb0379 0.046s 2023-04-18 14:35:10,323 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f003fae-160d-45af-a946-2a1c82d85090', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f003fae-160d-45af-a946-2a1c82d85090', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes/80dd65ab-cee3-442d-bfe8-77db7dfb0379'} Body: b'{"volume": {"id": "80dd65ab-cee3-442d-bfe8-77db7dfb0379", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:35:10.000000", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-824185397", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes/80dd65ab-cee3-442d-bfe8-77db7dfb0379"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/279c1fea5cfc423b94ca756ebafb2515/volumes/80dd65ab-cee3-442d-bfe8-77db7dfb0379"}], "user_id": "614f7a3a8f3348df9d81f693e733905b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "279c1fea5cfc423b94ca756ebafb2515"}}' 2023-04-18 14:35:11,376 79789 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes/80dd65ab-cee3-442d-bfe8-77db7dfb0379 0.042s 2023-04-18 14:35:11,377 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05fcef87-bea2-4d62-be52-dcde996a82e4', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05fcef87-bea2-4d62-be52-dcde996a82e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes/80dd65ab-cee3-442d-bfe8-77db7dfb0379'} Body: b'{"volume": {"id": "80dd65ab-cee3-442d-bfe8-77db7dfb0379", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:35:10.000000", "updated_at": "2023-04-18T14:35:10.000000", "name": "tempest-ServerActionsTestJSON-volume-824185397", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes/80dd65ab-cee3-442d-bfe8-77db7dfb0379"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/279c1fea5cfc423b94ca756ebafb2515/volumes/80dd65ab-cee3-442d-bfe8-77db7dfb0379"}], "user_id": "614f7a3a8f3348df9d81f693e733905b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "279c1fea5cfc423b94ca756ebafb2515"}}' 2023-04-18 14:35:11,387 79789 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 14:35:11,737 79789 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf 0.349s 2023-04-18 14:35:11,738 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1656', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cbfc2e4b-23ed-4bac-a176-1fd669e779b9', 'x-compute-request-id': 'req-cbfc2e4b-23ed-4bac-a176-1fd669e779b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf'} Body: b'{"server": {"id": "1f7c5ef9-09d6-477f-90a8-e6673f75b2cf", "name": "tempest-ServerActionsTestJSON-server-927544894", "status": "ACTIVE", "tenant_id": "279c1fea5cfc423b94ca756ebafb2515", "user_id": "614f7a3a8f3348df9d81f693e733905b", "metadata": {}, "hostId": "1d97c6007be92f7a9548b8855f1efa459953d4b7b8713acfa07de542", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:29:23Z", "updated": "2023-04-18T14:29:38Z", "addresses": {"tempest-ServerActionsTestJSON-1455921873-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:e3:8c"}, {"version": 4, "addr": "172.24.4.10", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:e3:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-962705370", "OS-SRV-USG:launched_at": "2023-04-18T14:29:37.000000", "OS-SRV-USG:terminated_at": null, "security _groups": [{"name": "tempest-securitygroup--1576115659"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 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 ac22976b-1048-4795-9995-7bebcba0d346 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:36:28,714 79809 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/image/v2/images/e440225d-a438-40cc-be07-38db2a963dd0 0.208s 2023-04-18 14:36:28,715 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-f743ecb3-400e-49fa-ab9c-d96a40905d8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/e440225d-a438-40cc-be07-38db2a963dd0'} 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": "e839ed9d641847bc91c3b533e75d2a93", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "e440225d-a438-40cc-be07-38db2a963dd0", "created_at": "2023-04-18T14:25:28Z", "updated_at": "2023-04-18T14:25:30Z", "tags": [], "self": "/v2/images/e440225d-a438-40cc-be07-38db2a963dd0", "file": "/v2/images/e440225d-a438-40cc-be07-38db2a963dd0/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:36:29,107 79809 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes 0.391s 2023-04-18 14:36:29,108 79809 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-1403350840", "snapshot_id": null, "imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69248699-07b4-4bf5-b882-87820064df9c', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69248699-07b4-4bf5-b882-87820064df9c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes'} Body: b'{"volume": {"id": "ac22976b-1048-4795-9995-7bebcba0d346", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:36:29.049914", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1403350840", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/ac22976b-1048-4795-9995-7bebcba0d346"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/484efe667f124e1ebf74b72df194f027/volumes/ac22976b-1048-4795-9995-7bebcba0d346"}], "user_id": "2143465bd1944b78bb4915c5178bb43d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:36:29,163 79809 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/ac22976b-1048-4795-9995-7bebcba0d346 0.045s 2023-04-18 14:36:29,163 79809 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 14:36:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82024dda-af60-4784-92f9-a6f7cb0a1c4c', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82024dda-af60-4784-92f9-a6f7cb0a1c4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/ac22976b-1048-4795-9995-7bebcba0d346'} Body: b'{"volume": {"id": "ac22976b-1048-4795-9995-7bebcba0d346", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:36:29.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1403350840", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/ac22976b-1048-4795-9995-7bebcba0d346"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/484efe667f124e1ebf74b72df194f027/volumes/ac22976b-1048-4795-9995-7bebcba0d346"}], "user_id": "2143465bd1944b78bb4915c5178bb43d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "484efe667f124e1ebf74b72df194f027"}}' 2023-04-18 14:36:30,278 79809 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/ac22976b-1048-4795-9995-7bebcba0d346 0.103s 2023-04-18 14:36:30,278 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b4ab2cc-848f-45f2-99ce-4afe79122e6e', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b4ab2cc-848f-45f2-99ce-4afe79122e6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/ac22976b-1048-4795-9995-7bebcba0d346'} Body: b'{"volume": {"id": "ac22976b-1048-4795-9995-7bebcba0d346", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:36:29.000000", "updated_at": "2023-04-18T14:36:29.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1403350840", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/ac22976b-1048-4795-9995-7bebcba0d346"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/484efe667f124e1ebf74b72df194f027/volumes/ac22976b-1048-4795-9995-7bebcba0d346"}], "user_id": "2143465bd1944b78bb4915c5178bb43d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "484efe667f124e1ebf74b72df194f027"}}' 2023-04-18 14:36:30,394 79809 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/ac22976b-1048-4795-9995-7bebcba0d346 0.104s 2023-04-18 14:36:30,395 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:30 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-df8b1d86-cb54-4b81-a07a-80d293657796', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/ac22976b-1048-4795-9995-7bebcba0d346'} Body: b'' 2023-04-18 14:36:30,418 79809 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/ac22976b-1048-4795-9995-7bebcba0d346 0.022s 2023-04-18 14:36:30,418 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:30 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-b8214e70-3074-4cdf-8b61-880aac23edf2', 'x-openstack-request-id': 'req-b8214e70-3074-4cdf-8b61-880aac23edf2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/ac22976b-1048-4795-9995-7bebcba0d346'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume ac22976b-1048-4795-9995-7bebcba0d346 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 3d64c963-c3ff-447b-8b2e-1d8354285256 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:36:30,442 79809 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/image/v2/images/e440225d-a438-40cc-be07-38db2a963dd0 0.021s 2023-04-18 14:36:30,442 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-966912ac-a14a-4e8d-882a-260595b07886', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/e440225d-a438-40cc-be07-38db2a963dd0'} 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": "e839ed9d641847bc91c3b533e75d2a93", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "e440225d-a438-40cc-be07-38db2a963dd0", "created_at": "2023-04-18T14:25:28Z", "updated_at": "2023-04-18T14:25:30Z", "tags": [], "self": "/v2/images/e440225d-a438-40cc-be07-38db2a963dd0", "file": "/v2/images/e440225d-a438-40cc-be07-38db2a963dd0/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:36:30,733 79809 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 202 POST http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes 0.290s 2023-04-18 14:36:30,733 79809 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-2127029880", "snapshot_id": null, "imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1ca73de-f9a6-4370-80e7-c71f5a90858e', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1ca73de-f9a6-4370-80e7-c71f5a90858e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes'} Body: b'{"volume": {"id": "3d64c963-c3ff-447b-8b2e-1d8354285256", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:36:30.677330", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-2127029880", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/3d64c963-c3ff-447b-8b2e-1d8354285256"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/484efe667f124e1ebf74b72df194f027/volumes/3d64c963-c3ff-447b-8b2e-1d8354285256"}], "user_id": "2143465bd1944b78bb4915c5178bb43d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:36:30,825 79809 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/3d64c963-c3ff-447b-8b2e-1d8354285256 0.081s 2023-04-18 14:36:30,825 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d3082b6-9f85-471a-9161-154ba3a8d0b7', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d3082b6-9f85-471a-9161-154ba3a8d0b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/3d64c963-c3ff-447b-8b2e-1d8354285256'} Body: b'{"volume": {"id": "3d64c963-c3ff-447b-8b2e-1d8354285256", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:36:31.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-2127029880", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/3d64c963-c3ff-447b-8b2e-1d8354285256"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/484efe667f124e1ebf74b72df194f027/volumes/3d64c963-c3ff-447b-8b2e-1d8354285256"}], "user_id": "2143465bd1944b78bb4915c5178bb43d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "484efe667f124e1ebf74b72df194f027"}}' 2023-04-18 14:36:31,878 79809 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/3d64c963-c3ff-447b-8b2e-1d8354285256 0.041s 2023-04-18 14:36:31,879 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9340987-65eb-43e2-a9be-e0e542d3f6a9', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9340987-65eb-43e2-a9be-e0e542d3f6a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/3d64c963-c3ff-447b-8b2e-1d8354285256'} Body: b'{"volume": {"id": "3d64c963-c3ff-447b-8b2e-1d8354285256", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:36:31.000000", "updated_at": "2023-04-18T14:36:31.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-2127029880", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/3d64c963-c3ff-447b-8b2e-1d8354285256"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/484efe667f124e1ebf74b72df194f027/volumes/3d64c963-c3ff-447b-8b2e-1d8354285256"}], "user_id": "2143465bd1944b78bb4915c5178bb43d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "484efe667f124e1ebf74b72df194f027"}}' 2023-04-18 14:36:31,995 79809 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/3d64c963-c3ff-447b-8b2e-1d8354285256 0.104s 2023-04-18 14:36:31,995 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36: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-582a1726-24ca-4611-ae5f-3be31e311a43', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/3d64c963-c3ff-447b-8b2e-1d8354285256'} Body: b'' 2023-04-18 14:36:32,023 79809 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/3d64c963-c3ff-447b-8b2e-1d8354285256 0.027s 2023-04-18 14:36:32,023 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36: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-36527a8e-d6ed-4166-9c77-dd8b1bca5730', 'x-openstack-request-id': 'req-36527a8e-d6ed-4166-9c77-dd8b1bca5730', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/3d64c963-c3ff-447b-8b2e-1d8354285256'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3d64c963-c3ff-447b-8b2e-1d8354285256 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 b6ea1488-6df0-4e62-8b6b-bfab531480b1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:36:32,027 79809 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2023-04-18 14:36:32,086 79809 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.056s 2023-04-18 14:36:32,086 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-596647979", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAGRCxrmSUBRWPIAKbbhF1XOBWHdI4h7q8kZEfNDhQwmzOI8szx5aC5Dz6f1cJ8MlvXTmrhkYxVxgIjMU1VdRQRO4yKFA3UFhJYB4U0GvAKcqpGhFK9nQ1JcEPaPJWTpeg=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:32 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-cac0c993-774d-48a9-85c2-b921cc5629ca', 'x-compute-request-id': 'req-cac0c993-774d-48a9-85c2-b921cc5629ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-596647979", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAGRCxrmSUBRWPIAKbbhF1XOBWHdI4h7q8kZEfNDhQwmzOI8szx5aC5Dz6f1cJ8MlvXTmrhkYxVxgIjMU1VdRQRO4yKFA3UFhJYB4U0GvAKcqpGhFK9nQ1JcEPaPJWTpeg==", "fingerprint": "4d:9f:14:d4:40:85:33:73:2f:89:7f:49:59:3c:8c:1f", "user_id": "2143465bd1944b78bb4915c5178bb43d"}}' 2023-04-18 14:36:32,243 79809 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.154s 2023-04-18 14:36:32,244 79809 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-1108314232", "description": "tempest-secgroup-smoke-1108314232 description", "project_id": "484efe667f124e1ebf74b72df194f027"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-8a27179e-2831-448b-9409-0dbf29ade14b', 'date': 'Tue, 18 Apr 2023 14:36:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "bdbe2f3a-e60e-4f62-aef8-4d7a57a5854f", "name": "tempest-secgroup-smoke-1108314232", "stateful": true, "tenant_id": "484efe667f124e1ebf74b72df194f027", "description": "tempest-secgroup-smoke-1108314232 description", "shared": false, "security_group_rules": [{"id": "4b23e60f-04d4-418d-bd15-315acb419921", "tenant_id": "484efe667f124e1ebf74b72df194f027", "security_group_id": "bdbe2f3a-e60e-4f62-aef8-4d7a57a5854f", "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": 728, "description": null, "tags": [], "created_at": "2023-04-18T14:36:32Z", "updated_at": "2023-04-18T14:36:32Z", "revision_number": 0, "project_id": "484efe667f124e1ebf74b72df194f027"}, {"id": "a5894f35-45f7-42d0-98b0-06de5e51a5ca", "tenant_id": "484efe667f124e1ebf74b72df194f027", "security_group_id": "bdbe2f3a-e60e-4f62-aef8-4d7a57a5854f", "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": 729, "description": null, "tags": [], "created_at": "2023-04-18T14:36:32Z", "updated_at": "2023-04-18T14:36:32Z", "revision_number": 0, "project_id": "484efe6 67f124e1ebf74b72df194f027"}], "tags": [], "created_at": "2023-04-18T14:36:32Z", "updated_at": "2023-04-18T14:36:32Z", "revision_number": 1, "project_id": "484efe667f124e1ebf74b72df194f027"}}' 2023-04-18 14:36:32,441 79809 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.196s 2023-04-18 14:36:32,441 79809 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": "bdbe2f3a-e60e-4f62-aef8-4d7a57a5854f", "project_id": "484efe667f124e1ebf74b72df194f027", "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-9098a266-0850-47c8-9708-5b2dc17d5f28', 'date': 'Tue, 18 Apr 2023 14:36:32 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": "7d268425-d946-4089-95d6-abc852c0571d", "tenant_id": "484efe667f124e1ebf74b72df194f027", "security_group_id": "bdbe2f3a-e60e-4f62-aef8-4d7a57a5854f", "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-18T14:36:32Z", "updated_at": "2023-04-18T14:36:32Z", "revision_number": 0, "project_id": "484efe667f124e1ebf74b72df194f027"}}' 2023-04-18 14:36:32,657 79809 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.215s 2023-04-18 14:36:32,657 79809 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": "bdbe2f3a-e60e-4f62-aef8-4d7a57a5854f", "project_id": "484efe667f124e1ebf74b72df194f027", "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-6dbb6a0d-8594-4235-8c50-ae83c95c7f9a', 'date': 'Tue, 18 Apr 2023 14:36:32 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": "9823431a-7948-42d3-9d4a-f53d10dd4cf5", "tenant_id": "484efe667f124e1ebf74b72df194f027", "security_group_id": "bdbe2f3a-e60e-4f62-aef8-4d7a57a5854f", "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-18T14:36:32Z", "updated_at": "2023-04-18T14:36:32Z", "revision_number": 0, "project_id": "484efe667f124e1ebf74b72df194f027"}}' 2023-04-18 14:36:32,911 79809 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.253s 2023-04-18 14:36:32,911 79809 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": "bdbe2f3a-e60e-4f62-aef8-4d7a57a5854f", "project_id": "484efe667f124e1ebf74b72df194f027", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-b8eadf73-273a-4a4e-8d14-e3d5e51b40d1', 'date': 'Tue, 18 Apr 2023 14:36:32 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": "4a15550d-4d9a-4038-a7d2-164acf88e142", "tenant_id": "484efe667f124e1ebf74b72df194f027", "security_group_id": "bdbe2f3a-e60e-4f62-aef8-4d7a57a5854f", "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-18T14:36:32Z", "updated_at": "2023-04-18T14:36:32Z", "revision_number": 0, "project_id": "484efe667f124e1ebf74b72df194f027"}}' 2023-04-18 14:36:33,077 79809 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.165s 2023-04-18 14:36:33,078 79809 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": "bdbe2f3a-e60e-4f62-aef8-4d7a57a5854f", "project_id": "484efe667f124e1ebf74b72df194f027", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-3f01cf47-dba2-427e-88cc-b75029d7a601', 'date': 'Tue, 18 Apr 2023 14:36:33 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": "64688ff1-d79e-4d79-a96b-aec1d290ecea", "tenant_id": "484efe667f124e1ebf74b72df194f027", "security_group_id": "bdbe2f3a-e60e-4f62-aef8-4d7a57a5854f", "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-18T14:36:32Z", "updated_at": "2023-04-18T14:36:32Z", "revision_number": 0, "project_id": "484efe667f124e1ebf74b72df194f027"}}' 2023-04-18 14:36:33,241 79809 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.162s 2023-04-18 14:36:33,241 79809 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": "bdbe2f3a-e60e-4f62-aef8-4d7a57a5854f", "project_id": "484efe667f124e1ebf74b72df194f027", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-bbd1a9a8-c648-4f1d-9508-3afe99ae19c7', 'date': 'Tue, 18 Apr 2023 14:36:33 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": "ae868fbb-2869-46b4-abf6-c720077a2dfd", "tenant_id": "484efe667f124e1ebf74b72df194f027", "security_group_id": "bdbe2f3a-e60e-4f62-aef8-4d7a57a5854f", "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-18T14:36:33Z", "updated_at": "2023-04-18T14:36:33Z", "revision_number": 0, "project_id": "484efe667f124e1ebf74b72df194f027"}}' 2023-04-18 14:36:33,422 79809 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.180s 2023-04-18 14:36:33,422 79809 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": "bdbe2f3a-e60e-4f62-aef8-4d7a57a5854f", "project_id": "484efe667f124e1ebf74b72df194f027", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-473b80ad-da2f-42ac-8a04-00e73aeafcbc', 'date': 'Tue, 18 Apr 2023 14:36:33 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": "c1cc3b15-5956-43c4-b27d-97a9f9884369", "tenant_id": "484efe667f124e1ebf74b72df194f027", "security_group_id": "bdbe2f3a-e60e-4f62-aef8-4d7a57a5854f", "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-18T14:36:33Z", "updated_at": "2023-04-18T14:36:33Z", "revision_number": 0, "project_id": "484efe667f124e1ebf74b72df194f027"}}' 2023-04-18 14:36:33,423 79809 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2023-04-18 14:36:33,452 79809 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/image/v2/images/e440225d-a438-40cc-be07-38db2a963dd0 0.029s 2023-04-18 14:36:33,453 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-f3725b3d-f1d8-4372-ae48-954753e79cae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/e440225d-a438-40cc-be07-38db2a963dd0'} 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": "e839ed9d641847bc91c3b533e75d2a93", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "e440225d-a438-40cc-be07-38db2a963dd0", "created_at": "2023-04-18T14:25:28Z", "updated_at": "2023-04-18T14:25:30Z", "tags": [], "self": "/v2/images/e440225d-a438-40cc-be07-38db2a963dd0", "file": "/v2/images/e440225d-a438-40cc-be07-38db2a963dd0/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:36:33,853 79809 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes 0.399s 2023-04-18 14:36:33,853 79809 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-220652931", "snapshot_id": null, "imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-642be77f-a9e5-4e06-8417-051e769354a5', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-642be77f-a9e5-4e06-8417-051e769354a5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes '} Body: b'{"volume": {"id": "b6ea1488-6df0-4e62-8b6b-bfab531480b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:36:33.772815", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-220652931", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/b6ea1488-6df0-4e62-8b6b-bfab531480b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/484efe667f124e1ebf74b72df194f027/volumes/b6ea1488-6df0-4e62-8b6b-bfab531480b1"}], "user_id": "2143465bd1944b78bb4915c5178bb43d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:36:33,904 79809 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/b6ea1488-6df0-4e62-8b6b-bfab531480b1 0.041s 2023-04-18 14:36:33,904 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b4ac615-8cfd-4a98-9bda-397e03fee511', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b4ac615-8cfd-4a98-9bda-397e03fee511', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/b6ea1488-6df0-4e62-8b6b-bfab531480b1'} Body: b'{"volume": {"id": "b6ea1488-6df0-4e62-8b6b-bfab531480b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:36:34.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-220652931", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/b6ea1488-6df0-4e62-8b6b-bfab531480b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/484efe667f124e1ebf74b72df194f027/volumes/b6ea1488-6df0-4e62-8b6b-bfab531480b1"}], "user_id": "2143465bd1944b78bb4915c5178bb43d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "484efe667f124e1ebf74b72df194f027"}}' 2023-04-18 14:36:34,959 79809 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/b6ea1488-6df0-4e62-8b6b-bfab531480b1 0.043s 2023-04-18 14:36:34,959 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67d5af79-1812-428f-8626-dd7f2e54af8e', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67d5af79-1812-428f-8626-dd7f2e54af8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/b6ea1488-6df0-4e62-8b6b-bfab531480b1'} Body: b'{"volume": {"id": "b6ea1488-6df0-4e62-8b6b-bfab531480b1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:36:34.000000", "updated_at": "2023-04-18T14:36:34.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-220652931", "description": null, "volume_type": "joviandss-2", "sna pshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/b6ea1488-6df0-4e62-8b6b-bfab531480b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/484efe667f124e1ebf74b72df194f027/volumes/b6ea1488-6df0-4e62-8b6b-bfab531480b1"}], "user_id": "2143465bd1944b78bb4915c5178bb43d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "484efe667f124e1ebf74b72df194f027"}}' 2023-04-18 14:36:35,086 79809 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/b6ea1488-6df0-4e62-8b6b-bfab531480b1 0.112s 2023-04-18 14:36:35,086 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36: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-f1f2f218-d0f3-4e9c-96cd-dc7d28be9ce2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/b6ea1488-6df0-4e62-8b6b-bfab531480b1'} Body: b'' 2023-04-18 14:36:35,109 79809 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/b6ea1488-6df0-4e62-8b6b-bfab531480b1 0.022s 2023-04-18 14:36:35,110 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36: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-e205b8f4-670e-4e74-8656-44886584ac61', 'x-openstack-request-id': 'req-e205b8f4-670e-4e74-8656-44886584ac61', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/484efe667f124e1ebf74b72df194f027/volumes/b6ea1488-6df0-4e62-8b6b-bfab531480b1'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b6ea1488-6df0-4e62-8b6b-bfab531480b1 could not be found."}}' 2023-04-18 14:36:35,275 79809 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/bdbe2f3a-e60e-4f62-aef8-4d7a57a5854f 0.164s 2023-04-18 14:36:35,275 79809 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-050d4661-8705-4653-9926-220e714bf525', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 14:36:35 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/bdbe2f3a-e60e-4f62-aef8-4d7a57a5854f'} Body: b'' 2023-04-18 14:36:35,304 79809 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-596647979 0.028s 2023-04-18 14:36:35,304 79809 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:35 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': 'O penStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9662dd0c-646e-4acd-9c44-775a2915ff1f', 'x-compute-request-id': 'req-9662dd0c-646e-4acd-9c44-775a2915ff1f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-596647979'} 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 748866dd-5b68-45d7-afac-27c7c7135b4a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:33:13,420 79793 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 14:33:13,579 79793 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.156s 2023-04-18 14:33:13,580 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-2010940465", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBD+sUJ0sokjz4Sl0bs67hRf8YuQ5lg+QPDbjZhNZknJMWma5VCyBcNu4sv41MyDB3U8wR9cn/dX4EpRGCs4ez9xN468gvhdW3vK4VcThferOXsExR25Cn9dkZEI3oXOmw=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:13 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-2c4b33b3-b47e-49ff-a5b3-a9e097dc2379', 'x-compute-request-id': 'req-2c4b33b3-b47e-49ff-a5b3-a9e097dc2379', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-2010940465", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBD+sUJ0sokjz4Sl0bs67hRf8YuQ5lg+QPDbjZhNZknJMWma5VCyBcNu4sv41MyDB3U8wR9cn/dX4EpRGCs4ez9xN468gvhdW3vK4VcThferOXsExR25Cn9dkZEI3oXOmw==", "fingerprint": "73:75:ca:e4:ef:7e:55:5a:24:dc:b9:bb:a0:94:87:b8", "user_id": "53a60dd2a8ca42b391d4584accb60b4f"}}' 2023-04-18 14:33:13,583 79793 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2010940465 created 2023-04-18 14:33:13,759 79793 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 0.175s 2023-04-18 14:33:13,760 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1914962106", "description": "tempest-description--367334969"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-1b5f8dc2-a245-49d2-9f54-0d53a77a6a9c', 'date': 'Tue, 18 Apr 2023 14:33:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "79d3f2dd-9e7b-4582-ae4a-80bf237f7e0a", "name": "tempest-securitygroup--1914962106", "stateful": true, "tenant_id": "e5667da319fd405e96f277368203a72b", "description": "tempest-description--367334969", "shared": false, "security_group_rules": [{"id": "b0d76dd7-24b2-4c6f-bcec-203a1f00ab1b", "tenant_id": "e5667da319fd405e96f277368203a72b", "security_group_id": "79d3f2dd-9e7b-4582-ae4a-80bf237f7e0a", "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": 643, "description": null, "tags": [], "created_at": "2023-04-18T14:33:13Z", "updated_at": "2023-04-18T14:33:13Z", "revision_number": 0, "project_id": "e5667da319fd405e96f277368203a72b"}, {"id": "cb356d95-57cd-4700-bbcc-c7bc79b03a6b", "tenant_id": "e5667da319fd405e96f277368203a72b", "security_group_id": "79d3f2dd-9e7b-4582-ae4a-80bf237f7e0a", "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 ": 642, "description": null, "tags": [], "created_at": "2023-04-18T14:33:13Z", "updated_at": "2023-04-18T14:33:13Z", "revision_number": 0, "project_id": "e5667da319fd405e96f277368203a72b"}], "tags": [], "created_at": "2023-04-18T14:33:13Z", "updated_at": "2023-04-18T14:33:13Z", "revision_number": 1, "project_id": "e5667da319fd405e96f277368203a72b"}}' 2023-04-18 14:33:13,951 79793 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.191s 2023-04-18 14:33:13,952 79793 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": "79d3f2dd-9e7b-4582-ae4a-80bf237f7e0a", "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-5dc61198-6e46-4c1c-adf8-ff8a89a97cc7', 'date': 'Tue, 18 Apr 2023 14:33: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": "b28e16f8-0ba9-415f-90c6-38f67eda805a", "tenant_id": "e5667da319fd405e96f277368203a72b", "security_group_id": "79d3f2dd-9e7b-4582-ae4a-80bf237f7e0a", "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-18T14:33:13Z", "updated_at": "2023-04-18T14:33:13Z", "revision_number": 0, "project_id": "e5667da319fd405e96f277368203a72b"}}' 2023-04-18 14:33:14,131 79793 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.179s 2023-04-18 14:33:14,132 79793 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": "79d3f2dd-9e7b-4582-ae4a-80bf237f7e0a", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-38b69763-9562-4411-949a-a5146db0009b', 'date': 'Tue, 18 Apr 2023 14:33:14 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": "43b35938-8b5a-4625-8727-844ff08277de", "tenant_id": "e5667da319fd405e96f277368203a72b", "security_group_id": "79d3f2dd-9e7b-4582-ae4a-80bf237f7e0a", "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-18T14:33:14Z", "updated_at": "2023-04-18T14:33:14Z", "revision_number": 0, "project_id": "e5667da319fd405e96f277368203a72b"}}' 2023-04-18 14:33:14,132 79793 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1914962106 created 2023-04-18 14:33:15,131 79793 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 0.998s 2023-04-18 14:33:15,131 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "bfbf9c15-045f-401e-b79e- fba95e5a0430"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-9a8284bd-3344-4dbb-8fe9-9e07e22a4c31', 'date': 'Tue, 18 Apr 2023 14:33:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "cb4150dd-9145-4db8-8fcd-85298d0ea2bc", "tenant_id": "e5667da319fd405e96f277368203a72b", "floating_ip_address": "172.24.4.63", "floating_network_id": "bfbf9c15-045f-401e-b79e-fba95e5a0430", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "e5667da319fd405e96f277368203a72b", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T14:33:14Z", "updated_at": "2023-04-18T14:33:14Z", "revision_number": 0}}' 2023-04-18 14:33:15,132 79793 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'cb4150dd-9145-4db8-8fcd-85298d0ea2bc', 'tenant_id': 'e5667da319fd405e96f277368203a72b', 'floating_ip_address': '172.24.4.63', 'floating_network_id': 'bfbf9c15-045f-401e-b79e-fba95e5a0430', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e5667da319fd405e96f277368203a72b', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T14:33:14Z', 'updated_at': '2023-04-18T14:33:14Z', 'revision_number': 0, 'ip': '172.24.4.63'} created 2023-04-18 14:33:15,170 79793 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.032s 2023-04-18 14:33:15,170 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:15 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-284ec00f-c49b-4edb-9576-186d1b009f68', '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": "53a60dd2a8ca42b391d4584accb60b4f", "name": "tempest-ServerStableDeviceRescueTest-52897700-project-member", "password_expires_at": null}, "audit_ids": ["xAA9SbLOSLurPEf4hu3wuA"], "expires_at": "2023-04-18T15:33:15.000000Z", "issued_at": "2023-04-18T14:33:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e5667da319fd405e96f277368203a72b", "name": "tempest-ServerStableDeviceRescueTest-52897700"}, "is_domain": false, "roles": [{"id": "0385370a4e0841d8b36ccb710ecbbb7f", "name": "reader"}, {"id": "4e14878c038343709e6c1a4b1c9b9b3c", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba3e4f0604614d5cbe532cc36d623cd0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "077962f5889e4dc5b1df7317cb3104c1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d5a2290495040dd9cc776d460990be5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "36bb6b6348e44e578468f7cf12ee6657", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dad492a01e614a8a8914690c07ebad0a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e5667da319fd405e96f277368203a72b", "region": "RegionOne"}], "id": "3fc212b920c3401e85def1124172e916", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "cf3bc891281f458db82d1181bcf74100", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "627889b053b346adb8ce9b1ba8efb774", "type": "compute", "name": "nova"}, {"endpoint s": [{"id": "066c5b55b9574d78975bbbb61c530bad", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/e5667da319fd405e96f277368203a72b", "region": "RegionOne"}], "id": "abe9a7d894f740b1943da54d0c46ff7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a19a55206f6f49c9916ef45abbdb3141", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "afe69c9d4c0445c18ac07b7dd26c92ee", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b9742eaa6b4c43b48cde80e15563fd79", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e5667da319fd405e96f277368203a72b", "region": "RegionOne"}], "id": "b81eaa96c4e5426dab17a1d0acda7740", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0b96ff58903940ffa3fe3bb3c1bebe24", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "bc2f14763262433a9f02c157a34e208f", "type": "network", "name": "neutron"}]}}' 2023-04-18 14:33:15,171 79793 INFO [tempest.lib.common.fixed_network] (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached) Found network {'id': 'f0359a19-919f-4ba1-a5a0-dc0779c0a773', 'name': 'tempest-ServerStableDeviceRescueTest-1098958874-network', 'tenant_id': 'e5667da319fd405e96f277368203a72b', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e5667da319fd405e96f277368203a72b', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 11101, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T14:33:06Z', 'updated_at': '2023-04-18T14:33:06Z', 'revision_number': 1} available for tenant 2023-04-18 14:33:15,171 79793 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-2010940465', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBD+sUJ0sokjz4Sl0bs67hRf8YuQ5lg+QPDbjZhNZknJMWma5VCyBcNu4sv41MyDB3U8wR9cn/dX4EpRGCs4ez9xN468gvhdW3vK4VcThferOXsExR25Cn9dkZEI3oXOmw==', 'fingerprint': '73:75:ca:e4:ef:7e:55:5a:24:dc:b9:bb:a0:94:87:b8', 'user_id': '53a60dd2a8ca42b391d4584accb60b4f', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBaAp8WXzeYR2DwKJyKmpiNameu41D57sM9Dilf8GfD589+mtOyyxtq\nQ0T2KaakViKgBwYFK4EEACKhZANiAAQQ/rFCdLKJI8+EpdG7Ou4UX/GLkOZYPkDw\n242YTWZJyTFpmuVQsgXDbuLL+NTMgwd1PMEfXJ/3V+BKURgrOHs/cTeOvIL4XVt7\nyuFXE4X3qzl7BMUduQp/XZGRCN6Fzps=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '79d3f2dd-9e7b-4582-ae4a-80bf237f7e0a', 'name': 'tempest-securitygroup--1914962106', 'stateful': True, 'tenant_id': 'e5667da319fd405e96f277368203a72b', 'description': 'tempest-description--367334969', 'shared': False, 'security_group_rules': [{'id': 'b0d76dd7-24b2-4c6f-bcec-203a1f00ab1b', 'tenant_id': 'e5667da319fd405e96f277368203a72b', 'security_group_id': '79d3f2dd-9e7b-4582-ae4a-80bf237f7e0a', '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': 643, 'description': None, 'tags': [], 'created_at': '2023-04-18T14:33:13Z', 'updated_at': '2023-04-18T14:33:13Z', 'revision_number': 0, 'project_id': 'e5667da319fd405e96f277368203a72b'}, {'id': 'cb356d95-57cd-4700-bbcc-c7bc79b03a6b', 'tenant_id': 'e5667da319fd405e96f277368203a72b', 'security_group_id': '79d3f2dd-9e7b-4582-ae4a-80bf237f7e0a', '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': 642, 'description': None, 'ta gs': [], 'created_at': '2023-04-18T14:33:13Z', 'updated_at': '2023-04-18T14:33:13Z', 'revision_number': 0, 'project_id': 'e5667da319fd405e96f277368203a72b'}], 'tags': [], 'created_at': '2023-04-18T14:33:13Z', 'updated_at': '2023-04-18T14:33:13Z', 'revision_number': 1, 'project_id': 'e5667da319fd405e96f277368203a72b'}, 'floating_ip': {'id': 'cb4150dd-9145-4db8-8fcd-85298d0ea2bc', 'tenant_id': 'e5667da319fd405e96f277368203a72b', 'floating_ip_address': '172.24.4.63', 'floating_network_id': 'bfbf9c15-045f-401e-b79e-fba95e5a0430', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e5667da319fd405e96f277368203a72b', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T14:33:14Z', 'updated_at': '2023-04-18T14:33:14Z', 'revision_number': 0, 'ip': '172.24.4.63'}} 2023-04-18 14:33:15,792 79793 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 0.619s 2023-04-18 14:33:15,792 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerStableDeviceRescueTest-server-1644080869", "imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "flavorRef": "42", "networks": [{"uuid": "f0359a19-919f-4ba1-a5a0-dc0779c0a773"}], "security_groups": [{"name": "tempest-securitygroup--1914962106"}], "key_name": "tempest-keypair-2010940465", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/6795fad9-3f0a-430b-8319-a3c6025122c3', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7177c8ae-1335-4c6a-bf0c-e5f4d1cb2902', 'x-compute-request-id': 'req-7177c8ae-1335-4c6a-bf0c-e5f4d1cb2902', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "6795fad9-3f0a-430b-8319-a3c6025122c3", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6795fad9-3f0a-430b-8319-a3c6025122c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6795fad9-3f0a-430b-8319-a3c6025122c3"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1914962106"}], "adminPass": "6stmQFj6iJRL"}}' 2023-04-18 14:33:15,868 79793 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/6795fad9-3f0a-430b-8319-a3c6025122c3 0.072s 2023-04-18 14:33:15,868 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:33:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1240', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb31788e-cf77-47b0-a5a9-e921367cd123', 'x-compute-request-id': 'req-cb31788e-cf77-47b0-a5a9-e921367cd123', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6795fad9-3f0a-430b-8319-a3c6025122c3'} Body: b'{"server": {"id": "6795fad9-3f0a-430b-8319-a3c6025122c3", "name": "tempest-ServerStableDeviceRescueTest-server-1644080869", "status": "BUILD", "tenant_id": "e5667da319fd405e96f277368203a72b", "user_id": "53a6 0dd2a8ca42b391d4584accb60b4f", "metadata": {}, "hostId": "", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:33:16Z", "updated": "2023-04-18T14:33:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6795fad9-3f0a-430b-8319-a3c6025122c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6795fad9-3f0a-430b-8319-a3c6025122c3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-2010940465", "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 14:34:06,385 79793 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/6795fad9-3f0a-430b-8319-a3c6025122c3 0.455s 2023-04-18 14:34:06,385 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:34:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1554', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0be9b9a2-e812-4e76-923b-f6cc5502c4f3', 'x-compute-request-id': 'req-0be9b9a2-e812-4e76-923b-f6cc5502c4f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6795fad9-3f0a-430b-8319-a3c6025122c3'} Body: b'{"server": {"id": "6795fad9-3f0a-430b-8319-a3c6025122c3", "name": "tempest-ServerStableDeviceRescueTest-server-1644080869", "status": "ACTIVE", "tenant_id": "e5667da319fd405e96f277368203a72b", "user_id": "53a60dd2a8ca42b391d4584accb60b4f", "metadata": {}, "hostId": "b26c7810fb680716812b31ea14194471e1fd21020fd860c388b76784", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:33:15Z", "updated": "2023-04-18T14:33:22Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1098958874-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:fe:19"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6795fad9-3f0a-430b-8319-a3c6025122c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6795fad9-3f0a-430b-8319-a3c6025122c3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2010940465", "OS-SRV-USG:launched_at": "2023-04-18T14:33:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1914962106"}], "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 14:34:06,396 79793 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-18 14:35:06,645 79793 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/6795fad9-3f0a-430b-8319-a3c6025122c3/os-interface 0.192s 2023-04-18 14:35:06,646 79 793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:06 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-62f01449-448b-4a84-bf0e-56521214e91d', 'x-compute-request-id': 'req-62f01449-448b-4a84-bf0e-56521214e91d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6795fad9-3f0a-430b-8319-a3c6025122c3/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "f0359a19-919f-4ba1-a5a0-dc0779c0a773", "port_id": "e4cf6c2e-5f7f-4c1d-9b5b-fc2c786fbe9d", "mac_addr": "fa:16:3e:be:fe:19", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "12de15fd-0086-428e-9600-5d821558ba92", "ip_address": "10.0.0.4"}]}]}' 2023-04-18 14:35:07,373 79793 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/cb4150dd-9145-4db8-8fcd-85298d0ea2bc 0.724s 2023-04-18 14:35:07,374 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "e4cf6c2e-5f7f-4c1d-9b5b-fc2c786fbe9d"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-c91c81c3-dec6-4b26-bbd8-7d9c9cb75b78', 'date': 'Tue, 18 Apr 2023 14:35:07 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/cb4150dd-9145-4db8-8fcd-85298d0ea2bc'} Body: b'{"floatingip": {"id": "cb4150dd-9145-4db8-8fcd-85298d0ea2bc", "tenant_id": "e5667da319fd405e96f277368203a72b", "floating_ip_address": "172.24.4.63", "floating_network_id": "bfbf9c15-045f-401e-b79e-fba95e5a0430", "router_id": "e4eee814-05bd-41a4-9b21-2ba34cb2503c", "port_id": "e4cf6c2e-5f7f-4c1d-9b5b-fc2c786fbe9d", "fixed_ip_address": "10.0.0.4", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "f0359a19-919f-4ba1-a5a0-dc0779c0a773", "mac_address": "fa:16:3e:be:fe:19", "admin_state_up": true, "status": "ACTIVE", "device_id": "6795fad9-3f0a-430b-8319-a3c6025122c3", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T14:33:14Z", "updated_at": "2023-04-18T14:35:06Z", "revision_number": 1, "project_id": "e5667da319fd405e96f277368203a72b"}}' 2023-04-18 14:35:07,376 79793 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.63:22' as 'cirros' with public key authentication 2023-04-18 14:35:07,410 79793 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 14:35:07,431 79793 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 14:35:07,431 79793 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.63 successfully created 2023-04-18 14:35:08,235 79793 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/6795fad9-3f0a-430b-8319-a3c6025122c3/action 0.803s 2023-04-18 14:35:08,235 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerStableDeviceRescueTest-image-350164652"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:07 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/a0410ede-d99d-41ed-b0a2-292d19cd7f10' , 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf797325-5062-49f4-ad3c-6c3f425a4fe6', 'x-compute-request-id': 'req-cf797325-5062-49f4-ad3c-6c3f425a4fe6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6795fad9-3f0a-430b-8319-a3c6025122c3/action'} Body: b'' 2023-04-18 14:35:08,294 79793 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/a0410ede-d99d-41ed-b0a2-292d19cd7f10 0.056s 2023-04-18 14:35:08,295 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1606', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-002bd865-f070-4f0b-9fd1-9d19377bc6cd', 'x-compute-request-id': 'req-002bd865-f070-4f0b-9fd1-9d19377bc6cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/a0410ede-d99d-41ed-b0a2-292d19cd7f10'} Body: b'{"image": {"id": "a0410ede-d99d-41ed-b0a2-292d19cd7f10", "name": "tempest-ServerStableDeviceRescueTest-image-350164652", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "e440225d-a438-40cc-be07-38db2a963dd0", "boot_roles": "reader,member", "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": "6795fad9-3f0a-430b-8319-a3c6025122c3", "owner_project_name": "tempest-ServerStableDeviceRescueTest-52897700", "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-52897700-project-member", "user_id": "53a60dd2a8ca42b391d4584accb60b4f"}, "created": "2023-04-18T14:35:08Z", "updated": "2023-04-18T14:35:08Z", "status": "SAVING", "progress": 25, "OS-EXT-IMG-SIZE:size": 0, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/a0410ede-d99d-41ed-b0a2-292d19cd7f10"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/a0410ede-d99d-41ed-b0a2-292d19cd7f10"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/a0410ede-d99d-41ed-b0a2-292d19cd7f10"}], "server": {"id": "6795fad9-3f0a-430b-8319-a3c6025122c3", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6795fad9-3f0a-430b-8319-a3c6025122c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6795fad9-3f0a-430b-8319-a3c6025122c3"}]}}}' 2023-04-18 14:35:58,405 79793 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/a0410ede-d99d-41ed-b0a2-292d19cd7f10 0.055s 2023-04-18 14:35:58,406 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1720', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2dbc93ac-aa4a-42b7-aa81-6c2fd25409fc', 'x-compute-request-id': 'req-2dbc93ac-aa4a-42b7-aa81-6c2fd25409fc', 'connection': 'close', 'status': '200', 'content-location': 'http://1 0.0.0.210/compute/v2.1/images/a0410ede-d99d-41ed-b0a2-292d19cd7f10'} Body: b'{"image": {"id": "a0410ede-d99d-41ed-b0a2-292d19cd7f10", "name": "tempest-ServerStableDeviceRescueTest-image-350164652", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "e440225d-a438-40cc-be07-38db2a963dd0", "boot_roles": "reader,member", "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": "6795fad9-3f0a-430b-8319-a3c6025122c3", "owner_id": "e5667da319fd405e96f277368203a72b", "owner_project_name": "tempest-ServerStableDeviceRescueTest-52897700", "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-52897700-project-member", "user_id": "53a60dd2a8ca42b391d4584accb60b4f"}, "created": "2023-04-18T14:35:08Z", "updated": "2023-04-18T14:35:13Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 38600704, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/a0410ede-d99d-41ed-b0a2-292d19cd7f10"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/a0410ede-d99d-41ed-b0a2-292d19cd7f10"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/a0410ede-d99d-41ed-b0a2-292d19cd7f10"}], "server": {"id": "6795fad9-3f0a-430b-8319-a3c6025122c3", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6795fad9-3f0a-430b-8319-a3c6025122c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6795fad9-3f0a-430b-8319-a3c6025122c3"}]}}}' 2023-04-18 14:35:58,481 79793 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/a0410ede-d99d-41ed-b0a2-292d19cd7f10 0.069s 2023-04-18 14:35:58,481 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1720', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee40931a-c16d-49b0-b58d-d89466ec52bd', 'x-compute-request-id': 'req-ee40931a-c16d-49b0-b58d-d89466ec52bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/a0410ede-d99d-41ed-b0a2-292d19cd7f10'} Body: b'{"image": {"id": "a0410ede-d99d-41ed-b0a2-292d19cd7f10", "name": "tempest-ServerStableDeviceRescueTest-image-350164652", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "e440225d-a438-40cc-be07-38db2a963dd0", "boot_roles": "reader,member", "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": "6795fad9-3f0a-430b-8319-a3c6025122c3", "owner_id": "e5667da319fd405e96f277368203a72b", "owner_project_name": "tempest-ServerStableDeviceRescueTest-52897700", "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-52897700-project-member", "user_id": "53a60dd2a8ca42b391d4584accb60b4f"}, "created": "2023-04-18T14:35:08Z", "updated": "2023-04-18T14:35:13Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 38600704, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/a0410ede-d99d-41ed-b0a2-292d19cd7f10"}, {"rel": "bookmark", "href": " http://10.0.0.210/compute/images/a0410ede-d99d-41ed-b0a2-292d19cd7f10"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/a0410ede-d99d-41ed-b0a2-292d19cd7f10"}], "server": {"id": "6795fad9-3f0a-430b-8319-a3c6025122c3", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6795fad9-3f0a-430b-8319-a3c6025122c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6795fad9-3f0a-430b-8319-a3c6025122c3"}]}}}' 2023-04-18 14:35:58,723 79793 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/6795fad9-3f0a-430b-8319-a3c6025122c3 0.235s 2023-04-18 14:35:58,723 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:58 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-dce260f2-35e3-49c1-8985-27f7bf62871d', 'x-compute-request-id': 'req-dce260f2-35e3-49c1-8985-27f7bf62871d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6795fad9-3f0a-430b-8319-a3c6025122c3'} Body: b'{"server": {"id": "6795fad9-3f0a-430b-8319-a3c6025122c3", "name": "tempest-ServerStableDeviceRescueTest-server-1644080869", "status": "ACTIVE", "tenant_id": "e5667da319fd405e96f277368203a72b", "user_id": "53a60dd2a8ca42b391d4584accb60b4f", "metadata": {}, "hostId": "b26c7810fb680716812b31ea14194471e1fd21020fd860c388b76784", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:33:15Z", "updated": "2023-04-18T14:35:13Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1098958874-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:fe:19"}, {"version": 4, "addr": "172.24.4.63", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:fe:19"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6795fad9-3f0a-430b-8319-a3c6025122c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6795fad9-3f0a-430b-8319-a3c6025122c3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2010940465", "OS-SRV-USG:launched_at": "2023-04-18T14:33:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1914962106"}], "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 14:36:58,933 79793 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/a0410ede-d99d-41ed-b0a2-292d19cd7f10 0.137s 2023-04-18 14:36:58,933 79793 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 14:36:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1639', 'content-type': 'application/json', 'x-openstack-request-id': 'req-1bf9d354-c237-4afa-a607-c7f6d163c0c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/a0410ede-d99d-41ed-b0a2-2 92d19cd7f10'} Body: b'{"base_image_ref": "e440225d-a438-40cc-be07-38db2a963dd0", "boot_roles": "reader,member", "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": "6795fad9-3f0a-430b-8319-a3c6025122c3", "owner_id": "e5667da319fd405e96f277368203a72b", "owner_project_name": "tempest-ServerStableDeviceRescueTest-52897700", "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-52897700-project-member", "user_id": "53a60dd2a8ca42b391d4584accb60b4f", "hw_rescue_bus": "virtio", "name": "tempest-ServerStableDeviceRescueTest-image-350164652", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "87f78d2db95d00f3cf59e6b9f501dcfb", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "e5667da319fd405e96f277368203a72b", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "536d776f05c88aba0a12a2511b08238ea1abb432e24a4e158f07128173eb7dfe8d578f5d7f67d553525b926083320dadfbf9d9061d60417e2c4a38a9efa558c2", "id": "a0410ede-d99d-41ed-b0a2-292d19cd7f10", "created_at": "2023-04-18T14:35:08Z", "updated_at": "2023-04-18T14:36:59Z", "tags": [], "self": "/v2/images/a0410ede-d99d-41ed-b0a2-292d19cd7f10", "file": "/v2/images/a0410ede-d99d-41ed-b0a2-292d19cd7f10/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:36:59,058 79793 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/a0410ede-d99d-41ed-b0a2-292d19cd7f10 0.124s 2023-04-18 14:36:59,059 79793 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 14:36:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1667', 'content-type': 'application/json', 'x-openstack-request-id': 'req-7384a516-c9f1-45ae-8330-2abcd91e296f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/a0410ede-d99d-41ed-b0a2-292d19cd7f10'} Body: b'{"base_image_ref": "e440225d-a438-40cc-be07-38db2a963dd0", "boot_roles": "reader,member", "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": "6795fad9-3f0a-430b-8319-a3c6025122c3", "owner_id": "e5667da319fd405e96f277368203a72b", "owner_project_name": "tempest-ServerStableDeviceRescueTest-52897700", "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-52897700-project-member", "user_id": "53a60dd2a8ca42b391d4584accb60b4f", "hw_rescue_device": "disk", "name": "tempest-ServerStableDeviceRescueTest-image-350164652", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "87f78d2db95d00f3cf59e6b9f501dcfb", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "e5667da319fd405e96f277368203a72b", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "536d776f05c88aba0a12a2511b08238ea1abb432e24a4e158f07128173eb7dfe8d578f5d7f67d553525b926083320dadfbf9d9061d60417e2c4a38a9efa558c2", "id": "a0410ede-d99d-41ed-b0a2-292d19cd7f10", "created_at": "2023-04-18T14:35:08Z", "updated_at": "2023-04-18T14:36:59Z", "tags": [], "self": "/v2/images/a 0410ede-d99d-41ed-b0a2-292d19cd7f10", "file": "/v2/images/a0410ede-d99d-41ed-b0a2-292d19cd7f10/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:36:59,285 79793 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/6795fad9-3f0a-430b-8319-a3c6025122c3 0.226s 2023-04-18 14:36:59,286 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:59 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-b3e168c1-0edf-4b2b-946e-92dfb007dec4', 'x-compute-request-id': 'req-b3e168c1-0edf-4b2b-946e-92dfb007dec4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6795fad9-3f0a-430b-8319-a3c6025122c3'} Body: b'{"server": {"id": "6795fad9-3f0a-430b-8319-a3c6025122c3", "name": "tempest-ServerStableDeviceRescueTest-server-1644080869", "status": "ACTIVE", "tenant_id": "e5667da319fd405e96f277368203a72b", "user_id": "53a60dd2a8ca42b391d4584accb60b4f", "metadata": {}, "hostId": "b26c7810fb680716812b31ea14194471e1fd21020fd860c388b76784", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:33:15Z", "updated": "2023-04-18T14:35:13Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1098958874-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:fe:19"}, {"version": 4, "addr": "172.24.4.63", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:fe:19"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6795fad9-3f0a-430b-8319-a3c6025122c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6795fad9-3f0a-430b-8319-a3c6025122c3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2010940465", "OS-SRV-USG:launched_at": "2023-04-18T14:33:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1914962106"}], "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 14:36:59,506 79793 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/e5667da319fd405e96f277368203a72b/volumes 0.207s 2023-04-18 14:36:59,507 79793 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-1725360435"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f50ef72b-91d7-413a-9e1a-3d11e629fb4a', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f50ef72b-91d7-413a-9e1a-3d11e629fb4a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e5667da319fd405e96f277368203a72b/volumes'} Body: b'{"volume": {"id": "748866dd-5b68-45d7-afac-27c7c7135b4a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T 14:36:59.447124", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-1725360435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e5667da319fd405e96f277368203a72b/volumes/748866dd-5b68-45d7-afac-27c7c7135b4a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e5667da319fd405e96f277368203a72b/volumes/748866dd-5b68-45d7-afac-27c7c7135b4a"}], "user_id": "53a60dd2a8ca42b391d4584accb60b4f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:36:59,569 79793 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/e5667da319fd405e96f277368203a72b/volumes/748866dd-5b68-45d7-afac-27c7c7135b4a 0.051s 2023-04-18 14:36:59,570 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e17631bf-45b0-48d3-b508-5913ff26ff3e', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e17631bf-45b0-48d3-b508-5913ff26ff3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e5667da319fd405e96f277368203a72b/volumes/748866dd-5b68-45d7-afac-27c7c7135b4a'} Body: b'{"volume": {"id": "748866dd-5b68-45d7-afac-27c7c7135b4a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:36:59.000000", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-1725360435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e5667da319fd405e96f277368203a72b/volumes/748866dd-5b68-45d7-afac-27c7c7135b4a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e5667da319fd405e96f277368203a72b/volumes/748866dd-5b68-45d7-afac-27c7c7135b4a"}], "user_id": "53a60dd2a8ca42b391d4584accb60b4f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e5667da319fd405e96f277368203a72b"}}' 2023-04-18 14:37:00,628 79793 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/e5667da319fd405e96f277368203a72b/volumes/748866dd-5b68-45d7-afac-27c7c7135b4a 0.047s 2023-04-18 14:37:00,629 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:37:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-013174ce-e408-416f-8693-0311621125aa', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-013174ce-e408-416f-8693-0311621125aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e5667da319fd405e96f277368203a72b/volumes/748866dd-5b68-45d7-afac-27c7c7135b4a'} Body: b'{"volume": {"id": "748866dd-5b68-45d7-afac-27c7c7135b4a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:36:59.000000", "updated_at": "2023-04-18T14:37:00.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1725360435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e5667da319fd405e96f277368203a72b/volumes/748866dd-5b68-45d7-afac-27c7c7135b4a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e5667da319fd405e96f277368203a72b/volumes/748866dd-5b68-45d7-afac-27c7c7135b4a"}], "user_id": "53a60dd2a8ca42b391d4584accb60b4f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e5667da319fd405e96f277368203a72b"}}' 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 699cf8ab-bf5a-489f-8536-5d8b830f959b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:35:27,682 79787 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.031s 2023-04-18 14:35:27,682 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:27 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-67e2f383-a2ac-4200-b238-3fddf97fb78d', '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": "0953591cb5174b66a333e9740b50c32e", "name": "tempest-DeleteServersTestJSON-1624717819-project-member", "password_expires_at": null}, "audit_ids": ["Yl52aU9RTjKRiIWbgdz2TQ"], "expires_at": "2023-04-18T15:35:27.000000Z", "issued_at": "2023-04-18T14:35:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7a59feb1aea84dbf8baeaa24872f23a5", "name": "tempest-DeleteServersTestJSON-1624717819"}, "is_domain": false, "roles": [{"id": "0385370a4e0841d8b36ccb710ecbbb7f", "name": "reader"}, {"id": "4e14878c038343709e6c1a4b1c9b9b3c", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba3e4f0604614d5cbe532cc36d623cd0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "077962f5889e4dc5b1df7317cb3104c1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d5a2290495040dd9cc776d460990be5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "36bb6b6348e44e578468f7cf12ee6657", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dad492a01e614a8a8914690c07ebad0a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7a59feb1aea84dbf8baeaa24872f23a5", "region": "RegionOne"}], "id": "3fc212b920c3401e85def1124172e916", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "cf3bc891281f458db82d1181bcf74100", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "627889b053b346adb8ce9b1ba8efb774", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "066c5b55b9574d78975bbbb61c530bad", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/7a59feb1aea84dbf8baeaa24872f23a5", "region": "RegionOne"}], "id": "abe9a7d894f740b1943da54d0c46ff7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a19a55206f6f49c9916ef45abbdb3141", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "afe69c9d4c0445c18ac07b7dd26c92ee", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b9742eaa6b4c43b48cde80e15563fd79", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7a59feb1aea84dbf8baeaa24872f23a5", "region": "RegionOne"}], "id": "b81eaa96c4e5426dab17a1d0acda7740", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0b96ff58903940ffa3fe3bb3c1bebe24", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "bc2f14763262433a9f02c157a34e208f", "type": "network", "name": "neutron"}]}}' 2023-04-18 14:35:27,683 79787 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': '88bea57e-6871-4fb1-83dc-1a8f33b7ab4d', 'name': 'tempest-DeleteServersTestJSON-130373401-network', 'tenant_id': '7a59feb1aea84dbf8baeaa24872f23a5', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7a59feb1aea84dbf8baeaa24872f23a5', 'port_security_enabled': True , 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 3694, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T14:35:21Z', 'updated_at': '2023-04-18T14:35:21Z', 'revision_number': 1} available for tenant 2023-04-18 14:35:28,454 79787 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 0.769s 2023-04-18 14:35:28,455 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-1285261546", "imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "flavorRef": "42", "networks": [{"uuid": "88bea57e-6871-4fb1-83dc-1a8f33b7ab4d"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/08df03c8-06e2-487f-811b-32f1a244ab39', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ffab7618-fc45-47ad-8a0c-9445b216044c', 'x-compute-request-id': 'req-ffab7618-fc45-47ad-8a0c-9445b216044c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "08df03c8-06e2-487f-811b-32f1a244ab39", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/08df03c8-06e2-487f-811b-32f1a244ab39"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/08df03c8-06e2-487f-811b-32f1a244ab39"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "KKNx7n5NneeL"}}' 2023-04-18 14:35:28,538 79787 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/08df03c8-06e2-487f-811b-32f1a244ab39 0.080s 2023-04-18 14:35:28,538 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1209', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-65e32fd5-d5fe-4427-a450-a04bdb2e7416', 'x-compute-request-id': 'req-65e32fd5-d5fe-4427-a450-a04bdb2e7416', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/08df03c8-06e2-487f-811b-32f1a244ab39'} Body: b'{"server": {"id": "08df03c8-06e2-487f-811b-32f1a244ab39", "name": "tempest-DeleteServersTestJSON-server-1285261546", "status": "BUILD", "tenant_id": "7a59feb1aea84dbf8baeaa24872f23a5", "user_id": "0953591cb5174b66a333e9740b50c32e", "metadata": {}, "hostId": "", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:35:28Z", "updated": "2023-04-18T14:35:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/08df03c8-06e2-487f-811b-32f1a244ab39"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/08df03c8-06e2-487f-811b-32f1a244ab39"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": nul l, "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 14:36:18,957 79787 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/08df03c8-06e2-487f-811b-32f1a244ab39 0.359s 2023-04-18 14:36:18,957 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1490', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba83ac72-0fd3-4513-924e-6cbb5cced0a3', 'x-compute-request-id': 'req-ba83ac72-0fd3-4513-924e-6cbb5cced0a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/08df03c8-06e2-487f-811b-32f1a244ab39'} Body: b'{"server": {"id": "08df03c8-06e2-487f-811b-32f1a244ab39", "name": "tempest-DeleteServersTestJSON-server-1285261546", "status": "ACTIVE", "tenant_id": "7a59feb1aea84dbf8baeaa24872f23a5", "user_id": "0953591cb5174b66a333e9740b50c32e", "metadata": {}, "hostId": "b257458af4219fa444b7300e915ec94bad9204c1727958e0e4db2ca0", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:35:28Z", "updated": "2023-04-18T14:35:35Z", "addresses": {"tempest-DeleteServersTestJSON-130373401-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:10:1d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/08df03c8-06e2-487f-811b-32f1a244ab39"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/08df03c8-06e2-487f-811b-32f1a244ab39"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T14:35: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 14:36:18,969 79787 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 14:37:19,249 79787 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 202 POST http://10.0.0.210/volume/v3/7a59feb1aea84dbf8baeaa24872f23a5/volumes 0.218s 2023-04-18 14:37:19,249 79787 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-556906355"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:37:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1bdaf546-d351-48f3-b663-82b9d5438b17', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1bdaf546-d351-48f3-b663-82b9d5438b17', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7a59feb1aea84dbf8baeaa24872f23a5/volumes'} Body: b'{"volume": {"id": "699cf8ab-bf5a-489f-8536-5d8b830f959b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:37:19.19 2265", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-556906355", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7a59feb1aea84dbf8baeaa24872f23a5/volumes/699cf8ab-bf5a-489f-8536-5d8b830f959b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7a59feb1aea84dbf8baeaa24872f23a5/volumes/699cf8ab-bf5a-489f-8536-5d8b830f959b"}], "user_id": "0953591cb5174b66a333e9740b50c32e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:37:19,307 79787 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/volume/v3/7a59feb1aea84dbf8baeaa24872f23a5/volumes/699cf8ab-bf5a-489f-8536-5d8b830f959b 0.048s 2023-04-18 14:37:19,307 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:37:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc5b9d4a-9537-40d3-9771-e7902954f34d', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc5b9d4a-9537-40d3-9771-e7902954f34d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7a59feb1aea84dbf8baeaa24872f23a5/volumes/699cf8ab-bf5a-489f-8536-5d8b830f959b'} Body: b'{"volume": {"id": "699cf8ab-bf5a-489f-8536-5d8b830f959b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:37:19.000000", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-556906355", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7a59feb1aea84dbf8baeaa24872f23a5/volumes/699cf8ab-bf5a-489f-8536-5d8b830f959b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7a59feb1aea84dbf8baeaa24872f23a5/volumes/699cf8ab-bf5a-489f-8536-5d8b830f959b"}], "user_id": "0953591cb5174b66a333e9740b50c32e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7a59feb1aea84dbf8baeaa24872f23a5"}}' 2023-04-18 14:37:20,368 79787 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/volume/v3/7a59feb1aea84dbf8baeaa24872f23a5/volumes/699cf8ab-bf5a-489f-8536-5d8b830f959b 0.048s 2023-04-18 14:37:20,368 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:37:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21b27317-357a-4ae0-9286-47374b4e84d2', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21b27317-357a-4ae0-9286-47374b4e84d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7a59feb1aea84dbf8baeaa24872f23a5/volumes/699cf8ab-bf5a-489f-8536-5d8b830f959b'} Body: b'{"volume": {"id": "699cf8ab-bf5a-489f-8536-5d8b830f959b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:37:19.000000", "updated_at": "2023-04-18T14:37:19.000000", "name": "tempest-DeleteServersTestJSON-volume-556906355", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7a59feb1aea84dbf8baeaa24872f23a5/volumes/ 699cf8ab-bf5a-489f-8536-5d8b830f959b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7a59feb1aea84dbf8baeaa24872f23a5/volumes/699cf8ab-bf5a-489f-8536-5d8b830f959b"}], "user_id": "0953591cb5174b66a333e9740b50c32e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7a59feb1aea84dbf8baeaa24872f23a5"}}' 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 2e6a971b-6a24-4a0a-a738-332da27d2830 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:35:48,177 79799 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/e5323297-c840-4fd6-9a76-727ed36de870 0.337s 2023-04-18 14:35:48,178 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1493', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd2660f3-7caf-4117-9e61-989ca7f55a19', 'x-compute-request-id': 'req-dd2660f3-7caf-4117-9e61-989ca7f55a19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e5323297-c840-4fd6-9a76-727ed36de870'} Body: b'{"server": {"id": "e5323297-c840-4fd6-9a76-727ed36de870", "name": "tempest-ServersNegativeTestJSON-server-736255234", "status": "ACTIVE", "tenant_id": "3312c2b6e41142799cb66dd1377558d8", "user_id": "b209357fca7f40c0b52507a285e054e3", "metadata": {}, "hostId": "eaa951ff83402a0ae8fc9b40afccf9585c7dbf0db99a3b326a2d8553", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:29:12Z", "updated": "2023-04-18T14:29:30Z", "addresses": {"tempest-ServersNegativeTestJSON-130376378-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:73:6f:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e5323297-c840-4fd6-9a76-727ed36de870"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e5323297-c840-4fd6-9a76-727ed36de870"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T14:29: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": []}}' 2023-04-18 14:36:48,446 79799 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/3312c2b6e41142799cb66dd1377558d8/volumes 0.205s 2023-04-18 14:36:48,446 79799 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-2069445807"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6aab8333-6d8e-4185-a758-bd6b1c996e81', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6aab8333-6d8e-4185-a758-bd6b1c996e81', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3312c2b6e41142799cb66dd1377558d8/volumes'} Body: b'{"volume": {"id": "2e6a971b-6a24-4a0a-a738-332da27d2830", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:36:48.385824", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-2069445807", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3312c2b6e41142799cb66dd1377558d8/volumes/2e6a971b-6a24-4a0a-a738-332da27d2830"}, {"rel": "bookmark", "href": "http://10.0.0.2 10/volume/3312c2b6e41142799cb66dd1377558d8/volumes/2e6a971b-6a24-4a0a-a738-332da27d2830"}], "user_id": "b209357fca7f40c0b52507a285e054e3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:36:48,500 79799 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/3312c2b6e41142799cb66dd1377558d8/volumes/2e6a971b-6a24-4a0a-a738-332da27d2830 0.044s 2023-04-18 14:36:48,500 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a478b0d-8d1a-487e-831f-8724c9360455', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a478b0d-8d1a-487e-831f-8724c9360455', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3312c2b6e41142799cb66dd1377558d8/volumes/2e6a971b-6a24-4a0a-a738-332da27d2830'} Body: b'{"volume": {"id": "2e6a971b-6a24-4a0a-a738-332da27d2830", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:36:48.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-2069445807", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3312c2b6e41142799cb66dd1377558d8/volumes/2e6a971b-6a24-4a0a-a738-332da27d2830"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3312c2b6e41142799cb66dd1377558d8/volumes/2e6a971b-6a24-4a0a-a738-332da27d2830"}], "user_id": "b209357fca7f40c0b52507a285e054e3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3312c2b6e41142799cb66dd1377558d8"}}' 2023-04-18 14:36:49,605 79799 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/3312c2b6e41142799cb66dd1377558d8/volumes/2e6a971b-6a24-4a0a-a738-332da27d2830 0.092s 2023-04-18 14:36:49,605 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c111000d-74d4-4006-9817-3f02a3a2dcbc', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c111000d-74d4-4006-9817-3f02a3a2dcbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3312c2b6e41142799cb66dd1377558d8/volumes/2e6a971b-6a24-4a0a-a738-332da27d2830'} Body: b'{"volume": {"id": "2e6a971b-6a24-4a0a-a738-332da27d2830", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:36:48.000000", "updated_at": "2023-04-18T14:36:49.000000", "name": "tempest-ServersNegativeTestJSON-volume-2069445807", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3312c2b6e41142799cb66dd1377558d8/volumes/2e6a971b-6a24-4a0a-a738-332da27d2830"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3312c2b6e41142799cb66dd1377558d8/volumes/2e6a971b-6a24-4a0a-a738-332da27d2830"}], "user_id": "b209357fca7f40c0b52507a285e054e3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenan t-attr:tenant_id": "3312c2b6e41142799cb66dd1377558d8"}}' 2023-04-18 14:36:49,873 79799 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/e5323297-c840-4fd6-9a76-727ed36de870 0.257s 2023-04-18 14:36:49,873 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1493', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9fb36c7a-cc04-49d8-8252-177b5a5e489c', 'x-compute-request-id': 'req-9fb36c7a-cc04-49d8-8252-177b5a5e489c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e5323297-c840-4fd6-9a76-727ed36de870'} Body: b'{"server": {"id": "e5323297-c840-4fd6-9a76-727ed36de870", "name": "tempest-ServersNegativeTestJSON-server-736255234", "status": "ACTIVE", "tenant_id": "3312c2b6e41142799cb66dd1377558d8", "user_id": "b209357fca7f40c0b52507a285e054e3", "metadata": {}, "hostId": "eaa951ff83402a0ae8fc9b40afccf9585c7dbf0db99a3b326a2d8553", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:29:12Z", "updated": "2023-04-18T14:29:30Z", "addresses": {"tempest-ServersNegativeTestJSON-130376378-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:73:6f:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e5323297-c840-4fd6-9a76-727ed36de870"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e5323297-c840-4fd6-9a76-727ed36de870"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T14:29: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": []}}' 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 da2c7edd-f230-4748-a89d-7f0ef7432a73 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:36:12,098 79789 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf 0.285s 2023-04-18 14:36:12,098 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1656', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a20329c4-302c-4c71-9f4f-222845329f0e', 'x-compute-request-id': 'req-a20329c4-302c-4c71-9f4f-222845329f0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf'} Body: b'{"server": {"id": "1f7c5ef9-09d6-477f-90a8-e6673f75b2cf", "name": "tempest-ServerActionsTestJSON-server-927544894", "status": "ACTIVE", "tenant_id": "279c1fea5cfc423b94ca756ebafb2515", "user_id": "614f7a3a8f3348df9d81f693e733905b", "metadata": {}, "hostId": "1d97c6007be92f7a9548b8855f1efa459953d4b7b8713acfa07de542", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:29:23Z", "updated": "2023-04-18T14:29:38Z", "addresses": {"tempest-ServerActionsTestJSON-1455921873-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:e3:8c"}, {"version": 4, "addr": "172.24.4.10", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:e3:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-962705370", "OS-SRV-USG:launched_at": "2023-04-18T14:29:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1576115659"}], "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 14:36:12,532 79789 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf 0.422s 2023-04-18 14:36:12,533 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1656', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0c50851-a203-49e3-a7cb-1fd0a0f2de3b', 'x-compute-request-id': 'req-c0c50851-a203-49e3-a7cb-1fd0a0f2de3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf'} Body: b'{"server": {"id": "1f7c5ef9-09d6-477f-90a8-e6673f75b2cf", "name": "tempest-ServerActionsTestJSON-server-927544894", "status": "ACTIVE", "tenant_id": "279c1fea5cfc423b94ca756ebafb2515", "user_id": "614f7a3a8f3348df9d81f693e733905b", "metadata": {}, "hostId": "1d97c6007be92f7a9548b8855f1efa459953d4b7b8713acfa07de542", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0 .210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:29:23Z", "updated": "2023-04-18T14:29:38Z", "addresses": {"tempest-ServerActionsTestJSON-1455921873-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:e3:8c"}, {"version": 4, "addr": "172.24.4.10", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:e3:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-962705370", "OS-SRV-USG:launched_at": "2023-04-18T14:29:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1576115659"}], "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 14:36:12,837 79789 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf 0.291s 2023-04-18 14:36:12,837 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1656', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c5c0956-6d82-40f8-a219-17804d3458e8', 'x-compute-request-id': 'req-3c5c0956-6d82-40f8-a219-17804d3458e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf'} Body: b'{"server": {"id": "1f7c5ef9-09d6-477f-90a8-e6673f75b2cf", "name": "tempest-ServerActionsTestJSON-server-927544894", "status": "ACTIVE", "tenant_id": "279c1fea5cfc423b94ca756ebafb2515", "user_id": "614f7a3a8f3348df9d81f693e733905b", "metadata": {}, "hostId": "1d97c6007be92f7a9548b8855f1efa459953d4b7b8713acfa07de542", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:29:23Z", "updated": "2023-04-18T14:29:38Z", "addresses": {"tempest-ServerActionsTestJSON-1455921873-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:e3:8c"}, {"version": 4, "addr": "172.24.4.10", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:e3:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-962705370", "OS-SRV-USG:launched_at": "2023-04-18T14:29:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1576115659"}], "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 14:37:12,997 79789 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.0 81s 2023-04-18 14:37:12,997 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 14:37:12 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-e92e177a-460b-4f58-84b7-c2f9e4f54941', '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": "614f7a3a8f3348df9d81f693e733905b", "name": "tempest-ServerActionsTestJSON-378426381-project-member", "password_expires_at": null}, "audit_ids": ["blQ6EFkOQn6I6_J7adbROQ"], "expires_at": "2023-04-18T15:37:12.000000Z", "issued_at": "2023-04-18T14:37:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "279c1fea5cfc423b94ca756ebafb2515", "name": "tempest-ServerActionsTestJSON-378426381"}, "is_domain": false, "roles": [{"id": "0385370a4e0841d8b36ccb710ecbbb7f", "name": "reader"}, {"id": "4e14878c038343709e6c1a4b1c9b9b3c", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba3e4f0604614d5cbe532cc36d623cd0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "077962f5889e4dc5b1df7317cb3104c1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d5a2290495040dd9cc776d460990be5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "36bb6b6348e44e578468f7cf12ee6657", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dad492a01e614a8a8914690c07ebad0a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515", "region": "RegionOne"}], "id": "3fc212b920c3401e85def1124172e916", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "cf3bc891281f458db82d1181bcf74100", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "627889b053b346adb8ce9b1ba8efb774", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "066c5b55b9574d78975bbbb61c530bad", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/279c1fea5cfc423b94ca756ebafb2515", "region": "RegionOne"}], "id": "abe9a7d894f740b1943da54d0c46ff7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a19a55206f6f49c9916ef45abbdb3141", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "afe69c9d4c0445c18ac07b7dd26c92ee", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b9742eaa6b4c43b48cde80e15563fd79", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515", "region": "RegionOne"}], "id": "b81eaa96c4e5426dab17a1d0acda7740", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0b96ff58903940ffa3fe3bb3c1bebe24", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "bc2f14763262433a9f02c157a34e208f", "type": "network", "name": "neutron"}]}}' 2023-04-18 14:37:12,998 79789 INFO [tempest.lib.common.fixed_network] (ServerActionsTestJSON:test_resize_volume_backed_server_confirm) Found network {'id': '39d43ad2-26f1-4ec3-9bdc-0978776b01d2', 'name': 'tempest-ServerActionsTestJSON-1455921873-network', 'tenant_id': '279c1fea5cfc423b94ca756ebafb2515', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '279c1fea5cfc423b94ca756ebafb2515', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 17843, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T14:28:49Z', 'updated_at': '2023-04-18T14:28:49Z', 'revision_number': 1} available for tenant 2023-04-18 14:37:12,998 79789 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-962705370', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGpLS7abpM/EQgVdSDy+gJ6NGYbnPN85cxrtlMsB6zEzxqjqIHAyNdNVcfvxWGfUPKRBnPGbLLZLXKZFiL9l2RtILBDOhGyhMZkyKNxBhZfp4xjE17mHNG7lrfvwNy9Vhg==', 'fingerprint': '2d:6e:23:a6:4b:a6:b8:99:2f:1b:49:99:16:6b:9d:01', 'user_id': '614f7a3a8f3348df9d81f693e733905b', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDTft5u4PzuMFOcG52e/LiOtrxNrzViaSaphpU6vdZ+cVPonsbFcPRe\nC4vcWsFScOKgBwYFK4EEACKhZANiAARqS0u2m6TPxEIFXUg8voCejRmG5zzfOXMa\n7ZTLAesxM8ao6iBwMjXTVXH78Vhn1DykQZzxmyy2S1ymRYi/ZdkbSCwQzoRsoTGZ\nMijcQYWX6eMYxNe5hzRu5a378DcvVYY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '92c3b15c-137a-4543-a9dd-b4d8782496fd', 'name': 'tempest-securitygroup--1576115659', 'stateful': True, 'tenant_id': '279c1fea5cfc423b94ca756ebafb2515', 'description': 'tempest-description--1606993932', 'shared': False, 'security_group_rules': [{'id': '7f674c54-a29d-466f-9984-79e6d0870138', 'tenant_id': '279c1fea5cfc423b94ca756ebafb2515', 'security_group_id': '92c3b15c-137a-4543-a9dd-b4d8782496fd', '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': 243, 'description': None, 'tags': [], 'created_at': '2023-04-18T14:29:12Z', 'updated_at': '2023-04-18T14:29:12Z', 'revision_number': 0, 'project_id': '279c1fea5cfc423b94ca756ebafb2515'}, {'id': 'a76d5033-1d29-4f25-b0bb-416a86a8af70', 'tenant_id': '279c1fea5cfc423b94ca756ebafb2515', 'security_group_id': '92c3b15c-137a-4543-a9dd-b4d8782496fd', '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': 242, 'description': None, 'tags': [], 'created_at': '2023-04-18T14:29:12Z', 'updated_at': '2023-04-18T14:29:12Z', 'revision_number': 0, 'project_id': '279c1fea5cfc423b94ca756ebafb2515'}], 'tags': [], 'created_at': '2023-04-18T14:29:12Z', 'updated_at': '2023-04-18T14:29:12Z', 'revision_number': 1, 'project_id': '279c1fea5cfc423b94ca756ebafb2515'}, 'floating_ip': {'id': '2cb6769a-58c8-497f-b425-28f97dbfe2df', 'tenant_id': '279c1fea5cfc423b94ca756ebafb2515', 'floating_ip_address': '172.24.4.10', 'floating_network_id': 'bfbf9c15-045f-401e-b79e-fba95e5a0430', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '279c1fea5cfc423b94ca756ebafb2515', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T14:29:18Z', 'updated_at': '2023-04-18T14:29:18Z', 'revision_number': 0, 'ip': '172.24.4.10'}} 2023-04-18 14:37:13,369 79789 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 202 POST http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes 0.370s 2023-04-18 14:37:13,370 79789 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-1399495944", "imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:37:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9edee77c-4088-481f-a4d2-f6b7a20c6c8c', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9edee77c-4088-481f-a4d2- f6b7a20c6c8c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes'} Body: b'{"volume": {"id": "da2c7edd-f230-4748-a89d-7f0ef7432a73", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:37:13.297188", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1399495944", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes/da2c7edd-f230-4748-a89d-7f0ef7432a73"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/279c1fea5cfc423b94ca756ebafb2515/volumes/da2c7edd-f230-4748-a89d-7f0ef7432a73"}], "user_id": "614f7a3a8f3348df9d81f693e733905b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:37:13,438 79789 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes/da2c7edd-f230-4748-a89d-7f0ef7432a73 0.058s 2023-04-18 14:37:13,438 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:37:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c77e3af-2fb6-4820-aee0-ce4048c2b9a1', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c77e3af-2fb6-4820-aee0-ce4048c2b9a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes/da2c7edd-f230-4748-a89d-7f0ef7432a73'} Body: b'{"volume": {"id": "da2c7edd-f230-4748-a89d-7f0ef7432a73", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:37:13.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1399495944", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes/da2c7edd-f230-4748-a89d-7f0ef7432a73"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/279c1fea5cfc423b94ca756ebafb2515/volumes/da2c7edd-f230-4748-a89d-7f0ef7432a73"}], "user_id": "614f7a3a8f3348df9d81f693e733905b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "279c1fea5cfc423b94ca756ebafb2515"}}' 2023-04-18 14:37:14,496 79789 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes/da2c7edd-f230-4748-a89d-7f0ef7432a73 0.044s 2023-04-18 14:37:14,496 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:37:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e757d664-325a-405f-8c46-bf9edac73cd0', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e757d664-325a-405f-8c46-bf9edac73cd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes/da2c7edd-f230-4748-a89d-7f0ef7432a73'} Body: b'{"volume": {"id": "da2c7edd-f230-4748-a89d-7f0ef7432a73", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:37:13.000000" , "updated_at": "2023-04-18T14:37:13.000000", "name": "tempest-tempest.common.compute-volume-1399495944", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes/da2c7edd-f230-4748-a89d-7f0ef7432a73"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/279c1fea5cfc423b94ca756ebafb2515/volumes/da2c7edd-f230-4748-a89d-7f0ef7432a73"}], "user_id": "614f7a3a8f3348df9d81f693e733905b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "279c1fea5cfc423b94ca756ebafb2515"}}' 2023-04-18 14:37:14,626 79789 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 202 DELETE http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes/da2c7edd-f230-4748-a89d-7f0ef7432a73 0.119s 2023-04-18 14:37:14,627 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:37:14 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-ba74c089-dc41-4f67-b6a3-aaab1539837c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes/da2c7edd-f230-4748-a89d-7f0ef7432a73'} Body: b'' 2023-04-18 14:37:14,653 79789 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 404 GET http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes/da2c7edd-f230-4748-a89d-7f0ef7432a73 0.025s 2023-04-18 14:37:14,653 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:37:14 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-99c1877d-8b6d-47d6-85a8-bc1f100e7273', 'x-openstack-request-id': 'req-99c1877d-8b6d-47d6-85a8-bc1f100e7273', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/279c1fea5cfc423b94ca756ebafb2515/volumes/da2c7edd-f230-4748-a89d-7f0ef7432a73'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume da2c7edd-f230-4748-a89d-7f0ef7432a73 could not be found."}}' 2023-04-18 14:37:14,653 79789 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 14:37:14,899 79789 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf 0.245s 2023-04-18 14:37:14,900 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:37:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1656', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6bd5bbc-16f8-48f0-9735-5af1c2ecfe7b', 'x-compute-request-id': 'req-d6bd5bbc-16f8-48f0-9735-5af1c2ecfe7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf'} Body: b'{"server": {"id": "1f7c5ef9-09d6-477 f-90a8-e6673f75b2cf", "name": "tempest-ServerActionsTestJSON-server-927544894", "status": "ACTIVE", "tenant_id": "279c1fea5cfc423b94ca756ebafb2515", "user_id": "614f7a3a8f3348df9d81f693e733905b", "metadata": {}, "hostId": "1d97c6007be92f7a9548b8855f1efa459953d4b7b8713acfa07de542", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:29:23Z", "updated": "2023-04-18T14:29:38Z", "addresses": {"tempest-ServerActionsTestJSON-1455921873-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:e3:8c"}, {"version": 4, "addr": "172.24.4.10", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e3:e3:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1f7c5ef9-09d6-477f-90a8-e6673f75b2cf"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-962705370", "OS-SRV-USG:launched_at": "2023-04-18T14:29:37.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1576115659"}], "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_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 e1f3e7fb-4296-4ea0-b40a-6fb6b998ec75 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:38:16,677 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 POST http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/types 0.202s 2023-04-18 14:38:16,678 79787 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-149710565"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30754b15-dd5b-4483-bf83-a39301fbada0', 'content-length': '223', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30754b15-dd5b-4483-bf83-a39301fbada0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/types'} Body: b'{"volume_type": {"id": "daa307fe-cc52-407c-b0d3-c9c3935fbcd7", "name": "tempest-GroupSnapshotsTest-volume-type-149710565", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 14:38:16,774 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/group_types 0.090s 2023-04-18 14:38:16,774 79787 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-1467783985"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07c2b5d5-9db7-4f63-a9a0-e9673a8552c0', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07c2b5d5-9db7-4f63-a9a0-e9673a8552c0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/group_types'} Body: b'{"group_type": {"id": "d68edee7-bb28-4706-ac60-5472388a1785", "name": "tempest-GroupSnapshotsTest-group-type-1467783985", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 14:38:17,181 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups 0.403s 2023-04-18 14:38:17,181 79787 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": "d68edee7-bb28-4706-ac60-5472388a1785", "volume_types": ["daa307fe-cc52-407c-b0d3-c9c3935fbcd7"], "name": "tempest-GroupSnapshotsTest-Group-1587058822"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58cca12b-6f99-4d49-a8bd-575232d86e35', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58cca12b-6f99-4d49-a8bd-575232d86e35', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups'} Body: b'{"group": {"id": "e1f3e7fb-4296-4ea0-b40a-6fb6b998ec75", "name": "tempest-GroupSnapshotsTest-Group-1587058822"}}' 2023-04-18 14:38:17,227 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups/e1f3e7fb-4296-4ea0-b40a-6fb6b998ec75 0.041s 2023-04-18 14:38:17,227 79787 DEBUG [tempest.lib.com mon.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 14:38:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43489e86-9e96-4e66-b2ec-d53d3c338a0f', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43489e86-9e96-4e66-b2ec-d53d3c338a0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups/e1f3e7fb-4296-4ea0-b40a-6fb6b998ec75'} Body: b'{"group": {"id": "e1f3e7fb-4296-4ea0-b40a-6fb6b998ec75", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-18T14:38:17.000000", "name": "tempest-GroupSnapshotsTest-Group-1587058822", "description": null, "group_type": "d68edee7-bb28-4706-ac60-5472388a1785", "volume_types": ["daa307fe-cc52-407c-b0d3-c9c3935fbcd7"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 14:38:18,269 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups/e1f3e7fb-4296-4ea0-b40a-6fb6b998ec75 0.036s 2023-04-18 14:38:18,269 79787 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 14:38:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f245d79b-d8d2-4245-ac2f-31807920b95b', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f245d79b-d8d2-4245-ac2f-31807920b95b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups/e1f3e7fb-4296-4ea0-b40a-6fb6b998ec75'} Body: b'{"group": {"id": "e1f3e7fb-4296-4ea0-b40a-6fb6b998ec75", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T14:38:17.000000", "name": "tempest-GroupSnapshotsTest-Group-1587058822", "description": null, "group_type": "d68edee7-bb28-4706-ac60-5472388a1785", "volume_types": ["daa307fe-cc52-407c-b0d3-c9c3935fbcd7"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 14:38:18,340 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/volumes/detail 0.064s 2023-04-18 14:38:18,340 79787 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 14:38:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6acc0098-463e-4e05-84c0-cf93bbbc2b4c', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6acc0098-463e-4e05-84c0-cf93bbbc2b4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 14:38:18,415 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups/e1f3e7fb-4296-4ea0-b40a-6fb6b998ec75/action 0.063s 2023-04-18 14:38:18,415 79787 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": {"de lete-volumes": true}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:18 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-02186e7c-5bc5-4274-809c-2509499e95ec', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups/e1f3e7fb-4296-4ea0-b40a-6fb6b998ec75/action'} Body: b'' 2023-04-18 14:38:18,431 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups/e1f3e7fb-4296-4ea0-b40a-6fb6b998ec75 0.015s 2023-04-18 14:38:18,431 79787 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 14:38:18 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-0e647237-8976-4b36-8f93-4a22d26388dc', 'x-openstack-request-id': 'req-0e647237-8976-4b36-8f93-4a22d26388dc', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups/e1f3e7fb-4296-4ea0-b40a-6fb6b998ec75'} Body: b'{"itemNotFound": {"code": 404, "message": "Group e1f3e7fb-4296-4ea0-b40a-6fb6b998ec75 could not be found."}}' 2023-04-18 14:38:18,459 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/group_types/d68edee7-bb28-4706-ac60-5472388a1785 0.028s 2023-04-18 14:38:18,460 79787 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 14:38:18 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-5243d43a-fb47-42b8-be91-ced97f2007f7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/group_types/d68edee7-bb28-4706-ac60-5472388a1785'} Body: b'' 2023-04-18 14:38:18,510 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/types/daa307fe-cc52-407c-b0d3-c9c3935fbcd7 0.049s 2023-04-18 14:38:18,510 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38: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-3568a4f9-a1e7-4fda-90e8-b612c3da610a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/types/daa307fe-cc52-407c-b0d3-c9c3935fbcd7'} Body: b'' 2023-04-18 14:38:18,526 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/types/daa307fe-cc52-407c-b0d3-c9c3935fbcd7 0.016s 2023-04-18 14:38:18,526 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:18 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-95537f16-940e-4737-9511-4508f4c1d15d', 'x-openstack-request-id': 'req-95537f16-940e-4737-9511-4508f4c1d15d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/types/daa307fe-cc52-407c-b0d3-c9c3935fbcd7'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type daa307fe-cc52-407c-b0d3-c9c3935fbcd7 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 ea744fa8-4293-44cc-94af-4d4445e01e86 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:38:18,561 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 POST http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/types 0.030s 2023-04-18 14:38:18,562 79787 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-1952865335"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2d7f45f-732d-4d53-a1ea-2cf33c44f34d', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2d7f45f-732d-4d53-a1ea-2cf33c44f34d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/types'} Body: b'{"volume_type": {"id": "a793f5d4-edd1-4fb8-b780-42838001196a", "name": "tempest-GroupSnapshotsTest-volume-type-1952865335", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 14:38:18,597 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/group_types 0.033s 2023-04-18 14:38:18,598 79787 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-1313759238"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1679b332-0777-4f4a-91f4-b0d308d0756a', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1679b332-0777-4f4a-91f4-b0d308d0756a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/group_types'} Body: b'{"group_type": {"id": "eca5db51-6d14-4df3-9b63-fd5911b4e963", "name": "tempest-GroupSnapshotsTest-group-type-1313759238", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 14:38:18,687 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups 0.087s 2023-04-18 14:38:18,688 79787 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": "eca5db51-6d14-4df3-9b63-fd5911b4e963", "volume_types": ["a793f5d4-edd1-4fb8-b780-42838001196a"], "name": "tempest-GroupSnapshotsTest-Group-1075102654"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3955bf91-6191-4a99-9501-b38c1aa7fb60', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3955bf91-6191-4a99-9501-b38c1aa7fb60', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups'} Body: b'{"group": {"id": "ea744fa8-4293-44cc-94af-4d4445e01e86", "name": "tempest-GroupSnapshotsTest-Group-1075102654"}}' 2023-04-18 14:38:18,749 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups/ea744fa8-4293-44cc-94af-4d4445e01 e86 0.059s 2023-04-18 14:38:18,749 79787 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 14:38:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41618763-21ce-4630-bc23-52d9de438ca8', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41618763-21ce-4630-bc23-52d9de438ca8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups/ea744fa8-4293-44cc-94af-4d4445e01e86'} Body: b'{"group": {"id": "ea744fa8-4293-44cc-94af-4d4445e01e86", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-18T14:38:19.000000", "name": "tempest-GroupSnapshotsTest-Group-1075102654", "description": null, "group_type": "eca5db51-6d14-4df3-9b63-fd5911b4e963", "volume_types": ["a793f5d4-edd1-4fb8-b780-42838001196a"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 14:38:19,784 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups/ea744fa8-4293-44cc-94af-4d4445e01e86 0.030s 2023-04-18 14:38:19,785 79787 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 14:38:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6748c0b-eeb5-4138-9adf-b575b724315a', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6748c0b-eeb5-4138-9adf-b575b724315a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups/ea744fa8-4293-44cc-94af-4d4445e01e86'} Body: b'{"group": {"id": "ea744fa8-4293-44cc-94af-4d4445e01e86", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T14:38:19.000000", "name": "tempest-GroupSnapshotsTest-Group-1075102654", "description": null, "group_type": "eca5db51-6d14-4df3-9b63-fd5911b4e963", "volume_types": ["a793f5d4-edd1-4fb8-b780-42838001196a"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 14:38:19,788 79787 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 14:38:19,861 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/volumes/detail 0.072s 2023-04-18 14:38:19,862 79787 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 14:38:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6e50a57-98f3-4d26-9616-85f107520ac4', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6e50a57-98f3-4d26-9616-85f107520ac4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 14:38:19,961 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups/ea744fa8-4293-44cc-94af-4d4445e01e86/actio n 0.088s 2023-04-18 14:38:19,962 79787 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 14:38:19 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-17add812-29a8-443f-9955-c142d518582c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups/ea744fa8-4293-44cc-94af-4d4445e01e86/action'} Body: b'' 2023-04-18 14:38:19,981 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups/ea744fa8-4293-44cc-94af-4d4445e01e86 0.019s 2023-04-18 14:38:19,982 79787 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 14:38:19 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-240aae14-ad54-4bdb-b9d5-7a26b749b297', 'x-openstack-request-id': 'req-240aae14-ad54-4bdb-b9d5-7a26b749b297', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups/ea744fa8-4293-44cc-94af-4d4445e01e86'} Body: b'{"itemNotFound": {"code": 404, "message": "Group ea744fa8-4293-44cc-94af-4d4445e01e86 could not be found."}}' 2023-04-18 14:38:20,016 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/group_types/eca5db51-6d14-4df3-9b63-fd5911b4e963 0.034s 2023-04-18 14:38:20,017 79787 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 14:38:19 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-67e53a95-5a2b-4c7f-be1c-921d55263f2e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/group_types/eca5db51-6d14-4df3-9b63-fd5911b4e963'} Body: b'' 2023-04-18 14:38:20,070 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/types/a793f5d4-edd1-4fb8-b780-42838001196a 0.052s 2023-04-18 14:38:20,070 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:20 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-89e3a797-d491-4be8-a3f8-9b9b2ca4ec06', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/types/a793f5d4-edd1-4fb8-b780-42838001196a'} Body: b'' 2023-04-18 14:38:20,087 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/types/a793f5d4-edd1-4fb8-b780-428380 01196a 0.016s 2023-04-18 14:38:20,087 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:20 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-95e9ee6f-bd3a-47fd-bae9-da2498b41634', 'x-openstack-request-id': 'req-95e9ee6f-bd3a-47fd-bae9-da2498b41634', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/types/a793f5d4-edd1-4fb8-b780-42838001196a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type a793f5d4-edd1-4fb8-b780-42838001196a could not be found."}}' 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 2ef4a5bd-09e6-480b-b159-47e93b038cbb failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:38:20,130 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/types 0.038s 2023-04-18 14:38:20,131 79787 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-631408334"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82af27fd-3144-47cc-ae19-b26aeb0c4c34', 'content-length': '223', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82af27fd-3144-47cc-ae19-b26aeb0c4c34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/types'} Body: b'{"volume_type": {"id": "cfb84804-89d2-48c1-b933-434c794445f4", "name": "tempest-GroupSnapshotsTest-volume-type-631408334", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 14:38:20,164 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/group_types 0.030s 2023-04-18 14:38:20,165 79787 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-1425217970"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea3f80f4-9fbe-4849-9b41-a87508d36d89', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea3f80f4-9fbe-4849-9b41-a87508d36d89', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/group_types'} Body: b'{"group_type": {"id": "7775b5f6-04b1-4635-9784-08dfb2781ddb", "name": "tempest-GroupSnapshotsTest-group-type-1425217970", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 14:38:20,247 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups 0.079s 2023-04-18 14:38:20,247 79787 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": "7775b5f6-04b1-4635-9784-08dfb2781ddb", "volume_types": ["cfb84804-89d2-48c1-b933-434c794445f4"], "name": "tempest-GroupSnapshotsTest-Group-1999414796"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d4b784b-c621-4087-9f34-ab7256e158b1', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d4b784b-c621-4087-9f34-ab7256e158b1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups'} Body: b'{"group": {"id": "2ef4a5bd-09e6-480b-b159-47e93b038cbb", "name": "tempest-GroupSnapshotsTest-Group-1999414796"}}' 2023-04-18 14:38:20,282 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups/2ef4a5bd-09e6-480b-b159-47e93b038cbb 0.033s 2023-04-18 14:38:20,283 79787 D EBUG [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 14:38:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9439780-b629-48c5-990c-1dc3550829a6', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9439780-b629-48c5-990c-1dc3550829a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups/2ef4a5bd-09e6-480b-b159-47e93b038cbb'} Body: b'{"group": {"id": "2ef4a5bd-09e6-480b-b159-47e93b038cbb", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-18T14:38:20.000000", "name": "tempest-GroupSnapshotsTest-Group-1999414796", "description": null, "group_type": "7775b5f6-04b1-4635-9784-08dfb2781ddb", "volume_types": ["cfb84804-89d2-48c1-b933-434c794445f4"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 14:38:21,319 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups/2ef4a5bd-09e6-480b-b159-47e93b038cbb 0.031s 2023-04-18 14:38:21,319 79787 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 14:38:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfb2c6f8-c25b-4fbf-9418-90a3ed66cc43', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfb2c6f8-c25b-4fbf-9418-90a3ed66cc43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups/2ef4a5bd-09e6-480b-b159-47e93b038cbb'} Body: b'{"group": {"id": "2ef4a5bd-09e6-480b-b159-47e93b038cbb", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T14:38:20.000000", "name": "tempest-GroupSnapshotsTest-Group-1999414796", "description": null, "group_type": "7775b5f6-04b1-4635-9784-08dfb2781ddb", "volume_types": ["cfb84804-89d2-48c1-b933-434c794445f4"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 14:38:21,398 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/volumes/detail 0.075s 2023-04-18 14:38:21,399 79787 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 14:38:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d1f934a-6abc-4003-84e1-4b0bd4795e35', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d1f934a-6abc-4003-84e1-4b0bd4795e35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 14:38:21,475 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups/2ef4a5bd-09e6-480b-b159-47e93b038cbb/action 0.066s 2023-04-18 14:38:21,475 79787 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 14:38:21 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-c0b5c6bb-f3fa-4bdd-9d8c-50473285ac9b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups/2ef4a5bd-09e6-480b-b159-47e93b038cbb/action'} Body: b'' 2023-04-18 14:38:21,491 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups/2ef4a5bd-09e6-480b-b159-47e93b038cbb 0.015s 2023-04-18 14:38:21,491 79787 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 14:38:21 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-26963cce-68ed-48b3-9ee0-f401616b52d9', 'x-openstack-request-id': 'req-26963cce-68ed-48b3-9ee0-f401616b52d9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/10f5ac55afd3461c8c3d62324bf5c567/groups/2ef4a5bd-09e6-480b-b159-47e93b038cbb'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 2ef4a5bd-09e6-480b-b159-47e93b038cbb could not be found."}}' 2023-04-18 14:38:21,521 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/group_types/7775b5f6-04b1-4635-9784-08dfb2781ddb 0.030s 2023-04-18 14:38:21,522 79787 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 14:38:21 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-1944b281-9147-4685-949a-66f62a631ae3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/group_types/7775b5f6-04b1-4635-9784-08dfb2781ddb'} Body: b'' 2023-04-18 14:38:21,587 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/types/cfb84804-89d2-48c1-b933-434c794445f4 0.064s 2023-04-18 14:38:21,587 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:21 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-e61badf5-e6d6-436a-b6cf-096aafe0eba8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/types/cfb84804-89d2-48c1-b933-434c794445f4'} Body: b'' 2023-04-18 14:38:21,603 79787 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/types/cfb84804-89d2-48c1-b933-434c794445f4 0.015s 2023-04-18 14:38:21,604 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:21 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-c37ac66e-9ee7-4323-b216-2530406e1f1a', 'x-openstack-request-id': 'req-c37ac66e-9ee7-4323-b216-2530406e1f1a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/3d058f9555a0438c81e2caec66c85e3a/types/cfb84804-89d2-48c1-b933-434c794445f4'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type cfb84804-89d2-48c1-b933-434c794445f4 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 132639b8-d2d7-44e6-a783-013e4453a4c3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:38:25,336 79787 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/26534c6d26864823aaf3b38970279967/os-quota-sets/c04f251350324b8184a18b0f95332a70?usage=True 0.043s 2023-04-18 14:38:25,337 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e97cc40-7c14-4db1-82a2-9bcb37e924ea', 'content-length': '868', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e97cc40-7c14-4db1-82a2-9bcb37e924ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/26534c6d26864823aaf3b38970279967/os-quota-sets/c04f251350324b8184a18b0f95332a70?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_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": "c04f251350324b8184a18b0f95332a70"}}' 2023-04-18 14:38:25,699 79787 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 202 POST http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes 0.353s 2023-04-18 14:38:25,700 79787 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-1145731276"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3271d13d-8a25-4bcb-a77c-0b6459f56eeb', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3271d13d-8a25-4bcb-a77c-0b6459f56eeb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes'} Body: b'{"volume": {"id": "132639b8-d2d7-44e6-a783-013e4453a4c3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:38:25.633114", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1145731276", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes/132639b8-d2d7-44e6-a783-013e4453a4c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c04f251350324b8184a18b0f95332a70/volumes/132639b8-d2d7-44e6-a783-013e4453a4c3"}], "user_id": "bd0e23bbb25246e8ace8cf1d31719198", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:38:25,754 79787 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes/132639b8-d2d7-44e6-a783-013e4453a4c3 0.044s 2023-04-18 14:38:25,754 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Cont ent-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6959cd8-7d5d-44b8-93d1-72fd41a4f71b', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6959cd8-7d5d-44b8-93d1-72fd41a4f71b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes/132639b8-d2d7-44e6-a783-013e4453a4c3'} Body: b'{"volume": {"id": "132639b8-d2d7-44e6-a783-013e4453a4c3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:38:26.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1145731276", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes/132639b8-d2d7-44e6-a783-013e4453a4c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c04f251350324b8184a18b0f95332a70/volumes/132639b8-d2d7-44e6-a783-013e4453a4c3"}], "user_id": "bd0e23bbb25246e8ace8cf1d31719198", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c04f251350324b8184a18b0f95332a70"}}' 2023-04-18 14:38:26,809 79787 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes/132639b8-d2d7-44e6-a783-013e4453a4c3 0.044s 2023-04-18 14:38:26,810 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2729ae1-a55f-43d2-b22d-2553534cb2be', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2729ae1-a55f-43d2-b22d-2553534cb2be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes/132639b8-d2d7-44e6-a783-013e4453a4c3'} Body: b'{"volume": {"id": "132639b8-d2d7-44e6-a783-013e4453a4c3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:38:26.000000", "updated_at": "2023-04-18T14:38:26.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1145731276", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes/132639b8-d2d7-44e6-a783-013e4453a4c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c04f251350324b8184a18b0f95332a70/volumes/132639b8-d2d7-44e6-a783-013e4453a4c3"}], "user_id": "bd0e23bbb25246e8ace8cf1d31719198", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c04f251350324b8184a18b0f95332a70"}}' 2023-04-18 14:38:26,864 79787 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes/132639b8-d2d7-44e6-a783-013e4453a4c3 0.043s 2023-04-18 14:38:26,865 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12269ab6-c65a-4ed9-9465-99ab6d452336', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12269ab6-c65a-4ed9-9465-99ab6d452336', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes/132639b8-d2d7-44e6-a783-013e4453a4c3'} Body: b'{"volume": {"id": "132639b8-d2d7-44e6-a783-013e4453a4c3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:38:26.000000", "updated_at": "2023-04-18T14:38:26.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1145731276", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes/132639b8-d2d7-44e6-a783-013e4453a4c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c04f251350324b8184a18b0f95332a70/volumes/132639b8-d2d7-44e6-a783-013e4453a4c3"}], "user_id": "bd0e23bbb25246e8ace8cf1d31719198", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c04f251350324b8184a18b0f95332a70"}}' 2023-04-18 14:38:26,973 79787 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes/132639b8-d2d7-44e6-a783-013e4453a4c3 0.098s 2023-04-18 14:38:26,974 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38: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-3a3985df-1a29-42b2-9613-d8270fe7bf7d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes/132639b8-d2d7-44e6-a783-013e4453a4c3'} Body: b'' 2023-04-18 14:38:26,995 79787 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes/132639b8-d2d7-44e6-a783-013e4453a4c3 0.021s 2023-04-18 14:38:26,996 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:26 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-adba5d68-daaa-47b6-9a06-cd6d1ec5f95a', 'x-openstack-request-id': 'req-adba5d68-daaa-47b6-9a06-cd6d1ec5f95a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes/132639b8-d2d7-44e6-a783-013e4453a4c3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 132639b8-d2d7-44e6-a783-013e4453a4c3 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 9526542d-0877-4a22-8456-47269f75a57d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:38:27,178 79787 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 202 POST http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes 0.179s 2023-04-18 14:38:27,179 79787 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-547579037"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec48ed54-a106-45c7-95f9-1da2c71f91e1', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec48ed54-a106-45c7-95f9-1da2c71f91e1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes'} Body: b'{"volume": {"id": "9526542d-0877-4a22-8456-47269f75a57d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:38:27.123708", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-547579037", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes/9526542d-0877-4a22-8456-47269f75a57d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c04f251350324b8184a18b0f95332a70/volumes/9526542d-0877-4a22-8456-47269f75a57d"}], "user_id": "bd0e23bbb25246e8ace8cf1d31719198", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:38:27,230 79787 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes/9526542d-0877-4a22-8456-47269f75a57d 0.042s 2023-04-18 14:38:27,230 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13ece275-7441-4a60-9a04-b97059dd538e', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13ece275-7441-4a60-9a04-b97059dd538e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes/9526542d-0877-4a22-8456-47269f75a57d'} Body: b'{"volume": {"id": "9526542d-0877-4a22-8456-47269f75a57d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:38:27.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-547579037", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes/9526542d-0877-4a22-8456-47269f75a57d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c04f251350324b8184a18b0f95332a70/volumes/9526542d-0877-4a22-8456-47269f75a57d"}], "user_id": "bd0e23bbb25246e8ace8cf1d31719198", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c04f251350324b8184a18b0f95332a70"}}' 2023-04-18 14:38:28,286 79787 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes/9526542d-0877-4a22-8456-47269f75a57d 0.045s 2023-04-18 14:38:28,286 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f163e840-0aeb-47a5-9852-b595f3dbee6b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f163e840-0aeb-47a5-9852-b595f3dbee6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes/9526542d-0877-4a22-8456-47269f75a57d'} Body: b'{"volume": {"id": "9526542d-0877-4a22-8456-47269f75a57d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:38:27.000000", "updated_at": "2023-04-18T14:38:27.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-547579037", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes/9526542d-0877-4a22-8456-47269f75a57d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c04f251350324b8184a18b0f95332a70/volumes/9526542d-0877-4a22-8456-47269f75a57d"}], "user_id": "bd0e23bbb25246e8ace8cf1d31719198", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c04f251350324b8184a18b0f95332a70"}}' 2023-04-18 14:38:28,356 79787 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes/9526542d-0877-4a22-8456-47269f75a57d 0.057s 2023-04-18 14:38:28,356 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47cd0b8d-5163-4070-996b-99b76a494da6', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47cd0b8d-5163-4070-996b-99b76a494da6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes/9526542d-0877-4a22-8456-47269f75a57d'} Body: b'{"volume": {"id": "9526542d-0877-4a22-8456-47269f75a57d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:38:27.000000", "updated_at": "2023-04-18T14:38:27.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-547579037", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes/9526542d-0877-4a22-8456-47269f75a57d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c04f251350324b8184a18b0f95332a70/volumes/9526542d-0877-4a22-8456-47269f75a57d"}], "user_id": "bd0e23bbb25246e8ace8cf1d31719198", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c04f251350324b8184a18b0f95332a70"}}' 2023-04-18 14:38:28,466 79787 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes/9526542d-0877-4a22-8456-47269f75a57d 0.098s 2023-04-18 14:38:28,466 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:28 GMT', 'server': 'Apach e/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-7187b844-70ec-4be3-829b-f00e9d6d99de', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes/9526542d-0877-4a22-8456-47269f75a57d'} Body: b'' 2023-04-18 14:38:28,499 79787 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes/9526542d-0877-4a22-8456-47269f75a57d 0.033s 2023-04-18 14:38:28,500 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:28 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-69323408-c9f0-4f36-9b80-d96bc7ee3cc0', 'x-openstack-request-id': 'req-69323408-c9f0-4f36-9b80-d96bc7ee3cc0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c04f251350324b8184a18b0f95332a70/volumes/9526542d-0877-4a22-8456-47269f75a57d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9526542d-0877-4a22-8456-47269f75a57d could not be found."}}' 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 b4efd5dc-8fc9-4010-a21a-e9bb26cd7c2a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:35:47,998 79791 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 14:35:47,998 79791 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 14:35:48,162 79791 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.161s 2023-04-18 14:35:48,163 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-136376707", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOjqqTV+CoRoxtZMs7AKuFCVV3P0fRLdtyeeiSDFd7oDb5FjuLqSpIeiLLYRJJnubjNLUfUvapeRUv0Wq1HK73r4ymV8iU/EsENjrOPxF3az7WYjjSfqjVOvBDcy0j/qbQ=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:48 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-b11fd6e2-a459-4756-8da1-9c75a528e2b3', 'x-compute-request-id': 'req-b11fd6e2-a459-4756-8da1-9c75a528e2b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-136376707", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOjqqTV+CoRoxtZMs7AKuFCVV3P0fRLdtyeeiSDFd7oDb5FjuLqSpIeiLLYRJJnubjNLUfUvapeRUv0Wq1HK73r4ymV8iU/EsENjrOPxF3az7WYjjSfqjVOvBDcy0j/qbQ==", "fingerprint": "d5:f7:63:36:8e:8b:1e:ef:85:21:6f:62:1b:16:08:bf", "user_id": "43dd536529724c41980d5f2fddd8c71d"}}' 2023-04-18 14:35:48,165 79791 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-136376707 created 2023-04-18 14:35:48,340 79791 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 14:35:48,340 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1775621931", "description": "tempest-description--401347487"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-5b809cd2-6bed-4b2f-97aa-79e5801fa80c', 'date': 'Tue, 18 Apr 2023 14:35:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "e2fa94e9-2bda-49b1-b8ba-3a675d9d0651", "name": "tempest-securitygroup--1775621931", "stateful": true, "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "description": "tempest-description--401347487", "shared": false, "security_group_rules": [{"id": "3d6ea2f8-8af1-4a74-9d20-212bcb1a0adb", "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "security_group_id": "e2fa94e9-2bda-49b1-b8ba-3a675d9d0651", "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": 696, "description": null, "tags": [], "created_at": "2023-04-18T14:35:48Z", "updated_at": "2023-04-18T14:35:48Z", "revision_number": 0, "project_id": "e38cf2921e9c49b98933eb439c2ea431"}, {"id": "550056a9-627c-4e60-82af-a0b7dc9c458e", "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "security_group_id": "e2fa94e9-2bda-49b1-b8ba-3a675d9d0651", "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": 697, "description": null, "tags": [], "created_at": "2023-04-18T14:35:48Z", "updated_at": "2023-04-18T14:35:48Z", "revision_number": 0, "project_id": "e38cf2921e9c49b98933eb439c2ea431"}], "tags": [], "created_at": "2023-04-18T14:35:48Z", "updated_at": "2023-04-18T14:35:48Z", "revision_number": 1, "project_id": "e38cf2921e9c49b98933eb439c2ea431"}}' 2023-04-18 14:35:48,545 79791 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.204s 2023-04-18 14:35:48,546 79791 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": "e2fa94e9-2bda-49b1-b8ba-3a675d9d0651", "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-3de030f5-7e6f-42ca-ab5a-06e71e0ff8f3', 'date': 'Tue, 18 Apr 2023 14:35:48 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": "9b59df18-be43-4aa3-831d-cc5d8a526233", "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "security_group_id": "e2fa94e9-2bda-49b1-b8ba-3a675d9d0651", "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-18T14:35:48Z", "updated_at": "2023-04-18T14:35:48Z", "revision_number": 0, "project_id": "e38cf2921e9c49b98933eb439c2ea431"}}' 2023-04-18 14:35:48,734 79791 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.187s 2023-04-18 14:35:48,734 79791 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": "e2fa94e9-2bda-49b1-b8ba-3a675d9d0651", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-4184ee31-a28b-4c75-8915-1a3c437cdf75', 'date': 'Tue, 18 Apr 2023 14:35:48 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": "d6f57126-e638-4667-a3c1-c160c3696f08", "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "security_group_id": "e2fa94e9-2bda-49b1-b8ba-3a675d9d0651", "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-18T14:35:48Z", "updated_at": "2023-04-18T14:35:48Z", "revision_number": 0, "project_id": "e38cf2921e9c49b98933eb439c2ea431"}}' 2023-04-18 14:35:48,734 79791 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1775621931 created 2023-04-18 14:35:49,674 79791 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.939s 2023-04-18 14:35:49,675 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "bfbf9c15-045f-401e-b79e-fba95e5a0430"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-o penstack-request-id': 'req-f2304331-ba5b-47ae-87f0-ce8164136a00', 'date': 'Tue, 18 Apr 2023 14:35:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "ba42a531-2b7a-4354-847b-ba1e316581f0", "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "floating_ip_address": "172.24.4.35", "floating_network_id": "bfbf9c15-045f-401e-b79e-fba95e5a0430", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "e38cf2921e9c49b98933eb439c2ea431", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T14:35:49Z", "updated_at": "2023-04-18T14:35:49Z", "revision_number": 0}}' 2023-04-18 14:35:49,675 79791 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'ba42a531-2b7a-4354-847b-ba1e316581f0', 'tenant_id': 'e38cf2921e9c49b98933eb439c2ea431', 'floating_ip_address': '172.24.4.35', 'floating_network_id': 'bfbf9c15-045f-401e-b79e-fba95e5a0430', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e38cf2921e9c49b98933eb439c2ea431', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T14:35:49Z', 'updated_at': '2023-04-18T14:35:49Z', 'revision_number': 0, 'ip': '172.24.4.35'} created 2023-04-18 14:35:49,716 79791 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.034s 2023-04-18 14:35:49,716 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:49 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-cf1b9abb-e2ee-4eb2-bd93-6a64bfc0125d', '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": "43dd536529724c41980d5f2fddd8c71d", "name": "tempest-AttachVolumeNegativeTest-1144777901-project-member", "password_expires_at": null}, "audit_ids": ["x38zSMCzSpGvUovnstBsRw"], "expires_at": "2023-04-18T15:35:49.000000Z", "issued_at": "2023-04-18T14:35:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e38cf2921e9c49b98933eb439c2ea431", "name": "tempest-AttachVolumeNegativeTest-1144777901"}, "is_domain": false, "roles": [{"id": "0385370a4e0841d8b36ccb710ecbbb7f", "name": "reader"}, {"id": "4e14878c038343709e6c1a4b1c9b9b3c", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba3e4f0604614d5cbe532cc36d623cd0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "077962f5889e4dc5b1df7317cb3104c1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d5a2290495040dd9cc776d460990be5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "36bb6b6348e44e578468f7cf12ee6657", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dad492a01e614a8a8914690c07ebad0a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431", "region": "RegionOne"}], "id": "3fc212b920c3401e85def1124172e916", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "cf3bc891281f458db82d1181bcf74100", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "627889b053b346adb8ce9b1ba8efb774", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "066c5b55b9574d78975bbbb61c530bad", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/co mpute/v2/e38cf2921e9c49b98933eb439c2ea431", "region": "RegionOne"}], "id": "abe9a7d894f740b1943da54d0c46ff7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a19a55206f6f49c9916ef45abbdb3141", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "afe69c9d4c0445c18ac07b7dd26c92ee", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b9742eaa6b4c43b48cde80e15563fd79", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431", "region": "RegionOne"}], "id": "b81eaa96c4e5426dab17a1d0acda7740", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0b96ff58903940ffa3fe3bb3c1bebe24", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "bc2f14763262433a9f02c157a34e208f", "type": "network", "name": "neutron"}]}}' 2023-04-18 14:35:49,717 79791 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': '241eb4cb-7a63-47fa-873a-79cdcab7a582', 'name': 'tempest-AttachVolumeNegativeTest-1314186642-network', 'tenant_id': 'e38cf2921e9c49b98933eb439c2ea431', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e38cf2921e9c49b98933eb439c2ea431', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 4943, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T14:35:42Z', 'updated_at': '2023-04-18T14:35:42Z', 'revision_number': 1} available for tenant 2023-04-18 14:35:49,717 79791 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-136376707', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOjqqTV+CoRoxtZMs7AKuFCVV3P0fRLdtyeeiSDFd7oDb5FjuLqSpIeiLLYRJJnubjNLUfUvapeRUv0Wq1HK73r4ymV8iU/EsENjrOPxF3az7WYjjSfqjVOvBDcy0j/qbQ==', 'fingerprint': 'd5:f7:63:36:8e:8b:1e:ef:85:21:6f:62:1b:16:08:bf', 'user_id': '43dd536529724c41980d5f2fddd8c71d', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDQr5pqQ7mLsobn9TSQnxAVWNzjiCEPDISR8kejpLXh9fO7zR4B0zeP\nj2Rj3W5Y0xKgBwYFK4EEACKhZANiAATo6qk1fgqEaMbWTLOwCrhQlVdz9H0S3bcn\nnokgxXe6A2+RY7i6kqSHoiy2ESSZ7m4zS1H1L2qXkVL9FqtRyu96+MplfIlPxLBD\nY6zj8Rd2s+1mI40n6o1TrwQ3MtI/6m0=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'e2fa94e9-2bda-49b1-b8ba-3a675d9d0651', 'name': 'tempest-securitygroup--1775621931', 'stateful': True, 'tenant_id': 'e38cf2921e9c49b98933eb439c2ea431', 'description': 'tempest-description--401347487', 'shared': False, 'security_group_rules': [{'id': '3d6ea2f8-8af1-4a74-9d20-212bcb1a0adb', 'tenant_id': 'e38cf2921e9c49b98933eb439c2ea431', 'security_group_id': 'e2fa94e9-2bda-49b1-b8ba-3a675d9d0651', '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': 696, 'description': None, 'tags': [], 'created_at': '2023-04-18T14:35:48Z', 'updated_at': '2023-04-18T14:35:48Z', 'revision_number': 0, 'project_id': 'e38cf2921e9c49b98933eb439c2ea431'}, {'id': '550056a9-627c-4e60-82af-a0b7dc9c458e', 'tenant_id': 'e38cf2921e9c49b98933eb439c2ea431', 'security_group_id': 'e2fa94e9-2bda-49b1-b8ba-3a675d9d0651', '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': 697, 'description': None, 'tags': [], 'created_at': '2023-04-18T14:35:48Z', 'updated_at': '2023-04-18T14:35:48Z', 'revision_number': 0, 'project_id': 'e38cf2921e9c49b98933eb43 9c2ea431'}], 'tags': [], 'created_at': '2023-04-18T14:35:48Z', 'updated_at': '2023-04-18T14:35:48Z', 'revision_number': 1, 'project_id': 'e38cf2921e9c49b98933eb439c2ea431'}, 'floating_ip': {'id': 'ba42a531-2b7a-4354-847b-ba1e316581f0', 'tenant_id': 'e38cf2921e9c49b98933eb439c2ea431', 'floating_ip_address': '172.24.4.35', 'floating_network_id': 'bfbf9c15-045f-401e-b79e-fba95e5a0430', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e38cf2921e9c49b98933eb439c2ea431', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T14:35:49Z', 'updated_at': '2023-04-18T14:35:49Z', 'revision_number': 0, 'ip': '172.24.4.35'}} 2023-04-18 14:35:50,428 79791 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 0.709s 2023-04-18 14:35:50,428 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-231547224", "imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "241eb4cb-7a63-47fa-873a-79cdcab7a582"}], "security_groups": [{"name": "tempest-securitygroup--1775621931"}], "key_name": "tempest-keypair-136376707", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/84ecf5bb-f207-4523-bb55-fb147ede0570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50e4fcaf-7cc9-4660-8bb1-6c437afdf697', 'x-compute-request-id': 'req-50e4fcaf-7cc9-4660-8bb1-6c437afdf697', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "84ecf5bb-f207-4523-bb55-fb147ede0570", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/84ecf5bb-f207-4523-bb55-fb147ede0570"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/84ecf5bb-f207-4523-bb55-fb147ede0570"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1775621931"}], "adminPass": "password"}}' 2023-04-18 14:35:50,512 79791 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/84ecf5bb-f207-4523-bb55-fb147ede0570 0.078s 2023-04-18 14:35:50,512 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:35:50 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-24c2b559-de4c-4a04-ab4b-70a542638a0f', 'x-compute-request-id': 'req-24c2b559-de4c-4a04-ab4b-70a542638a0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/84ecf5bb-f207-4523-bb55-fb147ede0570'} Body: b'{"server": {"id": "84ecf5bb-f207-4523-bb55-fb147ede0570", "name": "tempest-AttachVolumeNegativeTest-server-231547224", "status": "BUILD", "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "user_id": "43dd536529724c41980d5f2fddd8c71d", "metadata": {}, "hostId": "", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10. 0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:35:50Z", "updated": "2023-04-18T14:35:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/84ecf5bb-f207-4523-bb55-fb147ede0570"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/84ecf5bb-f207-4523-bb55-fb147ede0570"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-136376707", "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 14:36:40,882 79791 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/84ecf5bb-f207-4523-bb55-fb147ede0570 0.310s 2023-04-18 14:36:40,883 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:36:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1545', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-47d8a059-67f8-45b0-875c-ca95125115df', 'x-compute-request-id': 'req-47d8a059-67f8-45b0-875c-ca95125115df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/84ecf5bb-f207-4523-bb55-fb147ede0570'} Body: b'{"server": {"id": "84ecf5bb-f207-4523-bb55-fb147ede0570", "name": "tempest-AttachVolumeNegativeTest-server-231547224", "status": "ACTIVE", "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "user_id": "43dd536529724c41980d5f2fddd8c71d", "metadata": {}, "hostId": "373296ba74213b79d5a33023152d6649d062b554072281114024c4a6", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:35:50Z", "updated": "2023-04-18T14:35:58Z", "addresses": {"tempest-AttachVolumeNegativeTest-1314186642-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:c2:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/84ecf5bb-f207-4523-bb55-fb147ede0570"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/84ecf5bb-f207-4523-bb55-fb147ede0570"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-136376707", "OS-SRV-USG:launched_at": "2023-04-18T14:35:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1775621931"}], "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 14:36:40,894 79791 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 14:37:41,135 79791 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/84ecf5bb-f207-4523-bb55-fb147ede0570/os-interface 0.182s 2023-04-18 14:37:41,135 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {' date': 'Tue, 18 Apr 2023 14:37:40 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-ed227eb2-0f62-4d5d-b57d-b6593d147944', 'x-compute-request-id': 'req-ed227eb2-0f62-4d5d-b57d-b6593d147944', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/84ecf5bb-f207-4523-bb55-fb147ede0570/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "241eb4cb-7a63-47fa-873a-79cdcab7a582", "port_id": "1cd1d4a7-ab15-4cc6-873a-83d6cde5ab71", "mac_addr": "fa:16:3e:13:c2:81", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "37d56fce-b180-4790-8dae-7f32fb2ffa05", "ip_address": "10.0.0.14"}]}]}' 2023-04-18 14:37:41,934 79791 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/ba42a531-2b7a-4354-847b-ba1e316581f0 0.794s 2023-04-18 14:37:41,934 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "1cd1d4a7-ab15-4cc6-873a-83d6cde5ab71"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-e26b2f14-c779-4bff-bb39-59f2fc89b9a6', 'date': 'Tue, 18 Apr 2023 14:37:41 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/ba42a531-2b7a-4354-847b-ba1e316581f0'} Body: b'{"floatingip": {"id": "ba42a531-2b7a-4354-847b-ba1e316581f0", "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "floating_ip_address": "172.24.4.35", "floating_network_id": "bfbf9c15-045f-401e-b79e-fba95e5a0430", "router_id": "7a5cf62d-c270-4a9a-b5fd-861c2011b896", "port_id": "1cd1d4a7-ab15-4cc6-873a-83d6cde5ab71", "fixed_ip_address": "10.0.0.14", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "241eb4cb-7a63-47fa-873a-79cdcab7a582", "mac_address": "fa:16:3e:13:c2:81", "admin_state_up": true, "status": "ACTIVE", "device_id": "84ecf5bb-f207-4523-bb55-fb147ede0570", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T14:35:49Z", "updated_at": "2023-04-18T14:37:41Z", "revision_number": 1, "project_id": "e38cf2921e9c49b98933eb439c2ea431"}}' 2023-04-18 14:37:41,936 79791 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.35:22' as 'cirros' with public key authentication 2023-04-18 14:37:41,975 79791 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 14:37:41,999 79791 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 14:37:42,000 79791 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.35 successfully created 2023-04-18 14:37:42,047 79791 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/84ecf5bb-f207-4523-bb55-fb147ede0570/ips 0.046s 2023-04-18 14:37:42,047 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:37:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '109', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fca79a0c-a7a3-4af6-9383-8b1cb3d87b30', 'x-compute-request-id': 'req-fca79a0c-a7a3-4af6-9383-8b1cb3d87b30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/84ecf5bb-f207-4523-bb55- fb147ede0570/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-1314186642-network": [{"version": 4, "addr": "10.0.0.14"}]}}' 2023-04-18 14:37:42,285 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431/volumes 0.234s 2023-04-18 14:37:42,285 79791 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-2104676473"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:37:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f63a428-2c34-4788-bf11-9e3fcf733f5b', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f63a428-2c34-4788-bf11-9e3fcf733f5b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431/volumes'} Body: b'{"volume": {"id": "b4efd5dc-8fc9-4010-a21a-e9bb26cd7c2a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:37:42.220899", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-2104676473", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431/volumes/b4efd5dc-8fc9-4010-a21a-e9bb26cd7c2a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e38cf2921e9c49b98933eb439c2ea431/volumes/b4efd5dc-8fc9-4010-a21a-e9bb26cd7c2a"}], "user_id": "43dd536529724c41980d5f2fddd8c71d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:37:42,333 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431/volumes/b4efd5dc-8fc9-4010-a21a-e9bb26cd7c2a 0.038s 2023-04-18 14:37:42,333 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:37:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cf5cea1-8e3f-45a0-b398-fe3eddf43a94', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cf5cea1-8e3f-45a0-b398-fe3eddf43a94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431/volumes/b4efd5dc-8fc9-4010-a21a-e9bb26cd7c2a'} Body: b'{"volume": {"id": "b4efd5dc-8fc9-4010-a21a-e9bb26cd7c2a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:37:42.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-2104676473", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431/volumes/b4efd5dc-8fc9-4010-a21a-e9bb26cd7c2a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e38cf2921e9c49b98933eb439c2ea431/volumes/b4efd5dc-8fc9-4010-a21a-e9bb26cd7c2a"}], "user_id": "43dd536529724c41980d5f2fddd8c71d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e38cf2921e9c49b98933eb439c2ea431"}}' 2023-04-18 14:37:43,385 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to _different_server): 200 GET http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431/volumes/b4efd5dc-8fc9-4010-a21a-e9bb26cd7c2a 0.040s 2023-04-18 14:37:43,385 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:37:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a04b9cf-fe9b-4041-a3f3-2160d132cb6b', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a04b9cf-fe9b-4041-a3f3-2160d132cb6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431/volumes/b4efd5dc-8fc9-4010-a21a-e9bb26cd7c2a'} Body: b'{"volume": {"id": "b4efd5dc-8fc9-4010-a21a-e9bb26cd7c2a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:37:42.000000", "updated_at": "2023-04-18T14:37:42.000000", "name": "tempest-AttachVolumeNegativeTest-volume-2104676473", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431/volumes/b4efd5dc-8fc9-4010-a21a-e9bb26cd7c2a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e38cf2921e9c49b98933eb439c2ea431/volumes/b4efd5dc-8fc9-4010-a21a-e9bb26cd7c2a"}], "user_id": "43dd536529724c41980d5f2fddd8c71d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e38cf2921e9c49b98933eb439c2ea431"}}' 2023-04-18 14:37:43,514 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/84ecf5bb-f207-4523-bb55-fb147ede0570 0.118s 2023-04-18 14:37:43,514 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:37:43 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-efc658b6-430e-4aca-9250-4f3d0107d81f', 'x-compute-request-id': 'req-efc658b6-430e-4aca-9250-4f3d0107d81f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/84ecf5bb-f207-4523-bb55-fb147ede0570'} Body: b'' 2023-04-18 14:37:43,780 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/84ecf5bb-f207-4523-bb55-fb147ede0570 0.265s 2023-04-18 14:37:43,781 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:37:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8da6e952-fc17-4e99-a737-7e8e9fbbd54a', 'x-compute-request-id': 'req-8da6e952-fc17-4e99-a737-7e8e9fbbd54a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/84ecf5bb-f207-4523-bb55-fb147ede0570'} Body: b'{"server": {"id": "84ecf5bb-f207-4523-bb55-fb147ede0570", "name": "tempest-AttachVolumeNegativeTest-server-231547224", "status": "ACTIVE", "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "user_id": "43dd536529724c41980d5f2fddd8c71d", "metadata": {}, "hostId": "373 296ba74213b79d5a33023152d6649d062b554072281114024c4a6", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:35:50Z", "updated": "2023-04-18T14:37:43Z", "addresses": {"tempest-AttachVolumeNegativeTest-1314186642-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:c2:81"}, {"version": 4, "addr": "172.24.4.35", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:13:c2:81"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/84ecf5bb-f207-4523-bb55-fb147ede0570"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/84ecf5bb-f207-4523-bb55-fb147ede0570"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-136376707", "OS-SRV-USG:launched_at": "2023-04-18T14:35:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1775621931"}], "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 14:38:33,885 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/84ecf5bb-f207-4523-bb55-fb147ede0570 0.044s 2023-04-18 14:38:33,885 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38: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-5cf269c0-6271-4326-811f-aecf5f3724ab', 'x-compute-request-id': 'req-5cf269c0-6271-4326-811f-aecf5f3724ab', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/84ecf5bb-f207-4523-bb55-fb147ede0570'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 84ecf5bb-f207-4523-bb55-fb147ede0570 could not be found."}}' 2023-04-18 14:38:33,918 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-136376707 0.031s 2023-04-18 14:38:33,918 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38: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-749bfef8-4f19-4339-9851-0910f85cab7a', 'x-compute-request-id': 'req-749bfef8-4f19-4339-9851-0910f85cab7a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-136376707'} Body: b'' 2023-04-18 14:38:34,109 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/e2fa94e9-2bda-49b1-b8ba-3a675d9d0651 0.190s 2023-04-18 14:38:34,109 79791 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-8b231012-d627-4c13-99a6-61e5336b5730', 'content -length': '0', 'date': 'Tue, 18 Apr 2023 14:38:34 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/e2fa94e9-2bda-49b1-b8ba-3a675d9d0651'} Body: b'' 2023-04-18 14:38:34,127 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/e2fa94e9-2bda-49b1-b8ba-3a675d9d0651 0.017s 2023-04-18 14:38:34,128 79791 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-20e0dfc1-c6bb-4edc-ac5b-82318e5d9909', 'date': 'Tue, 18 Apr 2023 14:38:34 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/e2fa94e9-2bda-49b1-b8ba-3a675d9d0651'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group e2fa94e9-2bda-49b1-b8ba-3a675d9d0651 does not exist", "detail": ""}}' 2023-04-18 14:38:34,588 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/ba42a531-2b7a-4354-847b-ba1e316581f0 0.460s 2023-04-18 14:38:34,589 79791 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-e4ca0f29-0adc-4ab0-8858-1b73a2bb936a', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 14:38:34 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/ba42a531-2b7a-4354-847b-ba1e316581f0'} Body: b'' 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 509a655e-d9f1-431a-a04e-bd0c06464152 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:38:39,737 79787 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes 0.392s 2023-04-18 14:38:39,737 79787 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-645525455"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-338f41a1-7aaf-4e31-bf8e-6989249fd8b2', 'content-length': '885', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-338f41a1-7aaf-4e31-bf8e-6989249fd8b2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes'} Body: b'{"volume": {"id": "509a655e-d9f1-431a-a04e-bd0c06464152", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:38:39.678267", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-645525455", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes/509a655e-d9f1-431a-a04e-bd0c06464152"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5513b539aed544c6b808ac15bc9063ed/volumes/509a655e-d9f1-431a-a04e-bd0c06464152"}], "user_id": "c13e57a7d54b437f91526a9375f22013", "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 14:38:39,789 79787 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes/509a655e-d9f1-431a-a04e-bd0c06464152 0.042s 2023-04-18 14:38:39,789 79787 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 14:38:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05a325f7-4572-400c-bef5-1f990dcdd93f', 'content-length': '953', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05a325f7-4572-400c-bef5-1f990dcdd93f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes/509a655e-d9f1-431a-a04e-bd0c06464152'} Body: b'{"volume": {"id": "509a655e-d9f1-431a-a04e-bd0c06464152", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:38:40.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-645525455", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes/509a655e-d9f1-431a-a04e-bd0c06464152"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5513b539aed544c6b808ac15bc9063ed/volumes/509a655e-d9f1-431a-a04e-bd0c06464152"}], "user_id": "c13e57a7d54b437f91526a9375f22013", "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": "5513b539aed544c6b808ac15bc9063ed"}}' 2023-04-18 14:38:40,843 79787 INFO [tempest.lib.common.rest_client] Request (VolumesTra nsfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes/509a655e-d9f1-431a-a04e-bd0c06464152 0.042s 2023-04-18 14:38:40,844 79787 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 14:38:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80342dd3-8daa-4b2a-9673-d9a5d9672e1e', 'content-length': '974', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80342dd3-8daa-4b2a-9673-d9a5d9672e1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes/509a655e-d9f1-431a-a04e-bd0c06464152'} Body: b'{"volume": {"id": "509a655e-d9f1-431a-a04e-bd0c06464152", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:38:40.000000", "updated_at": "2023-04-18T14:38:40.000000", "name": "tempest-VolumesTransfersV355Test-Volume-645525455", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes/509a655e-d9f1-431a-a04e-bd0c06464152"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5513b539aed544c6b808ac15bc9063ed/volumes/509a655e-d9f1-431a-a04e-bd0c06464152"}], "user_id": "c13e57a7d54b437f91526a9375f22013", "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": "5513b539aed544c6b808ac15bc9063ed"}}' 2023-04-18 14:38:40,893 79787 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes/509a655e-d9f1-431a-a04e-bd0c06464152 0.039s 2023-04-18 14:38:40,894 79787 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 14:38:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8a916b8-b1c5-4de7-aff4-9873acaadaf3', 'content-length': '974', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8a916b8-b1c5-4de7-aff4-9873acaadaf3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes/509a655e-d9f1-431a-a04e-bd0c06464152'} Body: b'{"volume": {"id": "509a655e-d9f1-431a-a04e-bd0c06464152", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:38:40.000000", "updated_at": "2023-04-18T14:38:40.000000", "name": "tempest-VolumesTransfersV355Test-Volume-645525455", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes/509a655e-d9f1-431a-a04e-bd0c06464152"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5513b539aed544c6b808ac15bc9063ed/volumes/509a655e-d9f1-431a-a04e-bd0c06464152"}], "user_id": "c13e57a7d54b437f91526a9375f22013", "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": "5513b539aed544c6b808ac15bc9063ed"}}' 2023-04-18 14:38:41,079 79787 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_ru n_cleanups): 202 DELETE http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes/509a655e-d9f1-431a-a04e-bd0c06464152 0.174s 2023-04-18 14:38:41,079 79787 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 14:38:40 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-592c2765-ad3d-4e74-a078-fa8b57b3c8e5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes/509a655e-d9f1-431a-a04e-bd0c06464152'} Body: b'' 2023-04-18 14:38:41,101 79787 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes/509a655e-d9f1-431a-a04e-bd0c06464152 0.021s 2023-04-18 14:38:41,101 79787 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 14:38:41 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-43a46047-1ede-40c2-8a49-e2b916de5999', 'x-openstack-request-id': 'req-43a46047-1ede-40c2-8a49-e2b916de5999', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes/509a655e-d9f1-431a-a04e-bd0c06464152'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 509a655e-d9f1-431a-a04e-bd0c06464152 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 19d75642-a020-47a8-b1ac-912f9b5e0cfb failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:38:41,360 79787 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes 0.255s 2023-04-18 14:38:41,360 79787 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-1274845344"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dda7af70-7f15-42e4-895c-a0364b2037a3', 'content-length': '886', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dda7af70-7f15-42e4-895c-a0364b2037a3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes'} Body: b'{"volume": {"id": "19d75642-a020-47a8-b1ac-912f9b5e0cfb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:38:41.258409", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1274845344", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes/19d75642-a020-47a8-b1ac-912f9b5e0cfb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5513b539aed544c6b808ac15bc9063ed/volumes/19d75642-a020-47a8-b1ac-912f9b5e0cfb"}], "user_id": "c13e57a7d54b437f91526a9375f22013", "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 14:38:41,426 79787 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes/19d75642-a020-47a8-b1ac-912f9b5e0cfb 0.056s 2023-04-18 14:38:41,426 79787 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 14:38:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fa170ca-4064-4d74-abb7-f961f93f71d9', 'content-length': '954', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fa170ca-4064-4d74-abb7-f961f93f71d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes/19d75642-a020-47a8-b1ac-912f9b5e0cfb'} Body: b'{"volume": {"id": "19d75642-a020-47a8-b1ac-912f9b5e0cfb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:38:41.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1274845344", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes/19d75642-a020-47a8-b1ac-912f9b5e0cfb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5513b539aed544c6b808ac15bc9063ed/volumes/19d75642-a020-47a8-b1ac-912f9b5e0cfb"}], "user_id": "c13e57a7d54b437f91526a9375f22013", "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": "5513b539aed544c6b808ac15bc9063ed"}}' 2023-04-18 14:38:42,478 79787 INFO [tempest.lib.common.rest_client] Request (VolumesTransfer sV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes/19d75642-a020-47a8-b1ac-912f9b5e0cfb 0.040s 2023-04-18 14:38:42,478 79787 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 14:38:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e8a6c2f-6851-4659-accf-d23bea3f7616', 'content-length': '975', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e8a6c2f-6851-4659-accf-d23bea3f7616', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes/19d75642-a020-47a8-b1ac-912f9b5e0cfb'} Body: b'{"volume": {"id": "19d75642-a020-47a8-b1ac-912f9b5e0cfb", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:38:41.000000", "updated_at": "2023-04-18T14:38:41.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1274845344", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes/19d75642-a020-47a8-b1ac-912f9b5e0cfb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5513b539aed544c6b808ac15bc9063ed/volumes/19d75642-a020-47a8-b1ac-912f9b5e0cfb"}], "user_id": "c13e57a7d54b437f91526a9375f22013", "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": "5513b539aed544c6b808ac15bc9063ed"}}' 2023-04-18 14:38:42,539 79787 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes/19d75642-a020-47a8-b1ac-912f9b5e0cfb 0.050s 2023-04-18 14:38:42,539 79787 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 14:38:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc3f96d2-fdef-4450-b63d-19a94013f21b', 'content-length': '975', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc3f96d2-fdef-4450-b63d-19a94013f21b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes/19d75642-a020-47a8-b1ac-912f9b5e0cfb'} Body: b'{"volume": {"id": "19d75642-a020-47a8-b1ac-912f9b5e0cfb", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:38:41.000000", "updated_at": "2023-04-18T14:38:41.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1274845344", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes/19d75642-a020-47a8-b1ac-912f9b5e0cfb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5513b539aed544c6b808ac15bc9063ed/volumes/19d75642-a020-47a8-b1ac-912f9b5e0cfb"}], "user_id": "c13e57a7d54b437f91526a9375f22013", "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": "5513b539aed544c6b808ac15bc9063ed"}}' 2023-04-18 14:38:42,696 79787 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_clean ups): 202 DELETE http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes/19d75642-a020-47a8-b1ac-912f9b5e0cfb 0.137s 2023-04-18 14:38:42,696 79787 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 14:38:42 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-14a774a6-26d3-4df3-ba76-92d6729531c6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes/19d75642-a020-47a8-b1ac-912f9b5e0cfb'} Body: b'' 2023-04-18 14:38:42,720 79787 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes/19d75642-a020-47a8-b1ac-912f9b5e0cfb 0.023s 2023-04-18 14:38:42,720 79787 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 14:38:42 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-912d47b3-225a-47b4-915d-f36d61519bf7', 'x-openstack-request-id': 'req-912d47b3-225a-47b4-915d-f36d61519bf7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/5513b539aed544c6b808ac15bc9063ed/volumes/19d75642-a020-47a8-b1ac-912f9b5e0cfb'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 19d75642-a020-47a8-b1ac-912f9b5e0cfb 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 3fbbd6af-e38b-4a0f-92a9-b0eec072caa5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:38:45,967 79799 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 POST http://10.0.0.210/volume/v3/baa2f33788994071b78676771e1d6311/types 0.187s 2023-04-18 14:38:45,968 79799 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-2119266197"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb778b80-498f-43ab-98d2-c74f867947d1', 'content-length': '228', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb778b80-498f-43ab-98d2-c74f867947d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/baa2f33788994071b78676771e1d6311/types'} Body: b'{"volume_type": {"id": "86123652-939a-46b3-9bb8-cc2a19e12790", "name": "tempest-GroupSnapshotsV319Test-volume-type-2119266197", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-18 14:38:46,011 79799 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/baa2f33788994071b78676771e1d6311/group_types 0.040s 2023-04-18 14:38:46,011 79799 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-613997166"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7148adc-bcf1-447e-96a3-33afa182caff', 'content-length': '184', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7148adc-bcf1-447e-96a3-33afa182caff', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/baa2f33788994071b78676771e1d6311/group_types'} Body: b'{"group_type": {"id": "55b95d1e-18e2-4af5-aac1-ca88f1184803", "name": "tempest-GroupSnapshotsV319Test-group-type-613997166", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-18 14:38:46,201 79799 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/e1b294225aca4c0b951a6a20f0a02a68/groups 0.187s 2023-04-18 14:38:46,201 79799 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": "55b95d1e-18e2-4af5-aac1-ca88f1184803", "volume_types": ["86123652-939a-46b3-9bb8-cc2a19e12790"], "name": "tempest-GroupSnapshotsV319Test-Group-117542704"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f1c8440-670f-4f72-8eec-16e3b439f2f0', 'content-length': '115', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f1c8440-670f-4f72-8eec-16e3b439f2f0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e1b294225aca4c0b951a6a20f0a02a68/groups'} Body: b'{"group": {"id": "3fbbd6af-e38b-4a0f-92a9-b0eec072caa5", "name": "tempest-GroupSnapshotsV319Test-Group-117542704"}}' 2023-04-18 14:38:46,239 79799 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/e1b294225aca4c0b951a6a20f0a02a68/groups/3fbbd6af-e38b-4a0f-92a9-b0eec072caa5 0.036s 2023-04-18 14:38:46,239 79799 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 14:38:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38e84850-fdf1-4453-bba9-601d0d2eb622', 'content-length': '395', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38e84850-fdf1-4453-bba9-601d0d2eb622', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e1b294225aca4c0b951a6a20f0a02a68/groups/3fbbd6af-e38b-4a0f-92a9-b0eec072caa5'} Body: b'{"group": {"id": "3fbbd6af-e38b-4a0f-92a9-b0eec072caa5", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-18T14:38:46.000000", "name": "tempest-GroupSnapshotsV319Test-Group-117542704", "description": null, "group_type": "55b95d1e-18e2-4af5-aac1-ca88f1184803", "volume_types": ["86123652-939a-46b3-9bb8-cc2a19e12790"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 14:38:47,278 79799 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/e1b294225aca4c0b951a6a20f0a02a68/groups/3fbbd6af-e38b-4a0f-92a9-b0eec072caa5 0.033s 2023-04-18 14:38:47,278 79799 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 14:38:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e869ed7-413f-455b-8037-54f997a22780', 'content-length': '392', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e869ed7-413f-455b-8037-54f997a22780', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e1b294225aca4c0b951a6a20f0a02a68/groups/3fbbd6af-e38b-4a0f-92a9-b0eec072caa5'} Body: b'{"group": {"id": "3fbbd6af-e38b-4a0f-92a9-b0eec072caa5", "status": "error", "availability_zone": "nova", "created_at": "2023-04-18T14:38:46.000000", "name": "tempest-GroupSnapshotsV319Test-Group-117542704", "description": null, "group_type": "55b95d1e-18e2-4af5-aac1-ca88f1184803", "volume_types": ["86123652-939a-46b3-9bb8-cc2a19e12790"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-18 14:38:47,348 79799 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/e1b294225aca4c0b951a6a20f0a02a68/volumes/detail 0.064s 2023-04-18 14:38:47,348 79799 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 14:38:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1c7fd5b-d3e9-460f-b6e6-1c813583d1f5', 'content-length': '15', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1c7fd5b-d3e9-460f-b6e6-1c813583d1f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e1b294225aca4c0b951a6a20f0a02a68/volumes/detail'} Body: b'{"volumes": []}' 2023-04-18 14:38:47,439 79799 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/e1b294225aca4c0b951a6a20f0a02a68/groups/3fbbd6af-e38b-4a0f-92a9-b0eec072caa5/action 0.080s 2023-04-18 14:38:47,440 79799 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 14:38:47 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-27308aef-d3a4-48f8-92b6-d7170906d217', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e1b294225aca4c0b951a6a20f0a02a68/groups/3fbbd6af-e38b-4a0f-92a9-b0eec072caa5/action'} Body: b'' 2023-04-18 14:38:47,456 79799 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/e1b294225aca4c0b951a6a20f0a02a68/groups/3fbbd6af-e38b-4a0f-92a9-b0eec072caa5 0.016s 2023-04-18 14:38:47,456 79799 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 14:38:47 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-094f9ea3-ce3c-4242-8c7c-f8e3c1d941c8', 'x-openstack-request-id': 'req-094f9ea3-ce3c-4242-8c7c-f8e3c1d941c8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/e1b294225aca4c0b951a6a20f0a02a68/groups/3fbbd6af-e38b-4a0f-92a9-b0eec072caa5'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 3fbbd6af-e38b-4a0f-92a9-b0eec072caa5 could not be found."}}' 2023-04-18 14:38:47,485 79799 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/baa2f33788994071b78676771e1d6311/group_types/55b95d1e-18e2-4af5-aac1-ca88f1184803 0.028s 2023-04-18 14:38:47,485 79799 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 14:38:47 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-4401374d-741d-412e-abf3-f82d20304263', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/baa2f33788994071b78676771e1d6311/group_types/55b95d1e-18e2-4af5-aac1-ca88f1184803'} Body: b'' 2023-04-18 14:38:47,538 79799 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/baa2f33788994071b78676771e1d6311/types/86123652-939a-46b3-9bb8-cc2a19e12790 0.052s 2023-04-18 14:38:47,538 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38: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-b65db8c2-e587-4026-88c5-0b293bbf8a19', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/baa2f33788994071b78676771e1d6311/types/86123652-939a-46b3-9bb8-cc2a19e12790'} Body: b'' 2023-04-18 14:38:47,556 79799 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/baa2f33788994071b78676771e1d6311/types/86123652-939a-46b3-9bb8-cc2a19e12790 0.017s 2023-04-18 14:38:47,556 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: Non e Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:47 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-b3f2322d-aa2e-455e-8d4b-f7c6318316f5', 'x-openstack-request-id': 'req-b3f2322d-aa2e-455e-8d4b-f7c6318316f5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/baa2f33788994071b78676771e1d6311/types/86123652-939a-46b3-9bb8-cc2a19e12790'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 86123652-939a-46b3-9bb8-cc2a19e12790 could not be found."}}' 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 e4e532e3-da2d-4883-a1c3-d92c6327a5cc failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:38:46,445 79787 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 202 POST http://10.0.0.210/volume/v3/e4ea8fcca7b14218bc12d686300d459a/volumes 0.225s 2023-04-18 14:38:46,445 79787 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-373245253"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5ae1d69-9c89-4335-823f-d05c9c4d398d', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5ae1d69-9c89-4335-823f-d05c9c4d398d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e4ea8fcca7b14218bc12d686300d459a/volumes'} Body: b'{"volume": {"id": "e4e532e3-da2d-4883-a1c3-d92c6327a5cc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T14:38:46.380111", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-373245253", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e4ea8fcca7b14218bc12d686300d459a/volumes/e4e532e3-da2d-4883-a1c3-d92c6327a5cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e4ea8fcca7b14218bc12d686300d459a/volumes/e4e532e3-da2d-4883-a1c3-d92c6327a5cc"}], "user_id": "5f39b6cee71e41bf906010812f18fa50", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:38:46,498 79787 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/e4ea8fcca7b14218bc12d686300d459a/volumes/e4e532e3-da2d-4883-a1c3-d92c6327a5cc 0.043s 2023-04-18 14:38:46,499 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67f062e6-f2d0-4e50-83e2-24eb804689f5', 'content-length': '896', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67f062e6-f2d0-4e50-83e2-24eb804689f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e4ea8fcca7b14218bc12d686300d459a/volumes/e4e532e3-da2d-4883-a1c3-d92c6327a5cc'} Body: b'{"volume": {"id": "e4e532e3-da2d-4883-a1c3-d92c6327a5cc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T14:38:46.000000", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-373245253", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e4ea8fcca7b14218bc12d686300d459a/volumes/e4e532e3-da2d-4883-a1c3-d92c6327a5cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e4ea8fcca7b14218bc12d686300d459a/volumes/e4e532e3-da2d-4883-a1c3-d92c6327a5cc"}], "user_id": "5f39b6cee71e41bf906010812f18fa50", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e4ea8fcca7b14218bc12d686300d459a"}}' 2023-04-18 14:38:47,556 79787 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/e4ea8fcca7b14218bc12d686300d459a/volumes/e4e532e3-da2d-4883-a1c3-d92c6327a5cc 0.042s 2023-04-18 14:38:47,557 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-789a91d6-a0c6-46eb-90de-e94ff442d305', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-789a91d6-a0c6-46eb-90de-e94ff442d305', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e4ea8fcca7b14218bc12d686300d459a/volumes/e4e532e3-da2d-4883-a1c3-d92c6327a5cc'} Body: b'{"volume": {"id": "e4e532e3-da2d-4883-a1c3-d92c6327a5cc", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T14:38:46.000000", "updated_at": "2023-04-18T14:38:47.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-373245253", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e4ea8fcca7b14218bc12d686300d459a/volumes/e4e532e3-da2d-4883-a1c3-d92c6327a5cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e4ea8fcca7b14218bc12d686300d459a/volumes/e4e532e3-da2d-4883-a1c3-d92c6327a5cc"}], "user_id": "5f39b6cee71e41bf906010812f18fa50", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e4ea8fcca7b14218bc12d686300d459a"}}' 2023-04-18 14:38:47,610 79787 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/e4ea8fcca7b14218bc12d686300d459a/volumes/e4e532e3-da2d-4883-a1c3-d92c6327a5cc 0.041s 2023-04-18 14:38:47,610 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fe51d98-c0dc-46be-9332-38a96bf3652e', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fe51d98-c0dc-46be-9332-38a96bf3652e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e4ea8fcca7b14218bc12d686300d459a/volumes/e4e532e3-da2d-4883-a1c3-d92c6327a5cc'} Body: b'{"volume": {"id": "e4e532e3-da2d-4883-a1c3-d92c6327a5cc", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T14:38:46.000000", "updated_at": "2023-04-18T14:38:47.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-373245253", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e4ea8fcca7b14218bc12d686300d459a/volumes/e4e532e3-da2d-4883-a1c3-d92c6327a5cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e4ea8fcca7b14218bc12d686300d459a/volumes/e4e532e3-da2d-4883-a1c3-d92c6327a5cc"}], "user_id": "5f39b6cee71e41bf906010812f18fa50", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e4ea8fcca7b14218bc12d686300d459a"}}' 2023-04-18 14:38:47,731 79787 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/e4ea8fcca7b14218bc12d686300d459a/volumes/e4e532e3-da2d-4883-a1c3-d92c6327a5cc 0.110s 2023-04-18 14:38:47,732 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38: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-7d8f4a96-91de-4632-9739-366742901001', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e4ea8fcca7b14218bc12d686300d459a/volumes/e4e532e3-da2d-4883-a1c3-d92c6327a5cc'} Body: b'' 2023-04-18 14:38:47,757 79787 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/e4ea8fcca7b14218bc12d686300d459a/volumes/e4e532e3-da2d-4883-a1c3-d92c6327a5cc 0.024s 2023-04-18 14:38:47,758 79787 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38: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-65a364f3-5da7-434d-955f-0c5dba4bb1e6', 'x-openstack-request-id': 'req-65a364f3-5da7-434d-955f-0c5dba4bb1e6', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/e4ea8fcca7b14218bc12d686300d459a/volumes/e4e532e3-da2d-4883-a1c3-d92c6327a5cc'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e4e532e3-da2d-4883-a1c3-d92c6327a5cc could not be found."}}' 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 9b9d822a-82f5-4490-a57f-e92b69eb7266 failed to build and is in ERROR status 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 b6c4bccf-9051-4ff4-894f-5d12f1cd041e failed to build and is in ERROR status 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 16077e24-5a40-4c98-a363-c2f4032db61d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:39:15,363 79799 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.227s 2023-04-18 14:39:15,363 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestShelveInstance-265088924", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJoTE+QcYmtWqegAauDG7cKJ7x6ewLdeN45IV2bO0m2MLdEkfzub0LLTk56RK4nlGntKv1RBRPgdFB/Ch8MdCzoVWE+v+gZo3RQox9MGalaptE7IO/3TxMS50dc08JSFaA=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:39:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '396', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ea1d341-13d2-42c7-bb23-224720f68950', 'x-compute-request-id': 'req-3ea1d341-13d2-42c7-bb23-224720f68950', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-265088924", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJoTE+QcYmtWqegAauDG7cKJ7x6ewLdeN45IV2bO0m2MLdEkfzub0LLTk56RK4nlGntKv1RBRPgdFB/Ch8MdCzoVWE+v+gZo3RQox9MGalaptE7IO/3TxMS50dc08JSFaA==", "fingerprint": "bd:98:0a:04:f2:35:6b:ef:46:38:2f:47:b2:c4:d3:f5", "user_id": "1b2f3fb19b2e4f868aacae914e94d1af"}}' 2023-04-18 14:39:15,521 79799 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.155s 2023-04-18 14:39:15,521 79799 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-1875162801", "description": "tempest-secgroup-smoke-1875162801 description", "project_id": "3e9da521b6bc4eccb0bb6da002db3bcf"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-e6ce0ea4-668a-4749-903d-2d3e0842eb3c', 'date': 'Tue, 18 Apr 2023 14:39:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "a4e6927c-dbd7-4422-ac5d-660f50a10b53", "name": "tempest-secgroup-smoke-1875162801", "stateful": true, "tenant_id": "3e9da521b6bc4eccb0bb6da002db3bcf", "description": "tempest-secgroup-smoke-1875162801 description", "shared": false, "security_group_rules": [{"id": "3ff27556-0c90-4458-8fc3-e209c5258c75", "tenant_id": "3e9da521b6bc4eccb0bb6da002db3bcf", "security_group_id": "a4e6927c-dbd7-4422-ac5d-660f50a10b53", "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": 901, "description": null, "tags": [], "created_at": "2023-04-18T14:39:15Z", "updated_at": "2023-04-18T14:39:15Z", "revision_number": 0, "project_id": "3e9da521b6bc4eccb0bb6da002db3bcf"}, {"id": "cf07c529-4e47-4463-b3d7-ac2cad03526a", "tenant_id": "3e9da521b6bc4eccb0bb6da002db3bcf", "security_group_id": "a4e6927c-dbd7-4422-ac5d-660f50a10b53", "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": 900, "description": null, "tags": [], "created_at": "2023-04-18T14:39:15Z", "updated_at": "2023-04-18T14:39:15Z", "revision_number": 0, "project_id": "3e9da521b6bc4eccb0bb6da002db3bcf"}], "tags": [], "created_at": "2023-04-18T14:39:15Z", "updated_at": "2023-04-18T14:39 :15Z", "revision_number": 1, "project_id": "3e9da521b6bc4eccb0bb6da002db3bcf"}}' 2023-04-18 14:39:15,681 79799 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.159s 2023-04-18 14:39:15,682 79799 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": "a4e6927c-dbd7-4422-ac5d-660f50a10b53", "project_id": "3e9da521b6bc4eccb0bb6da002db3bcf", "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-072074af-284c-4e0a-b91f-3c2ae22b70ff', 'date': 'Tue, 18 Apr 2023 14:39: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": "6d7a9cf8-3925-4674-a0c9-7223ade5315b", "tenant_id": "3e9da521b6bc4eccb0bb6da002db3bcf", "security_group_id": "a4e6927c-dbd7-4422-ac5d-660f50a10b53", "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-18T14:39:15Z", "updated_at": "2023-04-18T14:39:15Z", "revision_number": 0, "project_id": "3e9da521b6bc4eccb0bb6da002db3bcf"}}' 2023-04-18 14:39:16,030 79799 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.348s 2023-04-18 14:39:16,031 79799 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": "a4e6927c-dbd7-4422-ac5d-660f50a10b53", "project_id": "3e9da521b6bc4eccb0bb6da002db3bcf", "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-00957de7-238f-4192-8406-bcc006c430ee', 'date': 'Tue, 18 Apr 2023 14:39:16 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": "cdfbf8c3-6ec0-4fac-914c-0cbdd9cac9b9", "tenant_id": "3e9da521b6bc4eccb0bb6da002db3bcf", "security_group_id": "a4e6927c-dbd7-4422-ac5d-660f50a10b53", "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-18T14:39:15Z", "updated_at": "2023-04-18T14:39:15Z", "revision_number": 0, "project_id": "3e9da521b6bc4eccb0bb6da002db3bcf"}}' 2023-04-18 14:39:16,221 79799 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.189s 2023-04-18 14:39:16,221 79799 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": "a4e6927c-dbd7-4422-ac5d-660f50a10b53", "project_id": "3e9da521b6bc4eccb0bb6da002db3bcf", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-bf06d3d2-611e-4006-92fd-3ec71594aae0', 'date': 'Tue, 18 Apr 2023 14:39:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"se curity_group_rule": {"id": "dfd799db-884c-4968-9840-8a23eb99fdfc", "tenant_id": "3e9da521b6bc4eccb0bb6da002db3bcf", "security_group_id": "a4e6927c-dbd7-4422-ac5d-660f50a10b53", "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-18T14:39:16Z", "updated_at": "2023-04-18T14:39:16Z", "revision_number": 0, "project_id": "3e9da521b6bc4eccb0bb6da002db3bcf"}}' 2023-04-18 14:39:16,398 79799 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.177s 2023-04-18 14:39:16,399 79799 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": "a4e6927c-dbd7-4422-ac5d-660f50a10b53", "project_id": "3e9da521b6bc4eccb0bb6da002db3bcf", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-13cda90e-186c-466d-8788-b3765e538dd5', 'date': 'Tue, 18 Apr 2023 14:39:16 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": "1b8eb251-6824-4999-ae14-8d355377c611", "tenant_id": "3e9da521b6bc4eccb0bb6da002db3bcf", "security_group_id": "a4e6927c-dbd7-4422-ac5d-660f50a10b53", "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-18T14:39:16Z", "updated_at": "2023-04-18T14:39:16Z", "revision_number": 0, "project_id": "3e9da521b6bc4eccb0bb6da002db3bcf"}}' 2023-04-18 14:39:16,561 79799 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.162s 2023-04-18 14:39:16,562 79799 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": "a4e6927c-dbd7-4422-ac5d-660f50a10b53", "project_id": "3e9da521b6bc4eccb0bb6da002db3bcf", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-67103b4b-9708-4763-93a2-822ec9029433', 'date': 'Tue, 18 Apr 2023 14:39:16 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": "f7a03905-623a-46f6-b68a-f7a880736bff", "tenant_id": "3e9da521b6bc4eccb0bb6da002db3bcf", "security_group_id": "a4e6927c-dbd7-4422-ac5d-660f50a10b53", "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-18T14:39:16Z", "updated_at": "2023-04-18T14:39:16Z", "revision_number": 0, "project_id": "3e9da521b6bc4eccb0bb6da002db3bcf"}}' 2023-04-18 14:39:16,747 79799 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.184s 2023-04-18 14:39:16,747 79799 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": "a4e6927c-dbd7-4422-ac5d-660f50a10b53" , "project_id": "3e9da521b6bc4eccb0bb6da002db3bcf", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-2aab63a8-6c04-4167-998f-9fbb9a862876', 'date': 'Tue, 18 Apr 2023 14:39:16 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": "3f78361c-22f8-422a-9f0a-56ea2fd75b38", "tenant_id": "3e9da521b6bc4eccb0bb6da002db3bcf", "security_group_id": "a4e6927c-dbd7-4422-ac5d-660f50a10b53", "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-18T14:39:16Z", "updated_at": "2023-04-18T14:39:16Z", "revision_number": 0, "project_id": "3e9da521b6bc4eccb0bb6da002db3bcf"}}' 2023-04-18 14:39:16,791 79799 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.038s 2023-04-18 14:39:16,791 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 14:39:16 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-63cf69e6-16f1-4a03-b3f8-0aec47464aa2', '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": "1b2f3fb19b2e4f868aacae914e94d1af", "name": "tempest-TestShelveInstance-733683598-project-member", "password_expires_at": null}, "audit_ids": ["ap2PvHS8SoCf-mxbM7-uPA"], "expires_at": "2023-04-18T15:39:16.000000Z", "issued_at": "2023-04-18T14:39:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e9da521b6bc4eccb0bb6da002db3bcf", "name": "tempest-TestShelveInstance-733683598"}, "is_domain": false, "roles": [{"id": "0385370a4e0841d8b36ccb710ecbbb7f", "name": "reader"}, {"id": "4e14878c038343709e6c1a4b1c9b9b3c", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba3e4f0604614d5cbe532cc36d623cd0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "077962f5889e4dc5b1df7317cb3104c1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d5a2290495040dd9cc776d460990be5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "36bb6b6348e44e578468f7cf12ee6657", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dad492a01e614a8a8914690c07ebad0a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/3e9da521b6bc4eccb0bb6da002db3bcf", "region": "RegionOne"}], "id": "3fc212b920c3401e85def1124172e916", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "cf3bc891281f458db82d1181bcf74100", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "627889b053b346adb8ce9b1ba8efb774", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "066c5b55b9574d78975bbbb61c530bad", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/3e9da521b6bc4eccb0bb6da002db3bcf", "region": "RegionOne"}], "id": "abe9a7d894f740b1943da54d0c46ff7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a19a55206f6f49c9916ef45abbdb3141", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "afe69c9d4c0445c18ac07b7dd26c92ee", "type": "image", "name": "glance"}, {"endpoints": [{"id ": "b9742eaa6b4c43b48cde80e15563fd79", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/3e9da521b6bc4eccb0bb6da002db3bcf", "region": "RegionOne"}], "id": "b81eaa96c4e5426dab17a1d0acda7740", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0b96ff58903940ffa3fe3bb3c1bebe24", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "bc2f14763262433a9f02c157a34e208f", "type": "network", "name": "neutron"}]}}' 2023-04-18 14:39:16,792 79799 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': '59eb6278-77ad-4035-af3e-48b5f0600fde', 'name': 'tempest-TestShelveInstance-1108641445-network', 'tenant_id': '3e9da521b6bc4eccb0bb6da002db3bcf', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3e9da521b6bc4eccb0bb6da002db3bcf', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 49160, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T14:39:02Z', 'updated_at': '2023-04-18T14:39:02Z', 'revision_number': 1} available for tenant 2023-04-18 14:39:17,172 79799 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.0.0.210/volume/v3/3e9da521b6bc4eccb0bb6da002db3bcf/volumes 0.379s 2023-04-18 14:39:17,172 79799 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-861469811", "imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:39:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55539c9f-95c8-4695-ad05-13a0670589d6', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55539c9f-95c8-4695-ad05-13a0670589d6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3e9da521b6bc4eccb0bb6da002db3bcf/volumes'} Body: b'{"volume": {"id": "16077e24-5a40-4c98-a363-c2f4032db61d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:39:17.113446", "updated_at": null, "name": "tempest-tempest.common.compute-volume-861469811", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3e9da521b6bc4eccb0bb6da002db3bcf/volumes/16077e24-5a40-4c98-a363-c2f4032db61d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3e9da521b6bc4eccb0bb6da002db3bcf/volumes/16077e24-5a40-4c98-a363-c2f4032db61d"}], "user_id": "1b2f3fb19b2e4f868aacae914e94d1af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:39:17,228 79799 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/3e9da521b6bc4eccb0bb6da002db3bcf/volumes/16077e24-5a40-4c98-a363-c2f4032db61d 0.046s 2023-04-18 14:39:17,228 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:39:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e57ed4e-b053-4c5f-8301-6f80eb5cfd9d', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-requ est-id': 'req-3e57ed4e-b053-4c5f-8301-6f80eb5cfd9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3e9da521b6bc4eccb0bb6da002db3bcf/volumes/16077e24-5a40-4c98-a363-c2f4032db61d'} Body: b'{"volume": {"id": "16077e24-5a40-4c98-a363-c2f4032db61d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:39:17.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-861469811", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3e9da521b6bc4eccb0bb6da002db3bcf/volumes/16077e24-5a40-4c98-a363-c2f4032db61d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3e9da521b6bc4eccb0bb6da002db3bcf/volumes/16077e24-5a40-4c98-a363-c2f4032db61d"}], "user_id": "1b2f3fb19b2e4f868aacae914e94d1af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3e9da521b6bc4eccb0bb6da002db3bcf"}}' 2023-04-18 14:39:18,280 79799 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/3e9da521b6bc4eccb0bb6da002db3bcf/volumes/16077e24-5a40-4c98-a363-c2f4032db61d 0.041s 2023-04-18 14:39:18,281 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:39:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf3abfbd-c89f-4e28-8440-ff4c973c8d0f', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf3abfbd-c89f-4e28-8440-ff4c973c8d0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3e9da521b6bc4eccb0bb6da002db3bcf/volumes/16077e24-5a40-4c98-a363-c2f4032db61d'} Body: b'{"volume": {"id": "16077e24-5a40-4c98-a363-c2f4032db61d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:39:17.000000", "updated_at": "2023-04-18T14:39:17.000000", "name": "tempest-tempest.common.compute-volume-861469811", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3e9da521b6bc4eccb0bb6da002db3bcf/volumes/16077e24-5a40-4c98-a363-c2f4032db61d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3e9da521b6bc4eccb0bb6da002db3bcf/volumes/16077e24-5a40-4c98-a363-c2f4032db61d"}], "user_id": "1b2f3fb19b2e4f868aacae914e94d1af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3e9da521b6bc4eccb0bb6da002db3bcf"}}' 2023-04-18 14:39:18,392 79799 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 DELETE http://10.0.0.210/volume/v3/3e9da521b6bc4eccb0bb6da002db3bcf/volumes/16077e24-5a40-4c98-a363-c2f4032db61d 0.101s 2023-04-18 14:39:18,393 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:39: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-98b72f9f-82a3-4930-928e-64122f683806', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3e9da521b6bc4eccb0bb6da002db3bcf/volumes/16077e24-5a40-4c98-a363-c2f4032db61d'} Body: b'' 2023-04-18 14:39:18,415 79799 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 404 GET http://10.0.0.210/volume/v3/3e9da521b6bc4eccb0bb6da002db3bcf/volumes/16077e24-5a40-4c98-a363-c2f4032db61d 0.021s 2023-04-18 14:39:18,415 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:39: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-bc19ed99-f9a5-4eb8-aa9a-1a177f75271c', 'x-openstack-request-id': 'req-bc19ed99-f9a5-4eb8-aa9a-1a177f75271c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/3e9da521b6bc4eccb0bb6da002db3bcf/volumes/16077e24-5a40-4c98-a363-c2f4032db61d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 16077e24-5a40-4c98-a363-c2f4032db61d could not be found."}}' 2023-04-18 14:39:18,574 79799 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/a4e6927c-dbd7-4422-ac5d-660f50a10b53 0.157s 2023-04-18 14:39:18,575 79799 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-dcdb255e-3db6-4b60-8346-8b859d7ac9f1', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 14:39:18 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a4e6927c-dbd7-4422-ac5d-660f50a10b53'} Body: b'' 2023-04-18 14:39:18,604 79799 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-265088924 0.029s 2023-04-18 14:39:18,605 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:39:18 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-25d529eb-22ba-495c-ac7b-b77acb3f0556', 'x-compute-request-id': 'req-25d529eb-22ba-495c-ac7b-b77acb3f0556', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-265088924'} Body: b'' 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 61263e84-f492-48ec-9c9f-eeee130bb83c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:39:26,921 79799 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 202 POST http://10.0.0.210/volume/v3/a7393971ef2f4195884313ce4c55c2e1/volumes 0.374s 2023-04-18 14:39:26,922 79799 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-1404298673"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:39:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee7aa8c9-2289-4c88-a18e-a29a9b2860ce', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee7aa8c9-2289-4c88-a18e-a29a9b2860ce', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a7393971ef2f4195884313ce4c55c2e1/volumes'} Body: b'{"volume": {"id": "61263e84-f492-48ec-9c9f-eeee130bb83c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:39:26.864351", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-1404298673", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a7393971ef2f4195884313ce4c55c2e1/volumes/61263e84-f492-48ec-9c9f-eeee130bb83c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a7393971ef2f4195884313ce4c55c2e1/volumes/61263e84-f492-48ec-9c9f-eeee130bb83c"}], "user_id": "c242b8c8707c48e883f7a217587a5e4c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:39:26,972 79799 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/a7393971ef2f4195884313ce4c55c2e1/volumes/61263e84-f492-48ec-9c9f-eeee130bb83c 0.039s 2023-04-18 14:39:26,972 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:39:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ea285ae-8361-4115-b21e-3cc6cac4c1e8', 'content-length': '895', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ea285ae-8361-4115-b21e-3cc6cac4c1e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a7393971ef2f4195884313ce4c55c2e1/volumes/61263e84-f492-48ec-9c9f-eeee130bb83c'} Body: b'{"volume": {"id": "61263e84-f492-48ec-9c9f-eeee130bb83c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:39:27.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-1404298673", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a7393971ef2f4195884313ce4c55c2e1/volumes/61263e84-f492-48ec-9c9f-eeee130bb83c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a7393971ef2f4195884313ce4c55c2e1/volumes/61263e84-f492-48ec-9c9f-eeee130bb83c"}], "user_id": "c242b8c8707c48e883f7a217587a5e4c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a7393971ef2f4195884313ce4c55c2e1"}}' 2023-04-18 14:39:28,090 79799 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/a7393971ef2f4195884313ce4c55c2e1/volumes/61263e84-f492-48ec-9c9f-eeee130bb83c 0.106s 2 023-04-18 14:39:28,090 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:39:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2834ee85-911c-469e-aa6d-af82e8bd20e2', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2834ee85-911c-469e-aa6d-af82e8bd20e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a7393971ef2f4195884313ce4c55c2e1/volumes/61263e84-f492-48ec-9c9f-eeee130bb83c'} Body: b'{"volume": {"id": "61263e84-f492-48ec-9c9f-eeee130bb83c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:39:27.000000", "updated_at": "2023-04-18T14:39:27.000000", "name": "tempest-CreateVolumesFromSnapshotTest-Volume-1404298673", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a7393971ef2f4195884313ce4c55c2e1/volumes/61263e84-f492-48ec-9c9f-eeee130bb83c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a7393971ef2f4195884313ce4c55c2e1/volumes/61263e84-f492-48ec-9c9f-eeee130bb83c"}], "user_id": "c242b8c8707c48e883f7a217587a5e4c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a7393971ef2f4195884313ce4c55c2e1"}}' 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 bea0bf08-ad94-47b3-bad5-27b2cef475a4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:38:02,391 79793 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 14:38:02,392 79793 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 14:38:02,552 79793 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.157s 2023-04-18 14:38:02,552 79793 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-755706090", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOfq5Z58u1uSYREY9SKWqKeMpnuTkMbMIBy5CF2rVzPyzYZIrrR6t3lPJnMnil7ZaKjyAyDhgRan3Nf21kceRl/K6c1olxV0dH0qUYjnFgqLLnBE72IibaVMUmTWHWF0Dg=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:02 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-fa97aa01-36d7-4853-a08d-8b019d6a4751', 'x-compute-request-id': 'req-fa97aa01-36d7-4853-a08d-8b019d6a4751', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-755706090", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOfq5Z58u1uSYREY9SKWqKeMpnuTkMbMIBy5CF2rVzPyzYZIrrR6t3lPJnMnil7ZaKjyAyDhgRan3Nf21kceRl/K6c1olxV0dH0qUYjnFgqLLnBE72IibaVMUmTWHWF0Dg==", "fingerprint": "f3:de:c8:09:f3:3d:a5:5a:fd:df:22:e2:65:21:f7:58", "user_id": "8b4ce9342145403c9ba6a9871fbf490e"}}' 2023-04-18 14:38:02,555 79793 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-755706090 created 2023-04-18 14:38:02,802 79793 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.247s 2023-04-18 14:38:02,803 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--655410088", "description": "tempest-description--771473691"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1595', 'x-openstack-request-id': 'req-a549d736-c5f5-430e-b039-ea1ab00fe7a9', 'date': 'Tue, 18 Apr 2023 14:38:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "7204cac7-f445-4484-bbe5-8984f0bc3b07", "name": "tempest-securitygroup--655410088", "stateful": true, "tenant_id": "3549c53be65e4fc2a2bb124109319ca2", "description": "tempest-description--771473691", "shared": false, "security_group_rules": [{"id": "2f5f80d1-2c01-4a9d-8e79-b70afb4b78db", "tenant_id": "3549c53be65e4fc2a2bb124109319ca2", "security_group_id": "7204cac7-f445-4484-bbe5-8984f0bc3b07", "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": 750, "description": null, "tags": [], "created_at": "2023-04-18T14:38:02Z", "updated_at": "2023-04-18T14:38:02Z", "revision_number": 0, "project_id": "3549c53be65e4fc2a2bb124109319ca2"}, {"id": "81a61773-6748-4fe9-bf3d-58dab3b1e145", "tenant_id": "3549c53be65e4fc2a2bb124109319ca2", "security_group_id": "7204cac7-f445-4484-bbe5-8984f0bc3b07", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_p refix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 749, "description": null, "tags": [], "created_at": "2023-04-18T14:38:02Z", "updated_at": "2023-04-18T14:38:02Z", "revision_number": 0, "project_id": "3549c53be65e4fc2a2bb124109319ca2"}], "tags": [], "created_at": "2023-04-18T14:38:02Z", "updated_at": "2023-04-18T14:38:02Z", "revision_number": 1, "project_id": "3549c53be65e4fc2a2bb124109319ca2"}}' 2023-04-18 14:38:02,963 79793 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.159s 2023-04-18 14:38:02,963 79793 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": "7204cac7-f445-4484-bbe5-8984f0bc3b07", "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-de879585-ab15-4810-8075-cf63b1665eac', 'date': 'Tue, 18 Apr 2023 14:38:02 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": "f649e305-0217-4f76-aeb6-cc44c738142b", "tenant_id": "3549c53be65e4fc2a2bb124109319ca2", "security_group_id": "7204cac7-f445-4484-bbe5-8984f0bc3b07", "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-18T14:38:02Z", "updated_at": "2023-04-18T14:38:02Z", "revision_number": 0, "project_id": "3549c53be65e4fc2a2bb124109319ca2"}}' 2023-04-18 14:38:03,122 79793 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.158s 2023-04-18 14:38:03,122 79793 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": "7204cac7-f445-4484-bbe5-8984f0bc3b07", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-5b481e62-18d2-4f33-b2a7-1ddddd628c2d', 'date': 'Tue, 18 Apr 2023 14:38: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": "668d5998-e72c-477f-9bc9-c41fbfe6663c", "tenant_id": "3549c53be65e4fc2a2bb124109319ca2", "security_group_id": "7204cac7-f445-4484-bbe5-8984f0bc3b07", "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-18T14:38:03Z", "updated_at": "2023-04-18T14:38:03Z", "revision_number": 0, "project_id": "3549c53be65e4fc2a2bb124109319ca2"}}' 2023-04-18 14:38:03,123 79793 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--655410088 created 2023-04-18 14:38:03,864 79793 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.740s 2023-04-18 14:38:03,864 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "bfbf9c15-045f-401e-b79e-fba95e5a0430"}} Response - Headers: {'content-ty pe': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-0fe97337-bf46-45c8-b8b3-55113c49e223', 'date': 'Tue, 18 Apr 2023 14:38:03 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "ea9e0a90-1d5d-4caf-b837-619deb224e04", "tenant_id": "3549c53be65e4fc2a2bb124109319ca2", "floating_ip_address": "172.24.4.104", "floating_network_id": "bfbf9c15-045f-401e-b79e-fba95e5a0430", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "3549c53be65e4fc2a2bb124109319ca2", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T14:38:03Z", "updated_at": "2023-04-18T14:38:03Z", "revision_number": 0}}' 2023-04-18 14:38:03,864 79793 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'ea9e0a90-1d5d-4caf-b837-619deb224e04', 'tenant_id': '3549c53be65e4fc2a2bb124109319ca2', 'floating_ip_address': '172.24.4.104', 'floating_network_id': 'bfbf9c15-045f-401e-b79e-fba95e5a0430', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '3549c53be65e4fc2a2bb124109319ca2', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T14:38:03Z', 'updated_at': '2023-04-18T14:38:03Z', 'revision_number': 0, 'ip': '172.24.4.104'} created 2023-04-18 14:38:03,905 79793 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.035s 2023-04-18 14:38:03,905 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:03 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-974fbf2b-04e1-456a-aabc-f3043f1e66e1', '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": "8b4ce9342145403c9ba6a9871fbf490e", "name": "tempest-AttachVolumeShelveTestJSON-1759405781-project-member", "password_expires_at": null}, "audit_ids": ["ylDzITKnR3O03xB4UnFrSw"], "expires_at": "2023-04-18T15:38:03.000000Z", "issued_at": "2023-04-18T14:38:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3549c53be65e4fc2a2bb124109319ca2", "name": "tempest-AttachVolumeShelveTestJSON-1759405781"}, "is_domain": false, "roles": [{"id": "0385370a4e0841d8b36ccb710ecbbb7f", "name": "reader"}, {"id": "4e14878c038343709e6c1a4b1c9b9b3c", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba3e4f0604614d5cbe532cc36d623cd0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "077962f5889e4dc5b1df7317cb3104c1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d5a2290495040dd9cc776d460990be5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "36bb6b6348e44e578468f7cf12ee6657", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dad492a01e614a8a8914690c07ebad0a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/3549c53be65e4fc2a2bb124109319ca2", "region": "RegionOne"}], "id": "3fc212b920c3401e85def1124172e916", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "cf3bc891281f458db82d1181bcf74100", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "627889b053b346adb8ce9b1ba8efb774", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "066c5b55b9574d78975bbbb61c530bad", "interface": "pub lic", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/3549c53be65e4fc2a2bb124109319ca2", "region": "RegionOne"}], "id": "abe9a7d894f740b1943da54d0c46ff7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a19a55206f6f49c9916ef45abbdb3141", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "afe69c9d4c0445c18ac07b7dd26c92ee", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b9742eaa6b4c43b48cde80e15563fd79", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/3549c53be65e4fc2a2bb124109319ca2", "region": "RegionOne"}], "id": "b81eaa96c4e5426dab17a1d0acda7740", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0b96ff58903940ffa3fe3bb3c1bebe24", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "bc2f14763262433a9f02c157a34e208f", "type": "network", "name": "neutron"}]}}' 2023-04-18 14:38:03,905 79793 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': '624f60ce-989c-4401-bbed-ba6d9b82f01c', 'name': 'tempest-AttachVolumeShelveTestJSON-1014283809-network', 'tenant_id': '3549c53be65e4fc2a2bb124109319ca2', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3549c53be65e4fc2a2bb124109319ca2', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 53066, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T14:37:56Z', 'updated_at': '2023-04-18T14:37:56Z', 'revision_number': 1} available for tenant 2023-04-18 14:38:03,906 79793 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-755706090', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOfq5Z58u1uSYREY9SKWqKeMpnuTkMbMIBy5CF2rVzPyzYZIrrR6t3lPJnMnil7ZaKjyAyDhgRan3Nf21kceRl/K6c1olxV0dH0qUYjnFgqLLnBE72IibaVMUmTWHWF0Dg==', 'fingerprint': 'f3:de:c8:09:f3:3d:a5:5a:fd:df:22:e2:65:21:f7:58', 'user_id': '8b4ce9342145403c9ba6a9871fbf490e', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBuaHlgNSkEIqeQwmdZH4IChbFaKrKHLdG+OMq+fKsLVh5vr/hbe1VU\nyaJq5atzBTqgBwYFK4EEACKhZANiAATn6uWefLtbkmERGPUilqinjKZ7k5DGzCAc\nuQhdq1cz8s2GSK60erd5TyZzJ4pe2Wio8gMg4YEWp9zX9tZHHkZfyunNaJcVdHR9\nKlGI5xYKiy5wRO9iIm2lTFJk1h1hdA4=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '7204cac7-f445-4484-bbe5-8984f0bc3b07', 'name': 'tempest-securitygroup--655410088', 'stateful': True, 'tenant_id': '3549c53be65e4fc2a2bb124109319ca2', 'description': 'tempest-description--771473691', 'shared': False, 'security_group_rules': [{'id': '2f5f80d1-2c01-4a9d-8e79-b70afb4b78db', 'tenant_id': '3549c53be65e4fc2a2bb124109319ca2', 'security_group_id': '7204cac7-f445-4484-bbe5-8984f0bc3b07', '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': 750, 'description': None, 'tags': [], 'created_at': '2023-04-18T14:38:02Z', 'updated_at': '2023-04-18T14:38:02Z', 'revision_number': 0, 'project_id': '3549c53be65e4fc2a2bb124109319ca2'}, {'id': '81a61773-6748-4fe9-bf3d-58dab3b1e145', 'tenant_id': '3549c53be65e4fc2a2bb124109319ca2', 'security_group_id': '7204cac7-f445-4484-bbe5-8984f0bc3b07', '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': 749, 'description': None, 'tags': [], 'created_at': '2023-04-18T14:38:02Z', 'updated_at': '2023-04- 18T14:38:02Z', 'revision_number': 0, 'project_id': '3549c53be65e4fc2a2bb124109319ca2'}], 'tags': [], 'created_at': '2023-04-18T14:38:02Z', 'updated_at': '2023-04-18T14:38:02Z', 'revision_number': 1, 'project_id': '3549c53be65e4fc2a2bb124109319ca2'}, 'floating_ip': {'id': 'ea9e0a90-1d5d-4caf-b837-619deb224e04', 'tenant_id': '3549c53be65e4fc2a2bb124109319ca2', 'floating_ip_address': '172.24.4.104', 'floating_network_id': 'bfbf9c15-045f-401e-b79e-fba95e5a0430', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '3549c53be65e4fc2a2bb124109319ca2', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T14:38:03Z', 'updated_at': '2023-04-18T14:38:03Z', 'revision_number': 0, 'ip': '172.24.4.104'}} 2023-04-18 14:38:04,739 79793 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.832s 2023-04-18 14:38:04,739 79793 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-768362337", "imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "624f60ce-989c-4401-bbed-ba6d9b82f01c"}], "security_groups": [{"name": "tempest-securitygroup--655410088"}], "key_name": "tempest-keypair-755706090", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/b3543651-513e-446d-a15d-563bc0c76e5d', '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-039aeba6-37aa-4577-8aa9-2f453d0fecdd', 'x-compute-request-id': 'req-039aeba6-37aa-4577-8aa9-2f453d0fecdd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "b3543651-513e-446d-a15d-563bc0c76e5d", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b3543651-513e-446d-a15d-563bc0c76e5d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b3543651-513e-446d-a15d-563bc0c76e5d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--655410088"}], "adminPass": "password"}}' 2023-04-18 14:38:04,837 79793 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/b3543651-513e-446d-a15d-563bc0c76e5d 0.095s 2023-04-18 14:38:04,838 79793 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 14:38:04 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-6648774b-9771-485c-bffa-0542044c77b3', 'x-compute-request-id': 'req-6648774b-9771-485c-bffa-0542044c77b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b3543651-513e-446d-a15d-563bc0c76e5d'} Body: b'{"server": {"id": "b3543651-513e-446d-a15d-563bc0c76e5d", "name": "tempest-AttachVolumeShelveTestJSON-server-768362337", "status": "BUILD", "tenant_id": "3549c53be65e4fc2a2bb124109319ca2", "user_id": "8b4ce934 2145403c9ba6a9871fbf490e", "metadata": {}, "hostId": "", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:38:05Z", "updated": "2023-04-18T14:38:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b3543651-513e-446d-a15d-563bc0c76e5d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b3543651-513e-446d-a15d-563bc0c76e5d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-755706090", "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 14:38:55,290 79793 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/b3543651-513e-446d-a15d-563bc0c76e5d 0.393s 2023-04-18 14:38:55,290 79793 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 14:38:54 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-56393164-79ea-406e-bc32-ab3bbb6763a5', 'x-compute-request-id': 'req-56393164-79ea-406e-bc32-ab3bbb6763a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b3543651-513e-446d-a15d-563bc0c76e5d'} Body: b'{"server": {"id": "b3543651-513e-446d-a15d-563bc0c76e5d", "name": "tempest-AttachVolumeShelveTestJSON-server-768362337", "status": "ACTIVE", "tenant_id": "3549c53be65e4fc2a2bb124109319ca2", "user_id": "8b4ce9342145403c9ba6a9871fbf490e", "metadata": {}, "hostId": "4141350bd3c9f70f39079afffb5937d02591c753805500d524e2a6f5", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:38:04Z", "updated": "2023-04-18T14:38:11Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1014283809-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:9b:51"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b3543651-513e-446d-a15d-563bc0c76e5d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b3543651-513e-446d-a15d-563bc0c76e5d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-755706090", "OS-SRV-USG:launched_at": "2023-04-18T14:38:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--655410088"}], "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 14:38:55,304 79793 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-18 14:39:55,534 79793 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/b3543651 -513e-446d-a15d-563bc0c76e5d/os-interface 0.171s 2023-04-18 14:39:55,534 79793 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 14:39:55 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-6cd9f0cb-bb95-416d-ab40-de6a506462ec', 'x-compute-request-id': 'req-6cd9f0cb-bb95-416d-ab40-de6a506462ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b3543651-513e-446d-a15d-563bc0c76e5d/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "624f60ce-989c-4401-bbed-ba6d9b82f01c", "port_id": "2278d6f2-24ff-4870-9be5-a5fae51c37b1", "mac_addr": "fa:16:3e:28:9b:51", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "000135fd-193d-4a47-a3ad-c6a3f9dccf55", "ip_address": "10.0.0.13"}]}]}' 2023-04-18 14:39:56,777 79793 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/ea9e0a90-1d5d-4caf-b837-619deb224e04 1.239s 2023-04-18 14:39:56,777 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "2278d6f2-24ff-4870-9be5-a5fae51c37b1"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-096bb626-98fd-43d6-829b-ce3daf9432e9', 'date': 'Tue, 18 Apr 2023 14:39:56 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/ea9e0a90-1d5d-4caf-b837-619deb224e04'} Body: b'{"floatingip": {"id": "ea9e0a90-1d5d-4caf-b837-619deb224e04", "tenant_id": "3549c53be65e4fc2a2bb124109319ca2", "floating_ip_address": "172.24.4.104", "floating_network_id": "bfbf9c15-045f-401e-b79e-fba95e5a0430", "router_id": "8c72fd50-2fd7-4601-99d2-714bd0142e3c", "port_id": "2278d6f2-24ff-4870-9be5-a5fae51c37b1", "fixed_ip_address": "10.0.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "624f60ce-989c-4401-bbed-ba6d9b82f01c", "mac_address": "fa:16:3e:28:9b:51", "admin_state_up": true, "status": "ACTIVE", "device_id": "b3543651-513e-446d-a15d-563bc0c76e5d", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T14:38:03Z", "updated_at": "2023-04-18T14:39:55Z", "revision_number": 1, "project_id": "3549c53be65e4fc2a2bb124109319ca2"}}' 2023-04-18 14:39:56,779 79793 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.104:22' as 'cirros' with public key authentication 2023-04-18 14:39:56,816 79793 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 14:39:56,839 79793 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 14:39:56,840 79793 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.104 successfully created 2023-04-18 14:39:56,899 79793 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/b3543651-513e-446d-a15d-563bc0c76e5d/ips 0.058s 2023-04-18 14:39:56,899 79793 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 14:39:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '111', '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-1794555c-f5db-4849-975b-4581897a8d57', 'x-compute-request-id': 'req-1794555c-f5db-4849-975b-4581897a8d57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b3543651-513e-446d-a15d-563bc0c76e5d/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-1014283809-network": [{"version": 4, "addr": "10.0.0.13"}]}}' 2023-04-18 14:39:57,190 79793 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/volume/v3/3549c53be65e4fc2a2bb124109319ca2/volumes 0.287s 2023-04-18 14:39:57,190 79793 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-880958597"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:39:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-959b65e3-ed9e-462e-bf83-c78d7881a2df', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-959b65e3-ed9e-462e-bf83-c78d7881a2df', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3549c53be65e4fc2a2bb124109319ca2/volumes'} Body: b'{"volume": {"id": "bea0bf08-ad94-47b3-bad5-27b2cef475a4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:39:57.116879", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-880958597", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3549c53be65e4fc2a2bb124109319ca2/volumes/bea0bf08-ad94-47b3-bad5-27b2cef475a4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3549c53be65e4fc2a2bb124109319ca2/volumes/bea0bf08-ad94-47b3-bad5-27b2cef475a4"}], "user_id": "8b4ce9342145403c9ba6a9871fbf490e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:39:57,271 79793 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/3549c53be65e4fc2a2bb124109319ca2/volumes/bea0bf08-ad94-47b3-bad5-27b2cef475a4 0.069s 2023-04-18 14:39:57,271 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:39:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc48d1dc-133a-4cad-9f52-77ab43af1cc9', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc48d1dc-133a-4cad-9f52-77ab43af1cc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3549c53be65e4fc2a2bb124109319ca2/volumes/bea0bf08-ad94-47b3-bad5-27b2cef475a4'} Body: b'{"volume": {"id": "bea0bf08-ad94-47b3-bad5-27b2cef475a4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:39:57.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-880958597", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3549c53be65e4fc2a2bb124109319ca2/volumes/bea0bf08-ad94-47b3-bad5-27b2cef475a4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3549c53be65e4fc2a2bb124109319ca2/volumes/bea0bf08-ad94-47b3-bad5-27b2cef475a4"}], "user_id": "8b4ce934214 5403c9ba6a9871fbf490e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3549c53be65e4fc2a2bb124109319ca2"}}' 2023-04-18 14:39:58,323 79793 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/3549c53be65e4fc2a2bb124109319ca2/volumes/bea0bf08-ad94-47b3-bad5-27b2cef475a4 0.039s 2023-04-18 14:39:58,323 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:39:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7db81f5-9f13-45cc-8b7b-a74a2eae3462', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7db81f5-9f13-45cc-8b7b-a74a2eae3462', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3549c53be65e4fc2a2bb124109319ca2/volumes/bea0bf08-ad94-47b3-bad5-27b2cef475a4'} Body: b'{"volume": {"id": "bea0bf08-ad94-47b3-bad5-27b2cef475a4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:39:57.000000", "updated_at": "2023-04-18T14:39:57.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-880958597", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3549c53be65e4fc2a2bb124109319ca2/volumes/bea0bf08-ad94-47b3-bad5-27b2cef475a4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3549c53be65e4fc2a2bb124109319ca2/volumes/bea0bf08-ad94-47b3-bad5-27b2cef475a4"}], "user_id": "8b4ce9342145403c9ba6a9871fbf490e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3549c53be65e4fc2a2bb124109319ca2"}}' 2023-04-18 14:39:58,484 79793 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/b3543651-513e-446d-a15d-563bc0c76e5d 0.150s 2023-04-18 14:39:58,484 79793 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 14:39:58 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-f21b1270-7939-473a-adb7-8492e186a489', 'x-compute-request-id': 'req-f21b1270-7939-473a-adb7-8492e186a489', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b3543651-513e-446d-a15d-563bc0c76e5d'} Body: b'' 2023-04-18 14:39:58,698 79793 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/b3543651-513e-446d-a15d-563bc0c76e5d 0.213s 2023-04-18 14:39:58,698 79793 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 14:39:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1711', '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-e5180daf-02f4-43c4-9d11-180856bc3e4e', 'x-compute-request-id': 'req-e5 180daf-02f4-43c4-9d11-180856bc3e4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b3543651-513e-446d-a15d-563bc0c76e5d'} Body: b'{"server": {"id": "b3543651-513e-446d-a15d-563bc0c76e5d", "name": "tempest-AttachVolumeShelveTestJSON-server-768362337", "status": "ACTIVE", "tenant_id": "3549c53be65e4fc2a2bb124109319ca2", "user_id": "8b4ce9342145403c9ba6a9871fbf490e", "metadata": {}, "hostId": "4141350bd3c9f70f39079afffb5937d02591c753805500d524e2a6f5", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:38:04Z", "updated": "2023-04-18T14:39:58Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1014283809-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:9b:51"}, {"version": 4, "addr": "172.24.4.104", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:9b:51"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b3543651-513e-446d-a15d-563bc0c76e5d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b3543651-513e-446d-a15d-563bc0c76e5d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-755706090", "OS-SRV-USG:launched_at": "2023-04-18T14:38:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--655410088"}], "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 14:40:48,756 79793 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/b3543651-513e-446d-a15d-563bc0c76e5d 0.040s 2023-04-18 14:40:48,757 79793 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 14:40:48 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-cd8ec333-d926-474c-8b46-ad6fbffcdff0', 'x-compute-request-id': 'req-cd8ec333-d926-474c-8b46-ad6fbffcdff0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b3543651-513e-446d-a15d-563bc0c76e5d'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance b3543651-513e-446d-a15d-563bc0c76e5d could not be found."}}' 2023-04-18 14:40:48,791 79793 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-755706090 0.033s 2023-04-18 14:40:48,791 79793 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 14:40:48 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-8f6da247-2543-4b5b-a07e-76ad83a83070', 'x-compute-request-id': 'req-8f6da247-2543-4b5b-a07e-76ad83a83070', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-7557060 90'} Body: b'' 2023-04-18 14:40:48,941 79793 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/7204cac7-f445-4484-bbe5-8984f0bc3b07 0.149s 2023-04-18 14:40:48,941 79793 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-390dc932-17dc-4ea7-bee2-132204fea2b1', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 14:40:48 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/7204cac7-f445-4484-bbe5-8984f0bc3b07'} Body: b'' 2023-04-18 14:40:48,962 79793 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/7204cac7-f445-4484-bbe5-8984f0bc3b07 0.020s 2023-04-18 14:40:48,962 79793 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-5e2a809f-ff69-4d94-bc68-1c0edcda3310', 'date': 'Tue, 18 Apr 2023 14:40:48 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/7204cac7-f445-4484-bbe5-8984f0bc3b07'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 7204cac7-f445-4484-bbe5-8984f0bc3b07 does not exist", "detail": ""}}' 2023-04-18 14:40:49,969 79793 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/ea9e0a90-1d5d-4caf-b837-619deb224e04 1.006s 2023-04-18 14:40:49,970 79793 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-4236a651-f992-4011-9675-13d1085aee6b', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 14:40:49 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/ea9e0a90-1d5d-4caf-b837-619deb224e04'} Body: b'' 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 9ac2c3d6-310d-4131-a141-2147e7137d34 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:38:34,594 79791 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 14:38:34,594 79791 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 14:38:34,687 79791 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.087s 2023-04-18 14:38:34,687 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-50073693", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBB+LhzceJo0ZGKpdlufD2xPZSUw8oFwuTliNnK7qZhva8yOtYOFWJMFUGkYlkBB4GfwIFXjhsBSfQryQZ6O/MfuOw5s2Gync1Q5qTsTbyWJ0Uyh76Jw5aBS1qcHwu9XCuw=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '384', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-999a6bad-16f8-4a6c-abd2-3f33b12e2cb6', 'x-compute-request-id': 'req-999a6bad-16f8-4a6c-abd2-3f33b12e2cb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-50073693", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBB+LhzceJo0ZGKpdlufD2xPZSUw8oFwuTliNnK7qZhva8yOtYOFWJMFUGkYlkBB4GfwIFXjhsBSfQryQZ6O/MfuOw5s2Gync1Q5qTsTbyWJ0Uyh76Jw5aBS1qcHwu9XCuw==", "fingerprint": "23:dc:56:92:50:f6:c3:f1:52:81:a6:82:72:b4:9e:1c", "user_id": "43dd536529724c41980d5f2fddd8c71d"}}' 2023-04-18 14:38:34,690 79791 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-50073693 created 2023-04-18 14:38:34,846 79791 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.155s 2023-04-18 14:38:34,846 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--538510966", "description": "tempest-description--1967362271"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-287158bd-1ebe-4cee-b626-603380bf6ef4', 'date': 'Tue, 18 Apr 2023 14:38:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "74a75f92-feeb-418a-9f4f-257630399fed", "name": "tempest-securitygroup--538510966", "stateful": true, "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "description": "tempest-description--1967362271", "shared": false, "security_group_rules": [{"id": "b33554a0-5590-41e4-898d-50d8fc5e2f3e", "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "security_group_id": "74a75f92-feeb-418a-9f4f-257630399fed", "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": 792, "description": null, "tags": [], "created_at": "2023-04-18T14:38:34Z", "updated_at": "2023-04-18T14:38:34Z", "revision_number": 0, "project_id": "e38cf2921e9c49b98933eb439c2ea431"}, {"id": "e34606e5-6f04-4143-9500-98ec5415c489", "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "security_group_id": "74a75f92-feeb-418a-9f4f-257630399fed", "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": 793, "description": null, "tags": [], "created_at": "2023-04-18T14:38:34Z", "updated_at": "2023-04-18T14:38:34Z", "revision_number": 0, "project_id": "e38cf2921e9c49b98933eb439c2ea431"}], "tags": [], "created_at": "2023-04-18T14:38:34Z", "updated_at": "2023-04-18T14:38:34Z", "revision_number": 1, "project_id": "e38cf2921e9c49b98933eb439c2ea431"}}' 2023-04-18 14:38:35,362 79791 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.515s 2023-04-18 14:38:35,362 79791 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": "74a75f92-feeb-418a-9f4f-257630399fed", "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-62e22a2b-60b3-42b1-b5d0-2154d49f8196', 'date': 'Tue, 18 Apr 2023 14:38:35 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": "0af3d111-8bf1-4cbd-8d55-a5a59041fcee", "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "security_group_id": "74a75f92-feeb-418a-9f4f-257630399fed", "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-18T14:38:34Z", "updated_at": "2023-04-18T14:38:34Z", "revision_number": 0, "project_id": "e38cf2921e9c49b98933eb439c2ea431"}}' 2023-04-18 14:38:35,540 79791 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.177s 2023-04-18 14:38:35,540 79791 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": "74a75f92-feeb-418a-9f4f-257630399fed", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-e421ee31-d0db-4eef-a2c8-08dce7381d61', 'date': 'Tue, 18 Apr 2023 14:38:35 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": "7154556c-a631-47a0-8d3f-9f6e360e1b0e", "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "security_group_id": "74a75f92-feeb-418a-9f4f-257630399fed", "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-18T14:38:35Z", "updated_at": "2023-04-18T14:38:35Z", "revision_number": 0, "project_id": "e38cf2921e9c49b98933eb439c2ea431"}}' 2023-04-18 14:38:35,541 79791 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--538510966 created 2023-04-18 14:38:36,362 79791 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.821s 2023-04-18 14:38:36,363 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "bfbf9c15-045f-401e-b79e-fba95e5a0430"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-opens tack-request-id': 'req-0116e975-158e-4409-859c-5852512dbb40', 'date': 'Tue, 18 Apr 2023 14:38:36 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "bfac7c47-58fb-464a-94f1-383dec0a5fcd", "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "floating_ip_address": "172.24.4.47", "floating_network_id": "bfbf9c15-045f-401e-b79e-fba95e5a0430", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "e38cf2921e9c49b98933eb439c2ea431", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T14:38:36Z", "updated_at": "2023-04-18T14:38:36Z", "revision_number": 0}}' 2023-04-18 14:38:36,363 79791 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'bfac7c47-58fb-464a-94f1-383dec0a5fcd', 'tenant_id': 'e38cf2921e9c49b98933eb439c2ea431', 'floating_ip_address': '172.24.4.47', 'floating_network_id': 'bfbf9c15-045f-401e-b79e-fba95e5a0430', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e38cf2921e9c49b98933eb439c2ea431', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T14:38:36Z', 'updated_at': '2023-04-18T14:38:36Z', 'revision_number': 0, 'ip': '172.24.4.47'} created 2023-04-18 14:38:36,453 79791 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.080s 2023-04-18 14:38:36,454 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:36 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-60138b65-f728-44c3-bfb9-2a5dde32d6e9', '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": "43dd536529724c41980d5f2fddd8c71d", "name": "tempest-AttachVolumeNegativeTest-1144777901-project-member", "password_expires_at": null}, "audit_ids": ["mCOvfbh9SRO6p6FSiw6xwg"], "expires_at": "2023-04-18T15:38:36.000000Z", "issued_at": "2023-04-18T14:38:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e38cf2921e9c49b98933eb439c2ea431", "name": "tempest-AttachVolumeNegativeTest-1144777901"}, "is_domain": false, "roles": [{"id": "0385370a4e0841d8b36ccb710ecbbb7f", "name": "reader"}, {"id": "4e14878c038343709e6c1a4b1c9b9b3c", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba3e4f0604614d5cbe532cc36d623cd0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "077962f5889e4dc5b1df7317cb3104c1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d5a2290495040dd9cc776d460990be5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "36bb6b6348e44e578468f7cf12ee6657", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dad492a01e614a8a8914690c07ebad0a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431", "region": "RegionOne"}], "id": "3fc212b920c3401e85def1124172e916", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "cf3bc891281f458db82d1181bcf74100", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "627889b053b346adb8ce9b1ba8efb774", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "066c5b55b9574d78975bbbb61c530bad", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/ e38cf2921e9c49b98933eb439c2ea431", "region": "RegionOne"}], "id": "abe9a7d894f740b1943da54d0c46ff7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a19a55206f6f49c9916ef45abbdb3141", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "afe69c9d4c0445c18ac07b7dd26c92ee", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b9742eaa6b4c43b48cde80e15563fd79", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431", "region": "RegionOne"}], "id": "b81eaa96c4e5426dab17a1d0acda7740", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0b96ff58903940ffa3fe3bb3c1bebe24", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "bc2f14763262433a9f02c157a34e208f", "type": "network", "name": "neutron"}]}}' 2023-04-18 14:38:36,454 79791 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': '241eb4cb-7a63-47fa-873a-79cdcab7a582', 'name': 'tempest-AttachVolumeNegativeTest-1314186642-network', 'tenant_id': 'e38cf2921e9c49b98933eb439c2ea431', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e38cf2921e9c49b98933eb439c2ea431', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 4943, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T14:35:42Z', 'updated_at': '2023-04-18T14:35:42Z', 'revision_number': 1} available for tenant 2023-04-18 14:38:36,455 79791 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-50073693', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBB+LhzceJo0ZGKpdlufD2xPZSUw8oFwuTliNnK7qZhva8yOtYOFWJMFUGkYlkBB4GfwIFXjhsBSfQryQZ6O/MfuOw5s2Gync1Q5qTsTbyWJ0Uyh76Jw5aBS1qcHwu9XCuw==', 'fingerprint': '23:dc:56:92:50:f6:c3:f1:52:81:a6:82:72:b4:9e:1c', 'user_id': '43dd536529724c41980d5f2fddd8c71d', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBN5rVqtnU4uMiLWoex5FY1sWEYHuDyY7iCnF7b5xjkU7vZK41dPaAG\nVcnKLTPyWpWgBwYFK4EEACKhZANiAAQfi4c3HiaNGRiqXZbnw9sT2UlMPKBcLk5Y\njZyu6mYb2vMjrWDhViTBVBpGJZAQeBn8CBV44bAUn0K8kGejvzH7jsObNhsp3NUO\nak7E28lidFMoe+icOWgUtanB8LvVwrs=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '74a75f92-feeb-418a-9f4f-257630399fed', 'name': 'tempest-securitygroup--538510966', 'stateful': True, 'tenant_id': 'e38cf2921e9c49b98933eb439c2ea431', 'description': 'tempest-description--1967362271', 'shared': False, 'security_group_rules': [{'id': 'b33554a0-5590-41e4-898d-50d8fc5e2f3e', 'tenant_id': 'e38cf2921e9c49b98933eb439c2ea431', 'security_group_id': '74a75f92-feeb-418a-9f4f-257630399fed', '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': 792, 'description': None, 'tags': [], 'created_at': '2023-04-18T14:38:34Z', 'updated_at': '2023-04-18T14:38:34Z', 'revision_number': 0, 'project_id': 'e38cf2921e9c49b98933eb439c2ea431'}, {'id': 'e34606e5-6f04-4143-9500-98ec5415c489', 'tenant_id': 'e38cf2921e9c49b98933eb439c2ea431', 'security_group_id': '74a75f92-feeb-418a-9f4f-257630399fed', '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': 793, 'description': None, 'tags': [], 'created_at': '2023-04-18T14:38:34Z', 'updated_at': '2023-04-18T14:38:34Z', 'revision_number': 0, 'project_id': 'e38cf2921e9c49b98933eb439c2ea431'}], 't ags': [], 'created_at': '2023-04-18T14:38:34Z', 'updated_at': '2023-04-18T14:38:34Z', 'revision_number': 1, 'project_id': 'e38cf2921e9c49b98933eb439c2ea431'}, 'floating_ip': {'id': 'bfac7c47-58fb-464a-94f1-383dec0a5fcd', 'tenant_id': 'e38cf2921e9c49b98933eb439c2ea431', 'floating_ip_address': '172.24.4.47', 'floating_network_id': 'bfbf9c15-045f-401e-b79e-fba95e5a0430', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e38cf2921e9c49b98933eb439c2ea431', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T14:38:36Z', 'updated_at': '2023-04-18T14:38:36Z', 'revision_number': 0, 'ip': '172.24.4.47'}} 2023-04-18 14:38:37,202 79791 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.746s 2023-04-18 14:38:37,202 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1810225734", "imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "241eb4cb-7a63-47fa-873a-79cdcab7a582"}], "security_groups": [{"name": "tempest-securitygroup--538510966"}], "key_name": "tempest-keypair-50073693", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/9f57d6a9-a288-4ff8-95d9-5c4df1d9b5c1', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8c7b2fe-3ca1-4641-801d-82c093bca102', 'x-compute-request-id': 'req-d8c7b2fe-3ca1-4641-801d-82c093bca102', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "9f57d6a9-a288-4ff8-95d9-5c4df1d9b5c1", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9f57d6a9-a288-4ff8-95d9-5c4df1d9b5c1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9f57d6a9-a288-4ff8-95d9-5c4df1d9b5c1"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--538510966"}], "adminPass": "password"}}' 2023-04-18 14:38:37,280 79791 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/9f57d6a9-a288-4ff8-95d9-5c4df1d9b5c1 0.074s 2023-04-18 14:38:37,280 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:38:37 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-862325db-922c-4dd8-b584-59776cfb0523', 'x-compute-request-id': 'req-862325db-922c-4dd8-b584-59776cfb0523', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9f57d6a9-a288-4ff8-95d9-5c4df1d9b5c1'} Body: b'{"server": {"id": "9f57d6a9-a288-4ff8-95d9-5c4df1d9b5c1", "name": "tempest-AttachVolumeNegativeTest-server-1810225734", "status": "BUILD", "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "user_id": "43dd536529724c41980d5f2fddd8c71d", "metadata": {}, "hostId": "", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e44 0225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:38:37Z", "updated": "2023-04-18T14:38:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9f57d6a9-a288-4ff8-95d9-5c4df1d9b5c1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9f57d6a9-a288-4ff8-95d9-5c4df1d9b5c1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-50073693", "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 14:39:27,746 79791 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/9f57d6a9-a288-4ff8-95d9-5c4df1d9b5c1 0.404s 2023-04-18 14:39:27,746 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:39:27 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-4a53cc69-7978-49d4-8e62-7e1a1c6ae221', 'x-compute-request-id': 'req-4a53cc69-7978-49d4-8e62-7e1a1c6ae221', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9f57d6a9-a288-4ff8-95d9-5c4df1d9b5c1'} Body: b'{"server": {"id": "9f57d6a9-a288-4ff8-95d9-5c4df1d9b5c1", "name": "tempest-AttachVolumeNegativeTest-server-1810225734", "status": "ACTIVE", "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "user_id": "43dd536529724c41980d5f2fddd8c71d", "metadata": {}, "hostId": "373296ba74213b79d5a33023152d6649d062b554072281114024c4a6", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:38:37Z", "updated": "2023-04-18T14:38:44Z", "addresses": {"tempest-AttachVolumeNegativeTest-1314186642-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8b:27:61"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9f57d6a9-a288-4ff8-95d9-5c4df1d9b5c1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9f57d6a9-a288-4ff8-95d9-5c4df1d9b5c1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-50073693", "OS-SRV-USG:launched_at": "2023-04-18T14:38:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--538510966"}], "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 14:39:27,758 79791 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 14:40:28,017 79791 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/9f57d6a9-a288-4ff8-95d9-5c4df1d9b5c1/os-interface 0.200s 2023-04-18 14:40:28,018 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:40:27 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-3f7a8bb9-ed25-44a7-9095-fa2ad6644606', 'x-compute-request-id': 'req-3f7a8bb9-ed25-44a7-9095-fa2ad6644606', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9f57d6a9-a288-4ff8-95d9-5c4df1d9b5c1/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "241eb4cb-7a63-47fa-873a-79cdcab7a582", "port_id": "0340e0f7-d93d-41f2-9047-0d917af7db1c", "mac_addr": "fa:16:3e:8b:27:61", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "37d56fce-b180-4790-8dae-7f32fb2ffa05", "ip_address": "10.0.0.12"}]}]}' 2023-04-18 14:40:29,131 79791 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/bfac7c47-58fb-464a-94f1-383dec0a5fcd 1.107s 2023-04-18 14:40:29,131 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "0340e0f7-d93d-41f2-9047-0d917af7db1c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-4baeedc5-5025-47c0-92f5-2109bb1a2b2e', 'date': 'Tue, 18 Apr 2023 14:40:29 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/bfac7c47-58fb-464a-94f1-383dec0a5fcd'} Body: b'{"floatingip": {"id": "bfac7c47-58fb-464a-94f1-383dec0a5fcd", "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "floating_ip_address": "172.24.4.47", "floating_network_id": "bfbf9c15-045f-401e-b79e-fba95e5a0430", "router_id": "7a5cf62d-c270-4a9a-b5fd-861c2011b896", "port_id": "0340e0f7-d93d-41f2-9047-0d917af7db1c", "fixed_ip_address": "10.0.0.12", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "241eb4cb-7a63-47fa-873a-79cdcab7a582", "mac_address": "fa:16:3e:8b:27:61", "admin_state_up": true, "status": "ACTIVE", "device_id": "9f57d6a9-a288-4ff8-95d9-5c4df1d9b5c1", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T14:38:36Z", "updated_at": "2023-04-18T14:40:28Z", "revision_number": 1, "project_id": "e38cf2921e9c49b98933eb439c2ea431"}}' 2023-04-18 14:40:29,132 79791 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.47:22' as 'cirros' with public key authentication 2023-04-18 14:40:29,171 79791 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 14:40:29,194 79791 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 14:40:29,195 79791 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.47 successfully created 2023-04-18 14:40:29,237 79791 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/9f57d6a9-a288-4ff8-95d9-5c4df1d9b5c1/ips 0.042s 2023-04-18 14:40:29,237 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:40:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '109', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f17246aa-266a-4819-b8b7-e4cba2d22bb7', 'x-compute-request-id': 'req-f17246aa-266a-4819-b8b7-e4cba2d22bb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9f57d6a9-a288-4ff8-95d9-5c4df1d9b5c1/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-1314186642-network": [{"version": 4, "addr": "10.0.0.12"}]}}' 2023-04-18 14:40:29,506 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431/volumes 0.266s 2023-04-18 14:40:29,507 79791 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-1820883353"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:40:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-696283c5-4fb9-45ab-b9c5-8d99c94b0633', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-696283c5-4fb9-45ab-b9c5-8d99c94b0633', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431/volumes'} Body: b'{"volume": {"id": "9ac2c3d6-310d-4131-a141-2147e7137d34", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:40:29.445078", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1820883353", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431/volumes/9ac2c3d6-310d-4131-a141-2147e7137d34"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e38cf2921e9c49b98933eb439c2ea431/volumes/9ac2c3d6-310d-4131-a141-2147e7137d34"}], "user_id": "43dd536529724c41980d5f2fddd8c71d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:40:29,565 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431/volumes/9ac2c3d6-310d-4131-a141-2147e7137d34 0.049s 2023-04-18 14:40:29,566 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:40:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4003705-ebdb-4d5d-8c67-07135ce774e1', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4003705-ebdb-4d5d-8c67-07135ce774e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431/volumes/9ac2c3d6-310d-4131-a141-2147e7137d34'} Body: b'{"volume": {"id": "9ac2c3d6-310d-4131-a141-2147e7137d34", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:40:29.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1820883353", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431/volumes/9ac2c3d6-310d-4131-a141-2147e7137d34"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e38cf2921e9c49b98933eb439c2ea431/volumes/9ac2c3d6-310d-4131-a141-2147e7137d34"}], "user_id": "43dd536529724c41980d5f2fddd8c71d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e38cf2921e9c49b98933eb439c2ea431"}}' 2023-04-18 14:40:30,618 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/e38cf29 21e9c49b98933eb439c2ea431/volumes/9ac2c3d6-310d-4131-a141-2147e7137d34 0.041s 2023-04-18 14:40:30,619 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:40:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58393521-eb2e-4d27-ae1e-2f36657bb8f4', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58393521-eb2e-4d27-ae1e-2f36657bb8f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431/volumes/9ac2c3d6-310d-4131-a141-2147e7137d34'} Body: b'{"volume": {"id": "9ac2c3d6-310d-4131-a141-2147e7137d34", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:40:29.000000", "updated_at": "2023-04-18T14:40:30.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1820883353", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431/volumes/9ac2c3d6-310d-4131-a141-2147e7137d34"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e38cf2921e9c49b98933eb439c2ea431/volumes/9ac2c3d6-310d-4131-a141-2147e7137d34"}], "user_id": "43dd536529724c41980d5f2fddd8c71d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e38cf2921e9c49b98933eb439c2ea431"}}' 2023-04-18 14:40:30,741 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/9f57d6a9-a288-4ff8-95d9-5c4df1d9b5c1 0.111s 2023-04-18 14:40:30,741 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:40:30 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-0af16b84-c272-42aa-ab41-3533f93e002c', 'x-compute-request-id': 'req-0af16b84-c272-42aa-ab41-3533f93e002c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9f57d6a9-a288-4ff8-95d9-5c4df1d9b5c1'} Body: b'' 2023-04-18 14:40:30,950 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/9f57d6a9-a288-4ff8-95d9-5c4df1d9b5c1 0.208s 2023-04-18 14:40:30,951 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:40:30 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-28eb8fcb-3456-49e4-9f54-484d23ddd436', 'x-compute-request-id': 'req-28eb8fcb-3456-49e4-9f54-484d23ddd436', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9f57d6a9-a288-4ff8-95d9-5c4df1d9b5c1'} Body: b'{"server": {"id": "9f57d6a9-a288-4ff8-95d9-5c4df1d9b5c1", "name": "tempest-AttachVolumeNegativeTest-server-1810225734", "status": "ACTIVE", "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "user_id": "43dd536529724c41980d5f2fddd8c71d", "metadata": {}, "hostId": "373296ba74213b79d5a33023152d6649d062b554072281114024c4a6", "image ": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:38:37Z", "updated": "2023-04-18T14:40:31Z", "addresses": {"tempest-AttachVolumeNegativeTest-1314186642-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8b:27:61"}, {"version": 4, "addr": "172.24.4.47", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8b:27:61"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9f57d6a9-a288-4ff8-95d9-5c4df1d9b5c1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9f57d6a9-a288-4ff8-95d9-5c4df1d9b5c1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-50073693", "OS-SRV-USG:launched_at": "2023-04-18T14:38:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--538510966"}], "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 14:41:21,138 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/9f57d6a9-a288-4ff8-95d9-5c4df1d9b5c1 0.145s 2023-04-18 14:41:21,139 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:41:20 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-49a19e54-a627-43c2-b317-22c743dd8f9d', 'x-compute-request-id': 'req-49a19e54-a627-43c2-b317-22c743dd8f9d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9f57d6a9-a288-4ff8-95d9-5c4df1d9b5c1'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 9f57d6a9-a288-4ff8-95d9-5c4df1d9b5c1 could not be found."}}' 2023-04-18 14:41:21,167 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-50073693 0.028s 2023-04-18 14:41:21,168 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:41:21 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-cbc87078-2334-48e1-b12e-94373e86e0d7', 'x-compute-request-id': 'req-cbc87078-2334-48e1-b12e-94373e86e0d7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-50073693'} Body: b'' 2023-04-18 14:41:21,324 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/74a75f92-feeb-418a-9f4f-257630399fed 0.156s 2023-04-18 14:41:21,324 79791 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-e1f52339-df41-4a97-bc9d-23c419c0fd77', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 14:41:21 GMT', 'connectio n': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/74a75f92-feeb-418a-9f4f-257630399fed'} Body: b'' 2023-04-18 14:41:21,351 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/74a75f92-feeb-418a-9f4f-257630399fed 0.026s 2023-04-18 14:41:21,351 79791 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-b840a78d-3b6f-42aa-a653-81e667077f9c', 'date': 'Tue, 18 Apr 2023 14:41:21 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/74a75f92-feeb-418a-9f4f-257630399fed'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 74a75f92-feeb-418a-9f4f-257630399fed does not exist", "detail": ""}}' 2023-04-18 14:41:21,849 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/bfac7c47-58fb-464a-94f1-383dec0a5fcd 0.497s 2023-04-18 14:41:21,849 79791 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-ff60ac87-b262-4753-bc12-e15cae1342f3', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 14:41:21 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/bfac7c47-58fb-464a-94f1-383dec0a5fcd'} Body: b'' 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 a6544abe-9796-499e-ae78-8e2aea121a7c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:39:44,449 79799 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.264s 2023-04-18 14:39:44,449 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-SnapshotDataIntegrityTests-358630619", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAWhqauAaPzGjkOaH2KsedFwFl1cuK0dFRuTnWHpET+H1mhRkm4A0KSTxq0Si1RnsMG0PuVOKCGbYZefRukvrTLuyGGApFl+xxMcOBZB5z6LHrrkBDFSLzXUFo6zPKrrXQ=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:39:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8333b3d-5c51-489f-b218-2807a2633ff4', 'x-compute-request-id': 'req-b8333b3d-5c51-489f-b218-2807a2633ff4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-SnapshotDataIntegrityTests-358630619", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAWhqauAaPzGjkOaH2KsedFwFl1cuK0dFRuTnWHpET+H1mhRkm4A0KSTxq0Si1RnsMG0PuVOKCGbYZefRukvrTLuyGGApFl+xxMcOBZB5z6LHrrkBDFSLzXUFo6zPKrrXQ==", "fingerprint": "8e:08:20:84:7e:8d:2f:e9:5a:95:76:dc:8e:16:b0:fa", "user_id": "f30bc97702e14959b6510ee0b8855cac"}}' 2023-04-18 14:39:44,609 79799 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.157s 2023-04-18 14:39:44,609 79799 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-1279253006", "description": "tempest-secgroup-smoke-1279253006 description", "project_id": "4668f5858e4246209a2057c984e499dc"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-c769cf3f-64dc-468d-8a38-dcb45b00d6ab', 'date': 'Tue, 18 Apr 2023 14:39:44 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "9536b34e-2516-495c-b7cf-c5a7e6b4e6f0", "name": "tempest-secgroup-smoke-1279253006", "stateful": true, "tenant_id": "4668f5858e4246209a2057c984e499dc", "description": "tempest-secgroup-smoke-1279253006 description", "shared": false, "security_group_rules": [{"id": "7d16a817-9364-475d-9287-c5e6dee73d65", "tenant_id": "4668f5858e4246209a2057c984e499dc", "security_group_id": "9536b34e-2516-495c-b7cf-c5a7e6b4e6f0", "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": 940, "description": null, "tags": [], "created_at": "2023-04-18T14:39:44Z", "updated_at": "2023-04-18T14:39:44Z", "revision_number": 0, "project_id": "4668f5858e4246209a2057c984e499dc"}, {"id": "b3f38eeb-65fc-4e95-8484-b5141f7a5e84", "tenant_id": "4668f5858e4246209a2057c984e499dc", "security_group_id": "9536b34e-2516-495c-b7cf-c5a7e6b4e6f0", "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": 941, "description": null, "tags": [], "created_at": "2023-04-18T14:39:44Z", "updated_at": "2023-04-18T14:39:44Z", "revision_number": 0, "project_id": "4668f5858e4246209a2057c984e499dc"}], "tags": [], "created_at": "2023-04-18T14:39:44Z", "updated_at": "2023-04-18T14:39:44Z", "revision_number": 1, "project_id": "4668f5858e4246209a2057c984e499dc"}}' 2023-04-18 14:39:44,814 79799 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.204s 2023-04-18 14:39:44,814 79799 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": "9536b34e-2516-495c-b7cf-c5a7e6b4e6f0", "project_id": "4668f5858e4246209a2057c984e499dc", "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-4f25c857-f332-4362-a9f6-86490af4beee', 'date': 'Tue, 18 Apr 2023 14:39: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": "163dfebf-be8d-4ffb-bb5e-df3df011e25f", "tenant_id": "4668f5858e4246209a2057c984e499dc", "security_group_id": "9536b34e-2516-495c-b7cf-c5a7e6b4e6f0", "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-18T14:39:44Z", "updated_at": "2023-04-18T14:39:44Z", "revision_number": 0, "project_id": "4668f5858e4246209a2057c984e499dc"}}' 2023-04-18 14:39:44,990 79799 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.175s 2023-04-18 14:39:44,990 79799 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": "9536b34e-2516-495c-b7cf-c5a7e6b4e6f0", "project_id": "4668f5858e4246209a2057c984e499dc", "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-b9588d45-f942-4fbc-b0be-8c313402c8c8', 'date': 'Tue, 18 Apr 2023 14:39: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": "a5540e33-6448-4919-8187-dc51091a47ec", "tenant_id": "4668f5858e4246209a2057c984e499dc", "security_group_id": "9536b34e-2516-495c-b7cf-c5a7e6b4e6f0", "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-18T14:39:44Z", "updated_at": "2023-04-18T14:39:44Z", "revision_number": 0, "project_id": "4668f5858e4246209a2057c984e499dc"}}' 2023-04-18 14:39:45,160 79799 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.169s 2023-04-18 14:39:45,161 79799 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": "9536b34e-2516-495c-b7cf-c5a7e6b4e6f0", "project_id": "4668f5858e4246209a2057c984e499dc", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-fc6ac60e-9e51-4853-8107-65d1eb6f3d5b', 'date': 'Tue, 18 Apr 2023 14:39:45 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": "12e97753-d618-42ad-abe8-b9e9c03c5a60", "tenant_id": "4668f585 8e4246209a2057c984e499dc", "security_group_id": "9536b34e-2516-495c-b7cf-c5a7e6b4e6f0", "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-18T14:39:45Z", "updated_at": "2023-04-18T14:39:45Z", "revision_number": 0, "project_id": "4668f5858e4246209a2057c984e499dc"}}' 2023-04-18 14:39:45,336 79799 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.175s 2023-04-18 14:39:45,337 79799 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": "9536b34e-2516-495c-b7cf-c5a7e6b4e6f0", "project_id": "4668f5858e4246209a2057c984e499dc", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-07219c9e-ead5-4825-85db-e2e0fbb73c95', 'date': 'Tue, 18 Apr 2023 14:39:45 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": "c522ad21-9595-4a82-8212-3f1e32db097b", "tenant_id": "4668f5858e4246209a2057c984e499dc", "security_group_id": "9536b34e-2516-495c-b7cf-c5a7e6b4e6f0", "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-18T14:39:45Z", "updated_at": "2023-04-18T14:39:45Z", "revision_number": 0, "project_id": "4668f5858e4246209a2057c984e499dc"}}' 2023-04-18 14:39:45,502 79799 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.164s 2023-04-18 14:39:45,502 79799 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": "9536b34e-2516-495c-b7cf-c5a7e6b4e6f0", "project_id": "4668f5858e4246209a2057c984e499dc", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-959f6a65-54f6-4cbb-b4e9-40a0b15da229', 'date': 'Tue, 18 Apr 2023 14:39:45 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": "8674d9c1-6372-4065-9347-10066b541b8a", "tenant_id": "4668f5858e4246209a2057c984e499dc", "security_group_id": "9536b34e-2516-495c-b7cf-c5a7e6b4e6f0", "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-18T14:39:45Z", "updated_at": "2023-04-18T14:39:45Z", "revision_number": 0, "project_id": "4668f5858e4246209a2057c984e499dc"}}' 2023-04-18 14:39:45,666 79799 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.163s 2023-04-18 14:39:45,666 79799 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": "9536b34e-2516-495c-b7cf-c5a7e6b4e6f0", "project_id": "4668f5858e4246209a2057c984e499dc", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-t ype': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-c352f801-1322-4402-9d98-61f6249a65f3', 'date': 'Tue, 18 Apr 2023 14:39:45 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": "174562d7-2caa-445d-8ca2-079f8f836d4d", "tenant_id": "4668f5858e4246209a2057c984e499dc", "security_group_id": "9536b34e-2516-495c-b7cf-c5a7e6b4e6f0", "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-18T14:39:45Z", "updated_at": "2023-04-18T14:39:45Z", "revision_number": 0, "project_id": "4668f5858e4246209a2057c984e499dc"}}' 2023-04-18 14:39:45,708 79799 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.035s 2023-04-18 14:39:45,708 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 14:39:45 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-fc36f73d-f5ae-4931-8dc4-6dfd97b1a695', '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": "f30bc97702e14959b6510ee0b8855cac", "name": "tempest-SnapshotDataIntegrityTests-827394539-project-member", "password_expires_at": null}, "audit_ids": ["hTNTxJB-Tny7kzTMxVFMAQ"], "expires_at": "2023-04-18T15:39:45.000000Z", "issued_at": "2023-04-18T14:39:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4668f5858e4246209a2057c984e499dc", "name": "tempest-SnapshotDataIntegrityTests-827394539"}, "is_domain": false, "roles": [{"id": "0385370a4e0841d8b36ccb710ecbbb7f", "name": "reader"}, {"id": "4e14878c038343709e6c1a4b1c9b9b3c", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba3e4f0604614d5cbe532cc36d623cd0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "077962f5889e4dc5b1df7317cb3104c1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d5a2290495040dd9cc776d460990be5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "36bb6b6348e44e578468f7cf12ee6657", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dad492a01e614a8a8914690c07ebad0a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/4668f5858e4246209a2057c984e499dc", "region": "RegionOne"}], "id": "3fc212b920c3401e85def1124172e916", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "cf3bc891281f458db82d1181bcf74100", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "627889b053b346adb8ce9b1ba8efb774", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "066c5b55b9574d78975bbbb61c530bad", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/4668f5858e4246209a2057c984e499dc", "region": "RegionOne"}], "id": "abe9a7d894f740b1943da54d0c46ff7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a19a55206f6f49c9916ef45abbdb3141", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "afe69c9d4c0445c18ac07b7dd26c92ee", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b9742eaa6b4c43b48cde80e15563fd79", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/4668f5858e 4246209a2057c984e499dc", "region": "RegionOne"}], "id": "b81eaa96c4e5426dab17a1d0acda7740", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0b96ff58903940ffa3fe3bb3c1bebe24", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "bc2f14763262433a9f02c157a34e208f", "type": "network", "name": "neutron"}]}}' 2023-04-18 14:39:45,709 79799 INFO [tempest.lib.common.fixed_network] (SnapshotDataIntegrityTests:test_snapshot_data_integrity) Found network {'id': '35e012ce-98ed-4e71-aec9-4b66f8a6d50d', 'name': 'tempest-SnapshotDataIntegrityTests-1929114400-network', 'tenant_id': '4668f5858e4246209a2057c984e499dc', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '4668f5858e4246209a2057c984e499dc', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 65257, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T14:39:29Z', 'updated_at': '2023-04-18T14:39:29Z', 'revision_number': 1} available for tenant 2023-04-18 14:39:46,437 79799 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/compute/v2.1/servers 0.727s 2023-04-18 14:39:46,437 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-SnapshotDataIntegrityTests-server-781422116", "imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "flavorRef": "42", "key_name": "tempest-SnapshotDataIntegrityTests-358630619", "security_groups": [{"name": "tempest-secgroup-smoke-1279253006"}], "networks": [{"uuid": "35e012ce-98ed-4e71-aec9-4b66f8a6d50d"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:39:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/2da160d0-3fc5-43ef-a864-87c2d356643f', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e1d27645-2fa3-49d7-8202-ed330e66cdff', 'x-compute-request-id': 'req-e1d27645-2fa3-49d7-8202-ed330e66cdff', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "2da160d0-3fc5-43ef-a864-87c2d356643f", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2da160d0-3fc5-43ef-a864-87c2d356643f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2da160d0-3fc5-43ef-a864-87c2d356643f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1279253006"}], "adminPass": "zkB9VcBskAnE"}}' 2023-04-18 14:39:46,519 79799 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/2da160d0-3fc5-43ef-a864-87c2d356643f 0.079s 2023-04-18 14:39:46,519 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:39:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1255', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4348494a-cccc-437e-bb9f-9c28c3934604', 'x-compute-request-id': 'req-4348494a-cccc-437e-bb9f-9c28c3934604', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2da160d0-3fc5-43ef-a864-87c2d356643f'} Body: b'{"server": {"id": "2da160d0-3fc5-43ef-a864-87c2d356643f", "name": "tempest-SnapshotDataIntegrityTests-server-781422116", "status": "BUILD", "tenant_id": "4668f5858e4246209a2057c984e499dc", "user_id": "f30bc97702e14959b6510ee0b8855cac", "metadata": {}, "hostId": "", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:39:46Z", "updated": "2023-04-18T14:39:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2da160d0-3fc5-43ef-a864-87c2d356643f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2da160d0-3fc5-43ef-a864-87c2d356643f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-358630619", "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 14:40:36,840 79799 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/2da160d0-3fc5-43ef-a864-87c2d356643f 0.272s 2023-04-18 14:40:36,841 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:40:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e1f2e517-60eb-420f-8352-e0aa04b08461', 'x-compute-request-id': 'req-e1f2e517-60eb-420f-8352-e0aa04b08461', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2da160d0-3fc5-43ef-a864-87c2d356643f'} Body: b'{"server": {"id": "2da160d0-3fc5-43ef-a864-87c2d356643f", "name": "tempest-SnapshotDataIntegrityTests-server-781422116", "status": "ACTIVE", "tenant_id": "4668f5858e4246209a2057c984e499dc", "user_id": "f30bc97702e14959b6510ee0b8855cac", "metadata": {}, "hostId": "6aa5c872885733a2c33b8a48e39e027ce0d1a9b784f48ea377d17da0", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:39:46Z", "updated": "2023-04-18T14:39:53Z", "addresses": {"tempest-SnapshotDataIntegrityTests-1929114400-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:2d:55"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2da160d0-3fc5-43ef-a864-87c2d356643f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2da160d0-3fc5-43ef-a864-87c2d356643f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-358630619", "OS-SRV-USG:launched_at": "2023-04-18T14:39:53.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1279253006"}], "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 14:40:36,852 79799 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 14:41:37,160 79799 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/2da160d0-3fc5-43ef-a864-87c2d356643f 0.249s 2023-04-18 14:41:37,160 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:41:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bfa2b022-bca0-4233-80ed-09bf273d1cdf', 'x-compute-request-id': 'req-bfa2b022-bca0-4233-80ed-09bf273d1cdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2da160d0-3fc5-43ef-a864-87c2d356643f'} Body: b'{"server": {"id": "2da160d0-3fc5-43ef-a864-87c2d356643f", "name": "tempest-SnapshotDataIntegrityTests-server-781422116", "status": "ACTIVE", "tenant_id": "4668f5858e4246209a2057c984e499dc", "user_id": "f30bc97702e14959b6510ee0b8855cac", "metadata": {}, "hostId": "6aa5c872885733a2c33b8a48e39e027ce0d1a9b784f48ea377d17da0", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:39:46Z", "updated": "2023-04-18T14:39:53Z", "addresses": {"tempest-SnapshotDataIntegrityTests-1929114400-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:2d:55"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2da160d0-3fc5-43ef-a864-87c2d356643f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2da160d0-3fc5-43ef-a864-87c2d356643f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-358630619", "OS-SRV-USG:launched_at": "2023-04-18T14:39:53.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1279253006"}], "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 14:41:37,379 79799 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/volume/v3/4668f5858e4246209a2057c984e499dc/volumes 0.208s 2023-04-18 14:41:37,380 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-SnapshotDataIntegrityTests-volume-1888299430", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:41:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d443fd88-0303-4ab3-9629-e6d8724e02ad', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d443fd88-0303-4ab3-9629-e6d8724e02ad', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4668f5858e4246209a2057c984e499dc/volumes'} Body: b'{"volume": {"id": "a6544abe-9796-499e-ae78-8e2aea121a7c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:41:37.322740", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-1888299430", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4668f5858e4246209a2057c984e499dc/volumes/a6544abe-9796-4 99e-ae78-8e2aea121a7c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4668f5858e4246209a2057c984e499dc/volumes/a6544abe-9796-499e-ae78-8e2aea121a7c"}], "user_id": "f30bc97702e14959b6510ee0b8855cac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:41:37,433 79799 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/4668f5858e4246209a2057c984e499dc/volumes/a6544abe-9796-499e-ae78-8e2aea121a7c 0.044s 2023-04-18 14:41:37,433 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:41:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65c281f1-9ff5-4230-844d-f0bc0ce4b85e', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65c281f1-9ff5-4230-844d-f0bc0ce4b85e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4668f5858e4246209a2057c984e499dc/volumes/a6544abe-9796-499e-ae78-8e2aea121a7c'} Body: b'{"volume": {"id": "a6544abe-9796-499e-ae78-8e2aea121a7c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:41:37.000000", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-1888299430", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4668f5858e4246209a2057c984e499dc/volumes/a6544abe-9796-499e-ae78-8e2aea121a7c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4668f5858e4246209a2057c984e499dc/volumes/a6544abe-9796-499e-ae78-8e2aea121a7c"}], "user_id": "f30bc97702e14959b6510ee0b8855cac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4668f5858e4246209a2057c984e499dc"}}' 2023-04-18 14:41:38,484 79799 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/4668f5858e4246209a2057c984e499dc/volumes/a6544abe-9796-499e-ae78-8e2aea121a7c 0.039s 2023-04-18 14:41:38,484 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:41:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-164f249d-d973-4f28-8c84-6c9837a1de43', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-164f249d-d973-4f28-8c84-6c9837a1de43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4668f5858e4246209a2057c984e499dc/volumes/a6544abe-9796-499e-ae78-8e2aea121a7c'} Body: b'{"volume": {"id": "a6544abe-9796-499e-ae78-8e2aea121a7c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:41:37.000000", "updated_at": "2023-04-18T14:41:37.000000", "name": "tempest-SnapshotDataIntegrityTests-volume-1888299430", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4668f5858e4246209a2057c984e499dc/volumes/a6544abe-9796-499e-ae78-8e2aea121a7c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4668f5858e4246209a2057c984e499dc/volumes/a6544abe-9796-499e-ae78-8e2aea121a7c"}], "user_id": "f30bc97702e14959b6510ee0b8855cac", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, " multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4668f5858e4246209a2057c984e499dc"}}' 2023-04-18 14:41:38,614 79799 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/4668f5858e4246209a2057c984e499dc/volumes/a6544abe-9796-499e-ae78-8e2aea121a7c 0.119s 2023-04-18 14:41:38,614 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:41:38 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-263c31de-916e-490b-beb5-03ca8acf06cb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4668f5858e4246209a2057c984e499dc/volumes/a6544abe-9796-499e-ae78-8e2aea121a7c'} Body: b'' 2023-04-18 14:41:38,636 79799 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/4668f5858e4246209a2057c984e499dc/volumes/a6544abe-9796-499e-ae78-8e2aea121a7c 0.021s 2023-04-18 14:41:38,636 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:41: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-dcaa3c74-07ec-474b-aa90-56c51cf25fea', 'x-openstack-request-id': 'req-dcaa3c74-07ec-474b-aa90-56c51cf25fea', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/4668f5858e4246209a2057c984e499dc/volumes/a6544abe-9796-499e-ae78-8e2aea121a7c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a6544abe-9796-499e-ae78-8e2aea121a7c could not be found."}}' 2023-04-18 14:41:38,766 79799 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/2da160d0-3fc5-43ef-a864-87c2d356643f 0.129s 2023-04-18 14:41:38,766 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:41:38 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-2451d29d-93eb-4fab-82bf-8abb7fdb2797', 'x-compute-request-id': 'req-2451d29d-93eb-4fab-82bf-8abb7fdb2797', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2da160d0-3fc5-43ef-a864-87c2d356643f'} Body: b'' 2023-04-18 14:41:39,036 79799 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/2da160d0-3fc5-43ef-a864-87c2d356643f 0.269s 2023-04-18 14:41:39,036 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:41:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1574', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-81317e1a-3f7f-4c7a-bc48-548435f47420', 'x-compute-request-id': 'req-81317e1a-3f7f-4c7a-bc48-548435f47420', 'connection': 'close', 'status': '200', 'content-loc ation': 'http://10.0.0.210/compute/v2.1/servers/2da160d0-3fc5-43ef-a864-87c2d356643f'} Body: b'{"server": {"id": "2da160d0-3fc5-43ef-a864-87c2d356643f", "name": "tempest-SnapshotDataIntegrityTests-server-781422116", "status": "ACTIVE", "tenant_id": "4668f5858e4246209a2057c984e499dc", "user_id": "f30bc97702e14959b6510ee0b8855cac", "metadata": {}, "hostId": "6aa5c872885733a2c33b8a48e39e027ce0d1a9b784f48ea377d17da0", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:39:46Z", "updated": "2023-04-18T14:41:39Z", "addresses": {"tempest-SnapshotDataIntegrityTests-1929114400-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:2d:55"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2da160d0-3fc5-43ef-a864-87c2d356643f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2da160d0-3fc5-43ef-a864-87c2d356643f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-358630619", "OS-SRV-USG:launched_at": "2023-04-18T14:39:53.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1279253006"}], "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 14:42:29,089 79799 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/2da160d0-3fc5-43ef-a864-87c2d356643f 0.038s 2023-04-18 14:42:29,090 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:42:29 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-7280a648-6d4a-4f06-bceb-0f57c7a88c61', 'x-compute-request-id': 'req-7280a648-6d4a-4f06-bceb-0f57c7a88c61', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2da160d0-3fc5-43ef-a864-87c2d356643f'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 2da160d0-3fc5-43ef-a864-87c2d356643f could not be found."}}' 2023-04-18 14:42:29,260 79799 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/9536b34e-2516-495c-b7cf-c5a7e6b4e6f0 0.170s 2023-04-18 14:42:29,261 79799 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-b2141976-3cda-443a-838e-b9a66fde5319', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 14:42:29 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/9536b34e-2516-495c-b7cf-c5a7e6b4e6f0'} Body: b'' 2023-04-18 14:42:29,292 79799 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-SnapshotDataIntegrityTests-358630619 0.030s 2023-04-18 14:42:29,292 79799 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:42:29 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-9792ee5e-b518-438b-a8d7-590ae5fb6bf0', 'x-compute-request-id': 'req-9792ee5e-b518-438b-a8d7-590ae5fb6bf0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-SnapshotDataIntegrityTests-358630619'} Body: b'' 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 030b1fc9-60bc-46c9-92e1-39fcce32c52e failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2023-04-18T14:42:22Z', 'message': 'Build of instance 030b1fc9-60bc-46c9-92e1-39fcce32c52e aborted: Volume 2f1b7789-6d5c-4068-a506-7f758a6eb59f did not finish being created even after we waited 0 seconds or 1 attempts. And its status is error.'}. Server boot request ID: req-41e6c8a9-5ac6-4755-b9b2-9884fdd99111. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:39:18,364 79789 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.033s 2023-04-18 14:39:18,365 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 14:39:18 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-2fded90b-dd1d-464e-94a1-4cfaafe076b4', '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": "bf32806393ed4030970e1a6e445bc43d", "name": "tempest-ServerBootFromVolumeStableRescueTest-727141871-project-member", "password_expires_at": null}, "audit_ids": ["m6ewv_t-R068ALyKe5Glgw"], "expires_at": "2023-04-18T15:39:18.000000Z", "issued_at": "2023-04-18T14:39:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f1bb3c50254545ff88c6bb55ccd16e7c", "name": "tempest-ServerBootFromVolumeStableRescueTest-727141871"}, "is_domain": false, "roles": [{"id": "0385370a4e0841d8b36ccb710ecbbb7f", "name": "reader"}, {"id": "4e14878c038343709e6c1a4b1c9b9b3c", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba3e4f0604614d5cbe532cc36d623cd0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "077962f5889e4dc5b1df7317cb3104c1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d5a2290495040dd9cc776d460990be5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "36bb6b6348e44e578468f7cf12ee6657", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dad492a01e614a8a8914690c07ebad0a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f1bb3c50254545ff88c6bb55ccd16e7c", "region": "RegionOne"}], "id": "3fc212b920c3401e85def1124172e916", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "cf3bc891281f458db82d1181bcf74100", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "627889b053b346adb8ce9b1ba8efb774", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "066c5b55b9574d78975bbbb61c530bad", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f1bb3c50254545ff88c6bb55ccd16e7c", "region": "RegionOne"}], "id": "abe9a7d894f740b1943da54d0c46ff7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a19a55206f6f49c9916ef45abbdb3141", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "afe69c9d4c0445c18ac07b7dd26c92ee", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b9742eaa6b4c43b48cde80e15563fd79", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f1bb3c50254545ff88c6bb55ccd16e7c", "region": "RegionOne"}], "id": "b81eaa96c4e5426dab17a1d0acda7740", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0b96ff58903940ffa3fe3bb3c1bebe24", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "bc2f14763262433a9f02c157a34e208f", "type": "network", "name": "neutron"}]}}' 2023-04-18 14:39:18,365 79789 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '8edeafd7-9a4e-4c72-b1e3-a40f1a6e70aa', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-1862591439-network', 'tenant_id': 'f1bb3c50254545ff88c6bb55ccd16e7c', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'projec t_id': 'f1bb3c50254545ff88c6bb55ccd16e7c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 28549, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T14:39:11Z', 'updated_at': '2023-04-18T14:39:11Z', 'revision_number': 1} available for tenant 2023-04-18 14:39:19,420 79789 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 1.054s 2023-04-18 14:39:19,421 79789 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-1710360904", "imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "flavorRef": "42", "networks": [{"uuid": "8edeafd7-9a4e-4c72-b1e3-a40f1a6e70aa"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:39:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/149dbe97-118a-4187-b728-f71470c80e98', '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-d606b58c-d0a3-4672-a1ea-526f1353ddab', 'x-compute-request-id': 'req-d606b58c-d0a3-4672-a1ea-526f1353ddab', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "149dbe97-118a-4187-b728-f71470c80e98", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/149dbe97-118a-4187-b728-f71470c80e98"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/149dbe97-118a-4187-b728-f71470c80e98"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "nN9o3aDn7Ky9"}}' 2023-04-18 14:39:19,559 79789 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/149dbe97-118a-4187-b728-f71470c80e98 0.135s 2023-04-18 14:39:19,559 79789 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 14:39:19 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-4e01e0c3-6104-4944-b8ea-60e24036baa4', 'x-compute-request-id': 'req-4e01e0c3-6104-4944-b8ea-60e24036baa4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/149dbe97-118a-4187-b728-f71470c80e98'} Body: b'{"server": {"id": "149dbe97-118a-4187-b728-f71470c80e98", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1710360904", "status": "BUILD", "tenant_id": "f1bb3c50254545ff88c6bb55ccd16e7c", "user_id": "bf32806393ed4030970e1a6e445bc43d", "metadata": {}, "hostId": "", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T14:39:19Z", "updated": "2023-04-18T14:39:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/149d be97-118a-4187-b728-f71470c80e98"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/149dbe97-118a-4187-b728-f71470c80e98"}], "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 14:40:10,091 79789 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/149dbe97-118a-4187-b728-f71470c80e98 0.466s 2023-04-18 14:40:10,091 79789 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 14:40:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1692', '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-247f63cc-cc73-49b7-ac5c-5ca358a082c9', 'x-compute-request-id': 'req-247f63cc-cc73-49b7-ac5c-5ca358a082c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/149dbe97-118a-4187-b728-f71470c80e98'} Body: b'{"server": {"id": "149dbe97-118a-4187-b728-f71470c80e98", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1710360904", "status": "ACTIVE", "tenant_id": "f1bb3c50254545ff88c6bb55ccd16e7c", "user_id": "bf32806393ed4030970e1a6e445bc43d", "metadata": {}, "hostId": "373876672150f84d2821672ce352424f70ea3463b5f4e1c36e162052", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T14:39:19Z", "updated": "2023-04-18T14:39:26Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-1862591439-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:fb:c1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/149dbe97-118a-4187-b728-f71470c80e98"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/149dbe97-118a-4187-b728-f71470c80e98"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T14:39:26.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 14:40:10,106 79789 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-18 14:41:11,075 79789 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/149dbe97-118a-4187-b728-f71470c80e98/action 0.926s 2023-04-18 14:41:11,075 79789 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-ServerBootFromVolumeSt ableRescueTest-image-979284847"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:41:10 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-e1ac3f92-dfbb-494f-ae16-85c9b73e308f', 'x-compute-request-id': 'req-e1ac3f92-dfbb-494f-ae16-85c9b73e308f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/149dbe97-118a-4187-b728-f71470c80e98/action'} Body: b'{"image_id": "56263221-6cf0-4d03-ab48-3fa484d41364"}' 2023-04-18 14:41:11,102 79789 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/56263221-6cf0-4d03-ab48-3fa484d41364 0.023s 2023-04-18 14:41:11,102 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:41:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'x-openstack-request-id': 'req-86f7e857-7206-4986-994e-44a5260a3fd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/56263221-6cf0-4d03-ab48-3fa484d41364'} Body: b'{"base_image_ref": "e440225d-a438-40cc-be07-38db2a963dd0", "boot_roles": "reader,member", "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": "149dbe97-118a-4187-b728-f71470c80e98", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-727141871", "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-727141871-project-member", "user_id": "bf32806393ed4030970e1a6e445bc43d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-979284847", "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": "f1bb3c50254545ff88c6bb55ccd16e7c", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "56263221-6cf0-4d03-ab48-3fa484d41364", "created_at": "2023-04-18T14:41:11Z", "updated_at": "2023-04-18T14:41:11Z", "tags": [], "self": "/v2/images/56263221-6cf0-4d03-ab48-3fa484d41364", "file": "/v2/images/56263221-6cf0-4d03-ab48-3fa484d41364/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:41:12,131 79789 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/56263221-6cf0-4d03-ab48-3fa484d41364 0.027s 2023-04-18 14:41:12,131 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:41:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'x-openstack-request-id': 'req-1a1d41a9-0fb8-48fe-b8eb-34fa494ac97e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/56263221-6cf0-4d03-ab48-3fa484d41364'} Body: b'{"base_image_ref": "e440225d-a438-40cc-be07-38db2a963dd0", "boot_roles": "reader,member", "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": "149dbe97-118a-4187-b728-f71470c80e98", "owner_project_name": "tempest-ServerBoo tFromVolumeStableRescueTest-727141871", "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-727141871-project-member", "user_id": "bf32806393ed4030970e1a6e445bc43d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-979284847", "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": "f1bb3c50254545ff88c6bb55ccd16e7c", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "56263221-6cf0-4d03-ab48-3fa484d41364", "created_at": "2023-04-18T14:41:11Z", "updated_at": "2023-04-18T14:41:11Z", "tags": [], "self": "/v2/images/56263221-6cf0-4d03-ab48-3fa484d41364", "file": "/v2/images/56263221-6cf0-4d03-ab48-3fa484d41364/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:41:13,158 79789 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/56263221-6cf0-4d03-ab48-3fa484d41364 0.025s 2023-04-18 14:41:13,159 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:41:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8e7d3635-a4df-4cfb-8a75-00b25ae3ca71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/56263221-6cf0-4d03-ab48-3fa484d41364'} Body: b'{"base_image_ref": "e440225d-a438-40cc-be07-38db2a963dd0", "boot_roles": "reader,member", "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": "149dbe97-118a-4187-b728-f71470c80e98", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-727141871", "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-727141871-project-member", "user_id": "bf32806393ed4030970e1a6e445bc43d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-979284847", "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": "f1bb3c50254545ff88c6bb55ccd16e7c", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "56263221-6cf0-4d03-ab48-3fa484d41364", "created_at": "2023-04-18T14:41:11Z", "updated_at": "2023-04-18T14:41:11Z", "tags": [], "self": "/v2/images/56263221-6cf0-4d03-ab48-3fa484d41364", "file": "/v2/images/56263221-6cf0-4d03-ab48-3fa484d41364/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:41:14,186 79789 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/56263221-6cf0-4d03-ab48-3fa484d41364 0.024s 2023-04-18 14:41:14,186 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:41:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'x-openstack-request-id': 'req-33fa76dd-7098-4161-a27a-7131270e3641', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/56263221-6cf0-4d03-ab48-3fa484d41364'} Body: b'{"base_image_ref": "e440225d-a438-40cc-be07-38db2a963dd0", "boot_r oles": "reader,member", "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": "149dbe97-118a-4187-b728-f71470c80e98", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-727141871", "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-727141871-project-member", "user_id": "bf32806393ed4030970e1a6e445bc43d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-979284847", "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": "f1bb3c50254545ff88c6bb55ccd16e7c", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "56263221-6cf0-4d03-ab48-3fa484d41364", "created_at": "2023-04-18T14:41:11Z", "updated_at": "2023-04-18T14:41:11Z", "tags": [], "self": "/v2/images/56263221-6cf0-4d03-ab48-3fa484d41364", "file": "/v2/images/56263221-6cf0-4d03-ab48-3fa484d41364/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:41:15,210 79789 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/56263221-6cf0-4d03-ab48-3fa484d41364 0.022s 2023-04-18 14:41:15,211 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:41:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1468', 'content-type': 'application/json', 'x-openstack-request-id': 'req-24b43606-e8d0-4e2a-99be-9e5d33b52da3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/56263221-6cf0-4d03-ab48-3fa484d41364'} Body: b'{"base_image_ref": "e440225d-a438-40cc-be07-38db2a963dd0", "boot_roles": "reader,member", "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": "149dbe97-118a-4187-b728-f71470c80e98", "owner_id": "f1bb3c50254545ff88c6bb55ccd16e7c", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-727141871", "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-727141871-project-member", "user_id": "bf32806393ed4030970e1a6e445bc43d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-979284847", "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": "f1bb3c50254545ff88c6bb55ccd16e7c", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "56263221-6cf0-4d03-ab48-3fa484d41364", "created_at": "2023-04-18T14:41:11Z", "updated_at": "2023-04-18T14:41:15Z", "tags": [], "self": "/v2/images/56263221-6cf0-4d03-ab48-3fa484d41364", "file": "/v2/images/56263221-6cf0-4d03-ab48-3fa484d41364/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:41:16,239 79789 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/56263221-6cf0-4d03-ab48-3fa484d41364 0.026s 2023-04-18 14:41:16,239 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:41:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1638', 'content-type': 'application/json', 'x-openstack-request-id': 'req-52037069-cd85-49f1-afda-fd6137360c5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/56263221-6cf0-4d03-ab48-3fa484d41364'} Body: b'{"base_image_ref": "e440225d-a438-40cc-be07-38db2a963dd0", "boot_roles": "reader,member", "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": "149dbe97-118a-4187-b728-f71470c80e98", "owner_id": "f1bb3c50254545ff88c6bb55ccd16e7c", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-727141871", "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-727141871-project-member", "user_id": "bf32806393ed4030970e1a6e445bc43d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-979284847", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "b7a9501944c1a614d92e725ec4b9ffa6", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "f1bb3c50254545ff88c6bb55ccd16e7c", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "66b87f82e5f6b9574e8d36f82386d5a7bdb47e6ae6f546691b34fc133182a236829f928116be9c57d2753650e11690ab71e2e10fb78ea1e8fd12eb6a11542636", "id": "56263221-6cf0-4d03-ab48-3fa484d41364", "created_at": "2023-04-18T14:41:11Z", "updated_at": "2023-04-18T14:41:16Z", "tags": [], "self": "/v2/images/56263221-6cf0-4d03-ab48-3fa484d41364", "file": "/v2/images/56263221-6cf0-4d03-ab48-3fa484d41364/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:41:16,264 79789 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/56263221-6cf0-4d03-ab48-3fa484d41364 0.024s 2023-04-18 14:41:16,264 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:41:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1638', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d8176f23-bf0f-40d9-8a78-6f4ada684559', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/56263221-6cf0-4d03-ab48-3fa484d41364'} Body: b'{"base_image_ref": "e440225d-a438-40cc-be07-38db2a963dd0", "boot_roles": "reader,member", "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": "149dbe97-118a-4187-b728-f71470c80e98", "owner_id": "f1bb3c50254545ff88c6bb55ccd16e7c", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-727141871", "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-727141871-project-member", "user_id": "bf32806393ed4030970e1a6e445bc43d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-979284847", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "b7a9501944c1a614d92e725ec4b9ffa6", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "f1bb3c50254545ff88c6bb55ccd16e7c", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "66b87f82e5f6b9574e8d36f82386d5a7bdb47e6ae6f546691b34 fc133182a236829f928116be9c57d2753650e11690ab71e2e10fb78ea1e8fd12eb6a11542636", "id": "56263221-6cf0-4d03-ab48-3fa484d41364", "created_at": "2023-04-18T14:41:11Z", "updated_at": "2023-04-18T14:41:16Z", "tags": [], "self": "/v2/images/56263221-6cf0-4d03-ab48-3fa484d41364", "file": "/v2/images/56263221-6cf0-4d03-ab48-3fa484d41364/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:41:16,601 79789 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/149dbe97-118a-4187-b728-f71470c80e98 0.336s 2023-04-18 14:41:16,602 79789 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 14:41:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1692', '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-1c1b2531-3174-410d-bc6b-99b93e12c18f', 'x-compute-request-id': 'req-1c1b2531-3174-410d-bc6b-99b93e12c18f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/149dbe97-118a-4187-b728-f71470c80e98'} Body: b'{"server": {"id": "149dbe97-118a-4187-b728-f71470c80e98", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1710360904", "status": "ACTIVE", "tenant_id": "f1bb3c50254545ff88c6bb55ccd16e7c", "user_id": "bf32806393ed4030970e1a6e445bc43d", "metadata": {}, "hostId": "373876672150f84d2821672ce352424f70ea3463b5f4e1c36e162052", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T14:39:19Z", "updated": "2023-04-18T14:41:16Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-1862591439-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8d:fb:c1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/149dbe97-118a-4187-b728-f71470c80e98"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/149dbe97-118a-4187-b728-f71470c80e98"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T14:39:26.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 14:42:16,766 79789 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.088s 2023-04-18 14:42:16,767 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 14:42:16 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-1ebfcc94-a9cd-41a2-b664-beb98c684e55', '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": "bf32806393ed4030970e 1a6e445bc43d", "name": "tempest-ServerBootFromVolumeStableRescueTest-727141871-project-member", "password_expires_at": null}, "audit_ids": ["KzCSZu87SJ207szaKJqzQg"], "expires_at": "2023-04-18T15:42:16.000000Z", "issued_at": "2023-04-18T14:42:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f1bb3c50254545ff88c6bb55ccd16e7c", "name": "tempest-ServerBootFromVolumeStableRescueTest-727141871"}, "is_domain": false, "roles": [{"id": "0385370a4e0841d8b36ccb710ecbbb7f", "name": "reader"}, {"id": "4e14878c038343709e6c1a4b1c9b9b3c", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba3e4f0604614d5cbe532cc36d623cd0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "077962f5889e4dc5b1df7317cb3104c1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d5a2290495040dd9cc776d460990be5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "36bb6b6348e44e578468f7cf12ee6657", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dad492a01e614a8a8914690c07ebad0a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f1bb3c50254545ff88c6bb55ccd16e7c", "region": "RegionOne"}], "id": "3fc212b920c3401e85def1124172e916", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "cf3bc891281f458db82d1181bcf74100", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "627889b053b346adb8ce9b1ba8efb774", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "066c5b55b9574d78975bbbb61c530bad", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f1bb3c50254545ff88c6bb55ccd16e7c", "region": "RegionOne"}], "id": "abe9a7d894f740b1943da54d0c46ff7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a19a55206f6f49c9916ef45abbdb3141", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "afe69c9d4c0445c18ac07b7dd26c92ee", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b9742eaa6b4c43b48cde80e15563fd79", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f1bb3c50254545ff88c6bb55ccd16e7c", "region": "RegionOne"}], "id": "b81eaa96c4e5426dab17a1d0acda7740", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0b96ff58903940ffa3fe3bb3c1bebe24", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "bc2f14763262433a9f02c157a34e208f", "type": "network", "name": "neutron"}]}}' 2023-04-18 14:42:16,768 79789 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '8edeafd7-9a4e-4c72-b1e3-a40f1a6e70aa', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-1862591439-network', 'tenant_id': 'f1bb3c50254545ff88c6bb55ccd16e7c', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f1bb3c50254545ff88c6bb55ccd16e7c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 28549, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T14:39:11Z', 'updated_at': '2023-04-18T14:39:11Z', 'revision_number': 1} available for tenant 2023-04-18 14:42:17,520 79789 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.751s 2023-04-18 14:42:17,521 79789 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-1229612261", "imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "flavorRef": "42", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "blank", "volume_size": 1, "destination_type": "volume"}], "networks": [{"uuid": "8edeafd7-9a4e-4c72-b1e3-a40f1a6e70aa"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:42:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/030b1fc9-60bc-46c9-92e1-39fcce32c52e', '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-41e6c8a9-5ac6-4755-b9b2-9884fdd99111', 'x-compute-request-id': 'req-41e6c8a9-5ac6-4755-b9b2-9884fdd99111', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "030b1fc9-60bc-46c9-92e1-39fcce32c52e", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/030b1fc9-60bc-46c9-92e1-39fcce32c52e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/030b1fc9-60bc-46c9-92e1-39fcce32c52e"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "kB5aE4pXMEaX"}}' 2023-04-18 14:42:17,659 79789 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/030b1fc9-60bc-46c9-92e1-39fcce32c52e 0.135s 2023-04-18 14:42:17,659 79789 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 14:42:17 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-e0b75e31-cb47-403f-b132-76780ebec770', 'x-compute-request-id': 'req-e0b75e31-cb47-403f-b132-76780ebec770', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/030b1fc9-60bc-46c9-92e1-39fcce32c52e'} Body: b'{"server": {"id": "030b1fc9-60bc-46c9-92e1-39fcce32c52e", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1229612261", "status": "BUILD", "tenant_id": "f1bb3c50254545ff88c6bb55ccd16e7c", "user_id": "bf32806393ed4030970e1a6e445bc43d", "metadata": {}, "hostId": "", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T14:42:17Z", "updated": "2023-04-18T14:42:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/030b1fc9-60bc-46c9-92e1-39fcce32c52e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/030b1fc9-60bc-46c9-92e1-39fcce32c52e"}], "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 14:43:07,886 79789 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/server s/030b1fc9-60bc-46c9-92e1-39fcce32c52e 0.188s 2023-04-18 14:43:07,886 79789 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 14:43:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1650', '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-dee582cb-eea3-4a45-956b-363abfe9d1fb', 'x-compute-request-id': 'req-dee582cb-eea3-4a45-956b-363abfe9d1fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/030b1fc9-60bc-46c9-92e1-39fcce32c52e'} Body: b'{"server": {"id": "030b1fc9-60bc-46c9-92e1-39fcce32c52e", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1229612261", "status": "ERROR", "tenant_id": "f1bb3c50254545ff88c6bb55ccd16e7c", "user_id": "bf32806393ed4030970e1a6e445bc43d", "metadata": {}, "hostId": "", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T14:42:17Z", "updated": "2023-04-18T14:42:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/030b1fc9-60bc-46c9-92e1-39fcce32c52e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/030b1fc9-60bc-46c9-92e1-39fcce32c52e"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2023-04-18T14:42:22Z", "message": "Build of instance 030b1fc9-60bc-46c9-92e1-39fcce32c52e aborted: Volume 2f1b7789-6d5c-4068-a506-7f758a6eb59f did not finish being created even after we waited 0 seconds or 1 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 14:43:07,901 79789 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 50 second wait 2023-04-18 14:43:08,411 79789 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/030b1fc9-60bc-46c9-92e1-39fcce32c52e 0.509s 2023-04-18 14:43:08,412 79789 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 14:43:07 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-66524502-51b1-4b3f-8f9a-03dad7bbb31f', 'x-compute-request-id': 'req-66524502-51b1-4b3f-8f9a-03dad7bbb31f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/030b1fc9-60bc-46c9-92e1-39fcce32c52e'} Body: b'' 2023-04-18 14:43:08,458 79789 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/030b1fc9-60bc-46c9-92e1-39fcce32c52e 0.046s 2023-04-18 14:43:08,458 79789 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 14:43:08 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-f7cd7530-d73a-4545-ab33-a2fa3ed33b35', 'x-compute-request-id': 'req-f7cd7530-d73a-4545-ab33-a2fa3ed33b35', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/030b1fc9-60bc-46c9-92e1-39fcce32c52e'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 030b1fc9-60bc-46c9-92e1-39fcce32c52e could not be found."}}' 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 ecc1c445-7292-40be-a016-e4fb59fd3e2d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:40:49,973 79793 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 14:40:49,973 79793 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 14:40:50,045 79793 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.069s 2023-04-18 14:40:50,045 79793 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-2091878562", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAqw42oLTN2FNKnNbH44r0sydlRDm8DhSjKyUCYjTYehrJrhohKylHVpWKo1j1fdvSEHnXzelMKvI9OaP5gP/OLzC4q4j8qQPA9lFCP1Zd6+rTk226bslqZdhgDY4WbwBw=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:40:49 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-430b08de-b35c-48fb-88e4-84c05d16d563', 'x-compute-request-id': 'req-430b08de-b35c-48fb-88e4-84c05d16d563', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-2091878562", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAqw42oLTN2FNKnNbH44r0sydlRDm8DhSjKyUCYjTYehrJrhohKylHVpWKo1j1fdvSEHnXzelMKvI9OaP5gP/OLzC4q4j8qQPA9lFCP1Zd6+rTk226bslqZdhgDY4WbwBw==", "fingerprint": "d5:fe:39:fa:ce:5a:98:e1:c3:d9:6a:bb:18:45:b7:02", "user_id": "8b4ce9342145403c9ba6a9871fbf490e"}}' 2023-04-18 14:40:50,048 79793 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2091878562 created 2023-04-18 14:40:50,261 79793 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.213s 2023-04-18 14:40:50,261 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1238747859", "description": "tempest-description--1303145353"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-8ee26fa7-bd6c-41a3-b466-280cf1b21d3b', 'date': 'Tue, 18 Apr 2023 14:40:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "d0f9e726-057d-422b-bd34-0e5a879615be", "name": "tempest-securitygroup--1238747859", "stateful": true, "tenant_id": "3549c53be65e4fc2a2bb124109319ca2", "description": "tempest-description--1303145353", "shared": false, "security_group_rules": [{"id": "4f3cf14c-e775-4ef1-9576-34a36b6d4c5d", "tenant_id": "3549c53be65e4fc2a2bb124109319ca2", "security_group_id": "d0f9e726-057d-422b-bd34-0e5a879615be", "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": 951, "description": null, "tags": [], "created_at": "2023-04-18T14:40:50Z", "updated_at": "2023-04-18T14:40:50Z", "revision_number": 0, "project_id": "3549c53be65e4fc2a2bb124109319ca2"}, {"id": "b30e27bb-5196-48ce-bd99-b4915ed7a2b7", "tenant_id": "3549c53be65e4fc2a2bb124109319ca2", "security_group_id": "d0f9e726-057d-422b-bd34-0e5a879615be", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remo te_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 950, "description": null, "tags": [], "created_at": "2023-04-18T14:40:50Z", "updated_at": "2023-04-18T14:40:50Z", "revision_number": 0, "project_id": "3549c53be65e4fc2a2bb124109319ca2"}], "tags": [], "created_at": "2023-04-18T14:40:50Z", "updated_at": "2023-04-18T14:40:50Z", "revision_number": 1, "project_id": "3549c53be65e4fc2a2bb124109319ca2"}}' 2023-04-18 14:40:50,413 79793 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 14:40:50,413 79793 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": "d0f9e726-057d-422b-bd34-0e5a879615be", "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-a5386c56-5266-4de3-9820-69007ad0bb01', 'date': 'Tue, 18 Apr 2023 14:40:50 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": "27121715-7012-4f8e-8605-f6b23128b0af", "tenant_id": "3549c53be65e4fc2a2bb124109319ca2", "security_group_id": "d0f9e726-057d-422b-bd34-0e5a879615be", "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-18T14:40:50Z", "updated_at": "2023-04-18T14:40:50Z", "revision_number": 0, "project_id": "3549c53be65e4fc2a2bb124109319ca2"}}' 2023-04-18 14:40:50,570 79793 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.157s 2023-04-18 14:40:50,571 79793 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": "d0f9e726-057d-422b-bd34-0e5a879615be", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-aebadaf7-f7af-4ac0-a785-0a0a3b49abd8', 'date': 'Tue, 18 Apr 2023 14:40:50 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": "a2e7bafe-2b70-4b57-871b-a6382693280e", "tenant_id": "3549c53be65e4fc2a2bb124109319ca2", "security_group_id": "d0f9e726-057d-422b-bd34-0e5a879615be", "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-18T14:40:50Z", "updated_at": "2023-04-18T14:40:50Z", "revision_number": 0, "project_id": "3549c53be65e4fc2a2bb124109319ca2"}}' 2023-04-18 14:40:50,571 79793 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1238747859 created 2023-04-18 14:40:51,352 79793 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.780s 2023-04-18 14:40:51,352 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "bfbf9c15-045f-401e-b79e-fba95e5a0430"}} Response - Headers: {'co ntent-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-aaef211b-741e-4c03-a6aa-ddedb3b1113e', 'date': 'Tue, 18 Apr 2023 14:40:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "9f63d4ae-9583-477c-9028-f8f4496f4c72", "tenant_id": "3549c53be65e4fc2a2bb124109319ca2", "floating_ip_address": "172.24.4.137", "floating_network_id": "bfbf9c15-045f-401e-b79e-fba95e5a0430", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "3549c53be65e4fc2a2bb124109319ca2", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T14:40:51Z", "updated_at": "2023-04-18T14:40:51Z", "revision_number": 0}}' 2023-04-18 14:40:51,352 79793 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '9f63d4ae-9583-477c-9028-f8f4496f4c72', 'tenant_id': '3549c53be65e4fc2a2bb124109319ca2', 'floating_ip_address': '172.24.4.137', 'floating_network_id': 'bfbf9c15-045f-401e-b79e-fba95e5a0430', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '3549c53be65e4fc2a2bb124109319ca2', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T14:40:51Z', 'updated_at': '2023-04-18T14:40:51Z', 'revision_number': 0, 'ip': '172.24.4.137'} created 2023-04-18 14:40:51,441 79793 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.083s 2023-04-18 14:40:51,442 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 14:40:51 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-165df28a-4b1f-42ef-9f69-d90446c1b0f1', '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": "8b4ce9342145403c9ba6a9871fbf490e", "name": "tempest-AttachVolumeShelveTestJSON-1759405781-project-member", "password_expires_at": null}, "audit_ids": ["AzQOLjZETPCj-tSvRKzuhw"], "expires_at": "2023-04-18T15:40:51.000000Z", "issued_at": "2023-04-18T14:40:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3549c53be65e4fc2a2bb124109319ca2", "name": "tempest-AttachVolumeShelveTestJSON-1759405781"}, "is_domain": false, "roles": [{"id": "0385370a4e0841d8b36ccb710ecbbb7f", "name": "reader"}, {"id": "4e14878c038343709e6c1a4b1c9b9b3c", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba3e4f0604614d5cbe532cc36d623cd0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "077962f5889e4dc5b1df7317cb3104c1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d5a2290495040dd9cc776d460990be5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "36bb6b6348e44e578468f7cf12ee6657", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dad492a01e614a8a8914690c07ebad0a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/3549c53be65e4fc2a2bb124109319ca2", "region": "RegionOne"}], "id": "3fc212b920c3401e85def1124172e916", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "cf3bc891281f458db82d1181bcf74100", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "627889b053b346adb8ce9b1ba8efb774", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "066c5b55b9574d78975bbbb61c530bad", "interfac e": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/3549c53be65e4fc2a2bb124109319ca2", "region": "RegionOne"}], "id": "abe9a7d894f740b1943da54d0c46ff7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a19a55206f6f49c9916ef45abbdb3141", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "afe69c9d4c0445c18ac07b7dd26c92ee", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b9742eaa6b4c43b48cde80e15563fd79", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/3549c53be65e4fc2a2bb124109319ca2", "region": "RegionOne"}], "id": "b81eaa96c4e5426dab17a1d0acda7740", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0b96ff58903940ffa3fe3bb3c1bebe24", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "bc2f14763262433a9f02c157a34e208f", "type": "network", "name": "neutron"}]}}' 2023-04-18 14:40:51,442 79793 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': '624f60ce-989c-4401-bbed-ba6d9b82f01c', 'name': 'tempest-AttachVolumeShelveTestJSON-1014283809-network', 'tenant_id': '3549c53be65e4fc2a2bb124109319ca2', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3549c53be65e4fc2a2bb124109319ca2', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 53066, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T14:37:56Z', 'updated_at': '2023-04-18T14:37:56Z', 'revision_number': 1} available for tenant 2023-04-18 14:40:51,443 79793 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-2091878562', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAqw42oLTN2FNKnNbH44r0sydlRDm8DhSjKyUCYjTYehrJrhohKylHVpWKo1j1fdvSEHnXzelMKvI9OaP5gP/OLzC4q4j8qQPA9lFCP1Zd6+rTk226bslqZdhgDY4WbwBw==', 'fingerprint': 'd5:fe:39:fa:ce:5a:98:e1:c3:d9:6a:bb:18:45:b7:02', 'user_id': '8b4ce9342145403c9ba6a9871fbf490e', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBaKFDhNKw5ZTVO0oAJqqIh57M1q2fqqckEVp/CaPjTgoXCMhCtCTxY\nT6l1bFn3Q6qgBwYFK4EEACKhZANiAAQKsONqC0zdhTSpzWx+OK9LMnZUQ5vA4Uoy\nslAmI02Hoaya4aISspR1aViqNY9X3b0hB5183pTCryPTmj+YD/zi8wuKuI/KkDwP\nZRQj9WXevq05Ntum7JamXYYA2OFm8Ac=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'd0f9e726-057d-422b-bd34-0e5a879615be', 'name': 'tempest-securitygroup--1238747859', 'stateful': True, 'tenant_id': '3549c53be65e4fc2a2bb124109319ca2', 'description': 'tempest-description--1303145353', 'shared': False, 'security_group_rules': [{'id': '4f3cf14c-e775-4ef1-9576-34a36b6d4c5d', 'tenant_id': '3549c53be65e4fc2a2bb124109319ca2', 'security_group_id': 'd0f9e726-057d-422b-bd34-0e5a879615be', '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': 951, 'description': None, 'tags': [], 'created_at': '2023-04-18T14:40:50Z', 'updated_at': '2023-04-18T14:40:50Z', 'revision_number': 0, 'project_id': '3549c53be65e4fc2a2bb124109319ca2'}, {'id': 'b30e27bb-5196-48ce-bd99-b4915ed7a2b7', 'tenant_id': '3549c53be65e4fc2a2bb124109319ca2', 'security_group_id': 'd0f9e726-057d-422b-bd34-0e5a879615be', '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': 950, 'description': None, 'tags': [], 'created_at': '2023-04-18T14:40:50Z', 'updated_at' : '2023-04-18T14:40:50Z', 'revision_number': 0, 'project_id': '3549c53be65e4fc2a2bb124109319ca2'}], 'tags': [], 'created_at': '2023-04-18T14:40:50Z', 'updated_at': '2023-04-18T14:40:50Z', 'revision_number': 1, 'project_id': '3549c53be65e4fc2a2bb124109319ca2'}, 'floating_ip': {'id': '9f63d4ae-9583-477c-9028-f8f4496f4c72', 'tenant_id': '3549c53be65e4fc2a2bb124109319ca2', 'floating_ip_address': '172.24.4.137', 'floating_network_id': 'bfbf9c15-045f-401e-b79e-fba95e5a0430', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '3549c53be65e4fc2a2bb124109319ca2', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T14:40:51Z', 'updated_at': '2023-04-18T14:40:51Z', 'revision_number': 0, 'ip': '172.24.4.137'}} 2023-04-18 14:40:52,185 79793 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.741s 2023-04-18 14:40:52,185 79793 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-296248347", "imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "624f60ce-989c-4401-bbed-ba6d9b82f01c"}], "security_groups": [{"name": "tempest-securitygroup--1238747859"}], "key_name": "tempest-keypair-2091878562", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:40:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/47d56c29-010e-48a8-a1c6-8c62decfd02d', '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-eca7dab1-007d-4357-b55f-2ea4a0513b77', 'x-compute-request-id': 'req-eca7dab1-007d-4357-b55f-2ea4a0513b77', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "47d56c29-010e-48a8-a1c6-8c62decfd02d", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/47d56c29-010e-48a8-a1c6-8c62decfd02d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/47d56c29-010e-48a8-a1c6-8c62decfd02d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1238747859"}], "adminPass": "password"}}' 2023-04-18 14:40:52,261 79793 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/47d56c29-010e-48a8-a1c6-8c62decfd02d 0.073s 2023-04-18 14:40:52,261 79793 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 14:40:52 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-038b478b-95e6-4153-9e71-b27855fcb111', 'x-compute-request-id': 'req-038b478b-95e6-4153-9e71-b27855fcb111', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/47d56c29-010e-48a8-a1c6-8c62decfd02d'} Body: b'{"server": {"id": "47d56c29-010e-48a8-a1c6-8c62decfd02d", "name": "tempest-AttachVolumeShelveTestJSON-server-296248347", "status": "BUILD", "tenant_id": "3549c53be65e4fc2a2bb124109319ca2", "user_ id": "8b4ce9342145403c9ba6a9871fbf490e", "metadata": {}, "hostId": "", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:40:52Z", "updated": "2023-04-18T14:40:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/47d56c29-010e-48a8-a1c6-8c62decfd02d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/47d56c29-010e-48a8-a1c6-8c62decfd02d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-2091878562", "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 14:41:42,537 79793 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/47d56c29-010e-48a8-a1c6-8c62decfd02d 0.216s 2023-04-18 14:41:42,537 79793 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 14:41:42 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-bfea8fb8-0f51-4025-81ac-f94a0f81c442', 'x-compute-request-id': 'req-bfea8fb8-0f51-4025-81ac-f94a0f81c442', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/47d56c29-010e-48a8-a1c6-8c62decfd02d'} Body: b'{"server": {"id": "47d56c29-010e-48a8-a1c6-8c62decfd02d", "name": "tempest-AttachVolumeShelveTestJSON-server-296248347", "status": "ACTIVE", "tenant_id": "3549c53be65e4fc2a2bb124109319ca2", "user_id": "8b4ce9342145403c9ba6a9871fbf490e", "metadata": {}, "hostId": "4141350bd3c9f70f39079afffb5937d02591c753805500d524e2a6f5", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:40:52Z", "updated": "2023-04-18T14:40:59Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1014283809-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:b2:0b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/47d56c29-010e-48a8-a1c6-8c62decfd02d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/47d56c29-010e-48a8-a1c6-8c62decfd02d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2091878562", "OS-SRV-USG:launched_at": "2023-04-18T14:40:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1238747859"}], "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 14:41:42,550 79793 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 14:42:42,780 79793 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/47d56c29-010e-48a8-a1c6-8c62decfd02d/os-interface 0.169s 2023-04-18 14:42:42,780 79793 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 14:42:42 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-f44855a8-1b84-4a57-bf04-8a7a9fc39590', 'x-compute-request-id': 'req-f44855a8-1b84-4a57-bf04-8a7a9fc39590', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/47d56c29-010e-48a8-a1c6-8c62decfd02d/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "624f60ce-989c-4401-bbed-ba6d9b82f01c", "port_id": "ac9004e4-83b8-4351-811a-b5d6a384cb3c", "mac_addr": "fa:16:3e:e9:b2:0b", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "000135fd-193d-4a47-a3ad-c6a3f9dccf55", "ip_address": "10.0.0.3"}]}]}' 2023-04-18 14:42:43,489 79793 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/9f63d4ae-9583-477c-9028-f8f4496f4c72 0.704s 2023-04-18 14:42:43,489 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "ac9004e4-83b8-4351-811a-b5d6a384cb3c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-1fde2926-b3b0-4725-bd83-3b2cce5f4ec3', 'date': 'Tue, 18 Apr 2023 14:42:43 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/9f63d4ae-9583-477c-9028-f8f4496f4c72'} Body: b'{"floatingip": {"id": "9f63d4ae-9583-477c-9028-f8f4496f4c72", "tenant_id": "3549c53be65e4fc2a2bb124109319ca2", "floating_ip_address": "172.24.4.137", "floating_network_id": "bfbf9c15-045f-401e-b79e-fba95e5a0430", "router_id": "8c72fd50-2fd7-4601-99d2-714bd0142e3c", "port_id": "ac9004e4-83b8-4351-811a-b5d6a384cb3c", "fixed_ip_address": "10.0.0.3", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "624f60ce-989c-4401-bbed-ba6d9b82f01c", "mac_address": "fa:16:3e:e9:b2:0b", "admin_state_up": true, "status": "ACTIVE", "device_id": "47d56c29-010e-48a8-a1c6-8c62decfd02d", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T14:40:51Z", "updated_at": "2023-04-18T14:42:43Z", "revision_number": 1, "project_id": "3549c53be65e4fc2a2bb124109319ca2"}}' 2023-04-18 14:42:43,490 79793 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.137:22' as 'cirros' with public key authentication 2023-04-18 14:42:44,538 79793 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 14:42:44,559 79793 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 14:42:44,560 79793 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.137 successfully created 2023-04-18 14:42:44,608 79793 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/47d56c29-010e-48a8-a1c6-8c62decfd02d/ips 0.048s 2023-04-18 14:42:44,608 79793 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 14:42:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '150', '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-3a57fc4e-eee7-4027-9a3e-1c0875526b44', 'x-compute-request-id': 'req-3a57fc4e-eee7-4027-9a3e-1c0875526b44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/47d56c29-010e-48a8-a1c6-8c62decfd02d/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-1014283809-network": [{"version": 4, "addr": "10.0.0.3"}, {"version": 4, "addr": "172.24.4.137"}]}}' 2023-04-18 14:42:44,796 79793 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/volume/v3/3549c53be65e4fc2a2bb124109319ca2/volumes 0.184s 2023-04-18 14:42:44,796 79793 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-1418237696"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:42:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc54074c-cf2b-4931-a742-99836e067984', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc54074c-cf2b-4931-a742-99836e067984', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3549c53be65e4fc2a2bb124109319ca2/volumes'} Body: b'{"volume": {"id": "ecc1c445-7292-40be-a016-e4fb59fd3e2d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:42:44.738241", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1418237696", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3549c53be65e4fc2a2bb124109319ca2/volumes/ecc1c445-7292-40be-a016-e4fb59fd3e2d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3549c53be65e4fc2a2bb124109319ca2/volumes/ecc1c445-7292-40be-a016-e4fb59fd3e2d"}], "user_id": "8b4ce9342145403c9ba6a9871fbf490e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:42:44,852 79793 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/3549c53be65e4fc2a2bb124109319ca2/volumes/ecc1c445-7292-40be-a016-e4fb59fd3e2d 0.047s 2023-04-18 14:42:44,853 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:42:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e9f454c-0ddb-42c0-8052-2b9501c206ae', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e9f454c-0ddb-42c0-8052-2b9501c206ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3549c53be65e4fc2a2bb124109319ca2/volumes/ecc1c445-7292-40be-a016-e4fb59fd3e2d'} Body: b'{"volume": {"id": "ecc1c445-7292-40be-a016-e4fb59fd3e2d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:42:45.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1418237696", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3549c53be65e4fc2a2bb124109319ca2/volumes/ecc1c445-7292-40be-a016-e4fb59fd3e2d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3549c53be65e4fc2a2bb124109319ca2/volumes/ecc1c445 -7292-40be-a016-e4fb59fd3e2d"}], "user_id": "8b4ce9342145403c9ba6a9871fbf490e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3549c53be65e4fc2a2bb124109319ca2"}}' 2023-04-18 14:42:45,947 79793 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/3549c53be65e4fc2a2bb124109319ca2/volumes/ecc1c445-7292-40be-a016-e4fb59fd3e2d 0.081s 2023-04-18 14:42:45,947 79793 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:42:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e4433c5-c379-485e-9ac3-275bb2cd8933', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e4433c5-c379-485e-9ac3-275bb2cd8933', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3549c53be65e4fc2a2bb124109319ca2/volumes/ecc1c445-7292-40be-a016-e4fb59fd3e2d'} Body: b'{"volume": {"id": "ecc1c445-7292-40be-a016-e4fb59fd3e2d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:42:45.000000", "updated_at": "2023-04-18T14:42:45.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1418237696", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3549c53be65e4fc2a2bb124109319ca2/volumes/ecc1c445-7292-40be-a016-e4fb59fd3e2d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3549c53be65e4fc2a2bb124109319ca2/volumes/ecc1c445-7292-40be-a016-e4fb59fd3e2d"}], "user_id": "8b4ce9342145403c9ba6a9871fbf490e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3549c53be65e4fc2a2bb124109319ca2"}}' 2023-04-18 14:42:46,078 79793 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/47d56c29-010e-48a8-a1c6-8c62decfd02d 0.112s 2023-04-18 14:42:46,079 79793 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 14:42:45 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-d00c97dc-f379-497f-8934-e51805597d5d', 'x-compute-request-id': 'req-d00c97dc-f379-497f-8934-e51805597d5d', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/47d56c29-010e-48a8-a1c6-8c62decfd02d'} Body: b'' 2023-04-18 14:42:46,450 79793 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/47d56c29-010e-48a8-a1c6-8c62decfd02d 0.371s 2023-04-18 14:42:46,451 79793 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 14:42:46 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-cfa5afe9-9d52 -4cbb-a3ae-f2e9ae63242e', 'x-compute-request-id': 'req-cfa5afe9-9d52-4cbb-a3ae-f2e9ae63242e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/47d56c29-010e-48a8-a1c6-8c62decfd02d'} Body: b'{"server": {"id": "47d56c29-010e-48a8-a1c6-8c62decfd02d", "name": "tempest-AttachVolumeShelveTestJSON-server-296248347", "status": "ACTIVE", "tenant_id": "3549c53be65e4fc2a2bb124109319ca2", "user_id": "8b4ce9342145403c9ba6a9871fbf490e", "metadata": {}, "hostId": "4141350bd3c9f70f39079afffb5937d02591c753805500d524e2a6f5", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:40:52Z", "updated": "2023-04-18T14:42:46Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1014283809-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:b2:0b"}, {"version": 4, "addr": "172.24.4.137", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:b2:0b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/47d56c29-010e-48a8-a1c6-8c62decfd02d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/47d56c29-010e-48a8-a1c6-8c62decfd02d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2091878562", "OS-SRV-USG:launched_at": "2023-04-18T14:40:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1238747859"}], "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 14:43:36,703 79793 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/47d56c29-010e-48a8-a1c6-8c62decfd02d 0.188s 2023-04-18 14:43:36,703 79793 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 14:43:36 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-9eccac41-b679-4485-acfb-d66629bed39f', 'x-compute-request-id': 'req-9eccac41-b679-4485-acfb-d66629bed39f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/47d56c29-010e-48a8-a1c6-8c62decfd02d'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 47d56c29-010e-48a8-a1c6-8c62decfd02d could not be found."}}' 2023-04-18 14:43:36,738 79793 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2091878562 0.034s 2023-04-18 14:43:36,738 79793 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 14:43:36 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-5c43f555-7fb7-40c7-a1bd-fba06974646c', 'x-compute-request-id': 'req-5c43f555-7fb7-40c7-a1bd-fba06974646c', 'connection': 'close', 'status': '204', 'content-location': 'http:// 10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2091878562'} Body: b'' 2023-04-18 14:43:36,901 79793 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/d0f9e726-057d-422b-bd34-0e5a879615be 0.162s 2023-04-18 14:43:36,901 79793 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-b2759229-9923-4ab8-8796-b789e68dfce9', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 14:43:36 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/d0f9e726-057d-422b-bd34-0e5a879615be'} Body: b'' 2023-04-18 14:43:36,919 79793 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/d0f9e726-057d-422b-bd34-0e5a879615be 0.017s 2023-04-18 14:43:36,919 79793 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-067383b8-9601-4c6a-917a-9d6832510245', 'date': 'Tue, 18 Apr 2023 14:43:36 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/d0f9e726-057d-422b-bd34-0e5a879615be'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group d0f9e726-057d-422b-bd34-0e5a879615be does not exist", "detail": ""}}' 2023-04-18 14:43:37,383 79793 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/9f63d4ae-9583-477c-9028-f8f4496f4c72 0.463s 2023-04-18 14:43:37,383 79793 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-a0f2cf63-4933-4285-a89a-b6ccaaebcbcd', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 14:43:37 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/9f63d4ae-9583-477c-9028-f8f4496f4c72'} Body: b'' 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 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 ce990e26-ee2d-4d2f-b34e-2114293a50cc failed to build and is in ERROR status 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 c933e454-488f-4b73-837a-fdf1a972eb5b failed to build and is in ERROR status 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 ecbd3aaf-9ce6-40d1-8781-878b53e42ccd failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:41:21,853 79791 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-18 14:41:21,854 79791 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-18 14:41:21,906 79791 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.050s 2023-04-18 14:41:21,907 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1256067480", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKaxY9GX1RZFs76STXcb4Z2t04n5krsgK97WeHRuY4IPGH/MDIIGjicOr0oQsToliRdx9/udtqySs4jNTFNyX1XViIZuO4zIfbkckcadLrdEijY9tJfG/wZFzI/ggM/eVg=="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:41:21 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-1e7226ab-4c23-4840-a23d-add98435f230', 'x-compute-request-id': 'req-1e7226ab-4c23-4840-a23d-add98435f230', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1256067480", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKaxY9GX1RZFs76STXcb4Z2t04n5krsgK97WeHRuY4IPGH/MDIIGjicOr0oQsToliRdx9/udtqySs4jNTFNyX1XViIZuO4zIfbkckcadLrdEijY9tJfG/wZFzI/ggM/eVg==", "fingerprint": "d5:1c:26:56:39:8a:61:8e:57:90:15:97:35:d1:46:2f", "user_id": "43dd536529724c41980d5f2fddd8c71d"}}' 2023-04-18 14:41:21,909 79791 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1256067480 created 2023-04-18 14:41:22,072 79791 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.162s 2023-04-18 14:41:22,073 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--925002365", "description": "tempest-description--78160409"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1594', 'x-openstack-request-id': 'req-afd4c0ea-5530-40ce-b12b-9404efbd3728', 'date': 'Tue, 18 Apr 2023 14:41:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "83086bd8-f3e2-48ec-978b-dbb11f34c9d5", "name": "tempest-securitygroup--925002365", "stateful": true, "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "description": "tempest-description--78160409", "shared": false, "security_group_rules": [{"id": "49fe3983-06fb-4f37-beac-2ed83b0d3f25", "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "security_group_id": "83086bd8-f3e2-48ec-978b-dbb11f34c9d5", "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": 958, "description": null, "tags": [], "created_at": "2023-04-18T14:41:21Z", "updated_at": "2023-04-18T14:41:21Z", "revision_number": 0, "project_id": "e38cf2921e9c49b98933eb439c2ea431"}, {"id": "b1882440-6089-4747-9d8e-ac3749e9b02e", "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "security_group_id": "83086bd8-f3e2-48ec-978b-dbb11f34c9d5", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normaliz ed_cidr": null, "remote_group_id": null, "standard_attr_id": 959, "description": null, "tags": [], "created_at": "2023-04-18T14:41:21Z", "updated_at": "2023-04-18T14:41:21Z", "revision_number": 0, "project_id": "e38cf2921e9c49b98933eb439c2ea431"}], "tags": [], "created_at": "2023-04-18T14:41:21Z", "updated_at": "2023-04-18T14:41:21Z", "revision_number": 1, "project_id": "e38cf2921e9c49b98933eb439c2ea431"}}' 2023-04-18 14:41:22,245 79791 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.171s 2023-04-18 14:41:22,245 79791 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": "83086bd8-f3e2-48ec-978b-dbb11f34c9d5", "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-38567cb0-f8df-4c0c-be2a-c47cb1d021fe', 'date': 'Tue, 18 Apr 2023 14:41: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": "2312d042-b7cc-456b-9a6f-9671829d1e21", "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "security_group_id": "83086bd8-f3e2-48ec-978b-dbb11f34c9d5", "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-18T14:41:22Z", "updated_at": "2023-04-18T14:41:22Z", "revision_number": 0, "project_id": "e38cf2921e9c49b98933eb439c2ea431"}}' 2023-04-18 14:41:22,404 79791 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.158s 2023-04-18 14:41:22,404 79791 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": "83086bd8-f3e2-48ec-978b-dbb11f34c9d5", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-d0b608d6-ab4b-463f-b8cf-8443a750eda6', 'date': 'Tue, 18 Apr 2023 14:41: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": "f190c4b4-7d68-4a91-a237-e994f9cd39ef", "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "security_group_id": "83086bd8-f3e2-48ec-978b-dbb11f34c9d5", "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-18T14:41:22Z", "updated_at": "2023-04-18T14:41:22Z", "revision_number": 0, "project_id": "e38cf2921e9c49b98933eb439c2ea431"}}' 2023-04-18 14:41:22,405 79791 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--925002365 created 2023-04-18 14:41:23,153 79791 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.747s 2023-04-18 14:41:23,153 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "bfbf9c15-045f-401e-b79e-fba95e5a0430"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-ope nstack-request-id': 'req-40ebb5e1-f447-4624-9e19-7e66e66def53', 'date': 'Tue, 18 Apr 2023 14:41:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "7b5eae2e-0f5f-437b-a023-b27ed07b6763", "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "floating_ip_address": "172.24.4.246", "floating_network_id": "bfbf9c15-045f-401e-b79e-fba95e5a0430", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "e38cf2921e9c49b98933eb439c2ea431", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T14:41:22Z", "updated_at": "2023-04-18T14:41:22Z", "revision_number": 0}}' 2023-04-18 14:41:23,153 79791 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '7b5eae2e-0f5f-437b-a023-b27ed07b6763', 'tenant_id': 'e38cf2921e9c49b98933eb439c2ea431', 'floating_ip_address': '172.24.4.246', 'floating_network_id': 'bfbf9c15-045f-401e-b79e-fba95e5a0430', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e38cf2921e9c49b98933eb439c2ea431', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T14:41:22Z', 'updated_at': '2023-04-18T14:41:22Z', 'revision_number': 0, 'ip': '172.24.4.246'} created 2023-04-18 14:41:23,195 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.035s 2023-04-18 14:41:23,195 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 14:41:23 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-c0517350-369c-4384-83fc-c273cc43a99d', '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": "43dd536529724c41980d5f2fddd8c71d", "name": "tempest-AttachVolumeNegativeTest-1144777901-project-member", "password_expires_at": null}, "audit_ids": ["FHbThWy0Sb-ZK1aVmCZCfw"], "expires_at": "2023-04-18T15:41:23.000000Z", "issued_at": "2023-04-18T14:41:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e38cf2921e9c49b98933eb439c2ea431", "name": "tempest-AttachVolumeNegativeTest-1144777901"}, "is_domain": false, "roles": [{"id": "0385370a4e0841d8b36ccb710ecbbb7f", "name": "reader"}, {"id": "4e14878c038343709e6c1a4b1c9b9b3c", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba3e4f0604614d5cbe532cc36d623cd0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "077962f5889e4dc5b1df7317cb3104c1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d5a2290495040dd9cc776d460990be5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "36bb6b6348e44e578468f7cf12ee6657", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dad492a01e614a8a8914690c07ebad0a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431", "region": "RegionOne"}], "id": "3fc212b920c3401e85def1124172e916", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "cf3bc891281f458db82d1181bcf74100", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "627889b053b346adb8ce9b1ba8efb774", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "066c5b55b9574d78975bbbb61c530bad", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/e38cf2921e 9c49b98933eb439c2ea431", "region": "RegionOne"}], "id": "abe9a7d894f740b1943da54d0c46ff7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a19a55206f6f49c9916ef45abbdb3141", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "afe69c9d4c0445c18ac07b7dd26c92ee", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b9742eaa6b4c43b48cde80e15563fd79", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431", "region": "RegionOne"}], "id": "b81eaa96c4e5426dab17a1d0acda7740", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0b96ff58903940ffa3fe3bb3c1bebe24", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "bc2f14763262433a9f02c157a34e208f", "type": "network", "name": "neutron"}]}}' 2023-04-18 14:41:23,195 79791 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': '241eb4cb-7a63-47fa-873a-79cdcab7a582', 'name': 'tempest-AttachVolumeNegativeTest-1314186642-network', 'tenant_id': 'e38cf2921e9c49b98933eb439c2ea431', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e38cf2921e9c49b98933eb439c2ea431', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 4943, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T14:35:42Z', 'updated_at': '2023-04-18T14:35:42Z', 'revision_number': 1} available for tenant 2023-04-18 14:41:23,196 79791 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1256067480', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKaxY9GX1RZFs76STXcb4Z2t04n5krsgK97WeHRuY4IPGH/MDIIGjicOr0oQsToliRdx9/udtqySs4jNTFNyX1XViIZuO4zIfbkckcadLrdEijY9tJfG/wZFzI/ggM/eVg==', 'fingerprint': 'd5:1c:26:56:39:8a:61:8e:57:90:15:97:35:d1:46:2f', 'user_id': '43dd536529724c41980d5f2fddd8c71d', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBL9TDectE+Lb5C3jrGi8uOYkZXRQ47Mp1rk8T3ewGwIIPgXRU4m/kl\nRE7d4z7X6xqgBwYFK4EEACKhZANiAASmsWPRl9UWRbO+kk13G+GdrdOJ+ZK7ICve\n1nh0bmOCDxh/zAyCBo4nDq9KELE6JYkXcff7nbaskrOIzUxTcl9V1YiGbjuMyH25\nHJHGnS63RIo2PbSXxv8GRcyP4IDP3lY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '83086bd8-f3e2-48ec-978b-dbb11f34c9d5', 'name': 'tempest-securitygroup--925002365', 'stateful': True, 'tenant_id': 'e38cf2921e9c49b98933eb439c2ea431', 'description': 'tempest-description--78160409', 'shared': False, 'security_group_rules': [{'id': '49fe3983-06fb-4f37-beac-2ed83b0d3f25', 'tenant_id': 'e38cf2921e9c49b98933eb439c2ea431', 'security_group_id': '83086bd8-f3e2-48ec-978b-dbb11f34c9d5', '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': 958, 'description': None, 'tags': [], 'created_at': '2023-04-18T14:41:21Z', 'updated_at': '2023-04-18T14:41:21Z', 'revision_number': 0, 'project_id': 'e38cf2921e9c49b98933eb439c2ea431'}, {'id': 'b1882440-6089-4747-9d8e-ac3749e9b02e', 'tenant_id': 'e38cf2921e9c49b98933eb439c2ea431', 'security_group_id': '83086bd8-f3e2-48ec-978b-dbb11f34c9d5', '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': 959, 'description': None, 'tags': [], 'created_at': '2023-04-18T14:41:21Z', 'updated_at': '2023-04-18T14:41:21Z', 'revision_number': 0, 'project_id': 'e38cf2921e9c49b98933eb439c2ea431'}], 'tags': [], 'created_at': ' 2023-04-18T14:41:21Z', 'updated_at': '2023-04-18T14:41:21Z', 'revision_number': 1, 'project_id': 'e38cf2921e9c49b98933eb439c2ea431'}, 'floating_ip': {'id': '7b5eae2e-0f5f-437b-a023-b27ed07b6763', 'tenant_id': 'e38cf2921e9c49b98933eb439c2ea431', 'floating_ip_address': '172.24.4.246', 'floating_network_id': 'bfbf9c15-045f-401e-b79e-fba95e5a0430', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e38cf2921e9c49b98933eb439c2ea431', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-18T14:41:22Z', 'updated_at': '2023-04-18T14:41:22Z', 'revision_number': 0, 'ip': '172.24.4.246'}} 2023-04-18 14:41:23,997 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.800s 2023-04-18 14:41:23,998 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1005215234", "imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "241eb4cb-7a63-47fa-873a-79cdcab7a582"}], "security_groups": [{"name": "tempest-securitygroup--925002365"}], "key_name": "tempest-keypair-1256067480", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:41:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/b0b435ff-00e9-47c1-880e-a57e55728ddc', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-03756d9c-2544-4cd5-b66c-197476f6df08', 'x-compute-request-id': 'req-03756d9c-2544-4cd5-b66c-197476f6df08', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "b0b435ff-00e9-47c1-880e-a57e55728ddc", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b0b435ff-00e9-47c1-880e-a57e55728ddc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b0b435ff-00e9-47c1-880e-a57e55728ddc"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--925002365"}], "adminPass": "password"}}' 2023-04-18 14:41:24,071 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/b0b435ff-00e9-47c1-880e-a57e55728ddc 0.070s 2023-04-18 14:41:24,071 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:41:24 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-9fbdc8f2-43af-4c8f-80db-172800e2c1ee', 'x-compute-request-id': 'req-9fbdc8f2-43af-4c8f-80db-172800e2c1ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b0b435ff-00e9-47c1-880e-a57e55728ddc'} Body: b'{"server": {"id": "b0b435ff-00e9-47c1-880e-a57e55728ddc", "name": "tempest-AttachVolumeNegativeTest-server-1005215234", "status": "BUILD", "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "user_id": "43dd536529724c41980d5f2fddd8c71d", "metadata": {}, "hostId": "", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {" id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:41:24Z", "updated": "2023-04-18T14:41:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b0b435ff-00e9-47c1-880e-a57e55728ddc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b0b435ff-00e9-47c1-880e-a57e55728ddc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1256067480", "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 14:42:14,389 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/b0b435ff-00e9-47c1-880e-a57e55728ddc 0.269s 2023-04-18 14:42:14,390 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:42:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1545', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-caa2687e-b10b-49f8-b9d7-3dbbb07e0803', 'x-compute-request-id': 'req-caa2687e-b10b-49f8-b9d7-3dbbb07e0803', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b0b435ff-00e9-47c1-880e-a57e55728ddc'} Body: b'{"server": {"id": "b0b435ff-00e9-47c1-880e-a57e55728ddc", "name": "tempest-AttachVolumeNegativeTest-server-1005215234", "status": "ACTIVE", "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "user_id": "43dd536529724c41980d5f2fddd8c71d", "metadata": {}, "hostId": "373296ba74213b79d5a33023152d6649d062b554072281114024c4a6", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:41:23Z", "updated": "2023-04-18T14:41:30Z", "addresses": {"tempest-AttachVolumeNegativeTest-1314186642-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:54:56"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b0b435ff-00e9-47c1-880e-a57e55728ddc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b0b435ff-00e9-47c1-880e-a57e55728ddc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1256067480", "OS-SRV-USG:launched_at": "2023-04-18T14:41:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--925002365"}], "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 14:42:14,401 79791 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-18 14:43:14,629 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/b0b435ff-00e9-47c1-880e-a57e55728ddc/os-interface 0.168s 2023-04-18 14:43:14,629 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:43:14 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-879c6aab-774a-46e6-9833-e5ecfb293e8d', 'x-compute-request-id': 'req-879c6aab-774a-46e6-9833-e5ecfb293e8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b0b435ff-00e9-47c1-880e-a57e55728ddc/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "241eb4cb-7a63-47fa-873a-79cdcab7a582", "port_id": "91ad47bc-c68b-4554-bdc0-506626c8d6e0", "mac_addr": "fa:16:3e:35:54:56", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "37d56fce-b180-4790-8dae-7f32fb2ffa05", "ip_address": "10.0.0.8"}]}]}' 2023-04-18 14:43:15,292 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/7b5eae2e-0f5f-437b-a023-b27ed07b6763 0.658s 2023-04-18 14:43:15,292 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "91ad47bc-c68b-4554-bdc0-506626c8d6e0"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-6b5a25ab-ea42-4e3e-8bc7-3cfe06652da7', 'date': 'Tue, 18 Apr 2023 14:43:15 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/7b5eae2e-0f5f-437b-a023-b27ed07b6763'} Body: b'{"floatingip": {"id": "7b5eae2e-0f5f-437b-a023-b27ed07b6763", "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "floating_ip_address": "172.24.4.246", "floating_network_id": "bfbf9c15-045f-401e-b79e-fba95e5a0430", "router_id": "7a5cf62d-c270-4a9a-b5fd-861c2011b896", "port_id": "91ad47bc-c68b-4554-bdc0-506626c8d6e0", "fixed_ip_address": "10.0.0.8", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "241eb4cb-7a63-47fa-873a-79cdcab7a582", "mac_address": "fa:16:3e:35:54:56", "admin_state_up": true, "status": "ACTIVE", "device_id": "b0b435ff-00e9-47c1-880e-a57e55728ddc", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-18T14:41:22Z", "updated_at": "2023-04-18T14:43:14Z", "revision_number": 1, "project_id": "e38cf2921e9c49b98933eb439c2ea431"}}' 2023-04-18 14:43:15,294 79791 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.246:22' as 'cirros' with public key authentication 2023-04-18 14:43:15,357 79791 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-18 14:43:15,382 79791 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-18 14:43:15,383 79791 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.246 successfully created 2023-04-18 14:43:15,430 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/b0b435ff-00e9-47c1-880e-a57e55728ddc/ips 0.046s 2023-04-18 14:43:15,431 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:43:15 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-e3561d5b-714a-4ced-aaf4-cf1071bcc0c2', 'x-compute-request-id': 'req-e3561d5b-714a-4ced-aaf4-cf1071bcc0c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b0b435ff-00e9-47c1-880e-a57e55728ddc/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-1314186642-network": [{"version": 4, "addr": "10.0.0.8"}]}}' 2023-04-18 14:43:15,671 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431/volumes 0.237s 2023-04-18 14:43:15,672 79791 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-814129264"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:43:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05d97d7f-430d-4e91-8a8e-00cefc4dfe71', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05d97d7f-430d-4e91-8a8e-00cefc4dfe71', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431/volumes'} Body: b'{"volume": {"id": "ecbd3aaf-9ce6-40d1-8781-878b53e42ccd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:43:15.572004", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-814129264", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431/volumes/ecbd3aaf-9ce6-40d1-8781-878b53e42ccd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e38cf2921e9c49b98933eb439c2ea431/volumes/ecbd3aaf-9ce6-40d1-8781-878b53e42ccd"}], "user_id": "43dd536529724c41980d5f2fddd8c71d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:43:15,733 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431/volumes/ecbd3aaf-9ce6-40d1-8781-878b53e42ccd 0.052s 2023-04-18 14:43:15,734 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:43:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32160deb-c61e-49d1-a644-9d991b5b8c02', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32160deb-c61e-49d1-a644-9d991b5b8c02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431/volumes/ecbd3aaf-9ce6-40d1-8781-878b53e42ccd'} Body: b'{"volume": {"id": "ecbd3aaf-9ce6-40d1-8781-878b53e42ccd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:43:16.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-814129264", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431/volumes/ecbd3aaf-9ce6-40d1-8781-878b53e42ccd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e38cf2921e9c49b98933eb439c2ea431/volumes/ecbd3aaf-9ce6-40d1-8781-878b53e42ccd"}], "user_id": "43dd536529724c41980d5f2fddd8c71d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e38cf2921e9c49b98933eb439c2ea431"}}' 2023-04-18 14:43:16,793 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431/volumes/ecbd3aaf-9ce6-40d1-8781-878b53e42ccd 0.046s 2023-04-18 14:43:16,794 79791 DEBUG [tempest.lib.common.rest_client] Reques t - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:43:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ee18fa2-972b-49d3-94e9-d9ec9fe9eee9', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ee18fa2-972b-49d3-94e9-d9ec9fe9eee9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431/volumes/ecbd3aaf-9ce6-40d1-8781-878b53e42ccd'} Body: b'{"volume": {"id": "ecbd3aaf-9ce6-40d1-8781-878b53e42ccd", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:43:16.000000", "updated_at": "2023-04-18T14:43:16.000000", "name": "tempest-AttachVolumeNegativeTest-volume-814129264", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e38cf2921e9c49b98933eb439c2ea431/volumes/ecbd3aaf-9ce6-40d1-8781-878b53e42ccd"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e38cf2921e9c49b98933eb439c2ea431/volumes/ecbd3aaf-9ce6-40d1-8781-878b53e42ccd"}], "user_id": "43dd536529724c41980d5f2fddd8c71d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e38cf2921e9c49b98933eb439c2ea431"}}' 2023-04-18 14:43:16,946 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/b0b435ff-00e9-47c1-880e-a57e55728ddc 0.138s 2023-04-18 14:43:16,946 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:43:16 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-8c5f4de8-90c1-4b0d-8a53-75f572044a5b', 'x-compute-request-id': 'req-8c5f4de8-90c1-4b0d-8a53-75f572044a5b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b0b435ff-00e9-47c1-880e-a57e55728ddc'} Body: b'' 2023-04-18 14:43:17,218 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/b0b435ff-00e9-47c1-880e-a57e55728ddc 0.271s 2023-04-18 14:43:17,219 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:43:16 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-12b600a7-8a16-4d27-89dc-29dd748ec630', 'x-compute-request-id': 'req-12b600a7-8a16-4d27-89dc-29dd748ec630', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b0b435ff-00e9-47c1-880e-a57e55728ddc'} Body: b'{"server": {"id": "b0b435ff-00e9-47c1-880e-a57e55728ddc", "name": "tempest-AttachVolumeNegativeTest-server-1005215234", "status": "ACTIVE", "tenant_id": "e38cf2921e9c49b98933eb439c2ea431", "user_id": "43dd536529724c41980d5f2fddd8c71d", "metadata": {}, "hostId": "373296ba74213b79d5a33023152d6649d062b554072281114024c4a6", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd 0"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-18T14:41:23Z", "updated": "2023-04-18T14:43:17Z", "addresses": {"tempest-AttachVolumeNegativeTest-1314186642-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:54:56"}, {"version": 4, "addr": "172.24.4.246", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:54:56"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b0b435ff-00e9-47c1-880e-a57e55728ddc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b0b435ff-00e9-47c1-880e-a57e55728ddc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1256067480", "OS-SRV-USG:launched_at": "2023-04-18T14:41:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--925002365"}], "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 14:44:07,279 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/b0b435ff-00e9-47c1-880e-a57e55728ddc 0.042s 2023-04-18 14:44:07,279 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:44:07 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-103d8521-0aa7-4cb5-9848-292b517ab8f0', 'x-compute-request-id': 'req-103d8521-0aa7-4cb5-9848-292b517ab8f0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b0b435ff-00e9-47c1-880e-a57e55728ddc'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance b0b435ff-00e9-47c1-880e-a57e55728ddc could not be found."}}' 2023-04-18 14:44:07,314 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1256067480 0.033s 2023-04-18 14:44:07,314 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:44: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-5b4f8410-0960-4652-8691-6f077fec85f7', 'x-compute-request-id': 'req-5b4f8410-0960-4652-8691-6f077fec85f7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1256067480'} Body: b'' 2023-04-18 14:44:07,468 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/83086bd8-f3e2-48ec-978b-dbb11f34c9d5 0.153s 2023-04-18 14:44:07,468 79791 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-ca4204a5-820a-43ca-9096-6f1e6fc74f96', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 14:44:07 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/83086bd8-f3e2-48ec-978b-dbb11f34c9d5'} Body: b'' 2023-04-18 14:44:07,491 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/83086bd8-f3e2-48ec-978b-dbb11f34c9d5 0.022s 2023-04-18 14:44:07,492 79791 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-58343074-0633-4db6-b6fe-dae3ead32d77', 'date': 'Tue, 18 Apr 2023 14:44:07 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/83086bd8-f3e2-48ec-978b-dbb11f34c9d5'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 83086bd8-f3e2-48ec-978b-dbb11f34c9d5 does not exist", "detail": ""}}' 2023-04-18 14:44:08,046 79791 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/7b5eae2e-0f5f-437b-a023-b27ed07b6763 0.554s 2023-04-18 14:44:08,047 79791 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-70e475c3-48a5-42b0-8b03-2f43a3c58b10', 'content-length': '0', 'date': 'Tue, 18 Apr 2023 14:44:08 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/7b5eae2e-0f5f-437b-a023-b27ed07b6763'} Body: b'' 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 52feffac-39ee-4c73-a713-558923dc988d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:44:16,311 79791 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 202 POST http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes 0.375s 2023-04-18 14:44:16,311 79791 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-237255998"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:44:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-903df0e9-44f5-42c4-9613-c9a8947ba6fe', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-903df0e9-44f5-42c4-9613-c9a8947ba6fe', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes'} Body: b'{"volume": {"id": "52feffac-39ee-4c73-a713-558923dc988d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:44:16.244202", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-237255998", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes/52feffac-39ee-4c73-a713-558923dc988d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ffb2001e81024562a63468b23dba9080/volumes/52feffac-39ee-4c73-a713-558923dc988d"}], "user_id": "c74c87942088455a8ae3f29eef70399d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:44:16,360 79791 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes/52feffac-39ee-4c73-a713-558923dc988d 0.039s 2023-04-18 14:44:16,361 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:44:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f02b6e2-000b-4ce5-b600-c0465c723210', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f02b6e2-000b-4ce5-b600-c0465c723210', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes/52feffac-39ee-4c73-a713-558923dc988d'} Body: b'{"volume": {"id": "52feffac-39ee-4c73-a713-558923dc988d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:44:16.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-237255998", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes/52feffac-39ee-4c73-a713-558923dc988d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ffb2001e81024562a63468b23dba9080/volumes/52feffac-39ee-4c73-a713-558923dc988d"}], "user_id": "c74c87942088455a8ae3f29eef70399d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ffb2001e81024562a63468b23dba9080"}}' 2023-04-18 14:44:17,411 79791 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes/52feffac-39ee-4c73-a713-558923dc988d 0.039s 2023-04-18 14:44:17,412 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Ty pe': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:44:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59abff91-9aac-4200-9e0d-44ebb0cf5250', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59abff91-9aac-4200-9e0d-44ebb0cf5250', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes/52feffac-39ee-4c73-a713-558923dc988d'} Body: b'{"volume": {"id": "52feffac-39ee-4c73-a713-558923dc988d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:44:16.000000", "updated_at": "2023-04-18T14:44:16.000000", "name": "tempest-VolumesDeleteCascade-Volume-237255998", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes/52feffac-39ee-4c73-a713-558923dc988d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ffb2001e81024562a63468b23dba9080/volumes/52feffac-39ee-4c73-a713-558923dc988d"}], "user_id": "c74c87942088455a8ae3f29eef70399d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ffb2001e81024562a63468b23dba9080"}}' 2023-04-18 14:44:17,461 79791 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes/52feffac-39ee-4c73-a713-558923dc988d 0.038s 2023-04-18 14:44:17,462 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:44:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2198d94f-5d8c-428c-8dc0-df7fbab872d9', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2198d94f-5d8c-428c-8dc0-df7fbab872d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes/52feffac-39ee-4c73-a713-558923dc988d'} Body: b'{"volume": {"id": "52feffac-39ee-4c73-a713-558923dc988d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:44:16.000000", "updated_at": "2023-04-18T14:44:16.000000", "name": "tempest-VolumesDeleteCascade-Volume-237255998", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes/52feffac-39ee-4c73-a713-558923dc988d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ffb2001e81024562a63468b23dba9080/volumes/52feffac-39ee-4c73-a713-558923dc988d"}], "user_id": "c74c87942088455a8ae3f29eef70399d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ffb2001e81024562a63468b23dba9080"}}' 2023-04-18 14:44:17,567 79791 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes/52feffac-39ee-4c73-a713-558923dc988d 0.095s 2023-04-18 14:44:17,567 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:44:17 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-86b492e8-8d7e-46f5-a76c-403e9429f45c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes/52feffac-39ee-4c73-a713-558923dc988d'} Body: b'' 2023-04-18 14:44:17,589 79791 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes/52feffac-39ee-4c73-a713-558923dc988d 0.021s 2023-04-18 14:44:17,589 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:44:17 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-a814da2f-a47b-4cb3-bb49-08e879180363', 'x-openstack-request-id': 'req-a814da2f-a47b-4cb3-bb49-08e879180363', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes/52feffac-39ee-4c73-a713-558923dc988d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 52feffac-39ee-4c73-a713-558923dc988d could not be found."}}' 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 9cece31b-b8db-40f0-94e4-dee527ec7277 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:44:17,772 79791 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes 0.180s 2023-04-18 14:44:17,772 79791 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-1096420164"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:44:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8a120c8-c1ab-4c61-b922-4b4758e92a9c', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8a120c8-c1ab-4c61-b922-4b4758e92a9c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes'} Body: b'{"volume": {"id": "9cece31b-b8db-40f0-94e4-dee527ec7277", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:44:17.715051", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1096420164", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes/9cece31b-b8db-40f0-94e4-dee527ec7277"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ffb2001e81024562a63468b23dba9080/volumes/9cece31b-b8db-40f0-94e4-dee527ec7277"}], "user_id": "c74c87942088455a8ae3f29eef70399d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:44:17,824 79791 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes/9cece31b-b8db-40f0-94e4-dee527ec7277 0.042s 2023-04-18 14:44:17,824 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:44:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f37e9fa6-9aeb-420a-8beb-0cd207da319f', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f37e9fa6-9aeb-420a-8beb-0cd207da319f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes/9cece31b-b8db-40f0-94e4-dee527ec7277'} Body: b'{"volume": {"id": "9cece31b-b8db-40f0-94e4-dee527ec7277", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:44:18.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1096420164", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes/9cece31b-b8db-40f0-94e4-dee527ec7277"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ffb2001e81024562a63468b23dba9080/volumes/9cece31b-b8db-40f0-94e4-dee527ec7277"}], "user_id": "c74c87942088455a8ae3f29eef70399d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ffb2001e81024562a63468b23dba9080"}}' 2023-04-18 14:44:18,875 79791 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes/9cece31b-b8db-40f0-94e4-dee527ec7277 0.039s 2023-04-18 14:44:18,875 79791 DEBUG [tempest.lib.common .rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:44:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bdff004-f8a1-4146-83e5-46c030e5bd06', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bdff004-f8a1-4146-83e5-46c030e5bd06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes/9cece31b-b8db-40f0-94e4-dee527ec7277'} Body: b'{"volume": {"id": "9cece31b-b8db-40f0-94e4-dee527ec7277", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:44:18.000000", "updated_at": "2023-04-18T14:44:18.000000", "name": "tempest-VolumesDeleteCascade-Volume-1096420164", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes/9cece31b-b8db-40f0-94e4-dee527ec7277"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ffb2001e81024562a63468b23dba9080/volumes/9cece31b-b8db-40f0-94e4-dee527ec7277"}], "user_id": "c74c87942088455a8ae3f29eef70399d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ffb2001e81024562a63468b23dba9080"}}' 2023-04-18 14:44:18,934 79791 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes/9cece31b-b8db-40f0-94e4-dee527ec7277 0.046s 2023-04-18 14:44:18,934 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:44:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a695edd6-2ac8-476c-866b-95bd58fdb6d3', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a695edd6-2ac8-476c-866b-95bd58fdb6d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes/9cece31b-b8db-40f0-94e4-dee527ec7277'} Body: b'{"volume": {"id": "9cece31b-b8db-40f0-94e4-dee527ec7277", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:44:18.000000", "updated_at": "2023-04-18T14:44:18.000000", "name": "tempest-VolumesDeleteCascade-Volume-1096420164", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes/9cece31b-b8db-40f0-94e4-dee527ec7277"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ffb2001e81024562a63468b23dba9080/volumes/9cece31b-b8db-40f0-94e4-dee527ec7277"}], "user_id": "c74c87942088455a8ae3f29eef70399d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ffb2001e81024562a63468b23dba9080"}}' 2023-04-18 14:44:19,095 79791 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes/9cece31b-b8db-40f0-94e4-dee527ec7277 0.147s 2023-04-18 14:44:19,095 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:44: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-3a76a983-b3fa-455a-9ba2-93470d14ec5f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes/9cece31b-b8db-40f0-94e4-dee527ec7277'} Body: b'' 2023-04-18 14:44:19,117 79791 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes/9cece31b-b8db-40f0-94e4-dee527ec7277 0.021s 2023-04-18 14:44:19,117 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:44:19 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-d60f63ea-01d4-4b06-be40-ea18ba2614d2', 'x-openstack-request-id': 'req-d60f63ea-01d4-4b06-be40-ea18ba2614d2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ffb2001e81024562a63468b23dba9080/volumes/9cece31b-b8db-40f0-94e4-dee527ec7277'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9cece31b-b8db-40f0-94e4-dee527ec7277 could not be found."}}' 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 2f4fc39a-6e0a-4995-9bab-d047cc2b7adc failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:44:21,090 79791 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 202 POST http://10.0.0.210/volume/v3/95f4a124fa5846db990d33f7b330d8a5/volumes 0.384s 2023-04-18 14:44:21,090 79791 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-775295580"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:44:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49d4daa4-e536-466a-b13a-74fada4c6f0c', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49d4daa4-e536-466a-b13a-74fada4c6f0c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/95f4a124fa5846db990d33f7b330d8a5/volumes'} Body: b'{"volume": {"id": "2f4fc39a-6e0a-4995-9bab-d047cc2b7adc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T14:44:21.029873", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-775295580", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/95f4a124fa5846db990d33f7b330d8a5/volumes/2f4fc39a-6e0a-4995-9bab-d047cc2b7adc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/95f4a124fa5846db990d33f7b330d8a5/volumes/2f4fc39a-6e0a-4995-9bab-d047cc2b7adc"}], "user_id": "e3b63c76e900407394131bfbb622db00", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:44:21,148 79791 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/95f4a124fa5846db990d33f7b330d8a5/volumes/2f4fc39a-6e0a-4995-9bab-d047cc2b7adc 0.048s 2023-04-18 14:44:21,148 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:44:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b1a1876-4e10-42b1-ad8e-0999d17f3451', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b1a1876-4e10-42b1-ad8e-0999d17f3451', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/95f4a124fa5846db990d33f7b330d8a5/volumes/2f4fc39a-6e0a-4995-9bab-d047cc2b7adc'} Body: b'{"volume": {"id": "2f4fc39a-6e0a-4995-9bab-d047cc2b7adc", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T14:44:21.000000", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-775295580", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/95f4a124fa5846db990d33f7b330d8a5/volumes/2f4fc39a-6e0a-4995-9bab-d047cc2b7adc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/95f4a124fa5846db990d33f7b330d8a5/volumes/2f4fc39a-6e0a-4995-9bab-d047cc2b7adc"}], "user_id": "e3b63c76e900407394131bfbb622db00", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "95f4a124fa5846db990d33f7b330d8a5"}}' 2023-04-18 14:44:22,201 79791 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/95f4a124fa5846db990d33f7b330d8a5/volumes/2f4fc39a-6e0a-4995-9bab-d047cc2b7adc 0.041s 2023-04-18 14:44:22,202 79791 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:44:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74d0b23b-120f-4b57-adfa-9ed11834f4cb', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74d0b23b-120f-4b57-adfa-9ed11834f4cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/95f4a124fa5846db990d33f7b330d8a5/volumes/2f4fc39a-6e0a-4995-9bab-d047cc2b7adc'} Body: b'{"volume": {"id": "2f4fc39a-6e0a-4995-9bab-d047cc2b7adc", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T14:44:21.000000", "updated_at": "2023-04-18T14:44:21.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-775295580", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/95f4a124fa5846db990d33f7b330d8a5/volumes/2f4fc39a-6e0a-4995-9bab-d047cc2b7adc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/95f4a124fa5846db990d33f7b330d8a5/volumes/2f4fc39a-6e0a-4995-9bab-d047cc2b7adc"}], "user_id": "e3b63c76e900407394131bfbb622db00", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "95f4a124fa5846db990d33f7b330d8a5"}}' 2023-04-18 14:44:22,252 79791 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/95f4a124fa5846db990d33f7b330d8a5/volumes/2f4fc39a-6e0a-4995-9bab-d047cc2b7adc 0.039s 2023-04-18 14:44:22,252 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:44:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e49453b3-dd73-4d01-9fb2-30c6b4a3cdca', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e49453b3-dd73-4d01-9fb2-30c6b4a3cdca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/95f4a124fa5846db990d33f7b330d8a5/volumes/2f4fc39a-6e0a-4995-9bab-d047cc2b7adc'} Body: b'{"volume": {"id": "2f4fc39a-6e0a-4995-9bab-d047cc2b7adc", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-18T14:44:21.000000", "updated_at": "2023-04-18T14:44:21.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-775295580", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/95f4a124fa5846db990d33f7b330d8a5/volumes/2f4fc39a-6e0a-4995-9bab-d047cc2b7adc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/95f4a124fa5846db990d33f7b330d8a5/volumes/2f4fc39a-6e0a-4995-9bab-d047cc2b7adc"}], "user_id": "e3b63c76e900407394131bfbb622db00", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "95f4a124fa5846db990d33f7b330d8a5"}}' 2023-04-18 14:44:22,368 79791 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/95f4a124fa5846db990d33f7b330d8a5/volumes/2f4fc39a-6e0a-4995-9bab-d047cc2b7adc 0.105s 2023-04-18 14:44:22,368 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:44:22 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-6824eb9b-24c3-410e-8195-b75a3e71089c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/95f4a124fa5846db990d33f7b330d8a5/volumes/2f4fc39a-6e0a-4995-9bab-d047cc2b7adc'} Body: b'' 2023-04-18 14:44:22,389 79791 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/95f4a124fa5846db990d33f7b330d8a5/volumes/2f4fc39a-6e0a-4995-9bab-d047cc2b7adc 0.020s 2023-04-18 14:44:22,389 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:44:22 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-1895559b-954b-488d-9de9-2cde390957b3', 'x-openstack-request-id': 'req-1895559b-954b-488d-9de9-2cde390957b3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/95f4a124fa5846db990d33f7b330d8a5/volumes/2f4fc39a-6e0a-4995-9bab-d047cc2b7adc'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2f4fc39a-6e0a-4995-9bab-d047cc2b7adc 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 73e4a4ec-f417-4ca8-a2e2-19cd57d9905d 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 ec7f31bd-947d-4f63-ba36-2de441242b21 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:44:27,487 79791 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/ace1d6edc7394ec295262208ec8eff73/volumes 0.404s 2023-04-18 14:44:27,488 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-471008628"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:44:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42777c96-56ee-48c6-aec5-3124571e0f2f', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42777c96-56ee-48c6-aec5-3124571e0f2f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ace1d6edc7394ec295262208ec8eff73/volumes'} Body: b'{"volume": {"id": "ec7f31bd-947d-4f63-ba36-2de441242b21", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:44:27.423117", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-471008628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ace1d6edc7394ec295262208ec8eff73/volumes/ec7f31bd-947d-4f63-ba36-2de441242b21"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ace1d6edc7394ec295262208ec8eff73/volumes/ec7f31bd-947d-4f63-ba36-2de441242b21"}], "user_id": "02f6da0ea40c49ddae5d91cbb08f76c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:44:27,701 79791 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/ace1d6edc7394ec295262208ec8eff73/volumes 0.203s 2023-04-18 14:44:27,701 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1728265639"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:44:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be3d81d8-31e4-4b72-a1f2-1a4376adff4f', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be3d81d8-31e4-4b72-a1f2-1a4376adff4f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ace1d6edc7394ec295262208ec8eff73/volumes'} Body: b'{"volume": {"id": "f4b2c0c6-d435-418d-874b-4ba497602ce9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:44:27.639513", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1728265639", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ace1d6edc7394ec295262208ec8eff73/volumes/f4b2c0c6-d435-418d-874b-4ba497602ce9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ace1d6edc7394ec295262208ec8eff73/volumes/f4b2c0c6-d435-418d-874b-4ba497602ce9"}], "user_id": "02f6da0ea40c49ddae5d91cbb08f76c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:44:27,941 79791 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/ace1d6edc7394ec295262208ec8eff73/volumes 0.230s 2023-04-18 14:44:27,941 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-86559948"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:44:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1d46cc8-31f8-44b2-9bab-41e21cde126d', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1d46cc8-31f8-44b2-9bab-41e21cde126d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ace1d6edc7394ec295262208ec8eff73/volumes'} Body: b'{"volume": {"id": "f91196fe-b6a7-41ae-a61a-5434df6b56eb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:44:27.875156", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-86559948", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ace1d6edc7394ec295262208ec8eff73/volumes/f91196fe-b6a7-41ae-a61a-5434df6b56eb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ace1d6edc7394ec295262208ec8eff73/volumes/f91196fe-b6a7-41ae-a61a-5434df6b56eb"}], "user_id": "02f6da0ea40c49ddae5d91cbb08f76c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:44:28,145 79791 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/ace1d6edc7394ec295262208ec8eff73/volumes 0.194s 2023-04-18 14:44:28,146 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-89215010"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:44:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65dd9e38-130c-4005-8b61-426ab9aae483', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65dd9e38-130c-4005-8b61-426ab9aae483', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ace1d6edc7394ec295262208ec8eff73/volumes'} Body: b'{"volume": {"id": "9c6ac7b0-4e34-4191-997d-32e8744a3c99", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:44:28.089646", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-89215010", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ace1d6edc7394ec295262208ec8eff73/volumes/9c6ac7b0-4e34-4191-997d-32e8744a3c99"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ace1d6edc7394ec295262208ec8eff73/volumes/9c6ac7b0-4e34-4191-997d-32e8744a3c99"}], "user_id": "02f6da0ea40c49ddae5d91cbb08f76c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:44:28,466 79791 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/ace1d6edc7394ec295262208ec8eff73/volumes 0.311s 2023-04-18 14:44:28,467 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "size": 1, "name": "tempest-CreateVolumesFrom ImageTest-Volume-1510920503"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:44:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66bee90b-25ea-49c4-9b8a-5efe753beb22', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66bee90b-25ea-49c4-9b8a-5efe753beb22', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ace1d6edc7394ec295262208ec8eff73/volumes'} Body: b'{"volume": {"id": "9bf5fdd7-5b34-41f1-81d5-a3f345536500", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:44:28.409975", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1510920503", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ace1d6edc7394ec295262208ec8eff73/volumes/9bf5fdd7-5b34-41f1-81d5-a3f345536500"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ace1d6edc7394ec295262208ec8eff73/volumes/9bf5fdd7-5b34-41f1-81d5-a3f345536500"}], "user_id": "02f6da0ea40c49ddae5d91cbb08f76c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:44:28,521 79791 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/ace1d6edc7394ec295262208ec8eff73/volumes/ec7f31bd-947d-4f63-ba36-2de441242b21 0.045s 2023-04-18 14:44:28,522 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:44:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-041076c2-ccf5-44a1-bf21-01d86f8a707f', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-041076c2-ccf5-44a1-bf21-01d86f8a707f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ace1d6edc7394ec295262208ec8eff73/volumes/ec7f31bd-947d-4f63-ba36-2de441242b21'} Body: b'{"volume": {"id": "ec7f31bd-947d-4f63-ba36-2de441242b21", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:44:27.000000", "updated_at": "2023-04-18T14:44:28.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-471008628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ace1d6edc7394ec295262208ec8eff73/volumes/ec7f31bd-947d-4f63-ba36-2de441242b21"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ace1d6edc7394ec295262208ec8eff73/volumes/ec7f31bd-947d-4f63-ba36-2de441242b21"}], "user_id": "02f6da0ea40c49ddae5d91cbb08f76c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ace1d6edc7394ec295262208ec8eff73"}}' 2023-04-18 14:44:29,578 79791 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/ace1d6edc7394ec295262208ec8eff73/volumes/ec7f31bd-947d-4f63-ba36-2de441242b21 0.044s 2023-04-18 14:44:29,579 79791 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:44:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d43f258c-dffc-46e0-816e-105ce6e834b3', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-op enstack-request-id': 'req-d43f258c-dffc-46e0-816e-105ce6e834b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ace1d6edc7394ec295262208ec8eff73/volumes/ec7f31bd-947d-4f63-ba36-2de441242b21'} Body: b'{"volume": {"id": "ec7f31bd-947d-4f63-ba36-2de441242b21", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:44:27.000000", "updated_at": "2023-04-18T14:44:28.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-471008628", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ace1d6edc7394ec295262208ec8eff73/volumes/ec7f31bd-947d-4f63-ba36-2de441242b21"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ace1d6edc7394ec295262208ec8eff73/volumes/ec7f31bd-947d-4f63-ba36-2de441242b21"}], "user_id": "02f6da0ea40c49ddae5d91cbb08f76c0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ace1d6edc7394ec295262208ec8eff73"}}' 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 c225f5fb-29f3-4c87-8b51-0618a35fe819 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2023-04-18T14:46:15Z', 'message': 'Build of instance c225f5fb-29f3-4c87-8b51-0618a35fe819 aborted: Volume f9a30680-8467-4984-97d2-bae7c49889f7 did not finish being created even after we waited 5 seconds or 2 attempts. And its status is error.'}. Server boot request ID: req-69767499-542c-4738-87c8-799e4da175d2. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:43:08,603 79789 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.129s 2023-04-18 14:43:08,603 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 14:43:08 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-b2db2826-ae95-4bec-93b1-232ccf011894', '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": "bf32806393ed4030970e1a6e445bc43d", "name": "tempest-ServerBootFromVolumeStableRescueTest-727141871-project-member", "password_expires_at": null}, "audit_ids": ["Zbp4pOITQKujXKcXYSMF-g"], "expires_at": "2023-04-18T15:43:08.000000Z", "issued_at": "2023-04-18T14:43:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f1bb3c50254545ff88c6bb55ccd16e7c", "name": "tempest-ServerBootFromVolumeStableRescueTest-727141871"}, "is_domain": false, "roles": [{"id": "0385370a4e0841d8b36ccb710ecbbb7f", "name": "reader"}, {"id": "4e14878c038343709e6c1a4b1c9b9b3c", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba3e4f0604614d5cbe532cc36d623cd0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "077962f5889e4dc5b1df7317cb3104c1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d5a2290495040dd9cc776d460990be5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "36bb6b6348e44e578468f7cf12ee6657", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dad492a01e614a8a8914690c07ebad0a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f1bb3c50254545ff88c6bb55ccd16e7c", "region": "RegionOne"}], "id": "3fc212b920c3401e85def1124172e916", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "cf3bc891281f458db82d1181bcf74100", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "627889b053b346adb8ce9b1ba8efb774", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "066c5b55b9574d78975bbbb61c530bad", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f1bb3c50254545ff88c6bb55ccd16e7c", "region": "RegionOne"}], "id": "abe9a7d894f740b1943da54d0c46ff7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a19a55206f6f49c9916ef45abbdb3141", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "afe69c9d4c0445c18ac07b7dd26c92ee", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b9742eaa6b4c43b48cde80e15563fd79", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f1bb3c50254545ff88c6bb55ccd16e7c", "region": "RegionOne"}], "id": "b81eaa96c4e5426dab17a1d0acda7740", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0b96ff58903940ffa3fe3bb3c1bebe24", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "bc2f14763262433a9f02c157a34e208f", "type": "network", "name": "neutron"}]}}' 2023-04-18 14:43:08,604 79789 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '8edeafd7-9a4e-4c72-b1e3-a40f1a6e70aa', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-1862591439-network', 'tenant_id': 'f1bb3c50254545ff88c6bb55ccd16e7c', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'projec t_id': 'f1bb3c50254545ff88c6bb55ccd16e7c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 28549, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T14:39:11Z', 'updated_at': '2023-04-18T14:39:11Z', 'revision_number': 1} available for tenant 2023-04-18 14:43:09,568 79789 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.963s 2023-04-18 14:43:09,569 79789 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-2105929052", "imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "flavorRef": "42", "networks": [{"uuid": "8edeafd7-9a4e-4c72-b1e3-a40f1a6e70aa"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:43:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/7f3425ec-c7ad-4443-8979-00c95f4b0446', '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-383fbb75-f4b8-4906-af4a-8d806df5ad3c', 'x-compute-request-id': 'req-383fbb75-f4b8-4906-af4a-8d806df5ad3c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "7f3425ec-c7ad-4443-8979-00c95f4b0446", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7f3425ec-c7ad-4443-8979-00c95f4b0446"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7f3425ec-c7ad-4443-8979-00c95f4b0446"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "keEtf5mdns9L"}}' 2023-04-18 14:43:09,643 79789 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/7f3425ec-c7ad-4443-8979-00c95f4b0446 0.071s 2023-04-18 14:43:09,644 79789 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 14:43:09 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-0707d36e-35b8-4fae-a833-c0c1efcdb349', 'x-compute-request-id': 'req-0707d36e-35b8-4fae-a833-c0c1efcdb349', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7f3425ec-c7ad-4443-8979-00c95f4b0446'} Body: b'{"server": {"id": "7f3425ec-c7ad-4443-8979-00c95f4b0446", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-2105929052", "status": "BUILD", "tenant_id": "f1bb3c50254545ff88c6bb55ccd16e7c", "user_id": "bf32806393ed4030970e1a6e445bc43d", "metadata": {}, "hostId": "", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T14:43:10Z", "updated": "2023-04-18T14:43:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7f34 25ec-c7ad-4443-8979-00c95f4b0446"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7f3425ec-c7ad-4443-8979-00c95f4b0446"}], "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 14:44:00,001 79789 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/7f3425ec-c7ad-4443-8979-00c95f4b0446 0.340s 2023-04-18 14:44:00,002 79789 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 14:43:59 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-cdf62353-ad6f-4c18-b91f-b7c309869375', 'x-compute-request-id': 'req-cdf62353-ad6f-4c18-b91f-b7c309869375', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7f3425ec-c7ad-4443-8979-00c95f4b0446'} Body: b'{"server": {"id": "7f3425ec-c7ad-4443-8979-00c95f4b0446", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-2105929052", "status": "ACTIVE", "tenant_id": "f1bb3c50254545ff88c6bb55ccd16e7c", "user_id": "bf32806393ed4030970e1a6e445bc43d", "metadata": {}, "hostId": "373876672150f84d2821672ce352424f70ea3463b5f4e1c36e162052", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T14:43:09Z", "updated": "2023-04-18T14:43:16Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-1862591439-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:81:0d:bb"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7f3425ec-c7ad-4443-8979-00c95f4b0446"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7f3425ec-c7ad-4443-8979-00c95f4b0446"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T14:43:16.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 14:44:00,018 79789 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-18 14:45:01,336 79789 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/7f3425ec-c7ad-4443-8979-00c95f4b0446/action 1.257s 2023-04-18 14:45:01,336 79789 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-2035054376"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:45:00 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-4aaf5a99-fc5e-41e2-85bf-6662094dcf50', 'x-compute-request-id': 'req-4aaf5a99-fc5e-41e2-85bf-6662094dcf50', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7f3425ec-c7ad-4443-8979-00c95f4b0446/action'} Body: b'{"image_id": "eee8a06d-de76-4631-b36c-ee2b420db733"}' 2023-04-18 14:45:01,370 79789 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/eee8a06d-de76-4631-b36c-ee2b420db733 0.032s 2023-04-18 14:45:01,371 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:45:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3405229e-bf03-4a2a-9ac6-af363c409e14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/eee8a06d-de76-4631-b36c-ee2b420db733'} Body: b'{"base_image_ref": "e440225d-a438-40cc-be07-38db2a963dd0", "boot_roles": "reader,member", "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": "7f3425ec-c7ad-4443-8979-00c95f4b0446", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-727141871", "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-727141871-project-member", "user_id": "bf32806393ed4030970e1a6e445bc43d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-2035054376", "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": "f1bb3c50254545ff88c6bb55ccd16e7c", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "eee8a06d-de76-4631-b36c-ee2b420db733", "created_at": "2023-04-18T14:45:01Z", "updated_at": "2023-04-18T14:45:01Z", "tags": [], "self": "/v2/images/eee8a06d-de76-4631-b36c-ee2b420db733", "file": "/v2/images/eee8a06d-de76-4631-b36c-ee2b420db733/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:45:02,394 79789 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/eee8a06d-de76-4631-b36c-ee2b420db733 0.021s 2023-04-18 14:45:02,394 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:45:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8eda303e-19d4-4b45-9c07-ae203aa8f2cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/eee8a06d-de76-4631-b36c-ee2b420db733'} Body: b'{"base_image_ref": "e440225d-a438-40cc-be07-38db2a963dd0", "boot_roles": "reader,member", "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": "7f3425ec-c7ad-4443-8979-00c95f4b0446", "owner_project_name": "tempest-ServerBo otFromVolumeStableRescueTest-727141871", "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-727141871-project-member", "user_id": "bf32806393ed4030970e1a6e445bc43d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-2035054376", "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": "f1bb3c50254545ff88c6bb55ccd16e7c", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "eee8a06d-de76-4631-b36c-ee2b420db733", "created_at": "2023-04-18T14:45:01Z", "updated_at": "2023-04-18T14:45:01Z", "tags": [], "self": "/v2/images/eee8a06d-de76-4631-b36c-ee2b420db733", "file": "/v2/images/eee8a06d-de76-4631-b36c-ee2b420db733/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:45:03,421 79789 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/eee8a06d-de76-4631-b36c-ee2b420db733 0.025s 2023-04-18 14:45:03,422 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:45:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-507d9c16-072d-43bc-8c6a-988bafecfb6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/eee8a06d-de76-4631-b36c-ee2b420db733'} Body: b'{"base_image_ref": "e440225d-a438-40cc-be07-38db2a963dd0", "boot_roles": "reader,member", "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": "7f3425ec-c7ad-4443-8979-00c95f4b0446", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-727141871", "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-727141871-project-member", "user_id": "bf32806393ed4030970e1a6e445bc43d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-2035054376", "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": "f1bb3c50254545ff88c6bb55ccd16e7c", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "eee8a06d-de76-4631-b36c-ee2b420db733", "created_at": "2023-04-18T14:45:01Z", "updated_at": "2023-04-18T14:45:01Z", "tags": [], "self": "/v2/images/eee8a06d-de76-4631-b36c-ee2b420db733", "file": "/v2/images/eee8a06d-de76-4631-b36c-ee2b420db733/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:45:04,470 79789 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/eee8a06d-de76-4631-b36c-ee2b420db733 0.047s 2023-04-18 14:45:04,471 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:45:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1469', 'content-type': 'application/json', 'x-openstack-request-id': 'req-9123c4dc-fbe4-4a93-ae0d-461137d595b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/eee8a06d-de76-4631-b36c-ee2b420db733'} Body: b'{"base_image_ref": "e440225d-a438-40cc-be07-38db2a963dd0", "boo t_roles": "reader,member", "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": "7f3425ec-c7ad-4443-8979-00c95f4b0446", "owner_id": "f1bb3c50254545ff88c6bb55ccd16e7c", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-727141871", "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-727141871-project-member", "user_id": "bf32806393ed4030970e1a6e445bc43d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-2035054376", "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": "f1bb3c50254545ff88c6bb55ccd16e7c", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "eee8a06d-de76-4631-b36c-ee2b420db733", "created_at": "2023-04-18T14:45:01Z", "updated_at": "2023-04-18T14:45:04Z", "tags": [], "self": "/v2/images/eee8a06d-de76-4631-b36c-ee2b420db733", "file": "/v2/images/eee8a06d-de76-4631-b36c-ee2b420db733/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:45:05,494 79789 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/eee8a06d-de76-4631-b36c-ee2b420db733 0.021s 2023-04-18 14:45:05,494 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:45:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1469', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8fdddc2c-0754-408b-bf0d-44deca3b1e64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/eee8a06d-de76-4631-b36c-ee2b420db733'} Body: b'{"base_image_ref": "e440225d-a438-40cc-be07-38db2a963dd0", "boot_roles": "reader,member", "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": "7f3425ec-c7ad-4443-8979-00c95f4b0446", "owner_id": "f1bb3c50254545ff88c6bb55ccd16e7c", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-727141871", "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-727141871-project-member", "user_id": "bf32806393ed4030970e1a6e445bc43d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-2035054376", "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": "f1bb3c50254545ff88c6bb55ccd16e7c", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "eee8a06d-de76-4631-b36c-ee2b420db733", "created_at": "2023-04-18T14:45:01Z", "updated_at": "2023-04-18T14:45:05Z", "tags": [], "self": "/v2/images/eee8a06d-de76-4631-b36c-ee2b420db733", "file": "/v2/images/eee8a06d-de76-4631-b36c-ee2b420db733/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:45:06,527 79789 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/eee8a06d-de76-4631-b36c-ee2b420db733 0.031s 2023-04-18 14:45:06,527 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', ' Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:45:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1639', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c4c1a217-f4da-4c5c-99d3-76a71d733389', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/eee8a06d-de76-4631-b36c-ee2b420db733'} Body: b'{"base_image_ref": "e440225d-a438-40cc-be07-38db2a963dd0", "boot_roles": "reader,member", "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": "7f3425ec-c7ad-4443-8979-00c95f4b0446", "owner_id": "f1bb3c50254545ff88c6bb55ccd16e7c", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-727141871", "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-727141871-project-member", "user_id": "bf32806393ed4030970e1a6e445bc43d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-2035054376", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "2829938b31077e1313edbac1c3fe718f", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "f1bb3c50254545ff88c6bb55ccd16e7c", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "0fbeaf5d79b5af9aeeb63ad6123d1ed591e66f8aa403a5a9622e8ec33b152f7ad3361d9979276ea766d1b33040eb24cd5d99d4d38a9cfa0e2ebaad3bdf08d444", "id": "eee8a06d-de76-4631-b36c-ee2b420db733", "created_at": "2023-04-18T14:45:01Z", "updated_at": "2023-04-18T14:45:06Z", "tags": [], "self": "/v2/images/eee8a06d-de76-4631-b36c-ee2b420db733", "file": "/v2/images/eee8a06d-de76-4631-b36c-ee2b420db733/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:45:06,551 79789 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/eee8a06d-de76-4631-b36c-ee2b420db733 0.023s 2023-04-18 14:45:06,551 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:45:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1639', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c060164e-85ce-4522-a72b-b9248dd77f07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/eee8a06d-de76-4631-b36c-ee2b420db733'} Body: b'{"base_image_ref": "e440225d-a438-40cc-be07-38db2a963dd0", "boot_roles": "reader,member", "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": "7f3425ec-c7ad-4443-8979-00c95f4b0446", "owner_id": "f1bb3c50254545ff88c6bb55ccd16e7c", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-727141871", "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-727141871-project-member", "user_id": "bf32806393ed4030970e1a6e445bc43d", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-2035054376", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "2829938b31077e1313edbac1c3fe718f", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "f1bb3c50254545ff88c6bb55ccd16e7c" , "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "0fbeaf5d79b5af9aeeb63ad6123d1ed591e66f8aa403a5a9622e8ec33b152f7ad3361d9979276ea766d1b33040eb24cd5d99d4d38a9cfa0e2ebaad3bdf08d444", "id": "eee8a06d-de76-4631-b36c-ee2b420db733", "created_at": "2023-04-18T14:45:01Z", "updated_at": "2023-04-18T14:45:06Z", "tags": [], "self": "/v2/images/eee8a06d-de76-4631-b36c-ee2b420db733", "file": "/v2/images/eee8a06d-de76-4631-b36c-ee2b420db733/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:45:06,950 79789 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/7f3425ec-c7ad-4443-8979-00c95f4b0446 0.398s 2023-04-18 14:45:06,951 79789 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 14:45:06 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-c46a1225-ec2d-40ed-bdcd-540a0c9a8d93', 'x-compute-request-id': 'req-c46a1225-ec2d-40ed-bdcd-540a0c9a8d93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7f3425ec-c7ad-4443-8979-00c95f4b0446'} Body: b'{"server": {"id": "7f3425ec-c7ad-4443-8979-00c95f4b0446", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-2105929052", "status": "ACTIVE", "tenant_id": "f1bb3c50254545ff88c6bb55ccd16e7c", "user_id": "bf32806393ed4030970e1a6e445bc43d", "metadata": {}, "hostId": "373876672150f84d2821672ce352424f70ea3463b5f4e1c36e162052", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T14:43:09Z", "updated": "2023-04-18T14:45:06Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-1862591439-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:81:0d:bb"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7f3425ec-c7ad-4443-8979-00c95f4b0446"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7f3425ec-c7ad-4443-8979-00c95f4b0446"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-18T14:43:16.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 14:46:07,072 79789 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.041s 2023-04-18 14:46:07,072 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 14:46:07 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-b260e889-f240-435f-b882-746eeec63747', '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": "bf32806393ed4030970e1a6e445bc43d", "name": "tempest-ServerBootFromVolumeStableRescueTest-727141871-project-member", "password_expires_at": null}, "audit_ids": ["o_a5QAWzTdqFN9xvgCbIiQ"], "expires_at": "2023-04-18T15:46:07.000000Z", "issued_at": "2023-04-18T14:46:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f1bb3c50254545ff88c6bb55ccd16e7c", "name": "tempest-ServerBootFromVolumeStableRescueTest-727141871"}, "is_domain": false, "roles": [{"id": "0385370a4e0841d8b36ccb710ecbbb7f", "name": "reader"}, {"id": "4e14878c038343709e6c1a4b1c9b9b3c", "name": "member"}], "catalog": [{"endpoints": [{"id": "ba3e4f0604614d5cbe532cc36d623cd0", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "077962f5889e4dc5b1df7317cb3104c1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7d5a2290495040dd9cc776d460990be5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "36bb6b6348e44e578468f7cf12ee6657", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "dad492a01e614a8a8914690c07ebad0a", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f1bb3c50254545ff88c6bb55ccd16e7c", "region": "RegionOne"}], "id": "3fc212b920c3401e85def1124172e916", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "cf3bc891281f458db82d1181bcf74100", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "627889b053b346adb8ce9b1ba8efb774", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "066c5b55b9574d78975bbbb61c530bad", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f1bb3c50254545ff88c6bb55ccd16e7c", "region": "RegionOne"}], "id": "abe9a7d894f740b1943da54d0c46ff7a", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a19a55206f6f49c9916ef45abbdb3141", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "afe69c9d4c0445c18ac07b7dd26c92ee", "type": "image", "name": "glance"}, {"endpoints": [{"id": "b9742eaa6b4c43b48cde80e15563fd79", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f1bb3c50254545ff88c6bb55ccd16e7c", "region": "RegionOne"}], "id": "b81eaa96c4e5426dab17a1d0acda7740", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "0b96ff58903940ffa3fe3bb3c1bebe24", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "bc2f14763262433a9f02c157a34e208f", "type": "network", "name": "neutron"}]}}' 2023-04-18 14:46:07,073 79789 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '8edeafd7-9a4e-4c72-b1e3-a40f1a6e70aa', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-1862591439-network', 'tenant_id': 'f1bb3c50254545ff88c6bb55ccd16e7c', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f1bb3c50254545ff88c6bb55ccd16e7c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 28549, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-18T14:39:11Z', 'updated_at': '2023-04-18T14:39:11Z', 'revision_number': 1} available for tenant 2023-04-18 14:46:07,758 79789 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.684s 2023-04-18 14:46:07,758 79789 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-233936911", "imageRef": "e440225d-a438-40cc-be07-38db2a963dd0", "flavorRef": "42", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "image", "volume_size": 1, "uuid": "e440225d-a438-40cc-be07-38db2a963dd0", "destination_type": "volume"}], "networks": [{"uuid": "8edeafd7-9a4e-4c72-b1e3-a40f1a6e70aa"}]}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:46:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/c225f5fb-29f3-4c87-8b51-0618a35fe819', '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-69767499-542c-4738-87c8-799e4da175d2', 'x-compute-request-id': 'req-69767499-542c-4738-87c8-799e4da175d2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "c225f5fb-29f3-4c87-8b51-0618a35fe819", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c225f5fb-29f3-4c87-8b51-0618a35fe819"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c225f5fb-29f3-4c87-8b51-0618a35fe819"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "fhtAkGyp5vVB"}}' 2023-04-18 14:46:07,934 79789 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/c225f5fb-29f3-4c87-8b51-0618a35fe819 0.173s 2023-04-18 14:46:07,935 79789 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 14:46:07 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-6af7d502-f4a3-4fbb-b936-a58b1630b918', 'x-compute-request-id': 'req-6af7d502-f4a3-4fbb-b936-a58b1630b918', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c225f5fb-29f3-4c87-8b51-0618a35fe819'} Body: b'{"server": {"id": "c225f5fb-29f3-4c87-8b51-0618a35fe819", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-233936911", "status": "BUILD", "tenant_id": "f1bb3c50254545ff88c6bb55ccd16e7c", "user_id": "bf32806393ed4030970e1a6e445bc43d", "metadata": {}, "hostId": "", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T14:46:08Z", "updated": "2023-04-18T14:46:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c225f5fb-29f3-4c87-8b51-0618a35fe819"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c225f5fb-29f3-4c87-8b51-0618a35fe819"}], "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 14:46:58,163 79789 INFO [tempe st.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/c225f5fb-29f3-4c87-8b51-0618a35fe819 0.162s 2023-04-18 14:46:58,163 79789 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 14:46:58 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-7a611e98-88f9-488c-be2e-e477d972939f', 'x-compute-request-id': 'req-7a611e98-88f9-488c-be2e-e477d972939f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c225f5fb-29f3-4c87-8b51-0618a35fe819'} Body: b'{"server": {"id": "c225f5fb-29f3-4c87-8b51-0618a35fe819", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-233936911", "status": "ERROR", "tenant_id": "f1bb3c50254545ff88c6bb55ccd16e7c", "user_id": "bf32806393ed4030970e1a6e445bc43d", "metadata": {}, "hostId": "", "image": {"id": "e440225d-a438-40cc-be07-38db2a963dd0", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/e440225d-a438-40cc-be07-38db2a963dd0"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-18T14:46:07Z", "updated": "2023-04-18T14:46:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c225f5fb-29f3-4c87-8b51-0618a35fe819"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c225f5fb-29f3-4c87-8b51-0618a35fe819"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2023-04-18T14:46:15Z", "message": "Build of instance c225f5fb-29f3-4c87-8b51-0618a35fe819 aborted: Volume f9a30680-8467-4984-97d2-bae7c49889f7 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 14:46:58,178 79789 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 51 second wait 2023-04-18 14:46:58,672 79789 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/c225f5fb-29f3-4c87-8b51-0618a35fe819 0.493s 2023-04-18 14:46:58,672 79789 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 14:46:58 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-582c65ba-db88-4da2-adcf-1847791a9764', 'x-compute-request-id': 'req-582c65ba-db88-4da2-adcf-1847791a9764', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c225f5fb-29f3-4c87-8b51-0618a35fe819'} Body: b'' 2023-04-18 14:46:58,723 79789 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 404 GET ht tp://10.0.0.210/compute/v2.1/servers/c225f5fb-29f3-4c87-8b51-0618a35fe819 0.050s 2023-04-18 14:46:58,724 79789 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 14:46:58 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-4d631b06-388d-4188-840b-100b0f630712', 'x-compute-request-id': 'req-4d631b06-388d-4188-840b-100b0f630712', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c225f5fb-29f3-4c87-8b51-0618a35fe819'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance c225f5fb-29f3-4c87-8b51-0618a35fe819 could not be found."}}' 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 14:48:46,010 79789 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_with_details): 200 GET http://10.0.0.210/volume/v3/60ea198d7d6343d5a5c8e94a21be9985/scheduler-stats/get_pools?detail=True 0.174s 2023-04-18 14:48:46,010 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:48:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bc190e3-44f9-43ac-a9af-e1d22b6e35b5', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bc190e3-44f9-43ac-a9af-e1d22b6e35b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/60ea198d7d6343d5a5c8e94a21be9985/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 14:48:46,062 79789 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_without_details): 200 GET http://10.0.0.210/volume/v3/60ea198d7d6343d5a5c8e94a21be9985/scheduler-stats/get_pools 0.044s 2023-04-18 14:48:46,062 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:48:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bb891ef-1496-467a-b5e1-7c8a5a3b3641', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bb891ef-1496-467a-b5e1-7c8a5a3b3641', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/60ea198d7d6343d5a5c8e94a21be9985/scheduler-stats/get_pools'} Body: b'{"pools": []}' 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 be95972c-ff10-4b35-a536-a1cbde409764 failed to build and is in ERROR status 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 3e3f06b5-df4d-4ad2-89f8-a50b3c0a86f0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:48:54,478 79789 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes 0.488s 2023-04-18 14:48:54,478 79789 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-628331663"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:48:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22d381d3-9ed5-4ef3-a196-a26d253e16b6', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22d381d3-9ed5-4ef3-a196-a26d253e16b6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes'} Body: b'{"volume": {"id": "3e3f06b5-df4d-4ad2-89f8-a50b3c0a86f0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:48:54.354945", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-628331663", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes/3e3f06b5-df4d-4ad2-89f8-a50b3c0a86f0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8bb58551591d45daaac9d38997a36f5a/volumes/3e3f06b5-df4d-4ad2-89f8-a50b3c0a86f0"}], "user_id": "e5dbec86681c469d815fa4d6cc5ec0f3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:48:54,544 79789 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes/3e3f06b5-df4d-4ad2-89f8-a50b3c0a86f0 0.045s 2023-04-18 14:48:54,544 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:48:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eefed151-e336-4d31-b512-ee0334f4c1ad', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eefed151-e336-4d31-b512-ee0334f4c1ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes/3e3f06b5-df4d-4ad2-89f8-a50b3c0a86f0'} Body: b'{"volume": {"id": "3e3f06b5-df4d-4ad2-89f8-a50b3c0a86f0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:48:54.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-628331663", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes/3e3f06b5-df4d-4ad2-89f8-a50b3c0a86f0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8bb58551591d45daaac9d38997a36f5a/volumes/3e3f06b5-df4d-4ad2-89f8-a50b3c0a86f0"}], "user_id": "e5dbec86681c469d815fa4d6cc5ec0f3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8bb58551591d45daaac9d38997a36f5a"}}' 2023-04-18 14:48:55,595 79789 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes/3e3f06b5-df4d-4ad2-89f8-a50b3c0a86f0 0.039s 2023-04-18 14:48:55,595 79789 DEBUG [tempest.lib. common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:48:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec8d9acb-da75-4ee3-ac28-b946928db58a', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec8d9acb-da75-4ee3-ac28-b946928db58a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes/3e3f06b5-df4d-4ad2-89f8-a50b3c0a86f0'} Body: b'{"volume": {"id": "3e3f06b5-df4d-4ad2-89f8-a50b3c0a86f0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:48:54.000000", "updated_at": "2023-04-18T14:48:55.000000", "name": "tempest-VolumesTransfersTest-Volume-628331663", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes/3e3f06b5-df4d-4ad2-89f8-a50b3c0a86f0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8bb58551591d45daaac9d38997a36f5a/volumes/3e3f06b5-df4d-4ad2-89f8-a50b3c0a86f0"}], "user_id": "e5dbec86681c469d815fa4d6cc5ec0f3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8bb58551591d45daaac9d38997a36f5a"}}' 2023-04-18 14:48:55,708 79789 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes/3e3f06b5-df4d-4ad2-89f8-a50b3c0a86f0 0.103s 2023-04-18 14:48:55,709 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:48:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-362bc4e9-fe4b-435f-b205-40bd0e393017', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-362bc4e9-fe4b-435f-b205-40bd0e393017', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes/3e3f06b5-df4d-4ad2-89f8-a50b3c0a86f0'} Body: b'{"volume": {"id": "3e3f06b5-df4d-4ad2-89f8-a50b3c0a86f0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:48:54.000000", "updated_at": "2023-04-18T14:48:55.000000", "name": "tempest-VolumesTransfersTest-Volume-628331663", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes/3e3f06b5-df4d-4ad2-89f8-a50b3c0a86f0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8bb58551591d45daaac9d38997a36f5a/volumes/3e3f06b5-df4d-4ad2-89f8-a50b3c0a86f0"}], "user_id": "e5dbec86681c469d815fa4d6cc5ec0f3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8bb58551591d45daaac9d38997a36f5a"}}' 2023-04-18 14:48:55,820 79789 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes/3e3f06b5-df4d-4ad2-89f8-a50b3c0a86f0 0.101s 2023-04-18 14:48:55,821 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:48:55 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-274aa863-ed82-4476-abc2-b00875e1b0ee', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes/3e3f06b5-df4d-4ad2-89f8-a50b3c0a86f0'} Body: b'' 2023-04-18 14:48:55,841 79789 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes/3e3f06b5-df4d-4ad2-89f8-a50b3c0a86f0 0.020s 2023-04-18 14:48:55,841 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:48:55 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-ee3156d1-07e3-4270-b404-5e4c915563fb', 'x-openstack-request-id': 'req-ee3156d1-07e3-4270-b404-5e4c915563fb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes/3e3f06b5-df4d-4ad2-89f8-a50b3c0a86f0'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3e3f06b5-df4d-4ad2-89f8-a50b3c0a86f0 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 9bfc5282-0272-4b19-acd2-f470ae5030ee failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:48:56,050 79789 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes 0.206s 2023-04-18 14:48:56,050 79789 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-1590308716"}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:48:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-057f764d-a557-49c7-8a18-29242539bbe0', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-057f764d-a557-49c7-8a18-29242539bbe0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes'} Body: b'{"volume": {"id": "9bfc5282-0272-4b19-acd2-f470ae5030ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:48:55.990592", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1590308716", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes/9bfc5282-0272-4b19-acd2-f470ae5030ee"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8bb58551591d45daaac9d38997a36f5a/volumes/9bfc5282-0272-4b19-acd2-f470ae5030ee"}], "user_id": "e5dbec86681c469d815fa4d6cc5ec0f3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:48:56,102 79789 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes/9bfc5282-0272-4b19-acd2-f470ae5030ee 0.043s 2023-04-18 14:48:56,103 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:48:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2cd705bf-5115-4a44-9fd4-984763b511a9', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2cd705bf-5115-4a44-9fd4-984763b511a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes/9bfc5282-0272-4b19-acd2-f470ae5030ee'} Body: b'{"volume": {"id": "9bfc5282-0272-4b19-acd2-f470ae5030ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:48:56.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1590308716", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes/9bfc5282-0272-4b19-acd2-f470ae5030ee"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8bb58551591d45daaac9d38997a36f5a/volumes/9bfc5282-0272-4b19-acd2-f470ae5030ee"}], "user_id": "e5dbec86681c469d815fa4d6cc5ec0f3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8bb58551591d45daaac9d38997a36f5a"}}' 2023-04-18 14:48:57,159 79789 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes/9bfc5282-0272-4b19-acd2-f470ae5030ee 0.044s 2023-04-18 14:48:57,160 79789 DEBUG [tempest.lib.common.re st_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:48:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e113f877-578a-4eed-ab87-94d8559bebb9', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e113f877-578a-4eed-ab87-94d8559bebb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes/9bfc5282-0272-4b19-acd2-f470ae5030ee'} Body: b'{"volume": {"id": "9bfc5282-0272-4b19-acd2-f470ae5030ee", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:48:56.000000", "updated_at": "2023-04-18T14:48:56.000000", "name": "tempest-VolumesTransfersTest-Volume-1590308716", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes/9bfc5282-0272-4b19-acd2-f470ae5030ee"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8bb58551591d45daaac9d38997a36f5a/volumes/9bfc5282-0272-4b19-acd2-f470ae5030ee"}], "user_id": "e5dbec86681c469d815fa4d6cc5ec0f3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8bb58551591d45daaac9d38997a36f5a"}}' 2023-04-18 14:48:57,213 79789 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes/9bfc5282-0272-4b19-acd2-f470ae5030ee 0.043s 2023-04-18 14:48:57,213 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:48:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf40ba0f-ce9c-4441-b47c-57e87ccc3432', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf40ba0f-ce9c-4441-b47c-57e87ccc3432', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes/9bfc5282-0272-4b19-acd2-f470ae5030ee'} Body: b'{"volume": {"id": "9bfc5282-0272-4b19-acd2-f470ae5030ee", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:48:56.000000", "updated_at": "2023-04-18T14:48:56.000000", "name": "tempest-VolumesTransfersTest-Volume-1590308716", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes/9bfc5282-0272-4b19-acd2-f470ae5030ee"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8bb58551591d45daaac9d38997a36f5a/volumes/9bfc5282-0272-4b19-acd2-f470ae5030ee"}], "user_id": "e5dbec86681c469d815fa4d6cc5ec0f3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8bb58551591d45daaac9d38997a36f5a"}}' 2023-04-18 14:48:57,324 79789 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes/9bfc5282-0272-4b19-acd2-f470ae5030ee 0.097s 2023-04-18 14:48:57,324 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:48:57 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-8d6acf19-1d59-46d7-be40-453a1c959a2c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes/9bfc5282-0272-4b19-acd2-f470ae5030ee'} Body: b'' 2023-04-18 14:48:57,350 79789 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes/9bfc5282-0272-4b19-acd2-f470ae5030ee 0.025s 2023-04-18 14:48:57,350 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:48:57 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-b7550a57-9076-401e-8eed-3f5e4014754c', 'x-openstack-request-id': 'req-b7550a57-9076-401e-8eed-3f5e4014754c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/8bb58551591d45daaac9d38997a36f5a/volumes/9bfc5282-0272-4b19-acd2-f470ae5030ee'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9bfc5282-0272-4b19-acd2-f470ae5030ee 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 d9a3c777-ec8e-4ff6-8e81-aced10b99a33 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 e6b47abe-016c-44d6-9f7d-91c887ae19aa failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-18 14:49:04,810 79789 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/01e542f030c5418d938c79f5446aa958/types 0.174s 2023-04-18 14:49:04,811 79789 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 14:49:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0cfb7c4e-dfdf-44fa-9d5e-d168088c1f2a', 'content-length': '339', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0cfb7c4e-dfdf-44fa-9d5e-d168088c1f2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/01e542f030c5418d938c79f5446aa958/types'} Body: b'{"volume_type": {"id": "fa53cbba-6b4c-4079-bf2c-ad4d3c3e8df3", "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 14:49:05,650 79789 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.835s 2023-04-18 14:49:05,650 79789 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 14:49:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '738', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/b213abcf-3238-4482-96dc-6252d0268a87', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-d1fd1f32-32bd-4b7b-888e-6396d2bcb6ab', '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": "8f42d4840fa1465c8f9488b0a0d34ca1", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "b213abcf-3238-4482-96dc-6252d0268a87", "created_at": "2023-04-18T14:49:06Z", "updated_at": "2023-04-18T14:49:06Z", "tags": [], "self": "/v2/images/b213abcf-3238-4482-96dc-6252d0268a87", "file": "/v2/images/b213abcf-3238-4482-96dc-6252d0268a87/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:49:06,747 79789 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/b213abcf-3238-4482-96dc-6252d0268a87/file 1.094s 2023-04-18 14:49:06,747 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 18 Apr 2023 14:49:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': ' text/html; charset=UTF-8', 'x-openstack-request-id': 'req-7a0ccfdf-c250-493c-aa81-98609ca5d042', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/b213abcf-3238-4482-96dc-6252d0268a87/file'} Body: b'' 2023-04-18 14:49:06,768 79789 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/b213abcf-3238-4482-96dc-6252d0268a87 0.019s 2023-04-18 14:49:06,768 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:49:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-1962173a-d5ee-492b-acb7-60c0e1942602', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b213abcf-3238-4482-96dc-6252d0268a87'} 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": "23da22871588e30b4b7621afc0833ab3", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "8f42d4840fa1465c8f9488b0a0d34ca1", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "fc91e109b08e1b00c89498ce5f792243c525da1474a98772b12bd1ac740f9625d87718e46378d50473d5946364931bab220452cbb8ca434fa4558e9e768572bb", "id": "b213abcf-3238-4482-96dc-6252d0268a87", "created_at": "2023-04-18T14:49:06Z", "updated_at": "2023-04-18T14:49:07Z", "tags": [], "self": "/v2/images/b213abcf-3238-4482-96dc-6252d0268a87", "file": "/v2/images/b213abcf-3238-4482-96dc-6252d0268a87/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:49:06,787 79789 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/b213abcf-3238-4482-96dc-6252d0268a87 0.018s 2023-04-18 14:49:06,788 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:49:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-cf81f5cd-f766-4a24-aee7-8b42bcab2cfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b213abcf-3238-4482-96dc-6252d0268a87'} 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": "23da22871588e30b4b7621afc0833ab3", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "8f42d4840fa1465c8f9488b0a0d34ca1", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "fc91e109b08e1b00c89498ce5f792243c525da1474a98772b12bd1ac740f9625d87718e46378d50473d5946364931bab220452cbb8ca434fa4558e9e768572bb", "id": "b213abcf-3238-4482-96dc-6252d0268a87", "created_at": "2023-04-18T14:49:06Z", "updated_at": "2023-04-18T14:49:07Z", "tags": [], "self": "/v2/images/b213abcf-3238-4482-96dc-6252d0268a87", "file": "/v2/images/b213abcf-3238-4482-96dc-6252d0268a87/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:49:06,807 79789 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/b213abcf-3238-4482-96dc-6252d0268a87 0.018s 2023-04-18 14:49:06,807 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {' Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:49:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-57089be7-159c-4e47-b929-086e1d601bf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b213abcf-3238-4482-96dc-6252d0268a87'} 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": "23da22871588e30b4b7621afc0833ab3", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "8f42d4840fa1465c8f9488b0a0d34ca1", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "fc91e109b08e1b00c89498ce5f792243c525da1474a98772b12bd1ac740f9625d87718e46378d50473d5946364931bab220452cbb8ca434fa4558e9e768572bb", "id": "b213abcf-3238-4482-96dc-6252d0268a87", "created_at": "2023-04-18T14:49:06Z", "updated_at": "2023-04-18T14:49:07Z", "tags": [], "self": "/v2/images/b213abcf-3238-4482-96dc-6252d0268a87", "file": "/v2/images/b213abcf-3238-4482-96dc-6252d0268a87/file", "schema": "/v2/schemas/image"}' 2023-04-18 14:49:07,235 79789 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/8f42d4840fa1465c8f9488b0a0d34ca1/volumes 0.427s 2023-04-18 14:49:07,236 79789 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": "b213abcf-3238-4482-96dc-6252d0268a87", "size": 1}} Response - Headers: {'date': 'Tue, 18 Apr 2023 14:49:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e2000d4-b57d-46c4-9ce0-029e227c5ae0', 'content-length': '862', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e2000d4-b57d-46c4-9ce0-029e227c5ae0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8f42d4840fa1465c8f9488b0a0d34ca1/volumes'} Body: b'{"volume": {"id": "e6b47abe-016c-44d6-9f7d-91c887ae19aa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:49:07.163794", "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/8f42d4840fa1465c8f9488b0a0d34ca1/volumes/e6b47abe-016c-44d6-9f7d-91c887ae19aa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8f42d4840fa1465c8f9488b0a0d34ca1/volumes/e6b47abe-016c-44d6-9f7d-91c887ae19aa"}], "user_id": "e0409d48dbba4038b1b0cf7981fa60fb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-18 14:49:07,290 79789 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/8f42d4840fa1465c8f9488b0a0d34ca1/volumes/e6b47abe-016c-44d6-9f7d-91c887ae19aa 0.044s 2023-04-18 14:49:07,290 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:49:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fabca433-6770-4fd8-ba91-a38c5f9cbed6', 'content-lengt h': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fabca433-6770-4fd8-ba91-a38c5f9cbed6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8f42d4840fa1465c8f9488b0a0d34ca1/volumes/e6b47abe-016c-44d6-9f7d-91c887ae19aa'} Body: b'{"volume": {"id": "e6b47abe-016c-44d6-9f7d-91c887ae19aa", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:49:07.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/8f42d4840fa1465c8f9488b0a0d34ca1/volumes/e6b47abe-016c-44d6-9f7d-91c887ae19aa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8f42d4840fa1465c8f9488b0a0d34ca1/volumes/e6b47abe-016c-44d6-9f7d-91c887ae19aa"}], "user_id": "e0409d48dbba4038b1b0cf7981fa60fb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8f42d4840fa1465c8f9488b0a0d34ca1"}}' 2023-04-18 14:49:08,345 79789 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/8f42d4840fa1465c8f9488b0a0d34ca1/volumes/e6b47abe-016c-44d6-9f7d-91c887ae19aa 0.043s 2023-04-18 14:49:08,346 79789 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 18 Apr 2023 14:49:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-666a663d-a9ad-41fa-b066-58462c2f7f56', 'content-length': '951', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-666a663d-a9ad-41fa-b066-58462c2f7f56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8f42d4840fa1465c8f9488b0a0d34ca1/volumes/e6b47abe-016c-44d6-9f7d-91c887ae19aa'} Body: b'{"volume": {"id": "e6b47abe-016c-44d6-9f7d-91c887ae19aa", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-18T14:49:07.000000", "updated_at": "2023-04-18T14:49:07.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/8f42d4840fa1465c8f9488b0a0d34ca1/volumes/e6b47abe-016c-44d6-9f7d-91c887ae19aa"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8f42d4840fa1465c8f9488b0a0d34ca1/volumes/e6b47abe-016c-44d6-9f7d-91c887ae19aa"}], "user_id": "e0409d48dbba4038b1b0cf7981fa60fb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8f42d4840fa1465c8f9488b0a0d34ca1"}}' ====== Totals ====== Ran: 198 tests in 1223.6420 sec. - Passed: 75 - Skipped: 27 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 96 Sum of execute time for each test: 3837.5879 sec. ============== Worker Balance ============== - Worker 0 (33 tests) => 0:09:10.653507 - Worker 1 (14 tests) => 0:17:54.876262 - Worker 2 (14 tests) => 0:10:37.910646 - Worker 3 (17 tests) => 0:14:23.615353 - Worker 4 (30 tests) => 0:00:53.800053 - Worker 5 (11 tests) => 0:00:56.585103 - Worker 6 (12 tests) => 0:08:43.940785 - Worker 7 (17 tests) => 0:04:18.540815 - Worker 8 (13 tests) => 0:05:57.908587 - Worker 9 (8 tests) => 0:01:19.216955 - Worker 10 (13 tests) => 0:00:56.673578 - Worker 11 (16 tests) => 0:07:48.362366 ERROR: InvocationError for command /opt/stack/tempest/.tox/tempest/bin/tempest run --regex volume (exited with code 1) ___________________________________ summary ____________________________________ ERROR: all: commands failed